{
  "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "configurations": {},
            "parallelism": true
          }
        },
        "implicitDependencies": []
      }
    },
    "@scrabble-solver/scrabble-solver": {
      "name": "@scrabble-solver/scrabble-solver",
      "type": "app",
      "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",
            "packageVersion": "2.15.23",
            "isInPackageManagerWorkspaces": true
          }
        },
        "targets": {
          "build": {
            "executor": "nx:run-script",
            "options": {
              "script": "build"
            },
            "metadata": {
              "scriptContent": "env-cmd next build --webpack",
              "runCommand": "npm run build"
            },
            "configurations": {},
            "parallelism": true,
            "dependsOn": [
              "^build"
            ],
            "cache": true
          },
          "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 --webpack",
              "runCommand": "npm run debug"
            },
            "configurations": {},
            "parallelism": true
          },
          "dev": {
            "executor": "nx:run-script",
            "options": {
              "script": "dev"
            },
            "metadata": {
              "scriptContent": "env-cmd next dev --webpack",
              "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
          }
        },
        "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "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
          }
        },
        "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "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
          }
        },
        "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "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",
            "packageVersion": "2.15.23",
            "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"
            ],
            "cache": true
          },
          "clean": {
            "executor": "nx:run-script",
            "options": {
              "script": "clean"
            },
            "metadata": {
              "scriptContent": "rimraf build/",
              "runCommand": "npm run clean"
            },
            "configurations": {},
            "parallelism": true
          }
        },
        "implicitDependencies": []
      }
    }
  },
  "externalNodes": {
    "npm:@babel/code-frame": {
      "type": "npm",
      "name": "npm:@babel/code-frame",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/code-frame",
        "hash": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw=="
      }
    },
    "npm:@babel/compat-data": {
      "type": "npm",
      "name": "npm:@babel/compat-data",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/compat-data",
        "hash": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg=="
      }
    },
    "npm:@babel/core": {
      "type": "npm",
      "name": "npm:@babel/core",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/core",
        "hash": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA=="
      }
    },
    "npm:@babel/generator": {
      "type": "npm",
      "name": "npm:@babel/generator",
      "data": {
        "version": "7.29.1",
        "packageName": "@babel/generator",
        "hash": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw=="
      }
    },
    "npm:@babel/helper-annotate-as-pure": {
      "type": "npm",
      "name": "npm:@babel/helper-annotate-as-pure",
      "data": {
        "version": "7.27.3",
        "packageName": "@babel/helper-annotate-as-pure",
        "hash": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg=="
      }
    },
    "npm:@babel/helper-compilation-targets": {
      "type": "npm",
      "name": "npm:@babel/helper-compilation-targets",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-compilation-targets",
        "hash": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA=="
      }
    },
    "npm:@babel/helper-create-class-features-plugin": {
      "type": "npm",
      "name": "npm:@babel/helper-create-class-features-plugin",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-create-class-features-plugin",
        "hash": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow=="
      }
    },
    "npm:@babel/helper-create-regexp-features-plugin": {
      "type": "npm",
      "name": "npm:@babel/helper-create-regexp-features-plugin",
      "data": {
        "version": "7.28.5",
        "packageName": "@babel/helper-create-regexp-features-plugin",
        "hash": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw=="
      }
    },
    "npm:@babel/helper-define-polyfill-provider": {
      "type": "npm",
      "name": "npm:@babel/helper-define-polyfill-provider",
      "data": {
        "version": "0.6.8",
        "packageName": "@babel/helper-define-polyfill-provider",
        "hash": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA=="
      }
    },
    "npm:resolve@1.22.11": {
      "type": "npm",
      "name": "npm:resolve@1.22.11",
      "data": {
        "version": "1.22.11",
        "packageName": "resolve",
        "hash": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ=="
      }
    },
    "npm:resolve@2.0.0-next.6": {
      "type": "npm",
      "name": "npm:resolve@2.0.0-next.6",
      "data": {
        "version": "2.0.0-next.6",
        "packageName": "resolve",
        "hash": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA=="
      }
    },
    "npm:resolve@2.0.0-next.5": {
      "type": "npm",
      "name": "npm:resolve@2.0.0-next.5",
      "data": {
        "version": "2.0.0-next.5",
        "packageName": "resolve",
        "hash": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA=="
      }
    },
    "npm:resolve": {
      "type": "npm",
      "name": "npm:resolve",
      "data": {
        "version": "1.22.10",
        "packageName": "resolve",
        "hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w=="
      }
    },
    "npm:@babel/helper-globals": {
      "type": "npm",
      "name": "npm:@babel/helper-globals",
      "data": {
        "version": "7.28.0",
        "packageName": "@babel/helper-globals",
        "hash": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw=="
      }
    },
    "npm:@babel/helper-member-expression-to-functions": {
      "type": "npm",
      "name": "npm:@babel/helper-member-expression-to-functions",
      "data": {
        "version": "7.28.5",
        "packageName": "@babel/helper-member-expression-to-functions",
        "hash": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg=="
      }
    },
    "npm:@babel/helper-module-imports": {
      "type": "npm",
      "name": "npm:@babel/helper-module-imports",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-module-imports",
        "hash": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw=="
      }
    },
    "npm:@babel/helper-module-transforms": {
      "type": "npm",
      "name": "npm:@babel/helper-module-transforms",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-module-transforms",
        "hash": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA=="
      }
    },
    "npm:@babel/helper-optimise-call-expression": {
      "type": "npm",
      "name": "npm:@babel/helper-optimise-call-expression",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/helper-optimise-call-expression",
        "hash": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw=="
      }
    },
    "npm:@babel/helper-plugin-utils": {
      "type": "npm",
      "name": "npm:@babel/helper-plugin-utils",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-plugin-utils",
        "hash": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug=="
      }
    },
    "npm:@babel/helper-remap-async-to-generator": {
      "type": "npm",
      "name": "npm:@babel/helper-remap-async-to-generator",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/helper-remap-async-to-generator",
        "hash": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA=="
      }
    },
    "npm:@babel/helper-replace-supers": {
      "type": "npm",
      "name": "npm:@babel/helper-replace-supers",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-replace-supers",
        "hash": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg=="
      }
    },
    "npm:@babel/helper-skip-transparent-expression-wrappers": {
      "type": "npm",
      "name": "npm:@babel/helper-skip-transparent-expression-wrappers",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/helper-skip-transparent-expression-wrappers",
        "hash": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg=="
      }
    },
    "npm:@babel/helper-string-parser": {
      "type": "npm",
      "name": "npm:@babel/helper-string-parser",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/helper-string-parser",
        "hash": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
      }
    },
    "npm:@babel/helper-validator-identifier": {
      "type": "npm",
      "name": "npm:@babel/helper-validator-identifier",
      "data": {
        "version": "7.28.5",
        "packageName": "@babel/helper-validator-identifier",
        "hash": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q=="
      }
    },
    "npm:@babel/helper-validator-option": {
      "type": "npm",
      "name": "npm:@babel/helper-validator-option",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/helper-validator-option",
        "hash": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg=="
      }
    },
    "npm:@babel/helper-wrap-function": {
      "type": "npm",
      "name": "npm:@babel/helper-wrap-function",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/helper-wrap-function",
        "hash": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ=="
      }
    },
    "npm:@babel/helpers": {
      "type": "npm",
      "name": "npm:@babel/helpers",
      "data": {
        "version": "7.29.2",
        "packageName": "@babel/helpers",
        "hash": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw=="
      }
    },
    "npm:@babel/parser": {
      "type": "npm",
      "name": "npm:@babel/parser",
      "data": {
        "version": "7.29.2",
        "packageName": "@babel/parser",
        "hash": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA=="
      }
    },
    "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.28.5",
        "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key",
        "hash": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q=="
      }
    },
    "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": {
      "type": "npm",
      "name": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-bugfix-safari-class-field-initializer-scope",
        "hash": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA=="
      }
    },
    "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.27.1",
        "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
        "hash": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA=="
      }
    },
    "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.27.1",
        "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "hash": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw=="
      }
    },
    "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.28.6",
        "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
        "hash": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g=="
      }
    },
    "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.28.6",
        "packageName": "@babel/plugin-syntax-import-assertions",
        "hash": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw=="
      }
    },
    "npm:@babel/plugin-syntax-import-attributes": {
      "type": "npm",
      "name": "npm:@babel/plugin-syntax-import-attributes",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-syntax-import-attributes",
        "hash": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw=="
      }
    },
    "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.27.1",
        "packageName": "@babel/plugin-syntax-jsx",
        "hash": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w=="
      }
    },
    "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.27.1",
        "packageName": "@babel/plugin-syntax-typescript",
        "hash": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ=="
      }
    },
    "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.27.1",
        "packageName": "@babel/plugin-transform-arrow-functions",
        "hash": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA=="
      }
    },
    "npm:@babel/plugin-transform-async-generator-functions": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-async-generator-functions",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/plugin-transform-async-generator-functions",
        "hash": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w=="
      }
    },
    "npm:@babel/plugin-transform-async-to-generator": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-async-to-generator",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-async-to-generator",
        "hash": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g=="
      }
    },
    "npm:@babel/plugin-transform-block-scoped-functions": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-block-scoped-functions",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-block-scoped-functions",
        "hash": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg=="
      }
    },
    "npm:@babel/plugin-transform-block-scoping": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-block-scoping",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-block-scoping",
        "hash": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw=="
      }
    },
    "npm:@babel/plugin-transform-class-properties": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-class-properties",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-class-properties",
        "hash": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw=="
      }
    },
    "npm:@babel/plugin-transform-class-static-block": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-class-static-block",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-class-static-block",
        "hash": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ=="
      }
    },
    "npm:@babel/plugin-transform-classes": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-classes",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-classes",
        "hash": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q=="
      }
    },
    "npm:@babel/plugin-transform-computed-properties": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-computed-properties",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-computed-properties",
        "hash": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ=="
      }
    },
    "npm:@babel/plugin-transform-destructuring": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-destructuring",
      "data": {
        "version": "7.28.5",
        "packageName": "@babel/plugin-transform-destructuring",
        "hash": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw=="
      }
    },
    "npm:@babel/plugin-transform-dotall-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-dotall-regex",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-dotall-regex",
        "hash": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg=="
      }
    },
    "npm:@babel/plugin-transform-duplicate-keys": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-duplicate-keys",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-duplicate-keys",
        "hash": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q=="
      }
    },
    "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex",
        "hash": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw=="
      }
    },
    "npm:@babel/plugin-transform-dynamic-import": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-dynamic-import",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-dynamic-import",
        "hash": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A=="
      }
    },
    "npm:@babel/plugin-transform-explicit-resource-management": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-explicit-resource-management",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-explicit-resource-management",
        "hash": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg=="
      }
    },
    "npm:@babel/plugin-transform-exponentiation-operator": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-exponentiation-operator",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-exponentiation-operator",
        "hash": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw=="
      }
    },
    "npm:@babel/plugin-transform-export-namespace-from": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-export-namespace-from",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-export-namespace-from",
        "hash": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ=="
      }
    },
    "npm:@babel/plugin-transform-for-of": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-for-of",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-for-of",
        "hash": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw=="
      }
    },
    "npm:@babel/plugin-transform-function-name": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-function-name",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-function-name",
        "hash": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ=="
      }
    },
    "npm:@babel/plugin-transform-json-strings": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-json-strings",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-json-strings",
        "hash": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw=="
      }
    },
    "npm:@babel/plugin-transform-literals": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-literals",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-literals",
        "hash": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA=="
      }
    },
    "npm:@babel/plugin-transform-logical-assignment-operators": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-logical-assignment-operators",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-logical-assignment-operators",
        "hash": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A=="
      }
    },
    "npm:@babel/plugin-transform-member-expression-literals": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-member-expression-literals",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-member-expression-literals",
        "hash": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ=="
      }
    },
    "npm:@babel/plugin-transform-modules-amd": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-modules-amd",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-modules-amd",
        "hash": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA=="
      }
    },
    "npm:@babel/plugin-transform-modules-commonjs": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-modules-commonjs",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-modules-commonjs",
        "hash": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA=="
      }
    },
    "npm:@babel/plugin-transform-modules-systemjs": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-modules-systemjs",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/plugin-transform-modules-systemjs",
        "hash": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ=="
      }
    },
    "npm:@babel/plugin-transform-modules-umd": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-modules-umd",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-modules-umd",
        "hash": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w=="
      }
    },
    "npm:@babel/plugin-transform-named-capturing-groups-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-named-capturing-groups-regex",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/plugin-transform-named-capturing-groups-regex",
        "hash": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ=="
      }
    },
    "npm:@babel/plugin-transform-new-target": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-new-target",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-new-target",
        "hash": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ=="
      }
    },
    "npm:@babel/plugin-transform-nullish-coalescing-operator": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-nullish-coalescing-operator",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-nullish-coalescing-operator",
        "hash": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg=="
      }
    },
    "npm:@babel/plugin-transform-numeric-separator": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-numeric-separator",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-numeric-separator",
        "hash": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w=="
      }
    },
    "npm:@babel/plugin-transform-object-rest-spread": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-object-rest-spread",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-object-rest-spread",
        "hash": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA=="
      }
    },
    "npm:@babel/plugin-transform-object-super": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-object-super",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-object-super",
        "hash": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng=="
      }
    },
    "npm:@babel/plugin-transform-optional-catch-binding": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-optional-catch-binding",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-optional-catch-binding",
        "hash": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ=="
      }
    },
    "npm:@babel/plugin-transform-optional-chaining": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-optional-chaining",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-optional-chaining",
        "hash": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w=="
      }
    },
    "npm:@babel/plugin-transform-parameters": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-parameters",
      "data": {
        "version": "7.27.7",
        "packageName": "@babel/plugin-transform-parameters",
        "hash": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg=="
      }
    },
    "npm:@babel/plugin-transform-private-methods": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-private-methods",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-private-methods",
        "hash": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg=="
      }
    },
    "npm:@babel/plugin-transform-private-property-in-object": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-private-property-in-object",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-private-property-in-object",
        "hash": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA=="
      }
    },
    "npm:@babel/plugin-transform-property-literals": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-property-literals",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-property-literals",
        "hash": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ=="
      }
    },
    "npm:@babel/plugin-transform-react-constant-elements": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-react-constant-elements",
      "data": {
        "version": "7.25.9",
        "packageName": "@babel/plugin-transform-react-constant-elements",
        "hash": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow=="
      }
    },
    "npm:@babel/plugin-transform-react-display-name": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-react-display-name",
      "data": {
        "version": "7.25.9",
        "packageName": "@babel/plugin-transform-react-display-name",
        "hash": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ=="
      }
    },
    "npm:@babel/plugin-transform-react-jsx": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-react-jsx",
      "data": {
        "version": "7.25.9",
        "packageName": "@babel/plugin-transform-react-jsx",
        "hash": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw=="
      }
    },
    "npm:@babel/plugin-transform-react-jsx-development": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-react-jsx-development",
      "data": {
        "version": "7.25.9",
        "packageName": "@babel/plugin-transform-react-jsx-development",
        "hash": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw=="
      }
    },
    "npm:@babel/plugin-transform-react-pure-annotations": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-react-pure-annotations",
      "data": {
        "version": "7.25.9",
        "packageName": "@babel/plugin-transform-react-pure-annotations",
        "hash": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg=="
      }
    },
    "npm:@babel/plugin-transform-regenerator": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-regenerator",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/plugin-transform-regenerator",
        "hash": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog=="
      }
    },
    "npm:@babel/plugin-transform-regexp-modifiers": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-regexp-modifiers",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-regexp-modifiers",
        "hash": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg=="
      }
    },
    "npm:@babel/plugin-transform-reserved-words": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-reserved-words",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-reserved-words",
        "hash": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw=="
      }
    },
    "npm:@babel/plugin-transform-shorthand-properties": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-shorthand-properties",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-shorthand-properties",
        "hash": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ=="
      }
    },
    "npm:@babel/plugin-transform-spread": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-spread",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-spread",
        "hash": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA=="
      }
    },
    "npm:@babel/plugin-transform-sticky-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-sticky-regex",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-sticky-regex",
        "hash": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g=="
      }
    },
    "npm:@babel/plugin-transform-template-literals": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-template-literals",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-template-literals",
        "hash": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg=="
      }
    },
    "npm:@babel/plugin-transform-typeof-symbol": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-typeof-symbol",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-typeof-symbol",
        "hash": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw=="
      }
    },
    "npm:@babel/plugin-transform-typescript": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-typescript",
      "data": {
        "version": "7.27.0",
        "packageName": "@babel/plugin-transform-typescript",
        "hash": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg=="
      }
    },
    "npm:@babel/plugin-transform-unicode-escapes": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-unicode-escapes",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-unicode-escapes",
        "hash": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg=="
      }
    },
    "npm:@babel/plugin-transform-unicode-property-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-unicode-property-regex",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-unicode-property-regex",
        "hash": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A=="
      }
    },
    "npm:@babel/plugin-transform-unicode-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-unicode-regex",
      "data": {
        "version": "7.27.1",
        "packageName": "@babel/plugin-transform-unicode-regex",
        "hash": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw=="
      }
    },
    "npm:@babel/plugin-transform-unicode-sets-regex": {
      "type": "npm",
      "name": "npm:@babel/plugin-transform-unicode-sets-regex",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/plugin-transform-unicode-sets-regex",
        "hash": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q=="
      }
    },
    "npm:@babel/preset-env": {
      "type": "npm",
      "name": "npm:@babel/preset-env",
      "data": {
        "version": "7.29.2",
        "packageName": "@babel/preset-env",
        "hash": "sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw=="
      }
    },
    "npm:@babel/preset-modules": {
      "type": "npm",
      "name": "npm:@babel/preset-modules",
      "data": {
        "version": "0.1.6-no-external-plugins",
        "packageName": "@babel/preset-modules",
        "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA=="
      }
    },
    "npm:@babel/preset-react": {
      "type": "npm",
      "name": "npm:@babel/preset-react",
      "data": {
        "version": "7.26.3",
        "packageName": "@babel/preset-react",
        "hash": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw=="
      }
    },
    "npm:@babel/preset-typescript": {
      "type": "npm",
      "name": "npm:@babel/preset-typescript",
      "data": {
        "version": "7.27.0",
        "packageName": "@babel/preset-typescript",
        "hash": "sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ=="
      }
    },
    "npm:@babel/runtime": {
      "type": "npm",
      "name": "npm:@babel/runtime",
      "data": {
        "version": "7.28.4",
        "packageName": "@babel/runtime",
        "hash": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ=="
      }
    },
    "npm:@babel/template": {
      "type": "npm",
      "name": "npm:@babel/template",
      "data": {
        "version": "7.28.6",
        "packageName": "@babel/template",
        "hash": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ=="
      }
    },
    "npm:@babel/traverse": {
      "type": "npm",
      "name": "npm:@babel/traverse",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/traverse",
        "hash": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA=="
      }
    },
    "npm:@babel/types": {
      "type": "npm",
      "name": "npm:@babel/types",
      "data": {
        "version": "7.29.0",
        "packageName": "@babel/types",
        "hash": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A=="
      }
    },
    "npm:@bcoe/v8-coverage": {
      "type": "npm",
      "name": "npm:@bcoe/v8-coverage",
      "data": {
        "version": "0.2.3",
        "packageName": "@bcoe/v8-coverage",
        "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
      }
    },
    "npm:@borewit/text-codec": {
      "type": "npm",
      "name": "npm:@borewit/text-codec",
      "data": {
        "version": "0.2.2",
        "packageName": "@borewit/text-codec",
        "hash": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ=="
      }
    },
    "npm:@cypress/request": {
      "type": "npm",
      "name": "npm:@cypress/request",
      "data": {
        "version": "3.0.10",
        "packageName": "@cypress/request",
        "hash": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ=="
      }
    },
    "npm:@cypress/xvfb": {
      "type": "npm",
      "name": "npm:@cypress/xvfb",
      "data": {
        "version": "1.2.4",
        "packageName": "@cypress/xvfb",
        "hash": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q=="
      }
    },
    "npm:debug@3.2.7": {
      "type": "npm",
      "name": "npm:debug@3.2.7",
      "data": {
        "version": "3.2.7",
        "packageName": "debug",
        "hash": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="
      }
    },
    "npm:debug": {
      "type": "npm",
      "name": "npm:debug",
      "data": {
        "version": "4.4.3",
        "packageName": "debug",
        "hash": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="
      }
    },
    "npm:@dabh/diagnostics": {
      "type": "npm",
      "name": "npm:@dabh/diagnostics",
      "data": {
        "version": "2.0.8",
        "packageName": "@dabh/diagnostics",
        "hash": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q=="
      }
    },
    "npm:@emnapi/core": {
      "type": "npm",
      "name": "npm:@emnapi/core",
      "data": {
        "version": "1.4.3",
        "packageName": "@emnapi/core",
        "hash": "sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g=="
      }
    },
    "npm:@emnapi/runtime": {
      "type": "npm",
      "name": "npm:@emnapi/runtime",
      "data": {
        "version": "1.7.1",
        "packageName": "@emnapi/runtime",
        "hash": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA=="
      }
    },
    "npm:@emnapi/wasi-threads": {
      "type": "npm",
      "name": "npm:@emnapi/wasi-threads",
      "data": {
        "version": "1.0.2",
        "packageName": "@emnapi/wasi-threads",
        "hash": "sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA=="
      }
    },
    "npm:@eslint-community/eslint-utils": {
      "type": "npm",
      "name": "npm:@eslint-community/eslint-utils",
      "data": {
        "version": "4.9.1",
        "packageName": "@eslint-community/eslint-utils",
        "hash": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ=="
      }
    },
    "npm:@eslint-community/regexpp": {
      "type": "npm",
      "name": "npm:@eslint-community/regexpp",
      "data": {
        "version": "4.12.2",
        "packageName": "@eslint-community/regexpp",
        "hash": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew=="
      }
    },
    "npm:@eslint/compat": {
      "type": "npm",
      "name": "npm:@eslint/compat",
      "data": {
        "version": "2.0.5",
        "packageName": "@eslint/compat",
        "hash": "sha512-IbHDbHJfkVNv6xjlET8AIVo/K1NQt7YT4Rp6ok/clyBGcpRx1l6gv0Rq3vBvYfPJIZt6ODf66Zq08FJNDpnzgg=="
      }
    },
    "npm:@eslint/config-array": {
      "type": "npm",
      "name": "npm:@eslint/config-array",
      "data": {
        "version": "0.21.1",
        "packageName": "@eslint/config-array",
        "hash": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA=="
      }
    },
    "npm:@eslint/config-helpers": {
      "type": "npm",
      "name": "npm:@eslint/config-helpers",
      "data": {
        "version": "0.4.2",
        "packageName": "@eslint/config-helpers",
        "hash": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw=="
      }
    },
    "npm:@eslint/core@0.17.0": {
      "type": "npm",
      "name": "npm:@eslint/core@0.17.0",
      "data": {
        "version": "0.17.0",
        "packageName": "@eslint/core",
        "hash": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ=="
      }
    },
    "npm:@eslint/core": {
      "type": "npm",
      "name": "npm:@eslint/core",
      "data": {
        "version": "1.2.1",
        "packageName": "@eslint/core",
        "hash": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ=="
      }
    },
    "npm:@eslint/eslintrc": {
      "type": "npm",
      "name": "npm:@eslint/eslintrc",
      "data": {
        "version": "3.3.5",
        "packageName": "@eslint/eslintrc",
        "hash": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg=="
      }
    },
    "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": {
      "type": "npm",
      "name": "npm:globals",
      "data": {
        "version": "17.5.0",
        "packageName": "globals",
        "hash": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g=="
      }
    },
    "npm:@eslint/js": {
      "type": "npm",
      "name": "npm:@eslint/js",
      "data": {
        "version": "9.39.1",
        "packageName": "@eslint/js",
        "hash": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw=="
      }
    },
    "npm:@eslint/object-schema": {
      "type": "npm",
      "name": "npm:@eslint/object-schema",
      "data": {
        "version": "2.1.7",
        "packageName": "@eslint/object-schema",
        "hash": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA=="
      }
    },
    "npm:@eslint/plugin-kit": {
      "type": "npm",
      "name": "npm:@eslint/plugin-kit",
      "data": {
        "version": "0.4.1",
        "packageName": "@eslint/plugin-kit",
        "hash": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA=="
      }
    },
    "npm:@floating-ui/core": {
      "type": "npm",
      "name": "npm:@floating-ui/core",
      "data": {
        "version": "1.7.5",
        "packageName": "@floating-ui/core",
        "hash": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ=="
      }
    },
    "npm:@floating-ui/dom": {
      "type": "npm",
      "name": "npm:@floating-ui/dom",
      "data": {
        "version": "1.7.6",
        "packageName": "@floating-ui/dom",
        "hash": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ=="
      }
    },
    "npm:@floating-ui/react": {
      "type": "npm",
      "name": "npm:@floating-ui/react",
      "data": {
        "version": "0.27.19",
        "packageName": "@floating-ui/react",
        "hash": "sha512-31B8h5mm8YxotlE7/AU/PhNAl8eWxAmjL/v2QOxroDNkTFLk3Uu82u63N3b6TXa4EGJeeZLVcd/9AlNlVqzeog=="
      }
    },
    "npm:@floating-ui/react-dom": {
      "type": "npm",
      "name": "npm:@floating-ui/react-dom",
      "data": {
        "version": "2.1.8",
        "packageName": "@floating-ui/react-dom",
        "hash": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A=="
      }
    },
    "npm:@floating-ui/utils": {
      "type": "npm",
      "name": "npm:@floating-ui/utils",
      "data": {
        "version": "0.2.11",
        "packageName": "@floating-ui/utils",
        "hash": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg=="
      }
    },
    "npm:@gar/promise-retry": {
      "type": "npm",
      "name": "npm:@gar/promise-retry",
      "data": {
        "version": "1.0.3",
        "packageName": "@gar/promise-retry",
        "hash": "sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA=="
      }
    },
    "npm:@hapi/address": {
      "type": "npm",
      "name": "npm:@hapi/address",
      "data": {
        "version": "5.1.1",
        "packageName": "@hapi/address",
        "hash": "sha512-A+po2d/dVoY7cYajycYI43ZbYMXukuopIsqCjh5QzsBCipDtdofHntljDlpccMjIfTy6UOkg+5KPriwYch2bXA=="
      }
    },
    "npm:@hapi/formula": {
      "type": "npm",
      "name": "npm:@hapi/formula",
      "data": {
        "version": "3.0.2",
        "packageName": "@hapi/formula",
        "hash": "sha512-hY5YPNXzw1He7s0iqkRQi+uMGh383CGdyyIGYtB+W5N3KHPXoqychklvHhKCC9M3Xtv0OCs/IHw+r4dcHtBYWw=="
      }
    },
    "npm:@hapi/hoek": {
      "type": "npm",
      "name": "npm:@hapi/hoek",
      "data": {
        "version": "11.0.7",
        "packageName": "@hapi/hoek",
        "hash": "sha512-HV5undWkKzcB4RZUusqOpcgxOaq6VOAH7zhhIr2g3G8NF/MlFO75SjOr2NfuSx0Mh40+1FqCkagKLJRykUWoFQ=="
      }
    },
    "npm:@hapi/pinpoint": {
      "type": "npm",
      "name": "npm:@hapi/pinpoint",
      "data": {
        "version": "2.0.1",
        "packageName": "@hapi/pinpoint",
        "hash": "sha512-EKQmr16tM8s16vTT3cA5L0kZZcTMU5DUOZTuvpnY738m+jyP3JIUj+Mm1xc1rsLkGBQ/gVnfKYPwOmPg1tUR4Q=="
      }
    },
    "npm:@hapi/tlds": {
      "type": "npm",
      "name": "npm:@hapi/tlds",
      "data": {
        "version": "1.1.6",
        "packageName": "@hapi/tlds",
        "hash": "sha512-xdi7A/4NZokvV0ewovme3aUO5kQhW9pQ2YD1hRqZGhhSi5rBv4usHYidVocXSi9eihYsznZxLtAiEYYUL6VBGw=="
      }
    },
    "npm:@hapi/topo": {
      "type": "npm",
      "name": "npm:@hapi/topo",
      "data": {
        "version": "6.0.2",
        "packageName": "@hapi/topo",
        "hash": "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg=="
      }
    },
    "npm:@humanfs/core": {
      "type": "npm",
      "name": "npm:@humanfs/core",
      "data": {
        "version": "0.19.1",
        "packageName": "@humanfs/core",
        "hash": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="
      }
    },
    "npm:@humanfs/node": {
      "type": "npm",
      "name": "npm:@humanfs/node",
      "data": {
        "version": "0.16.6",
        "packageName": "@humanfs/node",
        "hash": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw=="
      }
    },
    "npm:@humanwhocodes/retry@0.3.1": {
      "type": "npm",
      "name": "npm:@humanwhocodes/retry@0.3.1",
      "data": {
        "version": "0.3.1",
        "packageName": "@humanwhocodes/retry",
        "hash": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA=="
      }
    },
    "npm:@humanwhocodes/retry": {
      "type": "npm",
      "name": "npm:@humanwhocodes/retry",
      "data": {
        "version": "0.4.2",
        "packageName": "@humanwhocodes/retry",
        "hash": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ=="
      }
    },
    "npm:@humanwhocodes/module-importer": {
      "type": "npm",
      "name": "npm:@humanwhocodes/module-importer",
      "data": {
        "version": "1.0.1",
        "packageName": "@humanwhocodes/module-importer",
        "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
      }
    },
    "npm:@hutson/parse-repository-url": {
      "type": "npm",
      "name": "npm:@hutson/parse-repository-url",
      "data": {
        "version": "3.0.2",
        "packageName": "@hutson/parse-repository-url",
        "hash": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q=="
      }
    },
    "npm:@img/colour": {
      "type": "npm",
      "name": "npm:@img/colour",
      "data": {
        "version": "1.0.0",
        "packageName": "@img/colour",
        "hash": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw=="
      }
    },
    "npm:@img/sharp-darwin-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-darwin-arm64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-darwin-arm64",
        "hash": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w=="
      }
    },
    "npm:@img/sharp-darwin-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-darwin-x64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-darwin-x64",
        "hash": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw=="
      }
    },
    "npm:@img/sharp-libvips-darwin-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-darwin-arm64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-darwin-arm64",
        "hash": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g=="
      }
    },
    "npm:@img/sharp-libvips-darwin-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-darwin-x64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-darwin-x64",
        "hash": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg=="
      }
    },
    "npm:@img/sharp-libvips-linux-arm": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-arm",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-arm",
        "hash": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A=="
      }
    },
    "npm:@img/sharp-libvips-linux-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-arm64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-arm64",
        "hash": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw=="
      }
    },
    "npm:@img/sharp-libvips-linux-ppc64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-ppc64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-ppc64",
        "hash": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA=="
      }
    },
    "npm:@img/sharp-libvips-linux-riscv64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-riscv64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-riscv64",
        "hash": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA=="
      }
    },
    "npm:@img/sharp-libvips-linux-s390x": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-s390x",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-s390x",
        "hash": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ=="
      }
    },
    "npm:@img/sharp-libvips-linux-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linux-x64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linux-x64",
        "hash": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw=="
      }
    },
    "npm:@img/sharp-libvips-linuxmusl-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linuxmusl-arm64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linuxmusl-arm64",
        "hash": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw=="
      }
    },
    "npm:@img/sharp-libvips-linuxmusl-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-libvips-linuxmusl-x64",
      "data": {
        "version": "1.2.4",
        "packageName": "@img/sharp-libvips-linuxmusl-x64",
        "hash": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg=="
      }
    },
    "npm:@img/sharp-linux-arm": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-arm",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-arm",
        "hash": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw=="
      }
    },
    "npm:@img/sharp-linux-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-arm64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-arm64",
        "hash": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg=="
      }
    },
    "npm:@img/sharp-linux-ppc64": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-ppc64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-ppc64",
        "hash": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA=="
      }
    },
    "npm:@img/sharp-linux-riscv64": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-riscv64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-riscv64",
        "hash": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw=="
      }
    },
    "npm:@img/sharp-linux-s390x": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-s390x",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-s390x",
        "hash": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg=="
      }
    },
    "npm:@img/sharp-linux-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-linux-x64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linux-x64",
        "hash": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ=="
      }
    },
    "npm:@img/sharp-linuxmusl-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-linuxmusl-arm64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linuxmusl-arm64",
        "hash": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg=="
      }
    },
    "npm:@img/sharp-linuxmusl-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-linuxmusl-x64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-linuxmusl-x64",
        "hash": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q=="
      }
    },
    "npm:@img/sharp-wasm32": {
      "type": "npm",
      "name": "npm:@img/sharp-wasm32",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-wasm32",
        "hash": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw=="
      }
    },
    "npm:@img/sharp-win32-arm64": {
      "type": "npm",
      "name": "npm:@img/sharp-win32-arm64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-win32-arm64",
        "hash": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g=="
      }
    },
    "npm:@img/sharp-win32-ia32": {
      "type": "npm",
      "name": "npm:@img/sharp-win32-ia32",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-win32-ia32",
        "hash": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg=="
      }
    },
    "npm:@img/sharp-win32-x64": {
      "type": "npm",
      "name": "npm:@img/sharp-win32-x64",
      "data": {
        "version": "0.34.5",
        "packageName": "@img/sharp-win32-x64",
        "hash": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw=="
      }
    },
    "npm:@inquirer/ansi": {
      "type": "npm",
      "name": "npm:@inquirer/ansi",
      "data": {
        "version": "1.0.2",
        "packageName": "@inquirer/ansi",
        "hash": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ=="
      }
    },
    "npm:@inquirer/ansi@2.0.4": {
      "type": "npm",
      "name": "npm:@inquirer/ansi@2.0.4",
      "data": {
        "version": "2.0.4",
        "packageName": "@inquirer/ansi",
        "hash": "sha512-DpcZrQObd7S0R/U3bFdkcT5ebRwbTTC4D3tCc1vsJizmgPLxNJBo+AAFmrZwe8zk30P2QzgzGWZ3Q9uJwWuhIg=="
      }
    },
    "npm:@inquirer/checkbox": {
      "type": "npm",
      "name": "npm:@inquirer/checkbox",
      "data": {
        "version": "4.3.2",
        "packageName": "@inquirer/checkbox",
        "hash": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA=="
      }
    },
    "npm:@inquirer/checkbox@5.1.2": {
      "type": "npm",
      "name": "npm:@inquirer/checkbox@5.1.2",
      "data": {
        "version": "5.1.2",
        "packageName": "@inquirer/checkbox",
        "hash": "sha512-PubpMPO2nJgMufkoB3P2wwxNXEMUXnBIKi/ACzDUYfaoPuM7gSTmuxJeMscoLVEsR4qqrCMf5p0SiYGWnVJ8kw=="
      }
    },
    "npm:@inquirer/confirm": {
      "type": "npm",
      "name": "npm:@inquirer/confirm",
      "data": {
        "version": "5.1.21",
        "packageName": "@inquirer/confirm",
        "hash": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ=="
      }
    },
    "npm:@inquirer/confirm@6.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/confirm@6.0.10",
      "data": {
        "version": "6.0.10",
        "packageName": "@inquirer/confirm",
        "hash": "sha512-tiNyA73pgpQ0FQ7axqtoLUe4GDYjNCDcVsbgcA5anvwg2z6i+suEngLKKJrWKJolT//GFPZHwN30binDIHgSgQ=="
      }
    },
    "npm:@inquirer/core": {
      "type": "npm",
      "name": "npm:@inquirer/core",
      "data": {
        "version": "10.3.2",
        "packageName": "@inquirer/core",
        "hash": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A=="
      }
    },
    "npm:@inquirer/core@11.1.7": {
      "type": "npm",
      "name": "npm:@inquirer/core@11.1.7",
      "data": {
        "version": "11.1.7",
        "packageName": "@inquirer/core",
        "hash": "sha512-1BiBNDk9btIwYIzNZpkikIHXWeNzNncJePPqwDyVMhXhD1ebqbpn1mKGctpoqAbzywZfdG0O4tvmsGIcOevAPQ=="
      }
    },
    "npm:cli-width@4.1.0": {
      "type": "npm",
      "name": "npm:cli-width@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "cli-width",
        "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ=="
      }
    },
    "npm:cli-width": {
      "type": "npm",
      "name": "npm:cli-width",
      "data": {
        "version": "3.0.0",
        "packageName": "cli-width",
        "hash": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw=="
      }
    },
    "npm:cli-width@2.2.1": {
      "type": "npm",
      "name": "npm:cli-width@2.2.1",
      "data": {
        "version": "2.2.1",
        "packageName": "cli-width",
        "hash": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw=="
      }
    },
    "npm:mute-stream@2.0.0": {
      "type": "npm",
      "name": "npm:mute-stream@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "mute-stream",
        "hash": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA=="
      }
    },
    "npm:mute-stream@0.0.7": {
      "type": "npm",
      "name": "npm:mute-stream@0.0.7",
      "data": {
        "version": "0.0.7",
        "packageName": "mute-stream",
        "hash": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ=="
      }
    },
    "npm:mute-stream": {
      "type": "npm",
      "name": "npm:mute-stream",
      "data": {
        "version": "0.0.8",
        "packageName": "mute-stream",
        "hash": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA=="
      }
    },
    "npm:mute-stream@3.0.0": {
      "type": "npm",
      "name": "npm:mute-stream@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "mute-stream",
        "hash": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw=="
      }
    },
    "npm:signal-exit@4.1.0": {
      "type": "npm",
      "name": "npm:signal-exit@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "signal-exit",
        "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
      }
    },
    "npm:signal-exit": {
      "type": "npm",
      "name": "npm:signal-exit",
      "data": {
        "version": "3.0.7",
        "packageName": "signal-exit",
        "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
      }
    },
    "npm:@inquirer/editor": {
      "type": "npm",
      "name": "npm:@inquirer/editor",
      "data": {
        "version": "4.2.23",
        "packageName": "@inquirer/editor",
        "hash": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ=="
      }
    },
    "npm:@inquirer/editor@5.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/editor@5.0.10",
      "data": {
        "version": "5.0.10",
        "packageName": "@inquirer/editor",
        "hash": "sha512-VJx4XyaKea7t8hEApTw5dxeIyMtWXre2OiyJcICCRZI4hkoHsMoCnl/KbUnJJExLbH9csLLHMVR144ZhFE1CwA=="
      }
    },
    "npm:@inquirer/expand": {
      "type": "npm",
      "name": "npm:@inquirer/expand",
      "data": {
        "version": "4.0.23",
        "packageName": "@inquirer/expand",
        "hash": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew=="
      }
    },
    "npm:@inquirer/expand@5.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/expand@5.0.10",
      "data": {
        "version": "5.0.10",
        "packageName": "@inquirer/expand",
        "hash": "sha512-fC0UHJPXsTRvY2fObiwuQYaAnHrp3aDqfwKUJSdfpgv18QUG054ezGbaRNStk/BKD5IPijeMKWej8VV8O5Q/eQ=="
      }
    },
    "npm:@inquirer/external-editor": {
      "type": "npm",
      "name": "npm:@inquirer/external-editor",
      "data": {
        "version": "1.0.3",
        "packageName": "@inquirer/external-editor",
        "hash": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA=="
      }
    },
    "npm:@inquirer/external-editor@2.0.4": {
      "type": "npm",
      "name": "npm:@inquirer/external-editor@2.0.4",
      "data": {
        "version": "2.0.4",
        "packageName": "@inquirer/external-editor",
        "hash": "sha512-Prenuv9C1PHj2Itx0BcAOVBTonz02Hc2Nd2DbU67PdGUaqn0nPCnV34oDyyoaZHnmfRxkpuhh/u51ThkrO+RdA=="
      }
    },
    "npm:chardet@2.1.1": {
      "type": "npm",
      "name": "npm:chardet@2.1.1",
      "data": {
        "version": "2.1.1",
        "packageName": "chardet",
        "hash": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ=="
      }
    },
    "npm:chardet": {
      "type": "npm",
      "name": "npm:chardet",
      "data": {
        "version": "0.7.0",
        "packageName": "chardet",
        "hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
      }
    },
    "npm:iconv-lite@0.7.0": {
      "type": "npm",
      "name": "npm:iconv-lite@0.7.0",
      "data": {
        "version": "0.7.0",
        "packageName": "iconv-lite",
        "hash": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ=="
      }
    },
    "npm:iconv-lite@0.7.2": {
      "type": "npm",
      "name": "npm:iconv-lite@0.7.2",
      "data": {
        "version": "0.7.2",
        "packageName": "iconv-lite",
        "hash": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw=="
      }
    },
    "npm:iconv-lite@0.6.3": {
      "type": "npm",
      "name": "npm:iconv-lite@0.6.3",
      "data": {
        "version": "0.6.3",
        "packageName": "iconv-lite",
        "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="
      }
    },
    "npm:iconv-lite": {
      "type": "npm",
      "name": "npm:iconv-lite",
      "data": {
        "version": "0.4.24",
        "packageName": "iconv-lite",
        "hash": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA=="
      }
    },
    "npm:@inquirer/figures": {
      "type": "npm",
      "name": "npm:@inquirer/figures",
      "data": {
        "version": "1.0.15",
        "packageName": "@inquirer/figures",
        "hash": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g=="
      }
    },
    "npm:@inquirer/figures@2.0.4": {
      "type": "npm",
      "name": "npm:@inquirer/figures@2.0.4",
      "data": {
        "version": "2.0.4",
        "packageName": "@inquirer/figures",
        "hash": "sha512-eLBsjlS7rPS3WEhmOmh1znQ5IsQrxWzxWDxO51e4urv+iVrSnIHbq4zqJIOiyNdYLa+BVjwOtdetcQx1lWPpiQ=="
      }
    },
    "npm:@inquirer/input": {
      "type": "npm",
      "name": "npm:@inquirer/input",
      "data": {
        "version": "4.3.1",
        "packageName": "@inquirer/input",
        "hash": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g=="
      }
    },
    "npm:@inquirer/input@5.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/input@5.0.10",
      "data": {
        "version": "5.0.10",
        "packageName": "@inquirer/input",
        "hash": "sha512-nvZ6qEVeX/zVtZ1dY2hTGDQpVGD3R7MYPLODPgKO8Y+RAqxkrP3i/3NwF3fZpLdaMiNuK0z2NaYIx9tPwiSegQ=="
      }
    },
    "npm:@inquirer/number": {
      "type": "npm",
      "name": "npm:@inquirer/number",
      "data": {
        "version": "3.0.23",
        "packageName": "@inquirer/number",
        "hash": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg=="
      }
    },
    "npm:@inquirer/number@4.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/number@4.0.10",
      "data": {
        "version": "4.0.10",
        "packageName": "@inquirer/number",
        "hash": "sha512-Ht8OQstxiS3APMGjHV0aYAjRAysidWdwurWEo2i8yI5xbhOBWqizT0+MU1S2GCcuhIBg+3SgWVjEoXgfhY+XaA=="
      }
    },
    "npm:@inquirer/password": {
      "type": "npm",
      "name": "npm:@inquirer/password",
      "data": {
        "version": "4.0.23",
        "packageName": "@inquirer/password",
        "hash": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA=="
      }
    },
    "npm:@inquirer/password@5.0.10": {
      "type": "npm",
      "name": "npm:@inquirer/password@5.0.10",
      "data": {
        "version": "5.0.10",
        "packageName": "@inquirer/password",
        "hash": "sha512-QbNyvIE8q2GTqKLYSsA8ATG+eETo+m31DSR0+AU7x3d2FhaTWzqQek80dj3JGTo743kQc6mhBR0erMjYw5jQ0A=="
      }
    },
    "npm:@inquirer/prompts": {
      "type": "npm",
      "name": "npm:@inquirer/prompts",
      "data": {
        "version": "7.10.1",
        "packageName": "@inquirer/prompts",
        "hash": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg=="
      }
    },
    "npm:@inquirer/prompts@8.3.2": {
      "type": "npm",
      "name": "npm:@inquirer/prompts@8.3.2",
      "data": {
        "version": "8.3.2",
        "packageName": "@inquirer/prompts",
        "hash": "sha512-yFroiSj2iiBFlm59amdTvAcQFvWS6ph5oKESls/uqPBect7rTU2GbjyZO2DqxMGuIwVA8z0P4K6ViPcd/cp+0w=="
      }
    },
    "npm:@inquirer/rawlist": {
      "type": "npm",
      "name": "npm:@inquirer/rawlist",
      "data": {
        "version": "4.1.11",
        "packageName": "@inquirer/rawlist",
        "hash": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw=="
      }
    },
    "npm:@inquirer/rawlist@5.2.6": {
      "type": "npm",
      "name": "npm:@inquirer/rawlist@5.2.6",
      "data": {
        "version": "5.2.6",
        "packageName": "@inquirer/rawlist",
        "hash": "sha512-jfw0MLJ5TilNsa9zlJ6nmRM0ZFVZhhTICt4/6CU2Dv1ndY7l3sqqo1gIYZyMMDw0LvE1u1nzJNisfHEhJIxq5w=="
      }
    },
    "npm:@inquirer/search": {
      "type": "npm",
      "name": "npm:@inquirer/search",
      "data": {
        "version": "3.2.2",
        "packageName": "@inquirer/search",
        "hash": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA=="
      }
    },
    "npm:@inquirer/search@4.1.6": {
      "type": "npm",
      "name": "npm:@inquirer/search@4.1.6",
      "data": {
        "version": "4.1.6",
        "packageName": "@inquirer/search",
        "hash": "sha512-3/6kTRae98hhDevENScy7cdFEuURnSpM3JbBNg8yfXLw88HgTOl+neUuy/l9W0No5NzGsLVydhBzTIxZP7yChQ=="
      }
    },
    "npm:@inquirer/select": {
      "type": "npm",
      "name": "npm:@inquirer/select",
      "data": {
        "version": "4.4.2",
        "packageName": "@inquirer/select",
        "hash": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w=="
      }
    },
    "npm:@inquirer/select@5.1.2": {
      "type": "npm",
      "name": "npm:@inquirer/select@5.1.2",
      "data": {
        "version": "5.1.2",
        "packageName": "@inquirer/select",
        "hash": "sha512-kTK8YIkHV+f02y7bWCh7E0u2/11lul5WepVTclr3UMBtBr05PgcZNWfMa7FY57ihpQFQH/spLMHTcr0rXy50tA=="
      }
    },
    "npm:@inquirer/type": {
      "type": "npm",
      "name": "npm:@inquirer/type",
      "data": {
        "version": "3.0.10",
        "packageName": "@inquirer/type",
        "hash": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA=="
      }
    },
    "npm:@inquirer/type@4.0.4": {
      "type": "npm",
      "name": "npm:@inquirer/type@4.0.4",
      "data": {
        "version": "4.0.4",
        "packageName": "@inquirer/type",
        "hash": "sha512-PamArxO3cFJZoOzspzo6cxVlLeIftyBsZw/S9bKY5DzxqJVZgjoj1oP8d0rskKtp7sZxBycsoer1g6UeJV1BBA=="
      }
    },
    "npm:@isaacs/cliui": {
      "type": "npm",
      "name": "npm:@isaacs/cliui",
      "data": {
        "version": "8.0.2",
        "packageName": "@isaacs/cliui",
        "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA=="
      }
    },
    "npm:@isaacs/cliui@9.0.0": {
      "type": "npm",
      "name": "npm:@isaacs/cliui@9.0.0",
      "data": {
        "version": "9.0.0",
        "packageName": "@isaacs/cliui",
        "hash": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg=="
      }
    },
    "npm:ansi-regex@6.2.2": {
      "type": "npm",
      "name": "npm:ansi-regex@6.2.2",
      "data": {
        "version": "6.2.2",
        "packageName": "ansi-regex",
        "hash": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg=="
      }
    },
    "npm:ansi-regex": {
      "type": "npm",
      "name": "npm:ansi-regex",
      "data": {
        "version": "5.0.1",
        "packageName": "ansi-regex",
        "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
      }
    },
    "npm:ansi-regex@6.1.0": {
      "type": "npm",
      "name": "npm:ansi-regex@6.1.0",
      "data": {
        "version": "6.1.0",
        "packageName": "ansi-regex",
        "hash": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="
      }
    },
    "npm:ansi-regex@2.1.1": {
      "type": "npm",
      "name": "npm:ansi-regex@2.1.1",
      "data": {
        "version": "2.1.1",
        "packageName": "ansi-regex",
        "hash": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA=="
      }
    },
    "npm:ansi-regex@4.1.1": {
      "type": "npm",
      "name": "npm:ansi-regex@4.1.1",
      "data": {
        "version": "4.1.1",
        "packageName": "ansi-regex",
        "hash": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g=="
      }
    },
    "npm:ansi-regex@3.0.1": {
      "type": "npm",
      "name": "npm:ansi-regex@3.0.1",
      "data": {
        "version": "3.0.1",
        "packageName": "ansi-regex",
        "hash": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw=="
      }
    },
    "npm:ansi-styles@6.2.3": {
      "type": "npm",
      "name": "npm:ansi-styles@6.2.3",
      "data": {
        "version": "6.2.3",
        "packageName": "ansi-styles",
        "hash": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg=="
      }
    },
    "npm:ansi-styles@5.2.0": {
      "type": "npm",
      "name": "npm:ansi-styles@5.2.0",
      "data": {
        "version": "5.2.0",
        "packageName": "ansi-styles",
        "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
      }
    },
    "npm:ansi-styles": {
      "type": "npm",
      "name": "npm:ansi-styles",
      "data": {
        "version": "4.3.0",
        "packageName": "ansi-styles",
        "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
      }
    },
    "npm:ansi-styles@6.2.1": {
      "type": "npm",
      "name": "npm:ansi-styles@6.2.1",
      "data": {
        "version": "6.2.1",
        "packageName": "ansi-styles",
        "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="
      }
    },
    "npm:ansi-styles@3.2.1": {
      "type": "npm",
      "name": "npm:ansi-styles@3.2.1",
      "data": {
        "version": "3.2.1",
        "packageName": "ansi-styles",
        "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
      }
    },
    "npm:ansi-styles@2.2.1": {
      "type": "npm",
      "name": "npm:ansi-styles@2.2.1",
      "data": {
        "version": "2.2.1",
        "packageName": "ansi-styles",
        "hash": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA=="
      }
    },
    "npm:emoji-regex@9.2.2": {
      "type": "npm",
      "name": "npm:emoji-regex@9.2.2",
      "data": {
        "version": "9.2.2",
        "packageName": "emoji-regex",
        "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
      }
    },
    "npm:emoji-regex@10.4.0": {
      "type": "npm",
      "name": "npm:emoji-regex@10.4.0",
      "data": {
        "version": "10.4.0",
        "packageName": "emoji-regex",
        "hash": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
      }
    },
    "npm:emoji-regex": {
      "type": "npm",
      "name": "npm:emoji-regex",
      "data": {
        "version": "8.0.0",
        "packageName": "emoji-regex",
        "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
      }
    },
    "npm:string-width@5.1.2": {
      "type": "npm",
      "name": "npm:string-width@5.1.2",
      "data": {
        "version": "5.1.2",
        "packageName": "string-width",
        "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="
      }
    },
    "npm:string-width@7.2.0": {
      "type": "npm",
      "name": "npm:string-width@7.2.0",
      "data": {
        "version": "7.2.0",
        "packageName": "string-width",
        "hash": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="
      }
    },
    "npm:string-width@2.1.1": {
      "type": "npm",
      "name": "npm:string-width@2.1.1",
      "data": {
        "version": "2.1.1",
        "packageName": "string-width",
        "hash": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw=="
      }
    },
    "npm:string-width@1.0.2": {
      "type": "npm",
      "name": "npm:string-width@1.0.2",
      "data": {
        "version": "1.0.2",
        "packageName": "string-width",
        "hash": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw=="
      }
    },
    "npm:string-width": {
      "type": "npm",
      "name": "npm:string-width",
      "data": {
        "version": "4.2.3",
        "packageName": "string-width",
        "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="
      }
    },
    "npm:strip-ansi@7.1.2": {
      "type": "npm",
      "name": "npm:strip-ansi@7.1.2",
      "data": {
        "version": "7.1.2",
        "packageName": "strip-ansi",
        "hash": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA=="
      }
    },
    "npm:strip-ansi@7.1.0": {
      "type": "npm",
      "name": "npm:strip-ansi@7.1.0",
      "data": {
        "version": "7.1.0",
        "packageName": "strip-ansi",
        "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="
      }
    },
    "npm:strip-ansi@4.0.0": {
      "type": "npm",
      "name": "npm:strip-ansi@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "strip-ansi",
        "hash": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow=="
      }
    },
    "npm:strip-ansi@5.2.0": {
      "type": "npm",
      "name": "npm:strip-ansi@5.2.0",
      "data": {
        "version": "5.2.0",
        "packageName": "strip-ansi",
        "hash": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="
      }
    },
    "npm:strip-ansi@3.0.1": {
      "type": "npm",
      "name": "npm:strip-ansi@3.0.1",
      "data": {
        "version": "3.0.1",
        "packageName": "strip-ansi",
        "hash": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg=="
      }
    },
    "npm:strip-ansi": {
      "type": "npm",
      "name": "npm:strip-ansi",
      "data": {
        "version": "6.0.1",
        "packageName": "strip-ansi",
        "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
      }
    },
    "npm:wrap-ansi@8.1.0": {
      "type": "npm",
      "name": "npm:wrap-ansi@8.1.0",
      "data": {
        "version": "8.1.0",
        "packageName": "wrap-ansi",
        "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="
      }
    },
    "npm:wrap-ansi@9.0.0": {
      "type": "npm",
      "name": "npm:wrap-ansi@9.0.0",
      "data": {
        "version": "9.0.0",
        "packageName": "wrap-ansi",
        "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q=="
      }
    },
    "npm:wrap-ansi@7.0.0": {
      "type": "npm",
      "name": "npm:wrap-ansi@7.0.0",
      "data": {
        "version": "7.0.0",
        "packageName": "wrap-ansi",
        "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
      }
    },
    "npm:wrap-ansi@3.0.1": {
      "type": "npm",
      "name": "npm:wrap-ansi@3.0.1",
      "data": {
        "version": "3.0.1",
        "packageName": "wrap-ansi",
        "hash": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ=="
      }
    },
    "npm:wrap-ansi": {
      "type": "npm",
      "name": "npm:wrap-ansi",
      "data": {
        "version": "6.2.0",
        "packageName": "wrap-ansi",
        "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="
      }
    },
    "npm:@isaacs/fs-minipass": {
      "type": "npm",
      "name": "npm:@isaacs/fs-minipass",
      "data": {
        "version": "4.0.1",
        "packageName": "@isaacs/fs-minipass",
        "hash": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w=="
      }
    },
    "npm:@isaacs/string-locale-compare": {
      "type": "npm",
      "name": "npm:@isaacs/string-locale-compare",
      "data": {
        "version": "1.1.0",
        "packageName": "@isaacs/string-locale-compare",
        "hash": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ=="
      }
    },
    "npm:@istanbuljs/load-nyc-config": {
      "type": "npm",
      "name": "npm:@istanbuljs/load-nyc-config",
      "data": {
        "version": "1.1.0",
        "packageName": "@istanbuljs/load-nyc-config",
        "hash": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ=="
      }
    },
    "npm:argparse@1.0.10": {
      "type": "npm",
      "name": "npm:argparse@1.0.10",
      "data": {
        "version": "1.0.10",
        "packageName": "argparse",
        "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
      }
    },
    "npm:argparse": {
      "type": "npm",
      "name": "npm:argparse",
      "data": {
        "version": "2.0.1",
        "packageName": "argparse",
        "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
      }
    },
    "npm:find-up@4.1.0": {
      "type": "npm",
      "name": "npm:find-up@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "find-up",
        "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="
      }
    },
    "npm:find-up": {
      "type": "npm",
      "name": "npm:find-up",
      "data": {
        "version": "5.0.0",
        "packageName": "find-up",
        "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="
      }
    },
    "npm:find-up@2.1.0": {
      "type": "npm",
      "name": "npm:find-up@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "find-up",
        "hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ=="
      }
    },
    "npm:js-yaml@3.14.2": {
      "type": "npm",
      "name": "npm:js-yaml@3.14.2",
      "data": {
        "version": "3.14.2",
        "packageName": "js-yaml",
        "hash": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg=="
      }
    },
    "npm:js-yaml": {
      "type": "npm",
      "name": "npm:js-yaml",
      "data": {
        "version": "4.1.1",
        "packageName": "js-yaml",
        "hash": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA=="
      }
    },
    "npm:locate-path@5.0.0": {
      "type": "npm",
      "name": "npm:locate-path@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "locate-path",
        "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="
      }
    },
    "npm:locate-path": {
      "type": "npm",
      "name": "npm:locate-path",
      "data": {
        "version": "6.0.0",
        "packageName": "locate-path",
        "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="
      }
    },
    "npm:locate-path@2.0.0": {
      "type": "npm",
      "name": "npm:locate-path@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "locate-path",
        "hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA=="
      }
    },
    "npm:p-limit@2.3.0": {
      "type": "npm",
      "name": "npm:p-limit@2.3.0",
      "data": {
        "version": "2.3.0",
        "packageName": "p-limit",
        "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="
      }
    },
    "npm:p-limit": {
      "type": "npm",
      "name": "npm:p-limit",
      "data": {
        "version": "3.1.0",
        "packageName": "p-limit",
        "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="
      }
    },
    "npm:p-limit@1.3.0": {
      "type": "npm",
      "name": "npm:p-limit@1.3.0",
      "data": {
        "version": "1.3.0",
        "packageName": "p-limit",
        "hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q=="
      }
    },
    "npm:p-locate@4.1.0": {
      "type": "npm",
      "name": "npm:p-locate@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "p-locate",
        "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="
      }
    },
    "npm:p-locate": {
      "type": "npm",
      "name": "npm:p-locate",
      "data": {
        "version": "5.0.0",
        "packageName": "p-locate",
        "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw=="
      }
    },
    "npm:p-locate@2.0.0": {
      "type": "npm",
      "name": "npm:p-locate@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "p-locate",
        "hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg=="
      }
    },
    "npm:resolve-from@5.0.0": {
      "type": "npm",
      "name": "npm:resolve-from@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "resolve-from",
        "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
      }
    },
    "npm:resolve-from": {
      "type": "npm",
      "name": "npm:resolve-from",
      "data": {
        "version": "4.0.0",
        "packageName": "resolve-from",
        "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
      }
    },
    "npm:@istanbuljs/schema": {
      "type": "npm",
      "name": "npm:@istanbuljs/schema",
      "data": {
        "version": "0.1.3",
        "packageName": "@istanbuljs/schema",
        "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
      }
    },
    "npm:@jest/console": {
      "type": "npm",
      "name": "npm:@jest/console",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/console",
        "hash": "sha512-PAwCvFJ4696XP2qZj+LAn1BWjZaJ6RjG6c7/lkMaUJnkyMS34ucuIsfqYvfskVNvUI27R/u4P1HMYFnlVXG/Ww=="
      }
    },
    "npm:@jest/core": {
      "type": "npm",
      "name": "npm:@jest/core",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/core",
        "hash": "sha512-U5mVPsBxLSO6xYbf+tgkymLx+iAhvZX43/xI1+ej2ZOPnPdkdO1CzDmFKh2mZBn2s4XZixszHeQnzp1gm/DIxw=="
      }
    },
    "npm:brace-expansion@2.0.3": {
      "type": "npm",
      "name": "npm:brace-expansion@2.0.3",
      "data": {
        "version": "2.0.3",
        "packageName": "brace-expansion",
        "hash": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA=="
      }
    },
    "npm:brace-expansion@5.0.5": {
      "type": "npm",
      "name": "npm:brace-expansion@5.0.5",
      "data": {
        "version": "5.0.5",
        "packageName": "brace-expansion",
        "hash": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ=="
      }
    },
    "npm:brace-expansion": {
      "type": "npm",
      "name": "npm:brace-expansion",
      "data": {
        "version": "1.1.13",
        "packageName": "brace-expansion",
        "hash": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w=="
      }
    },
    "npm:glob@10.5.0": {
      "type": "npm",
      "name": "npm:glob@10.5.0",
      "data": {
        "version": "10.5.0",
        "packageName": "glob",
        "hash": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg=="
      }
    },
    "npm:glob@13.0.6": {
      "type": "npm",
      "name": "npm:glob@13.0.6",
      "data": {
        "version": "13.0.6",
        "packageName": "glob",
        "hash": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw=="
      }
    },
    "npm:glob@11.1.0": {
      "type": "npm",
      "name": "npm:glob@11.1.0",
      "data": {
        "version": "11.1.0",
        "packageName": "glob",
        "hash": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw=="
      }
    },
    "npm:glob@13.0.0": {
      "type": "npm",
      "name": "npm:glob@13.0.0",
      "data": {
        "version": "13.0.0",
        "packageName": "glob",
        "hash": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA=="
      }
    },
    "npm:glob": {
      "type": "npm",
      "name": "npm:glob",
      "data": {
        "version": "7.2.3",
        "packageName": "glob",
        "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="
      }
    },
    "npm:jest-config@30.3.0": {
      "type": "npm",
      "name": "npm:jest-config@30.3.0",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-config",
        "hash": "sha512-WPMAkMAtNDY9P/oKObtsRG/6KTrhtgPJoBTmk20uDn4Uy6/3EJnnaZJre/FMT1KVRx8cve1r7/FlMIOfRVWL4w=="
      }
    },
    "npm:minimatch@9.0.9": {
      "type": "npm",
      "name": "npm:minimatch@9.0.9",
      "data": {
        "version": "9.0.9",
        "packageName": "minimatch",
        "hash": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg=="
      }
    },
    "npm:minimatch@10.2.5": {
      "type": "npm",
      "name": "npm:minimatch@10.2.5",
      "data": {
        "version": "10.2.5",
        "packageName": "minimatch",
        "hash": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg=="
      }
    },
    "npm:minimatch@10.2.4": {
      "type": "npm",
      "name": "npm:minimatch@10.2.4",
      "data": {
        "version": "10.2.4",
        "packageName": "minimatch",
        "hash": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg=="
      }
    },
    "npm:minimatch@5.1.9": {
      "type": "npm",
      "name": "npm:minimatch@5.1.9",
      "data": {
        "version": "5.1.9",
        "packageName": "minimatch",
        "hash": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw=="
      }
    },
    "npm:minimatch@3.1.4": {
      "type": "npm",
      "name": "npm:minimatch@3.1.4",
      "data": {
        "version": "3.1.4",
        "packageName": "minimatch",
        "hash": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw=="
      }
    },
    "npm:minimatch": {
      "type": "npm",
      "name": "npm:minimatch",
      "data": {
        "version": "3.1.5",
        "packageName": "minimatch",
        "hash": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w=="
      }
    },
    "npm:pretty-format@30.3.0": {
      "type": "npm",
      "name": "npm:pretty-format@30.3.0",
      "data": {
        "version": "30.3.0",
        "packageName": "pretty-format",
        "hash": "sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ=="
      }
    },
    "npm:pretty-format@30.0.2": {
      "type": "npm",
      "name": "npm:pretty-format@30.0.2",
      "data": {
        "version": "30.0.2",
        "packageName": "pretty-format",
        "hash": "sha512-yC5/EBSOrTtqhCKfLHqoUIAXVRZnukHPwWBJWR7h84Q3Be1DRQZLncwcfLoPA5RPQ65qfiCMqgYwdUuQ//eVpg=="
      }
    },
    "npm:pretty-format": {
      "type": "npm",
      "name": "npm:pretty-format",
      "data": {
        "version": "27.5.1",
        "packageName": "pretty-format",
        "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ=="
      }
    },
    "npm:react-is@18.3.1": {
      "type": "npm",
      "name": "npm:react-is@18.3.1",
      "data": {
        "version": "18.3.1",
        "packageName": "react-is",
        "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
      }
    },
    "npm:react-is@16.13.1": {
      "type": "npm",
      "name": "npm:react-is@16.13.1",
      "data": {
        "version": "16.13.1",
        "packageName": "react-is",
        "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
      }
    },
    "npm:react-is": {
      "type": "npm",
      "name": "npm:react-is",
      "data": {
        "version": "17.0.2",
        "packageName": "react-is",
        "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
      }
    },
    "npm:@jest/diff-sequences": {
      "type": "npm",
      "name": "npm:@jest/diff-sequences",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/diff-sequences",
        "hash": "sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA=="
      }
    },
    "npm:@jest/environment": {
      "type": "npm",
      "name": "npm:@jest/environment",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/environment",
        "hash": "sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw=="
      }
    },
    "npm:@jest/expect": {
      "type": "npm",
      "name": "npm:@jest/expect",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/expect",
        "hash": "sha512-76Nlh4xJxk2D/9URCn3wFi98d2hb19uWE1idLsTt2ywhvdOldbw3S570hBgn25P4ICUZ/cBjybrBex2g17IDbg=="
      }
    },
    "npm:@jest/expect-utils": {
      "type": "npm",
      "name": "npm:@jest/expect-utils",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/expect-utils",
        "hash": "sha512-j0+W5iQQ8hBh7tHZkTQv3q2Fh/M7Je72cIsYqC4OaktgtO7v1So9UTjp6uPBHIaB6beoF/RRsCgMJKvti0wADA=="
      }
    },
    "npm:@jest/fake-timers": {
      "type": "npm",
      "name": "npm:@jest/fake-timers",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/fake-timers",
        "hash": "sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ=="
      }
    },
    "npm:@jest/get-type": {
      "type": "npm",
      "name": "npm:@jest/get-type",
      "data": {
        "version": "30.1.0",
        "packageName": "@jest/get-type",
        "hash": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA=="
      }
    },
    "npm:@jest/globals": {
      "type": "npm",
      "name": "npm:@jest/globals",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/globals",
        "hash": "sha512-+owLCBBdfpgL3HU+BD5etr1SvbXpSitJK0is1kiYjJxAAJggYMRQz5hSdd5pq1sSggfxPbw2ld71pt4x5wwViA=="
      }
    },
    "npm:@jest/pattern": {
      "type": "npm",
      "name": "npm:@jest/pattern",
      "data": {
        "version": "30.0.1",
        "packageName": "@jest/pattern",
        "hash": "sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA=="
      }
    },
    "npm:@jest/reporters": {
      "type": "npm",
      "name": "npm:@jest/reporters",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/reporters",
        "hash": "sha512-a09z89S+PkQnL055bVj8+pe2Caed2PBOaczHcXCykW5ngxX9EWx/1uAwncxc/HiU0oZqfwseMjyhxgRjS49qPw=="
      }
    },
    "npm:@jest/schemas": {
      "type": "npm",
      "name": "npm:@jest/schemas",
      "data": {
        "version": "30.0.5",
        "packageName": "@jest/schemas",
        "hash": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA=="
      }
    },
    "npm:@jest/schemas@30.0.1": {
      "type": "npm",
      "name": "npm:@jest/schemas@30.0.1",
      "data": {
        "version": "30.0.1",
        "packageName": "@jest/schemas",
        "hash": "sha512-+g/1TKjFuGrf1Hh0QPCv0gISwBxJ+MQSNXmG9zjHy7BmFhtoJ9fdNhWJp3qUKRi93AOZHXtdxZgJ1vAtz6z65w=="
      }
    },
    "npm:@jest/snapshot-utils": {
      "type": "npm",
      "name": "npm:@jest/snapshot-utils",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/snapshot-utils",
        "hash": "sha512-ORbRN9sf5PP82v3FXNSwmO1OTDR2vzR2YTaR+E3VkSBZ8zadQE6IqYdYEeFH1NIkeB2HIGdF02dapb6K0Mj05g=="
      }
    },
    "npm:@jest/source-map": {
      "type": "npm",
      "name": "npm:@jest/source-map",
      "data": {
        "version": "30.0.1",
        "packageName": "@jest/source-map",
        "hash": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg=="
      }
    },
    "npm:@jest/test-result": {
      "type": "npm",
      "name": "npm:@jest/test-result",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/test-result",
        "hash": "sha512-e/52nJGuD74AKTSe0P4y5wFRlaXP0qmrS17rqOMHeSwm278VyNyXE3gFO/4DTGF9w+65ra3lo3VKj0LBrzmgdQ=="
      }
    },
    "npm:@jest/test-sequencer": {
      "type": "npm",
      "name": "npm:@jest/test-sequencer",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/test-sequencer",
        "hash": "sha512-dgbWy9b8QDlQeRZcv7LNF+/jFiiYHTKho1xirauZ7kVwY7avjFF6uTT0RqlgudB5OuIPagFdVtfFMosjVbk1eA=="
      }
    },
    "npm:@jest/transform": {
      "type": "npm",
      "name": "npm:@jest/transform",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/transform",
        "hash": "sha512-TLKY33fSLVd/lKB2YI1pH69ijyUblO/BQvCj566YvnwuzoTNr648iE0j22vRvVNk2HsPwByPxATg3MleS3gf5A=="
      }
    },
    "npm:@jest/types": {
      "type": "npm",
      "name": "npm:@jest/types",
      "data": {
        "version": "30.3.0",
        "packageName": "@jest/types",
        "hash": "sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw=="
      }
    },
    "npm:@jridgewell/gen-mapping": {
      "type": "npm",
      "name": "npm:@jridgewell/gen-mapping",
      "data": {
        "version": "0.3.12",
        "packageName": "@jridgewell/gen-mapping",
        "hash": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg=="
      }
    },
    "npm:@jridgewell/remapping": {
      "type": "npm",
      "name": "npm:@jridgewell/remapping",
      "data": {
        "version": "2.3.5",
        "packageName": "@jridgewell/remapping",
        "hash": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ=="
      }
    },
    "npm:@jridgewell/resolve-uri": {
      "type": "npm",
      "name": "npm:@jridgewell/resolve-uri",
      "data": {
        "version": "3.1.2",
        "packageName": "@jridgewell/resolve-uri",
        "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="
      }
    },
    "npm:@jridgewell/source-map": {
      "type": "npm",
      "name": "npm:@jridgewell/source-map",
      "data": {
        "version": "0.3.6",
        "packageName": "@jridgewell/source-map",
        "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ=="
      }
    },
    "npm:@jridgewell/sourcemap-codec": {
      "type": "npm",
      "name": "npm:@jridgewell/sourcemap-codec",
      "data": {
        "version": "1.5.0",
        "packageName": "@jridgewell/sourcemap-codec",
        "hash": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
      }
    },
    "npm:@jridgewell/trace-mapping": {
      "type": "npm",
      "name": "npm:@jridgewell/trace-mapping",
      "data": {
        "version": "0.3.29",
        "packageName": "@jridgewell/trace-mapping",
        "hash": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ=="
      }
    },
    "npm:@kamilmielnik/trie": {
      "type": "npm",
      "name": "npm:@kamilmielnik/trie",
      "data": {
        "version": "4.0.0",
        "packageName": "@kamilmielnik/trie",
        "hash": "sha512-p3JqQ+6Oi2tYk8MDcyW8cEpeatE3oTozpiG/YzMjPSVY8JVZGlkY2Xm1/a3dEveqxuDIrqciz76toZWa+8uZWA=="
      }
    },
    "npm:@napi-rs/wasm-runtime": {
      "type": "npm",
      "name": "npm:@napi-rs/wasm-runtime",
      "data": {
        "version": "0.2.12",
        "packageName": "@napi-rs/wasm-runtime",
        "hash": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ=="
      }
    },
    "npm:@napi-rs/wasm-runtime@0.2.4": {
      "type": "npm",
      "name": "npm:@napi-rs/wasm-runtime@0.2.4",
      "data": {
        "version": "0.2.4",
        "packageName": "@napi-rs/wasm-runtime",
        "hash": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ=="
      }
    },
    "npm:@tybys/wasm-util@0.10.0": {
      "type": "npm",
      "name": "npm:@tybys/wasm-util@0.10.0",
      "data": {
        "version": "0.10.0",
        "packageName": "@tybys/wasm-util",
        "hash": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="
      }
    },
    "npm:@tybys/wasm-util": {
      "type": "npm",
      "name": "npm:@tybys/wasm-util",
      "data": {
        "version": "0.9.0",
        "packageName": "@tybys/wasm-util",
        "hash": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw=="
      }
    },
    "npm:@next/env": {
      "type": "npm",
      "name": "npm:@next/env",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/env",
        "hash": "sha512-ZWXyj4uNu4GCWQw9cjRxWlbD+33mcDszIo9iQxFnBX3Wmgq9ulaSJcl6VhuWx5pCWqqD+9W6Wfz7N0lM5lYPMA=="
      }
    },
    "npm:@next/swc-darwin-arm64": {
      "type": "npm",
      "name": "npm:@next/swc-darwin-arm64",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-darwin-arm64",
        "hash": "sha512-u37KDKTKQ+OQLvY+z7SNXixwo4Q2/IAJFDzU1fYe66IbCE51aDSAzkNDkWmLN0yjTUh4BKBd+hb69jYn6qqqSg=="
      }
    },
    "npm:@next/swc-darwin-x64": {
      "type": "npm",
      "name": "npm:@next/swc-darwin-x64",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-darwin-x64",
        "hash": "sha512-gHjL/qy6Q6CG3176FWbAKyKh9IfntKZTB3RY/YOJdDFpHGsUDXVH38U4mMNpHVGXmeYW4wj22dMp1lTfmu/bTQ=="
      }
    },
    "npm:@next/swc-linux-arm64-gnu": {
      "type": "npm",
      "name": "npm:@next/swc-linux-arm64-gnu",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-linux-arm64-gnu",
        "hash": "sha512-U6vtblPtU/P14Y/b/n9ZY0GOxbbIhTFuaFR7F4/uMBidCi2nSdaOFhA0Go81L61Zd6527+yvuX44T4ksnf8T+Q=="
      }
    },
    "npm:@next/swc-linux-arm64-musl": {
      "type": "npm",
      "name": "npm:@next/swc-linux-arm64-musl",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-linux-arm64-musl",
        "hash": "sha512-/YV0LgjHUmfhQpn9bVoGc4x4nan64pkhWR5wyEV8yCOfwwrH630KpvRg86olQHTwHIn1z59uh6JwKvHq1h4QEw=="
      }
    },
    "npm:@next/swc-linux-x64-gnu": {
      "type": "npm",
      "name": "npm:@next/swc-linux-x64-gnu",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-linux-x64-gnu",
        "hash": "sha512-/HiWEcp+WMZ7VajuiMEFGZ6cg0+aYZPqCJD3YJEfpVWQsKYSjXQG06vJP6F1rdA03COD9Fef4aODs3YxKx+RDQ=="
      }
    },
    "npm:@next/swc-linux-x64-musl": {
      "type": "npm",
      "name": "npm:@next/swc-linux-x64-musl",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-linux-x64-musl",
        "hash": "sha512-Kt44hGJfZSefebhk/7nIdivoDr3Ugp5+oNz9VvF3GUtfxutucUIHfIO0ZYO8QlOPDQloUVQn4NVC/9JvHRk9hw=="
      }
    },
    "npm:@next/swc-win32-arm64-msvc": {
      "type": "npm",
      "name": "npm:@next/swc-win32-arm64-msvc",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-win32-arm64-msvc",
        "hash": "sha512-O2NZ9ie3Tq6xj5Z5CSwBT3+aWAMW2PIZ4egUi9MaWLkwaehgtB7YZjPm+UpcNpKOme0IQuqDcor7BsW6QBiQBw=="
      }
    },
    "npm:@next/swc-win32-x64-msvc": {
      "type": "npm",
      "name": "npm:@next/swc-win32-x64-msvc",
      "data": {
        "version": "16.2.3",
        "packageName": "@next/swc-win32-x64-msvc",
        "hash": "sha512-Ibm29/GgB/ab5n7XKqlStkm54qqZE8v2FnijUPBgrd67FWrac45o/RsNlaOWjme/B5UqeWt/8KM4aWBwA1D2Kw=="
      }
    },
    "npm:@nodelib/fs.scandir": {
      "type": "npm",
      "name": "npm:@nodelib/fs.scandir",
      "data": {
        "version": "2.1.5",
        "packageName": "@nodelib/fs.scandir",
        "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="
      }
    },
    "npm:@nodelib/fs.stat": {
      "type": "npm",
      "name": "npm:@nodelib/fs.stat",
      "data": {
        "version": "2.0.5",
        "packageName": "@nodelib/fs.stat",
        "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
      }
    },
    "npm:@nodelib/fs.walk": {
      "type": "npm",
      "name": "npm:@nodelib/fs.walk",
      "data": {
        "version": "1.2.8",
        "packageName": "@nodelib/fs.walk",
        "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="
      }
    },
    "npm:@npmcli/agent": {
      "type": "npm",
      "name": "npm:@npmcli/agent",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/agent",
        "hash": "sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA=="
      }
    },
    "npm:lru-cache@11.2.4": {
      "type": "npm",
      "name": "npm:lru-cache@11.2.4",
      "data": {
        "version": "11.2.4",
        "packageName": "lru-cache",
        "hash": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg=="
      }
    },
    "npm:lru-cache@11.2.7": {
      "type": "npm",
      "name": "npm:lru-cache@11.2.7",
      "data": {
        "version": "11.2.7",
        "packageName": "lru-cache",
        "hash": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA=="
      }
    },
    "npm:lru-cache@6.0.0": {
      "type": "npm",
      "name": "npm:lru-cache@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "lru-cache",
        "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="
      }
    },
    "npm:lru-cache": {
      "type": "npm",
      "name": "npm:lru-cache",
      "data": {
        "version": "5.1.1",
        "packageName": "lru-cache",
        "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="
      }
    },
    "npm:lru-cache@10.4.3": {
      "type": "npm",
      "name": "npm:lru-cache@10.4.3",
      "data": {
        "version": "10.4.3",
        "packageName": "lru-cache",
        "hash": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
      }
    },
    "npm:@npmcli/arborist": {
      "type": "npm",
      "name": "npm:@npmcli/arborist",
      "data": {
        "version": "9.1.6",
        "packageName": "@npmcli/arborist",
        "hash": "sha512-c5Pr3EG8UP5ollkJy2x+UdEQC5sEHe3H9whYn6hb2HJimAKS4zmoJkx5acCiR/g4P38RnCSMlsYQyyHnKYeLvQ=="
      }
    },
    "npm:balanced-match@4.0.4": {
      "type": "npm",
      "name": "npm:balanced-match@4.0.4",
      "data": {
        "version": "4.0.4",
        "packageName": "balanced-match",
        "hash": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA=="
      }
    },
    "npm:balanced-match": {
      "type": "npm",
      "name": "npm:balanced-match",
      "data": {
        "version": "1.0.2",
        "packageName": "balanced-match",
        "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
      }
    },
    "npm:npm-bundled@5.0.0": {
      "type": "npm",
      "name": "npm:npm-bundled@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "npm-bundled",
        "hash": "sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw=="
      }
    },
    "npm:npm-bundled": {
      "type": "npm",
      "name": "npm:npm-bundled",
      "data": {
        "version": "4.0.0",
        "packageName": "npm-bundled",
        "hash": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA=="
      }
    },
    "npm:npm-normalize-package-bin@5.0.0": {
      "type": "npm",
      "name": "npm:npm-normalize-package-bin@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "npm-normalize-package-bin",
        "hash": "sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag=="
      }
    },
    "npm:npm-normalize-package-bin": {
      "type": "npm",
      "name": "npm:npm-normalize-package-bin",
      "data": {
        "version": "4.0.0",
        "packageName": "npm-normalize-package-bin",
        "hash": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w=="
      }
    },
    "npm:pacote@21.5.0": {
      "type": "npm",
      "name": "npm:pacote@21.5.0",
      "data": {
        "version": "21.5.0",
        "packageName": "pacote",
        "hash": "sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ=="
      }
    },
    "npm:pacote": {
      "type": "npm",
      "name": "npm:pacote",
      "data": {
        "version": "21.0.1",
        "packageName": "pacote",
        "hash": "sha512-LHGIUQUrcDIJUej53KJz1BPvUuHrItrR2yrnN0Kl9657cJ0ZT6QJHk9wWPBnQZhYT5KLyZWrk9jaYc2aKDu4yw=="
      }
    },
    "npm:@npmcli/installed-package-contents@4.0.0": {
      "type": "npm",
      "name": "npm:@npmcli/installed-package-contents@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/installed-package-contents",
        "hash": "sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA=="
      }
    },
    "npm:@npmcli/installed-package-contents": {
      "type": "npm",
      "name": "npm:@npmcli/installed-package-contents",
      "data": {
        "version": "3.0.0",
        "packageName": "@npmcli/installed-package-contents",
        "hash": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q=="
      }
    },
    "npm:proc-log@6.1.0": {
      "type": "npm",
      "name": "npm:proc-log@6.1.0",
      "data": {
        "version": "6.1.0",
        "packageName": "proc-log",
        "hash": "sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ=="
      }
    },
    "npm:proc-log": {
      "type": "npm",
      "name": "npm:proc-log",
      "data": {
        "version": "5.0.0",
        "packageName": "proc-log",
        "hash": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ=="
      }
    },
    "npm:ssri@13.0.1": {
      "type": "npm",
      "name": "npm:ssri@13.0.1",
      "data": {
        "version": "13.0.1",
        "packageName": "ssri",
        "hash": "sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ=="
      }
    },
    "npm:ssri@13.0.0": {
      "type": "npm",
      "name": "npm:ssri@13.0.0",
      "data": {
        "version": "13.0.0",
        "packageName": "ssri",
        "hash": "sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng=="
      }
    },
    "npm:ssri": {
      "type": "npm",
      "name": "npm:ssri",
      "data": {
        "version": "12.0.0",
        "packageName": "ssri",
        "hash": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ=="
      }
    },
    "npm:semver@7.7.4": {
      "type": "npm",
      "name": "npm:semver@7.7.4",
      "data": {
        "version": "7.7.4",
        "packageName": "semver",
        "hash": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="
      }
    },
    "npm:semver@7.7.3": {
      "type": "npm",
      "name": "npm:semver@7.7.3",
      "data": {
        "version": "7.7.3",
        "packageName": "semver",
        "hash": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="
      }
    },
    "npm:semver@7.7.1": {
      "type": "npm",
      "name": "npm:semver@7.7.1",
      "data": {
        "version": "7.7.1",
        "packageName": "semver",
        "hash": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA=="
      }
    },
    "npm:semver@7.7.2": {
      "type": "npm",
      "name": "npm:semver@7.7.2",
      "data": {
        "version": "7.7.2",
        "packageName": "semver",
        "hash": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
      }
    },
    "npm:semver@5.7.2": {
      "type": "npm",
      "name": "npm:semver@5.7.2",
      "data": {
        "version": "5.7.2",
        "packageName": "semver",
        "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
      }
    },
    "npm:semver": {
      "type": "npm",
      "name": "npm:semver",
      "data": {
        "version": "6.3.1",
        "packageName": "semver",
        "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
      }
    },
    "npm:@npmcli/fs": {
      "type": "npm",
      "name": "npm:@npmcli/fs",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/fs",
        "hash": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q=="
      }
    },
    "npm:@npmcli/fs@5.0.0": {
      "type": "npm",
      "name": "npm:@npmcli/fs@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "@npmcli/fs",
        "hash": "sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og=="
      }
    },
    "npm:@npmcli/git": {
      "type": "npm",
      "name": "npm:@npmcli/git",
      "data": {
        "version": "7.0.2",
        "packageName": "@npmcli/git",
        "hash": "sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg=="
      }
    },
    "npm:@npmcli/git@6.0.3": {
      "type": "npm",
      "name": "npm:@npmcli/git@6.0.3",
      "data": {
        "version": "6.0.3",
        "packageName": "@npmcli/git",
        "hash": "sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ=="
      }
    },
    "npm:ini@6.0.0": {
      "type": "npm",
      "name": "npm:ini@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "ini",
        "hash": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ=="
      }
    },
    "npm:ini@1.3.8": {
      "type": "npm",
      "name": "npm:ini@1.3.8",
      "data": {
        "version": "1.3.8",
        "packageName": "ini",
        "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
      }
    },
    "npm:ini@4.1.1": {
      "type": "npm",
      "name": "npm:ini@4.1.1",
      "data": {
        "version": "4.1.1",
        "packageName": "ini",
        "hash": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g=="
      }
    },
    "npm:ini": {
      "type": "npm",
      "name": "npm:ini",
      "data": {
        "version": "2.0.0",
        "packageName": "ini",
        "hash": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA=="
      }
    },
    "npm:ini@5.0.0": {
      "type": "npm",
      "name": "npm:ini@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "ini",
        "hash": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw=="
      }
    },
    "npm:isexe@4.0.0": {
      "type": "npm",
      "name": "npm:isexe@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "isexe",
        "hash": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw=="
      }
    },
    "npm:isexe": {
      "type": "npm",
      "name": "npm:isexe",
      "data": {
        "version": "2.0.0",
        "packageName": "isexe",
        "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
      }
    },
    "npm:isexe@3.1.5": {
      "type": "npm",
      "name": "npm:isexe@3.1.5",
      "data": {
        "version": "3.1.5",
        "packageName": "isexe",
        "hash": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w=="
      }
    },
    "npm:which@6.0.1": {
      "type": "npm",
      "name": "npm:which@6.0.1",
      "data": {
        "version": "6.0.1",
        "packageName": "which",
        "hash": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg=="
      }
    },
    "npm:which@5.0.0": {
      "type": "npm",
      "name": "npm:which@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "which",
        "hash": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ=="
      }
    },
    "npm:which": {
      "type": "npm",
      "name": "npm:which",
      "data": {
        "version": "2.0.2",
        "packageName": "which",
        "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="
      }
    },
    "npm:@npmcli/map-workspaces": {
      "type": "npm",
      "name": "npm:@npmcli/map-workspaces",
      "data": {
        "version": "5.0.3",
        "packageName": "@npmcli/map-workspaces",
        "hash": "sha512-o2grssXo1e774E5OtEwwrgoszYRh0lqkJH+Pb9r78UcqdGJRDRfhpM8DvZPjzNLLNYeD/rNbjOKM3Ss5UABROw=="
      }
    },
    "npm:@npmcli/name-from-folder@4.0.0": {
      "type": "npm",
      "name": "npm:@npmcli/name-from-folder@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/name-from-folder",
        "hash": "sha512-qfrhVlOSqmKM8i6rkNdZzABj8MKEITGFAY+4teqBziksCQAOLutiAxM1wY2BKEd8KjUSpWmWCYxvXr0y4VTlPg=="
      }
    },
    "npm:@npmcli/name-from-folder": {
      "type": "npm",
      "name": "npm:@npmcli/name-from-folder",
      "data": {
        "version": "3.0.0",
        "packageName": "@npmcli/name-from-folder",
        "hash": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA=="
      }
    },
    "npm:path-scurry@2.0.2": {
      "type": "npm",
      "name": "npm:path-scurry@2.0.2",
      "data": {
        "version": "2.0.2",
        "packageName": "path-scurry",
        "hash": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg=="
      }
    },
    "npm:path-scurry@2.0.1": {
      "type": "npm",
      "name": "npm:path-scurry@2.0.1",
      "data": {
        "version": "2.0.1",
        "packageName": "path-scurry",
        "hash": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA=="
      }
    },
    "npm:path-scurry": {
      "type": "npm",
      "name": "npm:path-scurry",
      "data": {
        "version": "1.11.1",
        "packageName": "path-scurry",
        "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA=="
      }
    },
    "npm:@npmcli/metavuln-calculator": {
      "type": "npm",
      "name": "npm:@npmcli/metavuln-calculator",
      "data": {
        "version": "9.0.3",
        "packageName": "@npmcli/metavuln-calculator",
        "hash": "sha512-94GLSYhLXF2t2LAC7pDwLaM4uCARzxShyAQKsirmlNcpidH89VA4/+K1LbJmRMgz5gy65E/QBBWQdUvGLe2Frg=="
      }
    },
    "npm:@npmcli/node-gyp": {
      "type": "npm",
      "name": "npm:@npmcli/node-gyp",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/node-gyp",
        "hash": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA=="
      }
    },
    "npm:@npmcli/node-gyp@5.0.0": {
      "type": "npm",
      "name": "npm:@npmcli/node-gyp@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "@npmcli/node-gyp",
        "hash": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ=="
      }
    },
    "npm:@npmcli/package-json": {
      "type": "npm",
      "name": "npm:@npmcli/package-json",
      "data": {
        "version": "7.0.2",
        "packageName": "@npmcli/package-json",
        "hash": "sha512-0ylN3U5htO1SJTmy2YI78PZZjLkKUGg7EKgukb2CRi0kzyoDr0cfjHAzi7kozVhj2V3SxN1oyKqZ2NSo40z00g=="
      }
    },
    "npm:jackspeak@4.2.3": {
      "type": "npm",
      "name": "npm:jackspeak@4.2.3",
      "data": {
        "version": "4.2.3",
        "packageName": "jackspeak",
        "hash": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg=="
      }
    },
    "npm:jackspeak": {
      "type": "npm",
      "name": "npm:jackspeak",
      "data": {
        "version": "3.4.3",
        "packageName": "jackspeak",
        "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw=="
      }
    },
    "npm:jackspeak@4.1.1": {
      "type": "npm",
      "name": "npm:jackspeak@4.1.1",
      "data": {
        "version": "4.1.1",
        "packageName": "jackspeak",
        "hash": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ=="
      }
    },
    "npm:@npmcli/promise-spawn": {
      "type": "npm",
      "name": "npm:@npmcli/promise-spawn",
      "data": {
        "version": "9.0.1",
        "packageName": "@npmcli/promise-spawn",
        "hash": "sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q=="
      }
    },
    "npm:@npmcli/promise-spawn@8.0.3": {
      "type": "npm",
      "name": "npm:@npmcli/promise-spawn@8.0.3",
      "data": {
        "version": "8.0.3",
        "packageName": "@npmcli/promise-spawn",
        "hash": "sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg=="
      }
    },
    "npm:@npmcli/query": {
      "type": "npm",
      "name": "npm:@npmcli/query",
      "data": {
        "version": "4.0.1",
        "packageName": "@npmcli/query",
        "hash": "sha512-4OIPFb4weUUwkDXJf4Hh1inAn8neBGq3xsH4ZsAaN6FK3ldrFkH7jSpCc7N9xesi0Sp+EBXJ9eGMDrEww2Ztqw=="
      }
    },
    "npm:@npmcli/redact": {
      "type": "npm",
      "name": "npm:@npmcli/redact",
      "data": {
        "version": "3.2.2",
        "packageName": "@npmcli/redact",
        "hash": "sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg=="
      }
    },
    "npm:@npmcli/redact@4.0.0": {
      "type": "npm",
      "name": "npm:@npmcli/redact@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "@npmcli/redact",
        "hash": "sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q=="
      }
    },
    "npm:@npmcli/run-script": {
      "type": "npm",
      "name": "npm:@npmcli/run-script",
      "data": {
        "version": "10.0.3",
        "packageName": "@npmcli/run-script",
        "hash": "sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw=="
      }
    },
    "npm:@nx/devkit": {
      "type": "npm",
      "name": "npm:@nx/devkit",
      "data": {
        "version": "22.6.4",
        "packageName": "@nx/devkit",
        "hash": "sha512-4VRND4Hl+zWSPvs68cJn0PUoxi1ADS1iqXy3VJNtUlVqjE7Y5LtZxKUC05w5OKP+2jMfU3viPTZIGwHnHuIaYA=="
      }
    },
    "npm:enquirer@2.3.6": {
      "type": "npm",
      "name": "npm:enquirer@2.3.6",
      "data": {
        "version": "2.3.6",
        "packageName": "enquirer",
        "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg=="
      }
    },
    "npm:enquirer": {
      "type": "npm",
      "name": "npm:enquirer",
      "data": {
        "version": "2.4.1",
        "packageName": "enquirer",
        "hash": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ=="
      }
    },
    "npm:@nx/nx-darwin-arm64": {
      "type": "npm",
      "name": "npm:@nx/nx-darwin-arm64",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-darwin-arm64",
        "hash": "sha512-qT77Omkg5xQuL2+pDbneX2tI+XW5ZeayMylu7UUgK8OhTrAkJLKjpuYRH4xT5XBipxbDtlxmO3aLS3Ib1pKzJQ=="
      }
    },
    "npm:@nx/nx-darwin-x64": {
      "type": "npm",
      "name": "npm:@nx/nx-darwin-x64",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-darwin-x64",
        "hash": "sha512-9jICxb7vfJ56y/7Yuh3b/n1QJqWxO9xnXKYEs6SO8xPoW/KomVckILGc1C6RQSs6/3ixVJC7k1Dh1wm5tKPFrg=="
      }
    },
    "npm:@nx/nx-freebsd-x64": {
      "type": "npm",
      "name": "npm:@nx/nx-freebsd-x64",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-freebsd-x64",
        "hash": "sha512-6B1wEKpqz5dI3AGMqttAVnA6M3DB/besAtuGyQiymK9ROlta1iuWgCcIYwcCQyhLn2Rx7vqj447KKcgCa8HlVw=="
      }
    },
    "npm:@nx/nx-linux-arm-gnueabihf": {
      "type": "npm",
      "name": "npm:@nx/nx-linux-arm-gnueabihf",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-linux-arm-gnueabihf",
        "hash": "sha512-xV50B8mnDPboct7JkAHftajI02s+8FszA8WTzhore+YGR+lEKHTLpucwGEaQuMlSdLplH7pQix4B4uK5pcMhZw=="
      }
    },
    "npm:@nx/nx-linux-arm64-gnu": {
      "type": "npm",
      "name": "npm:@nx/nx-linux-arm64-gnu",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-linux-arm64-gnu",
        "hash": "sha512-2JkWuMGj+HpW6oPAvU5VdAx1afTnEbiM10Y3YOrl3fipWV4BiP5VDx762QTrfCraP4hl6yqTgvTe7F9xaby+jQ=="
      }
    },
    "npm:@nx/nx-linux-arm64-musl": {
      "type": "npm",
      "name": "npm:@nx/nx-linux-arm64-musl",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-linux-arm64-musl",
        "hash": "sha512-Z/zMqFClnEyqDXouJKEPoWVhMQIif5F0YuECWBYjd3ZLwQsXGTItoh+6Wm3XF/nGMA2uLOHyTq/X7iFXQY3RzA=="
      }
    },
    "npm:@nx/nx-linux-x64-gnu": {
      "type": "npm",
      "name": "npm:@nx/nx-linux-x64-gnu",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-linux-x64-gnu",
        "hash": "sha512-FlotSyqNnaXSn0K+yWw+hRdYBwusABrPgKLyixfJIYRzsy+xPKN6pON6vZfqGwzuWF/9mEGReRz+iM8PiW0XSg=="
      }
    },
    "npm:@nx/nx-linux-x64-musl": {
      "type": "npm",
      "name": "npm:@nx/nx-linux-x64-musl",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-linux-x64-musl",
        "hash": "sha512-RVOe2qcwhoIx6mxQURPjUfAW5SEOmT2gdhewvdcvX9ICq1hj5B2VarmkhTg0qroO7xiyqOqwq26mCzoV2I3NgQ=="
      }
    },
    "npm:@nx/nx-win32-arm64-msvc": {
      "type": "npm",
      "name": "npm:@nx/nx-win32-arm64-msvc",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-win32-arm64-msvc",
        "hash": "sha512-ZqurqI8VuYnsr2Kn4K4t+Gx6j/BZdf6qz/6Tv4A7XQQ6oNYVQgTqoNEFj+CCkVaIe6aIdCWpousFLqs+ZgBqYQ=="
      }
    },
    "npm:@nx/nx-win32-x64-msvc": {
      "type": "npm",
      "name": "npm:@nx/nx-win32-x64-msvc",
      "data": {
        "version": "22.6.5",
        "packageName": "@nx/nx-win32-x64-msvc",
        "hash": "sha512-i2QFBJIuaYg9BHxrrnBV4O7W9rVL2k0pSIdk/rRp3EYJEU93iUng+qbZiY9wh1xvmXuUCE2G7TRd+8/SG/RFKg=="
      }
    },
    "npm:@octokit/auth-token": {
      "type": "npm",
      "name": "npm:@octokit/auth-token",
      "data": {
        "version": "4.0.0",
        "packageName": "@octokit/auth-token",
        "hash": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA=="
      }
    },
    "npm:@octokit/core": {
      "type": "npm",
      "name": "npm:@octokit/core",
      "data": {
        "version": "5.2.2",
        "packageName": "@octokit/core",
        "hash": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg=="
      }
    },
    "npm:@octokit/endpoint": {
      "type": "npm",
      "name": "npm:@octokit/endpoint",
      "data": {
        "version": "9.0.6",
        "packageName": "@octokit/endpoint",
        "hash": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw=="
      }
    },
    "npm:@octokit/graphql": {
      "type": "npm",
      "name": "npm:@octokit/graphql",
      "data": {
        "version": "7.1.1",
        "packageName": "@octokit/graphql",
        "hash": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g=="
      }
    },
    "npm:@octokit/openapi-types": {
      "type": "npm",
      "name": "npm:@octokit/openapi-types",
      "data": {
        "version": "24.2.0",
        "packageName": "@octokit/openapi-types",
        "hash": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg=="
      }
    },
    "npm:@octokit/plugin-enterprise-rest": {
      "type": "npm",
      "name": "npm:@octokit/plugin-enterprise-rest",
      "data": {
        "version": "6.0.1",
        "packageName": "@octokit/plugin-enterprise-rest",
        "hash": "sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw=="
      }
    },
    "npm:@octokit/plugin-paginate-rest": {
      "type": "npm",
      "name": "npm:@octokit/plugin-paginate-rest",
      "data": {
        "version": "11.4.4-cjs.2",
        "packageName": "@octokit/plugin-paginate-rest",
        "hash": "sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw=="
      }
    },
    "npm:@octokit/plugin-request-log": {
      "type": "npm",
      "name": "npm:@octokit/plugin-request-log",
      "data": {
        "version": "4.0.1",
        "packageName": "@octokit/plugin-request-log",
        "hash": "sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA=="
      }
    },
    "npm:@octokit/plugin-rest-endpoint-methods": {
      "type": "npm",
      "name": "npm:@octokit/plugin-rest-endpoint-methods",
      "data": {
        "version": "13.3.2-cjs.1",
        "packageName": "@octokit/plugin-rest-endpoint-methods",
        "hash": "sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ=="
      }
    },
    "npm:@octokit/request": {
      "type": "npm",
      "name": "npm:@octokit/request",
      "data": {
        "version": "8.4.1",
        "packageName": "@octokit/request",
        "hash": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw=="
      }
    },
    "npm:@octokit/request-error": {
      "type": "npm",
      "name": "npm:@octokit/request-error",
      "data": {
        "version": "5.1.1",
        "packageName": "@octokit/request-error",
        "hash": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g=="
      }
    },
    "npm:@octokit/rest": {
      "type": "npm",
      "name": "npm:@octokit/rest",
      "data": {
        "version": "20.1.2",
        "packageName": "@octokit/rest",
        "hash": "sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA=="
      }
    },
    "npm:@octokit/types": {
      "type": "npm",
      "name": "npm:@octokit/types",
      "data": {
        "version": "13.10.0",
        "packageName": "@octokit/types",
        "hash": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA=="
      }
    },
    "npm:@oxfmt/binding-android-arm-eabi": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-android-arm-eabi",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-android-arm-eabi",
        "hash": "sha512-A/UMxFob1fefCuMeGxQBulGfFE38g2Gm23ynr3u6b+b7fY7/ajGbNsa3ikMIkGMLJW/TRoQaMoP1kME7S+815w=="
      }
    },
    "npm:@oxfmt/binding-android-arm64": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-android-arm64",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-android-arm64",
        "hash": "sha512-L63z4uZmHjgvvqvMJD7mwff8aSBkM0+X4uFr6l6U5t6+Qc9DCLVZWIunJ7Gm4fn4zHPdSq6FFQnhu9yqqobxIg=="
      }
    },
    "npm:@oxfmt/binding-darwin-arm64": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-darwin-arm64",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-darwin-arm64",
        "hash": "sha512-UV34dd623FzqT+outIGndsCA/RBB+qgB3XVQhgmmJ9PJwa37NzPC9qzgKeOhPKxVk2HW+JKldQrVL54zs4Noww=="
      }
    },
    "npm:@oxfmt/binding-darwin-x64": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-darwin-x64",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-darwin-x64",
        "hash": "sha512-pMNJv0CMa1pDefVPeNbuQxibh8ITpWDFEhMC/IBB9Zlu76EbgzYwrzI4Cb11mqX2+rIYN70UTrh3z06TM59ptQ=="
      }
    },
    "npm:@oxfmt/binding-freebsd-x64": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-freebsd-x64",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-freebsd-x64",
        "hash": "sha512-xTcRoxbbo61sW2+ZRPeH+vp/o9G8gkdhiVumFU+TpneiPm14c79l6GFlxPXlCE9bNWikigbsrvJw46zCVAQFfg=="
      }
    },
    "npm:@oxfmt/binding-linux-arm-gnueabihf": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-arm-gnueabihf",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-arm-gnueabihf",
        "hash": "sha512-hWL8Hdni+3U1mPFx1UtWeGp3tNb6EhBAUHRMbKUxVkOp3WwoJbpVO2bfUVbS4PfpledviXXNHSTl1veTa6FhkQ=="
      }
    },
    "npm:@oxfmt/binding-linux-arm-musleabihf": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-arm-musleabihf",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-arm-musleabihf",
        "hash": "sha512-6Blt/0OBT7vvfQpqYuYbpbFLPqSiaYpEJzUUWhinPEuADypDbtV1+LdjM0vYBNGPvnj85ex7lTerEX6JGcPt9w=="
      }
    },
    "npm:@oxfmt/binding-linux-arm64-gnu": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-arm64-gnu",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-arm64-gnu",
        "hash": "sha512-jLjoLfe+hGfjhA8hNBSdw85yCA8ePKq7ME4T+g6P9caQXvmt6IhE2X7iVjnVdkmYUWEzZrxlh4p6RkDmAMJY/A=="
      }
    },
    "npm:@oxfmt/binding-linux-arm64-musl": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-arm64-musl",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-arm64-musl",
        "hash": "sha512-XQKXZIKYJC3GQJ8FnD3iMntpw69Wd9kDDK/Xt79p6xnFYlGGxSNv2vIBvRTDg5CKByWFWWZLCRDOXoP/m6YN4g=="
      }
    },
    "npm:@oxfmt/binding-linux-ppc64-gnu": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-ppc64-gnu",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-ppc64-gnu",
        "hash": "sha512-+g5RiG+xOkdrCWkKodv407nTvMq4vYM18Uox2MhZBm/YoqFxxJpWKsloskFFG5NU13HGPw1wzYjjOVcyd9moCA=="
      }
    },
    "npm:@oxfmt/binding-linux-riscv64-gnu": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-riscv64-gnu",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-riscv64-gnu",
        "hash": "sha512-V7dXKoSyEbWAkkSF4JJNtF+NJZDmJoSarSoP30WCsB3X636Rehd3CvxBj49FIJxEBFWhvcUjGSHVeU8Erck1bQ=="
      }
    },
    "npm:@oxfmt/binding-linux-riscv64-musl": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-riscv64-musl",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-riscv64-musl",
        "hash": "sha512-Vdelft1sAEYojVGgcODEFXSWYQYlIvoyIGWebKCuUibd1tvS1TjTx413xG2ZLuHpYj45CkN/ztMLMX6jrgqpgg=="
      }
    },
    "npm:@oxfmt/binding-linux-s390x-gnu": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-s390x-gnu",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-s390x-gnu",
        "hash": "sha512-RR7xKgNpqwENnK0aYCGYg0JycY2n93J0reNjHyes+I9Gq52dH95x+CBlnlAQHCPfz6FGnKA9HirgUl14WO6o7w=="
      }
    },
    "npm:@oxfmt/binding-linux-x64-gnu": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-x64-gnu",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-x64-gnu",
        "hash": "sha512-U/QQ0+BQNSHxjuXR/utvXnQ50Vu5kUuqEomZvQ1/3mhgbBiMc2WU9q5kZ5WwLp3gnFIx9ibkveoRSe2EZubkqg=="
      }
    },
    "npm:@oxfmt/binding-linux-x64-musl": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-linux-x64-musl",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-linux-x64-musl",
        "hash": "sha512-o5TLOUCF0RWQjsIS06yVC+kFgp092/yLe6qBGSUvtnmTVw9gxjpdQSXc3VN5Cnive4K11HNstEZF8ROKHfDFSw=="
      }
    },
    "npm:@oxfmt/binding-openharmony-arm64": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-openharmony-arm64",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-openharmony-arm64",
        "hash": "sha512-RnGcV3HgPuOjsGx/k9oyRNKmOp+NBLGzZTdPDYbc19r7NGeYPplnUU/BfU35bX2Y/O4ejvHxcfkvW2WoYL/gsg=="
      }
    },
    "npm:@oxfmt/binding-win32-arm64-msvc": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-win32-arm64-msvc",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-win32-arm64-msvc",
        "hash": "sha512-v3Vj7iKKsUFwt9w5hsqIIoErKVoENC6LoqfDlteOQ5QMDCXihlqLoxpmviUhXnNncg4zV6U9BPwlBbwa+qm4wg=="
      }
    },
    "npm:@oxfmt/binding-win32-ia32-msvc": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-win32-ia32-msvc",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-win32-ia32-msvc",
        "hash": "sha512-N8yotPBX6ph0H3toF4AEpdCeVPrdcSetj+8eGiZGsrLsng3bs/Q5HPu4bbSxip5GBPx5hGbGHrZwH4+rcrjhHA=="
      }
    },
    "npm:@oxfmt/binding-win32-x64-msvc": {
      "type": "npm",
      "name": "npm:@oxfmt/binding-win32-x64-msvc",
      "data": {
        "version": "0.45.0",
        "packageName": "@oxfmt/binding-win32-x64-msvc",
        "hash": "sha512-w5MMTRCK1dpQeRA+HHqXQXyN33DlG/N2LOYxJmaT4fJjcmZrbNnqw7SmIk7I2/a2493PPLZ+2E/Ar6t2iKVMug=="
      }
    },
    "npm:@parcel/watcher": {
      "type": "npm",
      "name": "npm:@parcel/watcher",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher",
        "hash": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg=="
      }
    },
    "npm:@parcel/watcher-android-arm64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-android-arm64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-android-arm64",
        "hash": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA=="
      }
    },
    "npm:@parcel/watcher-darwin-arm64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-darwin-arm64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-darwin-arm64",
        "hash": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw=="
      }
    },
    "npm:@parcel/watcher-darwin-x64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-darwin-x64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-darwin-x64",
        "hash": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg=="
      }
    },
    "npm:@parcel/watcher-freebsd-x64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-freebsd-x64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-freebsd-x64",
        "hash": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ=="
      }
    },
    "npm:@parcel/watcher-linux-arm-glibc": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-arm-glibc",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-arm-glibc",
        "hash": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA=="
      }
    },
    "npm:@parcel/watcher-linux-arm-musl": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-arm-musl",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-arm-musl",
        "hash": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q=="
      }
    },
    "npm:@parcel/watcher-linux-arm64-glibc": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-arm64-glibc",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-arm64-glibc",
        "hash": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w=="
      }
    },
    "npm:@parcel/watcher-linux-arm64-musl": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-arm64-musl",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-arm64-musl",
        "hash": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg=="
      }
    },
    "npm:@parcel/watcher-linux-x64-glibc": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-x64-glibc",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-x64-glibc",
        "hash": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A=="
      }
    },
    "npm:@parcel/watcher-linux-x64-musl": {
      "type": "npm",
      "name": "npm:@parcel/watcher-linux-x64-musl",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-linux-x64-musl",
        "hash": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg=="
      }
    },
    "npm:@parcel/watcher-win32-arm64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-win32-arm64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-win32-arm64",
        "hash": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw=="
      }
    },
    "npm:@parcel/watcher-win32-ia32": {
      "type": "npm",
      "name": "npm:@parcel/watcher-win32-ia32",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-win32-ia32",
        "hash": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ=="
      }
    },
    "npm:@parcel/watcher-win32-x64": {
      "type": "npm",
      "name": "npm:@parcel/watcher-win32-x64",
      "data": {
        "version": "2.5.1",
        "packageName": "@parcel/watcher-win32-x64",
        "hash": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA=="
      }
    },
    "npm:@pkgjs/parseargs": {
      "type": "npm",
      "name": "npm:@pkgjs/parseargs",
      "data": {
        "version": "0.11.0",
        "packageName": "@pkgjs/parseargs",
        "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="
      }
    },
    "npm:@pkgr/core": {
      "type": "npm",
      "name": "npm:@pkgr/core",
      "data": {
        "version": "0.2.9",
        "packageName": "@pkgr/core",
        "hash": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA=="
      }
    },
    "npm:@pnpm/config.env-replace": {
      "type": "npm",
      "name": "npm:@pnpm/config.env-replace",
      "data": {
        "version": "1.1.0",
        "packageName": "@pnpm/config.env-replace",
        "hash": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w=="
      }
    },
    "npm:@pnpm/network.ca-file": {
      "type": "npm",
      "name": "npm:@pnpm/network.ca-file",
      "data": {
        "version": "1.0.2",
        "packageName": "@pnpm/network.ca-file",
        "hash": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA=="
      }
    },
    "npm:graceful-fs@4.2.10": {
      "type": "npm",
      "name": "npm:graceful-fs@4.2.10",
      "data": {
        "version": "4.2.10",
        "packageName": "graceful-fs",
        "hash": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
      }
    },
    "npm:graceful-fs": {
      "type": "npm",
      "name": "npm:graceful-fs",
      "data": {
        "version": "4.2.11",
        "packageName": "graceful-fs",
        "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
      }
    },
    "npm:@pnpm/npm-conf": {
      "type": "npm",
      "name": "npm:@pnpm/npm-conf",
      "data": {
        "version": "2.3.1",
        "packageName": "@pnpm/npm-conf",
        "hash": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw=="
      }
    },
    "npm:@redux-saga/core": {
      "type": "npm",
      "name": "npm:@redux-saga/core",
      "data": {
        "version": "1.4.2",
        "packageName": "@redux-saga/core",
        "hash": "sha512-nIMLGKo6jV6Wc1sqtVQs1iqbB3Kq20udB/u9XEaZQisT6YZ0NRB8+4L6WqD/E+YziYutd27NJbG8EWUPkb7c6Q=="
      }
    },
    "npm:@redux-saga/deferred": {
      "type": "npm",
      "name": "npm:@redux-saga/deferred",
      "data": {
        "version": "1.3.1",
        "packageName": "@redux-saga/deferred",
        "hash": "sha512-0YZ4DUivWojXBqLB/TmuRRpDDz7tyq1I0AuDV7qi01XlLhM5m51W7+xYtIckH5U2cMlv9eAuicsfRAi1XHpXIg=="
      }
    },
    "npm:@redux-saga/delay-p": {
      "type": "npm",
      "name": "npm:@redux-saga/delay-p",
      "data": {
        "version": "1.3.1",
        "packageName": "@redux-saga/delay-p",
        "hash": "sha512-597I7L5MXbD/1i3EmcaOOjL/5suxJD7p5tnbV1PiWnE28c2cYiIHqmSMK2s7us2/UrhOL2KTNBiD0qBg6KnImg=="
      }
    },
    "npm:@redux-saga/is": {
      "type": "npm",
      "name": "npm:@redux-saga/is",
      "data": {
        "version": "1.2.1",
        "packageName": "@redux-saga/is",
        "hash": "sha512-x3aWtX3GmQfEvn8dh0ovPbsXgK9JjpiR24wKztpGbZP8JZUWWvUgKrvnWZ/T/4iphOBftyVc9VrIwhAnsM+OFA=="
      }
    },
    "npm:@redux-saga/symbols": {
      "type": "npm",
      "name": "npm:@redux-saga/symbols",
      "data": {
        "version": "1.2.1",
        "packageName": "@redux-saga/symbols",
        "hash": "sha512-3dh+uDvpBXi7EUp/eO+N7eFM4xKaU4yuGBXc50KnZGzIrR/vlvkTFQsX13zsY8PB6sCFYAgROfPSRUj8331QSA=="
      }
    },
    "npm:@redux-saga/types": {
      "type": "npm",
      "name": "npm:@redux-saga/types",
      "data": {
        "version": "1.3.1",
        "packageName": "@redux-saga/types",
        "hash": "sha512-YRCrJdhQLobGIQ8Cj1sta3nn6DrZDTSUnrIYhS2e5V590BmfVDleKoAquclAiKSBKWJwmuXTb+b4BL6rSHnahw=="
      }
    },
    "npm:@reduxjs/toolkit": {
      "type": "npm",
      "name": "npm:@reduxjs/toolkit",
      "data": {
        "version": "2.11.2",
        "packageName": "@reduxjs/toolkit",
        "hash": "sha512-Kd6kAHTA6/nUpp8mySPqj3en3dm0tdMIgbttnQ1xFMVpufoj+ADi8pXLBsd4xzTRHQa7t/Jv8W5UnCuW4kuWMQ=="
      }
    },
    "npm:@rollup/plugin-babel": {
      "type": "npm",
      "name": "npm:@rollup/plugin-babel",
      "data": {
        "version": "5.3.1",
        "packageName": "@rollup/plugin-babel",
        "hash": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q=="
      }
    },
    "npm:@rollup/plugin-node-resolve": {
      "type": "npm",
      "name": "npm:@rollup/plugin-node-resolve",
      "data": {
        "version": "15.3.1",
        "packageName": "@rollup/plugin-node-resolve",
        "hash": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA=="
      }
    },
    "npm:@rollup/pluginutils@5.3.0": {
      "type": "npm",
      "name": "npm:@rollup/pluginutils@5.3.0",
      "data": {
        "version": "5.3.0",
        "packageName": "@rollup/pluginutils",
        "hash": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q=="
      }
    },
    "npm:@rollup/pluginutils": {
      "type": "npm",
      "name": "npm:@rollup/pluginutils",
      "data": {
        "version": "3.1.0",
        "packageName": "@rollup/pluginutils",
        "hash": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg=="
      }
    },
    "npm:estree-walker@2.0.2": {
      "type": "npm",
      "name": "npm:estree-walker@2.0.2",
      "data": {
        "version": "2.0.2",
        "packageName": "estree-walker",
        "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
      }
    },
    "npm:estree-walker": {
      "type": "npm",
      "name": "npm:estree-walker",
      "data": {
        "version": "1.0.1",
        "packageName": "estree-walker",
        "hash": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
      }
    },
    "npm:picomatch@4.0.4": {
      "type": "npm",
      "name": "npm:picomatch@4.0.4",
      "data": {
        "version": "4.0.4",
        "packageName": "picomatch",
        "hash": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A=="
      }
    },
    "npm:picomatch": {
      "type": "npm",
      "name": "npm:picomatch",
      "data": {
        "version": "2.3.2",
        "packageName": "picomatch",
        "hash": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA=="
      }
    },
    "npm:@rollup/plugin-replace": {
      "type": "npm",
      "name": "npm:@rollup/plugin-replace",
      "data": {
        "version": "2.4.2",
        "packageName": "@rollup/plugin-replace",
        "hash": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg=="
      }
    },
    "npm:@rollup/plugin-terser": {
      "type": "npm",
      "name": "npm:@rollup/plugin-terser",
      "data": {
        "version": "0.4.4",
        "packageName": "@rollup/plugin-terser",
        "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A=="
      }
    },
    "npm:@types/estree@0.0.39": {
      "type": "npm",
      "name": "npm:@types/estree@0.0.39",
      "data": {
        "version": "0.0.39",
        "packageName": "@types/estree",
        "hash": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
      }
    },
    "npm:@types/estree": {
      "type": "npm",
      "name": "npm:@types/estree",
      "data": {
        "version": "1.0.8",
        "packageName": "@types/estree",
        "hash": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="
      }
    },
    "npm:@rtsao/scc": {
      "type": "npm",
      "name": "npm:@rtsao/scc",
      "data": {
        "version": "1.1.0",
        "packageName": "@rtsao/scc",
        "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
      }
    },
    "npm:@samverschueren/stream-to-observable": {
      "type": "npm",
      "name": "npm:@samverschueren/stream-to-observable",
      "data": {
        "version": "0.3.1",
        "packageName": "@samverschueren/stream-to-observable",
        "hash": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ=="
      }
    },
    "npm:@sec-ant/readable-stream": {
      "type": "npm",
      "name": "npm:@sec-ant/readable-stream",
      "data": {
        "version": "0.4.1",
        "packageName": "@sec-ant/readable-stream",
        "hash": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg=="
      }
    },
    "npm:@sigstore/bundle": {
      "type": "npm",
      "name": "npm:@sigstore/bundle",
      "data": {
        "version": "4.0.0",
        "packageName": "@sigstore/bundle",
        "hash": "sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A=="
      }
    },
    "npm:@sigstore/core": {
      "type": "npm",
      "name": "npm:@sigstore/core",
      "data": {
        "version": "3.2.0",
        "packageName": "@sigstore/core",
        "hash": "sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA=="
      }
    },
    "npm:@sigstore/protobuf-specs": {
      "type": "npm",
      "name": "npm:@sigstore/protobuf-specs",
      "data": {
        "version": "0.5.0",
        "packageName": "@sigstore/protobuf-specs",
        "hash": "sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA=="
      }
    },
    "npm:@sigstore/sign": {
      "type": "npm",
      "name": "npm:@sigstore/sign",
      "data": {
        "version": "4.1.1",
        "packageName": "@sigstore/sign",
        "hash": "sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ=="
      }
    },
    "npm:make-fetch-happen@15.0.5": {
      "type": "npm",
      "name": "npm:make-fetch-happen@15.0.5",
      "data": {
        "version": "15.0.5",
        "packageName": "make-fetch-happen",
        "hash": "sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg=="
      }
    },
    "npm:make-fetch-happen": {
      "type": "npm",
      "name": "npm:make-fetch-happen",
      "data": {
        "version": "15.0.2",
        "packageName": "make-fetch-happen",
        "hash": "sha512-sI1NY4lWlXBAfjmCtVWIIpBypbBdhHtcjnwnv+gtCnsaOffyFil3aidszGC8hgzJe+fT1qix05sWxmD/Bmf/oQ=="
      }
    },
    "npm:minipass-fetch@5.0.2": {
      "type": "npm",
      "name": "npm:minipass-fetch@5.0.2",
      "data": {
        "version": "5.0.2",
        "packageName": "minipass-fetch",
        "hash": "sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ=="
      }
    },
    "npm:minipass-fetch": {
      "type": "npm",
      "name": "npm:minipass-fetch",
      "data": {
        "version": "4.0.1",
        "packageName": "minipass-fetch",
        "hash": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ=="
      }
    },
    "npm:minipass-sized@2.0.0": {
      "type": "npm",
      "name": "npm:minipass-sized@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "minipass-sized",
        "hash": "sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA=="
      }
    },
    "npm:minipass-sized": {
      "type": "npm",
      "name": "npm:minipass-sized",
      "data": {
        "version": "1.0.3",
        "packageName": "minipass-sized",
        "hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g=="
      }
    },
    "npm:@sigstore/tuf": {
      "type": "npm",
      "name": "npm:@sigstore/tuf",
      "data": {
        "version": "4.0.2",
        "packageName": "@sigstore/tuf",
        "hash": "sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ=="
      }
    },
    "npm:@sigstore/verify": {
      "type": "npm",
      "name": "npm:@sigstore/verify",
      "data": {
        "version": "3.1.0",
        "packageName": "@sigstore/verify",
        "hash": "sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag=="
      }
    },
    "npm:@sinclair/typebox": {
      "type": "npm",
      "name": "npm:@sinclair/typebox",
      "data": {
        "version": "0.34.41",
        "packageName": "@sinclair/typebox",
        "hash": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g=="
      }
    },
    "npm:@sindresorhus/merge-streams": {
      "type": "npm",
      "name": "npm:@sindresorhus/merge-streams",
      "data": {
        "version": "2.3.0",
        "packageName": "@sindresorhus/merge-streams",
        "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg=="
      }
    },
    "npm:@sindresorhus/merge-streams@4.0.0": {
      "type": "npm",
      "name": "npm:@sindresorhus/merge-streams@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "@sindresorhus/merge-streams",
        "hash": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ=="
      }
    },
    "npm:@sinonjs/commons": {
      "type": "npm",
      "name": "npm:@sinonjs/commons",
      "data": {
        "version": "3.0.1",
        "packageName": "@sinonjs/commons",
        "hash": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ=="
      }
    },
    "npm:@sinonjs/fake-timers": {
      "type": "npm",
      "name": "npm:@sinonjs/fake-timers",
      "data": {
        "version": "15.3.0",
        "packageName": "@sinonjs/fake-timers",
        "hash": "sha512-m2xozxSfCIxjDdvbhIWazlP2i2aha/iUmbl94alpsIbd3iLTfeXgfBVbwyWogB6l++istyGZqamgA/EcqYf+Bg=="
      }
    },
    "npm:@so-ric/colorspace": {
      "type": "npm",
      "name": "npm:@so-ric/colorspace",
      "data": {
        "version": "1.1.6",
        "packageName": "@so-ric/colorspace",
        "hash": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw=="
      }
    },
    "npm:@standard-schema/spec": {
      "type": "npm",
      "name": "npm:@standard-schema/spec",
      "data": {
        "version": "1.1.0",
        "packageName": "@standard-schema/spec",
        "hash": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w=="
      }
    },
    "npm:@standard-schema/utils": {
      "type": "npm",
      "name": "npm:@standard-schema/utils",
      "data": {
        "version": "0.3.0",
        "packageName": "@standard-schema/utils",
        "hash": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g=="
      }
    },
    "npm:@surma/rollup-plugin-off-main-thread": {
      "type": "npm",
      "name": "npm:@surma/rollup-plugin-off-main-thread",
      "data": {
        "version": "2.2.3",
        "packageName": "@surma/rollup-plugin-off-main-thread",
        "hash": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ=="
      }
    },
    "npm:@svgr/babel-plugin-add-jsx-attribute": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-add-jsx-attribute",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-add-jsx-attribute",
        "hash": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g=="
      }
    },
    "npm:@svgr/babel-plugin-remove-jsx-attribute": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-remove-jsx-attribute",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-remove-jsx-attribute",
        "hash": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA=="
      }
    },
    "npm:@svgr/babel-plugin-remove-jsx-empty-expression": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-remove-jsx-empty-expression",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-remove-jsx-empty-expression",
        "hash": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA=="
      }
    },
    "npm:@svgr/babel-plugin-replace-jsx-attribute-value": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-replace-jsx-attribute-value",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-replace-jsx-attribute-value",
        "hash": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ=="
      }
    },
    "npm:@svgr/babel-plugin-svg-dynamic-title": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-svg-dynamic-title",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-svg-dynamic-title",
        "hash": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og=="
      }
    },
    "npm:@svgr/babel-plugin-svg-em-dimensions": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-svg-em-dimensions",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-svg-em-dimensions",
        "hash": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g=="
      }
    },
    "npm:@svgr/babel-plugin-transform-react-native-svg": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-transform-react-native-svg",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/babel-plugin-transform-react-native-svg",
        "hash": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q=="
      }
    },
    "npm:@svgr/babel-plugin-transform-svg-component": {
      "type": "npm",
      "name": "npm:@svgr/babel-plugin-transform-svg-component",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/babel-plugin-transform-svg-component",
        "hash": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw=="
      }
    },
    "npm:@svgr/babel-preset": {
      "type": "npm",
      "name": "npm:@svgr/babel-preset",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/babel-preset",
        "hash": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug=="
      }
    },
    "npm:@svgr/core": {
      "type": "npm",
      "name": "npm:@svgr/core",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/core",
        "hash": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA=="
      }
    },
    "npm:camelcase@6.3.0": {
      "type": "npm",
      "name": "npm:camelcase@6.3.0",
      "data": {
        "version": "6.3.0",
        "packageName": "camelcase",
        "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
      }
    },
    "npm:camelcase@8.0.0": {
      "type": "npm",
      "name": "npm:camelcase@8.0.0",
      "data": {
        "version": "8.0.0",
        "packageName": "camelcase",
        "hash": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA=="
      }
    },
    "npm:camelcase": {
      "type": "npm",
      "name": "npm:camelcase",
      "data": {
        "version": "5.3.1",
        "packageName": "camelcase",
        "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
      }
    },
    "npm:cosmiconfig@8.3.6": {
      "type": "npm",
      "name": "npm:cosmiconfig@8.3.6",
      "data": {
        "version": "8.3.6",
        "packageName": "cosmiconfig",
        "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA=="
      }
    },
    "npm:cosmiconfig": {
      "type": "npm",
      "name": "npm:cosmiconfig",
      "data": {
        "version": "9.0.0",
        "packageName": "cosmiconfig",
        "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg=="
      }
    },
    "npm:@svgr/hast-util-to-babel-ast": {
      "type": "npm",
      "name": "npm:@svgr/hast-util-to-babel-ast",
      "data": {
        "version": "8.0.0",
        "packageName": "@svgr/hast-util-to-babel-ast",
        "hash": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q=="
      }
    },
    "npm:@svgr/plugin-jsx": {
      "type": "npm",
      "name": "npm:@svgr/plugin-jsx",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/plugin-jsx",
        "hash": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA=="
      }
    },
    "npm:@svgr/plugin-svgo": {
      "type": "npm",
      "name": "npm:@svgr/plugin-svgo",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/plugin-svgo",
        "hash": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA=="
      }
    },
    "npm:@svgr/webpack": {
      "type": "npm",
      "name": "npm:@svgr/webpack",
      "data": {
        "version": "8.1.0",
        "packageName": "@svgr/webpack",
        "hash": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA=="
      }
    },
    "npm:@swc/helpers": {
      "type": "npm",
      "name": "npm:@swc/helpers",
      "data": {
        "version": "0.5.15",
        "packageName": "@swc/helpers",
        "hash": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g=="
      }
    },
    "npm:@testing-library/cypress": {
      "type": "npm",
      "name": "npm:@testing-library/cypress",
      "data": {
        "version": "10.1.0",
        "packageName": "@testing-library/cypress",
        "hash": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag=="
      }
    },
    "npm:@testing-library/dom": {
      "type": "npm",
      "name": "npm:@testing-library/dom",
      "data": {
        "version": "10.4.0",
        "packageName": "@testing-library/dom",
        "hash": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ=="
      }
    },
    "npm:@tokenizer/inflate": {
      "type": "npm",
      "name": "npm:@tokenizer/inflate",
      "data": {
        "version": "0.4.1",
        "packageName": "@tokenizer/inflate",
        "hash": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA=="
      }
    },
    "npm:@tokenizer/token": {
      "type": "npm",
      "name": "npm:@tokenizer/token",
      "data": {
        "version": "0.3.0",
        "packageName": "@tokenizer/token",
        "hash": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
      }
    },
    "npm:@tufjs/canonical-json": {
      "type": "npm",
      "name": "npm:@tufjs/canonical-json",
      "data": {
        "version": "2.0.0",
        "packageName": "@tufjs/canonical-json",
        "hash": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA=="
      }
    },
    "npm:@tufjs/models": {
      "type": "npm",
      "name": "npm:@tufjs/models",
      "data": {
        "version": "4.1.0",
        "packageName": "@tufjs/models",
        "hash": "sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww=="
      }
    },
    "npm:@types/aria-query": {
      "type": "npm",
      "name": "npm:@types/aria-query",
      "data": {
        "version": "5.0.4",
        "packageName": "@types/aria-query",
        "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="
      }
    },
    "npm:@types/babel__core": {
      "type": "npm",
      "name": "npm:@types/babel__core",
      "data": {
        "version": "7.20.5",
        "packageName": "@types/babel__core",
        "hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="
      }
    },
    "npm:@types/babel__generator": {
      "type": "npm",
      "name": "npm:@types/babel__generator",
      "data": {
        "version": "7.6.8",
        "packageName": "@types/babel__generator",
        "hash": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw=="
      }
    },
    "npm:@types/babel__template": {
      "type": "npm",
      "name": "npm:@types/babel__template",
      "data": {
        "version": "7.4.4",
        "packageName": "@types/babel__template",
        "hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A=="
      }
    },
    "npm:@types/babel__traverse": {
      "type": "npm",
      "name": "npm:@types/babel__traverse",
      "data": {
        "version": "7.20.7",
        "packageName": "@types/babel__traverse",
        "hash": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng=="
      }
    },
    "npm:@types/eslint": {
      "type": "npm",
      "name": "npm:@types/eslint",
      "data": {
        "version": "9.6.1",
        "packageName": "@types/eslint",
        "hash": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag=="
      }
    },
    "npm:@types/eslint-scope": {
      "type": "npm",
      "name": "npm:@types/eslint-scope",
      "data": {
        "version": "3.7.7",
        "packageName": "@types/eslint-scope",
        "hash": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg=="
      }
    },
    "npm:@types/follow-redirects": {
      "type": "npm",
      "name": "npm:@types/follow-redirects",
      "data": {
        "version": "1.14.4",
        "packageName": "@types/follow-redirects",
        "hash": "sha512-GWXfsD0Jc1RWiFmMuMFCpXMzi9L7oPDVwxUnZdg89kDNnqsRfUKXEtUYtA98A6lig1WXH/CYY/fvPW9HuN5fTA=="
      }
    },
    "npm:@types/hoist-non-react-statics": {
      "type": "npm",
      "name": "npm:@types/hoist-non-react-statics",
      "data": {
        "version": "3.3.6",
        "packageName": "@types/hoist-non-react-statics",
        "hash": "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw=="
      }
    },
    "npm:@types/istanbul-lib-coverage": {
      "type": "npm",
      "name": "npm:@types/istanbul-lib-coverage",
      "data": {
        "version": "2.0.6",
        "packageName": "@types/istanbul-lib-coverage",
        "hash": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w=="
      }
    },
    "npm:@types/istanbul-lib-report": {
      "type": "npm",
      "name": "npm:@types/istanbul-lib-report",
      "data": {
        "version": "3.0.3",
        "packageName": "@types/istanbul-lib-report",
        "hash": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA=="
      }
    },
    "npm:@types/istanbul-reports": {
      "type": "npm",
      "name": "npm:@types/istanbul-reports",
      "data": {
        "version": "3.0.4",
        "packageName": "@types/istanbul-reports",
        "hash": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ=="
      }
    },
    "npm:@types/jest": {
      "type": "npm",
      "name": "npm:@types/jest",
      "data": {
        "version": "30.0.0",
        "packageName": "@types/jest",
        "hash": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA=="
      }
    },
    "npm:@types/json-schema": {
      "type": "npm",
      "name": "npm:@types/json-schema",
      "data": {
        "version": "7.0.15",
        "packageName": "@types/json-schema",
        "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
      }
    },
    "npm:@types/json5": {
      "type": "npm",
      "name": "npm:@types/json5",
      "data": {
        "version": "0.0.29",
        "packageName": "@types/json5",
        "hash": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
      }
    },
    "npm:@types/minimist": {
      "type": "npm",
      "name": "npm:@types/minimist",
      "data": {
        "version": "1.2.5",
        "packageName": "@types/minimist",
        "hash": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag=="
      }
    },
    "npm:@types/node": {
      "type": "npm",
      "name": "npm:@types/node",
      "data": {
        "version": "25.6.0",
        "packageName": "@types/node",
        "hash": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ=="
      }
    },
    "npm:@types/normalize-package-data": {
      "type": "npm",
      "name": "npm:@types/normalize-package-data",
      "data": {
        "version": "2.4.4",
        "packageName": "@types/normalize-package-data",
        "hash": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
      }
    },
    "npm:@types/react": {
      "type": "npm",
      "name": "npm:@types/react",
      "data": {
        "version": "19.2.14",
        "packageName": "@types/react",
        "hash": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="
      }
    },
    "npm:@types/react-dom": {
      "type": "npm",
      "name": "npm:@types/react-dom",
      "data": {
        "version": "19.2.3",
        "packageName": "@types/react-dom",
        "hash": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="
      }
    },
    "npm:@types/react-highlight-words": {
      "type": "npm",
      "name": "npm:@types/react-highlight-words",
      "data": {
        "version": "0.20.1",
        "packageName": "@types/react-highlight-words",
        "hash": "sha512-EgF6RaoibBurIhxk3X3d5xL0uMqjD7KtShvZ8S+d7/o6xZ+mQ4rct1a2E49vWA9r63OzrHCIyghqvQHASb/ERw=="
      }
    },
    "npm:@types/react-modal": {
      "type": "npm",
      "name": "npm:@types/react-modal",
      "data": {
        "version": "3.16.3",
        "packageName": "@types/react-modal",
        "hash": "sha512-xXuGavyEGaFQDgBv4UVm8/ZsG+qxeQ7f77yNrW3n+1J6XAstUy5rYHeIHPh1KzsGc6IkCIdu6lQ2xWzu1jBTLg=="
      }
    },
    "npm:@types/react-portal": {
      "type": "npm",
      "name": "npm:@types/react-portal",
      "data": {
        "version": "4.0.7",
        "packageName": "@types/react-portal",
        "hash": "sha512-3zQJL6Pqcq7d73+cakVkZDqAYGFBo37XXPfahjhdScr9EdYPlf9evYilL38Fpzs1YGWz7F2SkPtN6+ygTO7ymg=="
      }
    },
    "npm:@types/react-redux": {
      "type": "npm",
      "name": "npm:@types/react-redux",
      "data": {
        "version": "7.1.34",
        "packageName": "@types/react-redux",
        "hash": "sha512-GdFaVjEbYv4Fthm2ZLvj1VSCedV7TqE5y1kNwnjSdBOTXuRSgowux6J8TAct15T3CKBr63UMk+2CO7ilRhyrAQ=="
      }
    },
    "npm:redux@4.2.1": {
      "type": "npm",
      "name": "npm:redux@4.2.1",
      "data": {
        "version": "4.2.1",
        "packageName": "redux",
        "hash": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w=="
      }
    },
    "npm:redux": {
      "type": "npm",
      "name": "npm:redux",
      "data": {
        "version": "5.0.1",
        "packageName": "redux",
        "hash": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w=="
      }
    },
    "npm:@types/redux": {
      "type": "npm",
      "name": "npm:@types/redux",
      "data": {
        "version": "3.6.31",
        "packageName": "@types/redux",
        "hash": "sha512-UEa68g5Q1EPG4Wsnxqhbl0luFVRyX5dbKF3MQstkoWawSNKLulS2WsZZbALsPUX4Ax6SY9faqEs6dPM47cBAcg=="
      }
    },
    "npm:@types/resolve": {
      "type": "npm",
      "name": "npm:@types/resolve",
      "data": {
        "version": "1.20.2",
        "packageName": "@types/resolve",
        "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
      }
    },
    "npm:@types/sinonjs__fake-timers": {
      "type": "npm",
      "name": "npm:@types/sinonjs__fake-timers",
      "data": {
        "version": "8.1.1",
        "packageName": "@types/sinonjs__fake-timers",
        "hash": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g=="
      }
    },
    "npm:@types/sizzle": {
      "type": "npm",
      "name": "npm:@types/sizzle",
      "data": {
        "version": "2.3.9",
        "packageName": "@types/sizzle",
        "hash": "sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w=="
      }
    },
    "npm:@types/stack-utils": {
      "type": "npm",
      "name": "npm:@types/stack-utils",
      "data": {
        "version": "2.0.3",
        "packageName": "@types/stack-utils",
        "hash": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw=="
      }
    },
    "npm:@types/tmp": {
      "type": "npm",
      "name": "npm:@types/tmp",
      "data": {
        "version": "0.2.6",
        "packageName": "@types/tmp",
        "hash": "sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA=="
      }
    },
    "npm:@types/triple-beam": {
      "type": "npm",
      "name": "npm:@types/triple-beam",
      "data": {
        "version": "1.3.5",
        "packageName": "@types/triple-beam",
        "hash": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="
      }
    },
    "npm:@types/trusted-types": {
      "type": "npm",
      "name": "npm:@types/trusted-types",
      "data": {
        "version": "2.0.7",
        "packageName": "@types/trusted-types",
        "hash": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
      }
    },
    "npm:@types/unzipper": {
      "type": "npm",
      "name": "npm:@types/unzipper",
      "data": {
        "version": "0.10.11",
        "packageName": "@types/unzipper",
        "hash": "sha512-D25im2zjyMCcgL9ag6N46+wbtJBnXIr7SI4zHf9eJD2Dw2tEB5e+p5MYkrxKIVRscs5QV0EhtU9rgXSPx90oJg=="
      }
    },
    "npm:@types/use-sync-external-store": {
      "type": "npm",
      "name": "npm:@types/use-sync-external-store",
      "data": {
        "version": "0.0.6",
        "packageName": "@types/use-sync-external-store",
        "hash": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg=="
      }
    },
    "npm:@types/yargs": {
      "type": "npm",
      "name": "npm:@types/yargs",
      "data": {
        "version": "17.0.33",
        "packageName": "@types/yargs",
        "hash": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA=="
      }
    },
    "npm:@types/yargs-parser": {
      "type": "npm",
      "name": "npm:@types/yargs-parser",
      "data": {
        "version": "21.0.3",
        "packageName": "@types/yargs-parser",
        "hash": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
      }
    },
    "npm:@types/yauzl": {
      "type": "npm",
      "name": "npm:@types/yauzl",
      "data": {
        "version": "2.10.3",
        "packageName": "@types/yauzl",
        "hash": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q=="
      }
    },
    "npm:@typescript-eslint/eslint-plugin": {
      "type": "npm",
      "name": "npm:@typescript-eslint/eslint-plugin",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/eslint-plugin",
        "hash": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw=="
      }
    },
    "npm:ignore@7.0.5": {
      "type": "npm",
      "name": "npm:ignore@7.0.5",
      "data": {
        "version": "7.0.5",
        "packageName": "ignore",
        "hash": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="
      }
    },
    "npm:ignore": {
      "type": "npm",
      "name": "npm:ignore",
      "data": {
        "version": "5.3.2",
        "packageName": "ignore",
        "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="
      }
    },
    "npm:@typescript-eslint/parser": {
      "type": "npm",
      "name": "npm:@typescript-eslint/parser",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/parser",
        "hash": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg=="
      }
    },
    "npm:@typescript-eslint/project-service": {
      "type": "npm",
      "name": "npm:@typescript-eslint/project-service",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/project-service",
        "hash": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg=="
      }
    },
    "npm:@typescript-eslint/scope-manager": {
      "type": "npm",
      "name": "npm:@typescript-eslint/scope-manager",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/scope-manager",
        "hash": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q=="
      }
    },
    "npm:@typescript-eslint/tsconfig-utils": {
      "type": "npm",
      "name": "npm:@typescript-eslint/tsconfig-utils",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/tsconfig-utils",
        "hash": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A=="
      }
    },
    "npm:@typescript-eslint/type-utils": {
      "type": "npm",
      "name": "npm:@typescript-eslint/type-utils",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/type-utils",
        "hash": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg=="
      }
    },
    "npm:@typescript-eslint/types": {
      "type": "npm",
      "name": "npm:@typescript-eslint/types",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/types",
        "hash": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ=="
      }
    },
    "npm:@typescript-eslint/typescript-estree": {
      "type": "npm",
      "name": "npm:@typescript-eslint/typescript-estree",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/typescript-estree",
        "hash": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw=="
      }
    },
    "npm:@typescript-eslint/utils": {
      "type": "npm",
      "name": "npm:@typescript-eslint/utils",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/utils",
        "hash": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA=="
      }
    },
    "npm:@typescript-eslint/visitor-keys": {
      "type": "npm",
      "name": "npm:@typescript-eslint/visitor-keys",
      "data": {
        "version": "8.58.2",
        "packageName": "@typescript-eslint/visitor-keys",
        "hash": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA=="
      }
    },
    "npm:eslint-visitor-keys@5.0.1": {
      "type": "npm",
      "name": "npm:eslint-visitor-keys@5.0.1",
      "data": {
        "version": "5.0.1",
        "packageName": "eslint-visitor-keys",
        "hash": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA=="
      }
    },
    "npm:eslint-visitor-keys": {
      "type": "npm",
      "name": "npm:eslint-visitor-keys",
      "data": {
        "version": "3.4.3",
        "packageName": "eslint-visitor-keys",
        "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="
      }
    },
    "npm:eslint-visitor-keys@4.2.1": {
      "type": "npm",
      "name": "npm:eslint-visitor-keys@4.2.1",
      "data": {
        "version": "4.2.1",
        "packageName": "eslint-visitor-keys",
        "hash": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ=="
      }
    },
    "npm:@ungap/structured-clone": {
      "type": "npm",
      "name": "npm:@ungap/structured-clone",
      "data": {
        "version": "1.3.0",
        "packageName": "@ungap/structured-clone",
        "hash": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g=="
      }
    },
    "npm:@unrs/resolver-binding-android-arm-eabi": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-android-arm-eabi",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-android-arm-eabi",
        "hash": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw=="
      }
    },
    "npm:@unrs/resolver-binding-android-arm64": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-android-arm64",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-android-arm64",
        "hash": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g=="
      }
    },
    "npm:@unrs/resolver-binding-darwin-arm64": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-darwin-arm64",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-darwin-arm64",
        "hash": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g=="
      }
    },
    "npm:@unrs/resolver-binding-darwin-x64": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-darwin-x64",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-darwin-x64",
        "hash": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ=="
      }
    },
    "npm:@unrs/resolver-binding-freebsd-x64": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-freebsd-x64",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-freebsd-x64",
        "hash": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw=="
      }
    },
    "npm:@unrs/resolver-binding-linux-arm-gnueabihf": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-arm-gnueabihf",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-arm-gnueabihf",
        "hash": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw=="
      }
    },
    "npm:@unrs/resolver-binding-linux-arm-musleabihf": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-arm-musleabihf",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-arm-musleabihf",
        "hash": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw=="
      }
    },
    "npm:@unrs/resolver-binding-linux-arm64-gnu": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-arm64-gnu",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-arm64-gnu",
        "hash": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ=="
      }
    },
    "npm:@unrs/resolver-binding-linux-arm64-musl": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-arm64-musl",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-arm64-musl",
        "hash": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w=="
      }
    },
    "npm:@unrs/resolver-binding-linux-ppc64-gnu": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-ppc64-gnu",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-ppc64-gnu",
        "hash": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA=="
      }
    },
    "npm:@unrs/resolver-binding-linux-riscv64-gnu": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-riscv64-gnu",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-riscv64-gnu",
        "hash": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ=="
      }
    },
    "npm:@unrs/resolver-binding-linux-riscv64-musl": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-riscv64-musl",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-riscv64-musl",
        "hash": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew=="
      }
    },
    "npm:@unrs/resolver-binding-linux-s390x-gnu": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-s390x-gnu",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-s390x-gnu",
        "hash": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg=="
      }
    },
    "npm:@unrs/resolver-binding-linux-x64-gnu": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-x64-gnu",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-x64-gnu",
        "hash": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w=="
      }
    },
    "npm:@unrs/resolver-binding-linux-x64-musl": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-linux-x64-musl",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-linux-x64-musl",
        "hash": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA=="
      }
    },
    "npm:@unrs/resolver-binding-wasm32-wasi": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-wasm32-wasi",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-wasm32-wasi",
        "hash": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ=="
      }
    },
    "npm:@unrs/resolver-binding-win32-arm64-msvc": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-win32-arm64-msvc",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-win32-arm64-msvc",
        "hash": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw=="
      }
    },
    "npm:@unrs/resolver-binding-win32-ia32-msvc": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-win32-ia32-msvc",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-win32-ia32-msvc",
        "hash": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ=="
      }
    },
    "npm:@unrs/resolver-binding-win32-x64-msvc": {
      "type": "npm",
      "name": "npm:@unrs/resolver-binding-win32-x64-msvc",
      "data": {
        "version": "1.11.1",
        "packageName": "@unrs/resolver-binding-win32-x64-msvc",
        "hash": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g=="
      }
    },
    "npm:@webassemblyjs/ast": {
      "type": "npm",
      "name": "npm:@webassemblyjs/ast",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/ast",
        "hash": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ=="
      }
    },
    "npm:@webassemblyjs/floating-point-hex-parser": {
      "type": "npm",
      "name": "npm:@webassemblyjs/floating-point-hex-parser",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/floating-point-hex-parser",
        "hash": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA=="
      }
    },
    "npm:@webassemblyjs/helper-api-error": {
      "type": "npm",
      "name": "npm:@webassemblyjs/helper-api-error",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/helper-api-error",
        "hash": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ=="
      }
    },
    "npm:@webassemblyjs/helper-buffer": {
      "type": "npm",
      "name": "npm:@webassemblyjs/helper-buffer",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/helper-buffer",
        "hash": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA=="
      }
    },
    "npm:@webassemblyjs/helper-numbers": {
      "type": "npm",
      "name": "npm:@webassemblyjs/helper-numbers",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/helper-numbers",
        "hash": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA=="
      }
    },
    "npm:@webassemblyjs/helper-wasm-bytecode": {
      "type": "npm",
      "name": "npm:@webassemblyjs/helper-wasm-bytecode",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/helper-wasm-bytecode",
        "hash": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA=="
      }
    },
    "npm:@webassemblyjs/helper-wasm-section": {
      "type": "npm",
      "name": "npm:@webassemblyjs/helper-wasm-section",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/helper-wasm-section",
        "hash": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw=="
      }
    },
    "npm:@webassemblyjs/ieee754": {
      "type": "npm",
      "name": "npm:@webassemblyjs/ieee754",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/ieee754",
        "hash": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw=="
      }
    },
    "npm:@webassemblyjs/leb128": {
      "type": "npm",
      "name": "npm:@webassemblyjs/leb128",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/leb128",
        "hash": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw=="
      }
    },
    "npm:@webassemblyjs/utf8": {
      "type": "npm",
      "name": "npm:@webassemblyjs/utf8",
      "data": {
        "version": "1.13.2",
        "packageName": "@webassemblyjs/utf8",
        "hash": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ=="
      }
    },
    "npm:@webassemblyjs/wasm-edit": {
      "type": "npm",
      "name": "npm:@webassemblyjs/wasm-edit",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/wasm-edit",
        "hash": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ=="
      }
    },
    "npm:@webassemblyjs/wasm-gen": {
      "type": "npm",
      "name": "npm:@webassemblyjs/wasm-gen",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/wasm-gen",
        "hash": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg=="
      }
    },
    "npm:@webassemblyjs/wasm-opt": {
      "type": "npm",
      "name": "npm:@webassemblyjs/wasm-opt",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/wasm-opt",
        "hash": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw=="
      }
    },
    "npm:@webassemblyjs/wasm-parser": {
      "type": "npm",
      "name": "npm:@webassemblyjs/wasm-parser",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/wasm-parser",
        "hash": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ=="
      }
    },
    "npm:@webassemblyjs/wast-printer": {
      "type": "npm",
      "name": "npm:@webassemblyjs/wast-printer",
      "data": {
        "version": "1.14.1",
        "packageName": "@webassemblyjs/wast-printer",
        "hash": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw=="
      }
    },
    "npm:@xtuc/ieee754": {
      "type": "npm",
      "name": "npm:@xtuc/ieee754",
      "data": {
        "version": "1.2.0",
        "packageName": "@xtuc/ieee754",
        "hash": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
      }
    },
    "npm:@xtuc/long": {
      "type": "npm",
      "name": "npm:@xtuc/long",
      "data": {
        "version": "4.2.2",
        "packageName": "@xtuc/long",
        "hash": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
      }
    },
    "npm:@yarnpkg/lockfile": {
      "type": "npm",
      "name": "npm:@yarnpkg/lockfile",
      "data": {
        "version": "1.1.0",
        "packageName": "@yarnpkg/lockfile",
        "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ=="
      }
    },
    "npm:@yarnpkg/parsers": {
      "type": "npm",
      "name": "npm:@yarnpkg/parsers",
      "data": {
        "version": "3.0.2",
        "packageName": "@yarnpkg/parsers",
        "hash": "sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA=="
      }
    },
    "npm:@zkochan/js-yaml": {
      "type": "npm",
      "name": "npm:@zkochan/js-yaml",
      "data": {
        "version": "0.0.7",
        "packageName": "@zkochan/js-yaml",
        "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ=="
      }
    },
    "npm:abbrev": {
      "type": "npm",
      "name": "npm:abbrev",
      "data": {
        "version": "3.0.1",
        "packageName": "abbrev",
        "hash": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg=="
      }
    },
    "npm:abbrev@4.0.0": {
      "type": "npm",
      "name": "npm:abbrev@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "abbrev",
        "hash": "sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA=="
      }
    },
    "npm:acorn": {
      "type": "npm",
      "name": "npm:acorn",
      "data": {
        "version": "8.16.0",
        "packageName": "acorn",
        "hash": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw=="
      }
    },
    "npm:acorn-import-phases": {
      "type": "npm",
      "name": "npm:acorn-import-phases",
      "data": {
        "version": "1.0.4",
        "packageName": "acorn-import-phases",
        "hash": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ=="
      }
    },
    "npm:acorn-jsx": {
      "type": "npm",
      "name": "npm:acorn-jsx",
      "data": {
        "version": "5.3.2",
        "packageName": "acorn-jsx",
        "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ=="
      }
    },
    "npm:add-stream": {
      "type": "npm",
      "name": "npm:add-stream",
      "data": {
        "version": "1.0.0",
        "packageName": "add-stream",
        "hash": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ=="
      }
    },
    "npm:agent-base": {
      "type": "npm",
      "name": "npm:agent-base",
      "data": {
        "version": "7.1.4",
        "packageName": "agent-base",
        "hash": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ=="
      }
    },
    "npm:aggregate-error": {
      "type": "npm",
      "name": "npm:aggregate-error",
      "data": {
        "version": "3.1.0",
        "packageName": "aggregate-error",
        "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA=="
      }
    },
    "npm:indent-string@4.0.0": {
      "type": "npm",
      "name": "npm:indent-string@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "indent-string",
        "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
      }
    },
    "npm:indent-string": {
      "type": "npm",
      "name": "npm:indent-string",
      "data": {
        "version": "3.2.0",
        "packageName": "indent-string",
        "hash": "sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ=="
      }
    },
    "npm:ajv": {
      "type": "npm",
      "name": "npm:ajv",
      "data": {
        "version": "6.14.0",
        "packageName": "ajv",
        "hash": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw=="
      }
    },
    "npm:ajv@8.18.0": {
      "type": "npm",
      "name": "npm:ajv@8.18.0",
      "data": {
        "version": "8.18.0",
        "packageName": "ajv",
        "hash": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A=="
      }
    },
    "npm:ajv-formats": {
      "type": "npm",
      "name": "npm:ajv-formats",
      "data": {
        "version": "2.1.1",
        "packageName": "ajv-formats",
        "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA=="
      }
    },
    "npm:json-schema-traverse@1.0.0": {
      "type": "npm",
      "name": "npm:json-schema-traverse@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "json-schema-traverse",
        "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
      }
    },
    "npm:json-schema-traverse": {
      "type": "npm",
      "name": "npm:json-schema-traverse",
      "data": {
        "version": "0.4.1",
        "packageName": "json-schema-traverse",
        "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
      }
    },
    "npm:ansi-align": {
      "type": "npm",
      "name": "npm:ansi-align",
      "data": {
        "version": "3.0.1",
        "packageName": "ansi-align",
        "hash": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w=="
      }
    },
    "npm:ansi-colors": {
      "type": "npm",
      "name": "npm:ansi-colors",
      "data": {
        "version": "4.1.3",
        "packageName": "ansi-colors",
        "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw=="
      }
    },
    "npm:ansi-escapes": {
      "type": "npm",
      "name": "npm:ansi-escapes",
      "data": {
        "version": "4.3.2",
        "packageName": "ansi-escapes",
        "hash": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ=="
      }
    },
    "npm:ansi-escapes@3.2.0": {
      "type": "npm",
      "name": "npm:ansi-escapes@3.2.0",
      "data": {
        "version": "3.2.0",
        "packageName": "ansi-escapes",
        "hash": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ=="
      }
    },
    "npm:ansi-escapes@7.3.0": {
      "type": "npm",
      "name": "npm:ansi-escapes@7.3.0",
      "data": {
        "version": "7.3.0",
        "packageName": "ansi-escapes",
        "hash": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg=="
      }
    },
    "npm:any-observable": {
      "type": "npm",
      "name": "npm:any-observable",
      "data": {
        "version": "0.3.0",
        "packageName": "any-observable",
        "hash": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog=="
      }
    },
    "npm:anymatch": {
      "type": "npm",
      "name": "npm:anymatch",
      "data": {
        "version": "3.1.3",
        "packageName": "anymatch",
        "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw=="
      }
    },
    "npm:aproba": {
      "type": "npm",
      "name": "npm:aproba",
      "data": {
        "version": "2.0.0",
        "packageName": "aproba",
        "hash": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
      }
    },
    "npm:arch": {
      "type": "npm",
      "name": "npm:arch",
      "data": {
        "version": "2.2.0",
        "packageName": "arch",
        "hash": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ=="
      }
    },
    "npm:aria-query": {
      "type": "npm",
      "name": "npm:aria-query",
      "data": {
        "version": "5.3.0",
        "packageName": "aria-query",
        "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A=="
      }
    },
    "npm:array-buffer-byte-length": {
      "type": "npm",
      "name": "npm:array-buffer-byte-length",
      "data": {
        "version": "1.0.2",
        "packageName": "array-buffer-byte-length",
        "hash": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw=="
      }
    },
    "npm:array-ify": {
      "type": "npm",
      "name": "npm:array-ify",
      "data": {
        "version": "1.0.0",
        "packageName": "array-ify",
        "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng=="
      }
    },
    "npm:array-includes": {
      "type": "npm",
      "name": "npm:array-includes",
      "data": {
        "version": "3.1.9",
        "packageName": "array-includes",
        "hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ=="
      }
    },
    "npm:array.prototype.findlast": {
      "type": "npm",
      "name": "npm:array.prototype.findlast",
      "data": {
        "version": "1.2.5",
        "packageName": "array.prototype.findlast",
        "hash": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ=="
      }
    },
    "npm:array.prototype.findlastindex": {
      "type": "npm",
      "name": "npm:array.prototype.findlastindex",
      "data": {
        "version": "1.2.6",
        "packageName": "array.prototype.findlastindex",
        "hash": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ=="
      }
    },
    "npm:array.prototype.flat": {
      "type": "npm",
      "name": "npm:array.prototype.flat",
      "data": {
        "version": "1.3.3",
        "packageName": "array.prototype.flat",
        "hash": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg=="
      }
    },
    "npm:array.prototype.flatmap": {
      "type": "npm",
      "name": "npm:array.prototype.flatmap",
      "data": {
        "version": "1.3.3",
        "packageName": "array.prototype.flatmap",
        "hash": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg=="
      }
    },
    "npm:array.prototype.tosorted": {
      "type": "npm",
      "name": "npm:array.prototype.tosorted",
      "data": {
        "version": "1.1.4",
        "packageName": "array.prototype.tosorted",
        "hash": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA=="
      }
    },
    "npm:arraybuffer.prototype.slice": {
      "type": "npm",
      "name": "npm:arraybuffer.prototype.slice",
      "data": {
        "version": "1.0.4",
        "packageName": "arraybuffer.prototype.slice",
        "hash": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ=="
      }
    },
    "npm:arrify": {
      "type": "npm",
      "name": "npm:arrify",
      "data": {
        "version": "1.0.1",
        "packageName": "arrify",
        "hash": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA=="
      }
    },
    "npm:asn1": {
      "type": "npm",
      "name": "npm:asn1",
      "data": {
        "version": "0.2.6",
        "packageName": "asn1",
        "hash": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ=="
      }
    },
    "npm:assert-plus": {
      "type": "npm",
      "name": "npm:assert-plus",
      "data": {
        "version": "1.0.0",
        "packageName": "assert-plus",
        "hash": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw=="
      }
    },
    "npm:astral-regex": {
      "type": "npm",
      "name": "npm:astral-regex",
      "data": {
        "version": "2.0.0",
        "packageName": "astral-regex",
        "hash": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ=="
      }
    },
    "npm:async": {
      "type": "npm",
      "name": "npm:async",
      "data": {
        "version": "3.2.6",
        "packageName": "async",
        "hash": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
      }
    },
    "npm:async-function": {
      "type": "npm",
      "name": "npm:async-function",
      "data": {
        "version": "1.0.0",
        "packageName": "async-function",
        "hash": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA=="
      }
    },
    "npm:asynckit": {
      "type": "npm",
      "name": "npm:asynckit",
      "data": {
        "version": "0.4.0",
        "packageName": "asynckit",
        "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
      }
    },
    "npm:at-least-node": {
      "type": "npm",
      "name": "npm:at-least-node",
      "data": {
        "version": "1.0.0",
        "packageName": "at-least-node",
        "hash": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
      }
    },
    "npm:atomically": {
      "type": "npm",
      "name": "npm:atomically",
      "data": {
        "version": "2.0.3",
        "packageName": "atomically",
        "hash": "sha512-kU6FmrwZ3Lx7/7y3hPS5QnbJfaohcIul5fGqf7ok+4KklIEk9tJ0C2IQPdacSbVUWv6zVHXEBWoWd6NrVMT7Cw=="
      }
    },
    "npm:available-typed-arrays": {
      "type": "npm",
      "name": "npm:available-typed-arrays",
      "data": {
        "version": "1.0.7",
        "packageName": "available-typed-arrays",
        "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ=="
      }
    },
    "npm:aws-sign2": {
      "type": "npm",
      "name": "npm:aws-sign2",
      "data": {
        "version": "0.7.0",
        "packageName": "aws-sign2",
        "hash": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="
      }
    },
    "npm:aws4": {
      "type": "npm",
      "name": "npm:aws4",
      "data": {
        "version": "1.13.2",
        "packageName": "aws4",
        "hash": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw=="
      }
    },
    "npm:axios": {
      "type": "npm",
      "name": "npm:axios",
      "data": {
        "version": "1.15.0",
        "packageName": "axios",
        "hash": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q=="
      }
    },
    "npm:proxy-from-env@2.1.0": {
      "type": "npm",
      "name": "npm:proxy-from-env@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "proxy-from-env",
        "hash": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA=="
      }
    },
    "npm:proxy-from-env": {
      "type": "npm",
      "name": "npm:proxy-from-env",
      "data": {
        "version": "1.0.0",
        "packageName": "proxy-from-env",
        "hash": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A=="
      }
    },
    "npm:babel-jest": {
      "type": "npm",
      "name": "npm:babel-jest",
      "data": {
        "version": "30.3.0",
        "packageName": "babel-jest",
        "hash": "sha512-gRpauEU2KRrCox5Z296aeVHR4jQ98BCnu0IO332D/xpHNOsIH/bgSRk9k6GbKIbBw8vFeN6ctuu6tV8WOyVfYQ=="
      }
    },
    "npm:babel-plugin-istanbul": {
      "type": "npm",
      "name": "npm:babel-plugin-istanbul",
      "data": {
        "version": "7.0.1",
        "packageName": "babel-plugin-istanbul",
        "hash": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA=="
      }
    },
    "npm:babel-plugin-jest-hoist": {
      "type": "npm",
      "name": "npm:babel-plugin-jest-hoist",
      "data": {
        "version": "30.3.0",
        "packageName": "babel-plugin-jest-hoist",
        "hash": "sha512-+TRkByhsws6sfPjVaitzadk1I0F5sPvOVUH5tyTSzhePpsGIVrdeunHSw/C36QeocS95OOk8lunc4rlu5Anwsg=="
      }
    },
    "npm:babel-plugin-polyfill-corejs2": {
      "type": "npm",
      "name": "npm:babel-plugin-polyfill-corejs2",
      "data": {
        "version": "0.4.17",
        "packageName": "babel-plugin-polyfill-corejs2",
        "hash": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w=="
      }
    },
    "npm:babel-plugin-polyfill-corejs3": {
      "type": "npm",
      "name": "npm:babel-plugin-polyfill-corejs3",
      "data": {
        "version": "0.14.2",
        "packageName": "babel-plugin-polyfill-corejs3",
        "hash": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g=="
      }
    },
    "npm:babel-plugin-polyfill-regenerator": {
      "type": "npm",
      "name": "npm:babel-plugin-polyfill-regenerator",
      "data": {
        "version": "0.6.8",
        "packageName": "babel-plugin-polyfill-regenerator",
        "hash": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg=="
      }
    },
    "npm:babel-preset-current-node-syntax": {
      "type": "npm",
      "name": "npm:babel-preset-current-node-syntax",
      "data": {
        "version": "1.2.0",
        "packageName": "babel-preset-current-node-syntax",
        "hash": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg=="
      }
    },
    "npm:babel-preset-jest": {
      "type": "npm",
      "name": "npm:babel-preset-jest",
      "data": {
        "version": "30.3.0",
        "packageName": "babel-preset-jest",
        "hash": "sha512-6ZcUbWHC+dMz2vfzdNwi87Z1gQsLNK2uLuK1Q89R11xdvejcivlYYwDlEv0FHX3VwEXpbBQ9uufB/MUNpZGfhQ=="
      }
    },
    "npm:base64-js": {
      "type": "npm",
      "name": "npm:base64-js",
      "data": {
        "version": "1.5.1",
        "packageName": "base64-js",
        "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
      }
    },
    "npm:baseline-browser-mapping": {
      "type": "npm",
      "name": "npm:baseline-browser-mapping",
      "data": {
        "version": "2.10.14",
        "packageName": "baseline-browser-mapping",
        "hash": "sha512-fOVLPAsFTsQfuCkvahZkzq6nf8KvGWanlYoTh0SVA0A/PIUxQGU2AOZAoD95n2gFLVDW/jP6sbGLny95nmEuHA=="
      }
    },
    "npm:bcrypt-pbkdf": {
      "type": "npm",
      "name": "npm:bcrypt-pbkdf",
      "data": {
        "version": "1.0.2",
        "packageName": "bcrypt-pbkdf",
        "hash": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w=="
      }
    },
    "npm:before-after-hook": {
      "type": "npm",
      "name": "npm:before-after-hook",
      "data": {
        "version": "2.2.3",
        "packageName": "before-after-hook",
        "hash": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
      }
    },
    "npm:bin-links": {
      "type": "npm",
      "name": "npm:bin-links",
      "data": {
        "version": "5.0.0",
        "packageName": "bin-links",
        "hash": "sha512-sdleLVfCjBtgO5cNjA2HVRvWBJAHs4zwenaCPMNJAJU0yNxpzj80IpjOIimkpkr+mhlA+how5poQtt53PygbHA=="
      }
    },
    "npm:cmd-shim@7.0.0": {
      "type": "npm",
      "name": "npm:cmd-shim@7.0.0",
      "data": {
        "version": "7.0.0",
        "packageName": "cmd-shim",
        "hash": "sha512-rtpaCbr164TPPh+zFdkWpCyZuKkjpAzODfaZCf/SVJZzJN+4bHQb/LP3Jzq5/+84um3XXY8r548XiWKSborwVw=="
      }
    },
    "npm:cmd-shim": {
      "type": "npm",
      "name": "npm:cmd-shim",
      "data": {
        "version": "6.0.3",
        "packageName": "cmd-shim",
        "hash": "sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA=="
      }
    },
    "npm:read-cmd-shim@5.0.0": {
      "type": "npm",
      "name": "npm:read-cmd-shim@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "read-cmd-shim",
        "hash": "sha512-SEbJV7tohp3DAAILbEMPXavBjAnMN0tVnh4+9G8ihV4Pq3HYF9h8QNez9zkJ1ILkv9G2BjdzwctznGZXgu/HGw=="
      }
    },
    "npm:read-cmd-shim": {
      "type": "npm",
      "name": "npm:read-cmd-shim",
      "data": {
        "version": "4.0.0",
        "packageName": "read-cmd-shim",
        "hash": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q=="
      }
    },
    "npm:write-file-atomic@6.0.0": {
      "type": "npm",
      "name": "npm:write-file-atomic@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "write-file-atomic",
        "hash": "sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ=="
      }
    },
    "npm:write-file-atomic": {
      "type": "npm",
      "name": "npm:write-file-atomic",
      "data": {
        "version": "5.0.1",
        "packageName": "write-file-atomic",
        "hash": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw=="
      }
    },
    "npm:bl": {
      "type": "npm",
      "name": "npm:bl",
      "data": {
        "version": "4.1.0",
        "packageName": "bl",
        "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="
      }
    },
    "npm:blob-util": {
      "type": "npm",
      "name": "npm:blob-util",
      "data": {
        "version": "2.0.2",
        "packageName": "blob-util",
        "hash": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ=="
      }
    },
    "npm:bluebird": {
      "type": "npm",
      "name": "npm:bluebird",
      "data": {
        "version": "3.7.2",
        "packageName": "bluebird",
        "hash": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
      }
    },
    "npm:boolbase": {
      "type": "npm",
      "name": "npm:boolbase",
      "data": {
        "version": "1.0.0",
        "packageName": "boolbase",
        "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
      }
    },
    "npm:boxen": {
      "type": "npm",
      "name": "npm:boxen",
      "data": {
        "version": "8.0.1",
        "packageName": "boxen",
        "hash": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw=="
      }
    },
    "npm:chalk@5.4.1": {
      "type": "npm",
      "name": "npm:chalk@5.4.1",
      "data": {
        "version": "5.4.1",
        "packageName": "chalk",
        "hash": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w=="
      }
    },
    "npm:chalk": {
      "type": "npm",
      "name": "npm:chalk",
      "data": {
        "version": "4.1.2",
        "packageName": "chalk",
        "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
      }
    },
    "npm:chalk@5.6.2": {
      "type": "npm",
      "name": "npm:chalk@5.6.2",
      "data": {
        "version": "5.6.2",
        "packageName": "chalk",
        "hash": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA=="
      }
    },
    "npm:chalk@2.4.2": {
      "type": "npm",
      "name": "npm:chalk@2.4.2",
      "data": {
        "version": "2.4.2",
        "packageName": "chalk",
        "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="
      }
    },
    "npm:chalk@4.1.0": {
      "type": "npm",
      "name": "npm:chalk@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "chalk",
        "hash": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A=="
      }
    },
    "npm:chalk@1.1.3": {
      "type": "npm",
      "name": "npm:chalk@1.1.3",
      "data": {
        "version": "1.1.3",
        "packageName": "chalk",
        "hash": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A=="
      }
    },
    "npm:type-fest@4.38.0": {
      "type": "npm",
      "name": "npm:type-fest@4.38.0",
      "data": {
        "version": "4.38.0",
        "packageName": "type-fest",
        "hash": "sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg=="
      }
    },
    "npm:type-fest@1.4.0": {
      "type": "npm",
      "name": "npm:type-fest@1.4.0",
      "data": {
        "version": "1.4.0",
        "packageName": "type-fest",
        "hash": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="
      }
    },
    "npm:type-fest@0.8.1": {
      "type": "npm",
      "name": "npm:type-fest@0.8.1",
      "data": {
        "version": "0.8.1",
        "packageName": "type-fest",
        "hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
      }
    },
    "npm:type-fest@0.6.0": {
      "type": "npm",
      "name": "npm:type-fest@0.6.0",
      "data": {
        "version": "0.6.0",
        "packageName": "type-fest",
        "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
      }
    },
    "npm:type-fest@0.18.1": {
      "type": "npm",
      "name": "npm:type-fest@0.18.1",
      "data": {
        "version": "0.18.1",
        "packageName": "type-fest",
        "hash": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="
      }
    },
    "npm:type-fest@2.19.0": {
      "type": "npm",
      "name": "npm:type-fest@2.19.0",
      "data": {
        "version": "2.19.0",
        "packageName": "type-fest",
        "hash": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
      }
    },
    "npm:type-fest@4.41.0": {
      "type": "npm",
      "name": "npm:type-fest@4.41.0",
      "data": {
        "version": "4.41.0",
        "packageName": "type-fest",
        "hash": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA=="
      }
    },
    "npm:type-fest@5.5.0": {
      "type": "npm",
      "name": "npm:type-fest@5.5.0",
      "data": {
        "version": "5.5.0",
        "packageName": "type-fest",
        "hash": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g=="
      }
    },
    "npm:type-fest": {
      "type": "npm",
      "name": "npm:type-fest",
      "data": {
        "version": "0.21.3",
        "packageName": "type-fest",
        "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
      }
    },
    "npm:type-fest@0.16.0": {
      "type": "npm",
      "name": "npm:type-fest@0.16.0",
      "data": {
        "version": "0.16.0",
        "packageName": "type-fest",
        "hash": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
      }
    },
    "npm:braces": {
      "type": "npm",
      "name": "npm:braces",
      "data": {
        "version": "3.0.3",
        "packageName": "braces",
        "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="
      }
    },
    "npm:browserslist": {
      "type": "npm",
      "name": "npm:browserslist",
      "data": {
        "version": "4.28.2",
        "packageName": "browserslist",
        "hash": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg=="
      }
    },
    "npm:bs-logger": {
      "type": "npm",
      "name": "npm:bs-logger",
      "data": {
        "version": "0.2.6",
        "packageName": "bs-logger",
        "hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog=="
      }
    },
    "npm:bser": {
      "type": "npm",
      "name": "npm:bser",
      "data": {
        "version": "2.1.1",
        "packageName": "bser",
        "hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ=="
      }
    },
    "npm:buffer": {
      "type": "npm",
      "name": "npm:buffer",
      "data": {
        "version": "5.7.1",
        "packageName": "buffer",
        "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ=="
      }
    },
    "npm:buffer-crc32": {
      "type": "npm",
      "name": "npm:buffer-crc32",
      "data": {
        "version": "0.2.13",
        "packageName": "buffer-crc32",
        "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ=="
      }
    },
    "npm:buffer-from": {
      "type": "npm",
      "name": "npm:buffer-from",
      "data": {
        "version": "1.1.2",
        "packageName": "buffer-from",
        "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
      }
    },
    "npm:bundle-name": {
      "type": "npm",
      "name": "npm:bundle-name",
      "data": {
        "version": "4.1.0",
        "packageName": "bundle-name",
        "hash": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="
      }
    },
    "npm:byte-size": {
      "type": "npm",
      "name": "npm:byte-size",
      "data": {
        "version": "8.1.1",
        "packageName": "byte-size",
        "hash": "sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg=="
      }
    },
    "npm:cacache": {
      "type": "npm",
      "name": "npm:cacache",
      "data": {
        "version": "20.0.3",
        "packageName": "cacache",
        "hash": "sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw=="
      }
    },
    "npm:p-map@7.0.4": {
      "type": "npm",
      "name": "npm:p-map@7.0.4",
      "data": {
        "version": "7.0.4",
        "packageName": "p-map",
        "hash": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ=="
      }
    },
    "npm:p-map@2.1.0": {
      "type": "npm",
      "name": "npm:p-map@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "p-map",
        "hash": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="
      }
    },
    "npm:p-map@7.0.3": {
      "type": "npm",
      "name": "npm:p-map@7.0.3",
      "data": {
        "version": "7.0.3",
        "packageName": "p-map",
        "hash": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA=="
      }
    },
    "npm:p-map": {
      "type": "npm",
      "name": "npm:p-map",
      "data": {
        "version": "4.0.0",
        "packageName": "p-map",
        "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ=="
      }
    },
    "npm:cachedir": {
      "type": "npm",
      "name": "npm:cachedir",
      "data": {
        "version": "2.4.0",
        "packageName": "cachedir",
        "hash": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ=="
      }
    },
    "npm:call-bind": {
      "type": "npm",
      "name": "npm:call-bind",
      "data": {
        "version": "1.0.8",
        "packageName": "call-bind",
        "hash": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="
      }
    },
    "npm:call-bind-apply-helpers": {
      "type": "npm",
      "name": "npm:call-bind-apply-helpers",
      "data": {
        "version": "1.0.2",
        "packageName": "call-bind-apply-helpers",
        "hash": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ=="
      }
    },
    "npm:call-bound": {
      "type": "npm",
      "name": "npm:call-bound",
      "data": {
        "version": "1.0.4",
        "packageName": "call-bound",
        "hash": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="
      }
    },
    "npm:callsites": {
      "type": "npm",
      "name": "npm:callsites",
      "data": {
        "version": "3.1.0",
        "packageName": "callsites",
        "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
      }
    },
    "npm:camelcase-keys": {
      "type": "npm",
      "name": "npm:camelcase-keys",
      "data": {
        "version": "6.2.2",
        "packageName": "camelcase-keys",
        "hash": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg=="
      }
    },
    "npm:caniuse-lite": {
      "type": "npm",
      "name": "npm:caniuse-lite",
      "data": {
        "version": "1.0.30001784",
        "packageName": "caniuse-lite",
        "hash": "sha512-WU346nBTklUV9YfUl60fqRbU5ZqyXlqvo1SgigE1OAXK5bFL8LL9q1K7aap3N739l4BvNqnkm3YrGHiY9sfUQw=="
      }
    },
    "npm:caseless": {
      "type": "npm",
      "name": "npm:caseless",
      "data": {
        "version": "0.12.0",
        "packageName": "caseless",
        "hash": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
      }
    },
    "npm:chalk-template": {
      "type": "npm",
      "name": "npm:chalk-template",
      "data": {
        "version": "1.1.2",
        "packageName": "chalk-template",
        "hash": "sha512-2bxTP2yUH7AJj/VAXfcA+4IcWGdQ87HwBANLt5XxGTeomo8yG0y95N1um9i5StvhT/Bl0/2cARA5v1PpPXUxUA=="
      }
    },
    "npm:char-regex": {
      "type": "npm",
      "name": "npm:char-regex",
      "data": {
        "version": "1.0.2",
        "packageName": "char-regex",
        "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
      }
    },
    "npm:cheerio": {
      "type": "npm",
      "name": "npm:cheerio",
      "data": {
        "version": "1.2.0",
        "packageName": "cheerio",
        "hash": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg=="
      }
    },
    "npm:cheerio-select": {
      "type": "npm",
      "name": "npm:cheerio-select",
      "data": {
        "version": "2.1.0",
        "packageName": "cheerio-select",
        "hash": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g=="
      }
    },
    "npm:chokidar": {
      "type": "npm",
      "name": "npm:chokidar",
      "data": {
        "version": "4.0.3",
        "packageName": "chokidar",
        "hash": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="
      }
    },
    "npm:chownr": {
      "type": "npm",
      "name": "npm:chownr",
      "data": {
        "version": "3.0.0",
        "packageName": "chownr",
        "hash": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g=="
      }
    },
    "npm:chrome-trace-event": {
      "type": "npm",
      "name": "npm:chrome-trace-event",
      "data": {
        "version": "1.0.4",
        "packageName": "chrome-trace-event",
        "hash": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ=="
      }
    },
    "npm:ci-info": {
      "type": "npm",
      "name": "npm:ci-info",
      "data": {
        "version": "4.3.1",
        "packageName": "ci-info",
        "hash": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA=="
      }
    },
    "npm:ci-info@3.9.0": {
      "type": "npm",
      "name": "npm:ci-info@3.9.0",
      "data": {
        "version": "3.9.0",
        "packageName": "ci-info",
        "hash": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ=="
      }
    },
    "npm:cjs-module-lexer": {
      "type": "npm",
      "name": "npm:cjs-module-lexer",
      "data": {
        "version": "2.2.0",
        "packageName": "cjs-module-lexer",
        "hash": "sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ=="
      }
    },
    "npm:classnames": {
      "type": "npm",
      "name": "npm:classnames",
      "data": {
        "version": "2.5.1",
        "packageName": "classnames",
        "hash": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
      }
    },
    "npm:clean-stack": {
      "type": "npm",
      "name": "npm:clean-stack",
      "data": {
        "version": "2.2.0",
        "packageName": "clean-stack",
        "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
      }
    },
    "npm:cli-boxes": {
      "type": "npm",
      "name": "npm:cli-boxes",
      "data": {
        "version": "3.0.0",
        "packageName": "cli-boxes",
        "hash": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g=="
      }
    },
    "npm:cli-cursor": {
      "type": "npm",
      "name": "npm:cli-cursor",
      "data": {
        "version": "3.1.0",
        "packageName": "cli-cursor",
        "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw=="
      }
    },
    "npm:cli-cursor@2.1.0": {
      "type": "npm",
      "name": "npm:cli-cursor@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "cli-cursor",
        "hash": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw=="
      }
    },
    "npm:cli-spinners": {
      "type": "npm",
      "name": "npm:cli-spinners",
      "data": {
        "version": "2.6.1",
        "packageName": "cli-spinners",
        "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g=="
      }
    },
    "npm:cli-table3": {
      "type": "npm",
      "name": "npm:cli-table3",
      "data": {
        "version": "0.6.1",
        "packageName": "cli-table3",
        "hash": "sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA=="
      }
    },
    "npm:cli-truncate": {
      "type": "npm",
      "name": "npm:cli-truncate",
      "data": {
        "version": "2.1.0",
        "packageName": "cli-truncate",
        "hash": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg=="
      }
    },
    "npm:cli-truncate@0.2.1": {
      "type": "npm",
      "name": "npm:cli-truncate@0.2.1",
      "data": {
        "version": "0.2.1",
        "packageName": "cli-truncate",
        "hash": "sha512-f4r4yJnbT++qUPI9NR4XLDLq41gQ+uqnPItWG0F5ZkehuNiTTa3EY0S4AqTSUOeJ7/zU41oWPQSNkW5BqPL9bg=="
      }
    },
    "npm:client-only": {
      "type": "npm",
      "name": "npm:client-only",
      "data": {
        "version": "0.0.1",
        "packageName": "client-only",
        "hash": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
      }
    },
    "npm:clipboard-image": {
      "type": "npm",
      "name": "npm:clipboard-image",
      "data": {
        "version": "0.1.0",
        "packageName": "clipboard-image",
        "hash": "sha512-SWk7FgaXLNFld19peQ/rTe0n97lwR1WbkqxV6JKCAOh7U52AKV/PeMFCyt/8IhBdqyDA8rdyewQMKZqvWT5Akg=="
      }
    },
    "npm:clipboardy": {
      "type": "npm",
      "name": "npm:clipboardy",
      "data": {
        "version": "5.3.1",
        "packageName": "clipboardy",
        "hash": "sha512-fPWgBqpp9ctiOQCkE5yjYGzv11ZU55g6ahEgr3COiio6dXdt1mbchCPXQrSR2Y9sZqfi8L7QD3+UosgXVIuPdg=="
      }
    },
    "npm:execa@9.6.1": {
      "type": "npm",
      "name": "npm:execa@9.6.1",
      "data": {
        "version": "9.6.1",
        "packageName": "execa",
        "hash": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA=="
      }
    },
    "npm:execa": {
      "type": "npm",
      "name": "npm:execa",
      "data": {
        "version": "4.1.0",
        "packageName": "execa",
        "hash": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA=="
      }
    },
    "npm:execa@5.1.1": {
      "type": "npm",
      "name": "npm:execa@5.1.1",
      "data": {
        "version": "5.1.1",
        "packageName": "execa",
        "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg=="
      }
    },
    "npm:execa@5.0.0": {
      "type": "npm",
      "name": "npm:execa@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "execa",
        "hash": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ=="
      }
    },
    "npm:figures@6.1.0": {
      "type": "npm",
      "name": "npm:figures@6.1.0",
      "data": {
        "version": "6.1.0",
        "packageName": "figures",
        "hash": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg=="
      }
    },
    "npm:figures": {
      "type": "npm",
      "name": "npm:figures",
      "data": {
        "version": "3.2.0",
        "packageName": "figures",
        "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg=="
      }
    },
    "npm:figures@2.0.0": {
      "type": "npm",
      "name": "npm:figures@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "figures",
        "hash": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA=="
      }
    },
    "npm:figures@1.7.0": {
      "type": "npm",
      "name": "npm:figures@1.7.0",
      "data": {
        "version": "1.7.0",
        "packageName": "figures",
        "hash": "sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ=="
      }
    },
    "npm:get-stream@9.0.1": {
      "type": "npm",
      "name": "npm:get-stream@9.0.1",
      "data": {
        "version": "9.0.1",
        "packageName": "get-stream",
        "hash": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA=="
      }
    },
    "npm:get-stream": {
      "type": "npm",
      "name": "npm:get-stream",
      "data": {
        "version": "5.2.0",
        "packageName": "get-stream",
        "hash": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA=="
      }
    },
    "npm:get-stream@6.0.1": {
      "type": "npm",
      "name": "npm:get-stream@6.0.1",
      "data": {
        "version": "6.0.1",
        "packageName": "get-stream",
        "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
      }
    },
    "npm:get-stream@6.0.0": {
      "type": "npm",
      "name": "npm:get-stream@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "get-stream",
        "hash": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg=="
      }
    },
    "npm:human-signals@8.0.1": {
      "type": "npm",
      "name": "npm:human-signals@8.0.1",
      "data": {
        "version": "8.0.1",
        "packageName": "human-signals",
        "hash": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ=="
      }
    },
    "npm:human-signals": {
      "type": "npm",
      "name": "npm:human-signals",
      "data": {
        "version": "1.1.1",
        "packageName": "human-signals",
        "hash": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
      }
    },
    "npm:human-signals@2.1.0": {
      "type": "npm",
      "name": "npm:human-signals@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "human-signals",
        "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
      }
    },
    "npm:is-plain-obj@4.1.0": {
      "type": "npm",
      "name": "npm:is-plain-obj@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "is-plain-obj",
        "hash": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg=="
      }
    },
    "npm:is-plain-obj": {
      "type": "npm",
      "name": "npm:is-plain-obj",
      "data": {
        "version": "1.1.0",
        "packageName": "is-plain-obj",
        "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg=="
      }
    },
    "npm:is-stream@4.0.1": {
      "type": "npm",
      "name": "npm:is-stream@4.0.1",
      "data": {
        "version": "4.0.1",
        "packageName": "is-stream",
        "hash": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A=="
      }
    },
    "npm:is-stream": {
      "type": "npm",
      "name": "npm:is-stream",
      "data": {
        "version": "2.0.1",
        "packageName": "is-stream",
        "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
      }
    },
    "npm:is-stream@1.1.0": {
      "type": "npm",
      "name": "npm:is-stream@1.1.0",
      "data": {
        "version": "1.1.0",
        "packageName": "is-stream",
        "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ=="
      }
    },
    "npm:is-stream@3.0.0": {
      "type": "npm",
      "name": "npm:is-stream@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "is-stream",
        "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA=="
      }
    },
    "npm:is-unicode-supported@2.1.0": {
      "type": "npm",
      "name": "npm:is-unicode-supported@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "is-unicode-supported",
        "hash": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ=="
      }
    },
    "npm:is-unicode-supported": {
      "type": "npm",
      "name": "npm:is-unicode-supported",
      "data": {
        "version": "0.1.0",
        "packageName": "is-unicode-supported",
        "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw=="
      }
    },
    "npm:npm-run-path@6.0.0": {
      "type": "npm",
      "name": "npm:npm-run-path@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "npm-run-path",
        "hash": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA=="
      }
    },
    "npm:npm-run-path": {
      "type": "npm",
      "name": "npm:npm-run-path",
      "data": {
        "version": "4.0.1",
        "packageName": "npm-run-path",
        "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw=="
      }
    },
    "npm:path-key@4.0.0": {
      "type": "npm",
      "name": "npm:path-key@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "path-key",
        "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ=="
      }
    },
    "npm:path-key": {
      "type": "npm",
      "name": "npm:path-key",
      "data": {
        "version": "3.1.1",
        "packageName": "path-key",
        "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
      }
    },
    "npm:strip-final-newline@4.0.0": {
      "type": "npm",
      "name": "npm:strip-final-newline@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "strip-final-newline",
        "hash": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw=="
      }
    },
    "npm:strip-final-newline": {
      "type": "npm",
      "name": "npm:strip-final-newline",
      "data": {
        "version": "2.0.0",
        "packageName": "strip-final-newline",
        "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
      }
    },
    "npm:cliui": {
      "type": "npm",
      "name": "npm:cliui",
      "data": {
        "version": "8.0.1",
        "packageName": "cliui",
        "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ=="
      }
    },
    "npm:cliui@7.0.4": {
      "type": "npm",
      "name": "npm:cliui@7.0.4",
      "data": {
        "version": "7.0.4",
        "packageName": "cliui",
        "hash": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ=="
      }
    },
    "npm:clone": {
      "type": "npm",
      "name": "npm:clone",
      "data": {
        "version": "1.0.4",
        "packageName": "clone",
        "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
      }
    },
    "npm:co": {
      "type": "npm",
      "name": "npm:co",
      "data": {
        "version": "4.6.0",
        "packageName": "co",
        "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ=="
      }
    },
    "npm:code-point-at": {
      "type": "npm",
      "name": "npm:code-point-at",
      "data": {
        "version": "1.1.0",
        "packageName": "code-point-at",
        "hash": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA=="
      }
    },
    "npm:collect-v8-coverage": {
      "type": "npm",
      "name": "npm:collect-v8-coverage",
      "data": {
        "version": "1.0.3",
        "packageName": "collect-v8-coverage",
        "hash": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw=="
      }
    },
    "npm:color": {
      "type": "npm",
      "name": "npm:color",
      "data": {
        "version": "5.0.3",
        "packageName": "color",
        "hash": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA=="
      }
    },
    "npm:color-convert": {
      "type": "npm",
      "name": "npm:color-convert",
      "data": {
        "version": "2.0.1",
        "packageName": "color-convert",
        "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
      }
    },
    "npm:color-convert@3.1.3": {
      "type": "npm",
      "name": "npm:color-convert@3.1.3",
      "data": {
        "version": "3.1.3",
        "packageName": "color-convert",
        "hash": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg=="
      }
    },
    "npm:color-convert@1.9.3": {
      "type": "npm",
      "name": "npm:color-convert@1.9.3",
      "data": {
        "version": "1.9.3",
        "packageName": "color-convert",
        "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg=="
      }
    },
    "npm:color-name": {
      "type": "npm",
      "name": "npm:color-name",
      "data": {
        "version": "1.1.4",
        "packageName": "color-name",
        "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
      }
    },
    "npm:color-name@2.1.0": {
      "type": "npm",
      "name": "npm:color-name@2.1.0",
      "data": {
        "version": "2.1.0",
        "packageName": "color-name",
        "hash": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg=="
      }
    },
    "npm:color-name@1.1.3": {
      "type": "npm",
      "name": "npm:color-name@1.1.3",
      "data": {
        "version": "1.1.3",
        "packageName": "color-name",
        "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
      }
    },
    "npm:color-string": {
      "type": "npm",
      "name": "npm:color-string",
      "data": {
        "version": "2.1.4",
        "packageName": "color-string",
        "hash": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg=="
      }
    },
    "npm:color-support": {
      "type": "npm",
      "name": "npm:color-support",
      "data": {
        "version": "1.1.3",
        "packageName": "color-support",
        "hash": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
      }
    },
    "npm:colorette": {
      "type": "npm",
      "name": "npm:colorette",
      "data": {
        "version": "2.0.20",
        "packageName": "colorette",
        "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
      }
    },
    "npm:colors": {
      "type": "npm",
      "name": "npm:colors",
      "data": {
        "version": "1.4.0",
        "packageName": "colors",
        "hash": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
      }
    },
    "npm:columnify": {
      "type": "npm",
      "name": "npm:columnify",
      "data": {
        "version": "1.6.0",
        "packageName": "columnify",
        "hash": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q=="
      }
    },
    "npm:combined-stream": {
      "type": "npm",
      "name": "npm:combined-stream",
      "data": {
        "version": "1.0.8",
        "packageName": "combined-stream",
        "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg=="
      }
    },
    "npm:commander": {
      "type": "npm",
      "name": "npm:commander",
      "data": {
        "version": "6.2.1",
        "packageName": "commander",
        "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
      }
    },
    "npm:commander@13.1.0": {
      "type": "npm",
      "name": "npm:commander@13.1.0",
      "data": {
        "version": "13.1.0",
        "packageName": "commander",
        "hash": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw=="
      }
    },
    "npm:commander@7.2.0": {
      "type": "npm",
      "name": "npm:commander@7.2.0",
      "data": {
        "version": "7.2.0",
        "packageName": "commander",
        "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
      }
    },
    "npm:commander@2.20.3": {
      "type": "npm",
      "name": "npm:commander@2.20.3",
      "data": {
        "version": "2.20.3",
        "packageName": "commander",
        "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
      }
    },
    "npm:common-ancestor-path": {
      "type": "npm",
      "name": "npm:common-ancestor-path",
      "data": {
        "version": "1.0.1",
        "packageName": "common-ancestor-path",
        "hash": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="
      }
    },
    "npm:common-tags": {
      "type": "npm",
      "name": "npm:common-tags",
      "data": {
        "version": "1.8.2",
        "packageName": "common-tags",
        "hash": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
      }
    },
    "npm:compare-func": {
      "type": "npm",
      "name": "npm:compare-func",
      "data": {
        "version": "2.0.0",
        "packageName": "compare-func",
        "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA=="
      }
    },
    "npm:concat-map": {
      "type": "npm",
      "name": "npm:concat-map",
      "data": {
        "version": "0.0.1",
        "packageName": "concat-map",
        "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
      }
    },
    "npm:concat-stream": {
      "type": "npm",
      "name": "npm:concat-stream",
      "data": {
        "version": "2.0.0",
        "packageName": "concat-stream",
        "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A=="
      }
    },
    "npm:concurrently": {
      "type": "npm",
      "name": "npm:concurrently",
      "data": {
        "version": "9.2.1",
        "packageName": "concurrently",
        "hash": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng=="
      }
    },
    "npm:supports-color@8.1.1": {
      "type": "npm",
      "name": "npm:supports-color@8.1.1",
      "data": {
        "version": "8.1.1",
        "packageName": "supports-color",
        "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="
      }
    },
    "npm:supports-color@5.5.0": {
      "type": "npm",
      "name": "npm:supports-color@5.5.0",
      "data": {
        "version": "5.5.0",
        "packageName": "supports-color",
        "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow=="
      }
    },
    "npm:supports-color@2.0.0": {
      "type": "npm",
      "name": "npm:supports-color@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "supports-color",
        "hash": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g=="
      }
    },
    "npm:supports-color": {
      "type": "npm",
      "name": "npm:supports-color",
      "data": {
        "version": "7.2.0",
        "packageName": "supports-color",
        "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="
      }
    },
    "npm:supports-color@10.2.2": {
      "type": "npm",
      "name": "npm:supports-color@10.2.2",
      "data": {
        "version": "10.2.2",
        "packageName": "supports-color",
        "hash": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g=="
      }
    },
    "npm:config-chain": {
      "type": "npm",
      "name": "npm:config-chain",
      "data": {
        "version": "1.1.13",
        "packageName": "config-chain",
        "hash": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ=="
      }
    },
    "npm:configstore": {
      "type": "npm",
      "name": "npm:configstore",
      "data": {
        "version": "7.0.0",
        "packageName": "configstore",
        "hash": "sha512-yk7/5PN5im4qwz0WFZW3PXnzHgPu9mX29Y8uZ3aefe2lBPC1FYttWZRcaW9fKkT0pBCJyuQ2HfbmPVaODi9jcQ=="
      }
    },
    "npm:dot-prop@9.0.0": {
      "type": "npm",
      "name": "npm:dot-prop@9.0.0",
      "data": {
        "version": "9.0.0",
        "packageName": "dot-prop",
        "hash": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ=="
      }
    },
    "npm:dot-prop": {
      "type": "npm",
      "name": "npm:dot-prop",
      "data": {
        "version": "5.3.0",
        "packageName": "dot-prop",
        "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q=="
      }
    },
    "npm:console-control-strings": {
      "type": "npm",
      "name": "npm:console-control-strings",
      "data": {
        "version": "1.1.0",
        "packageName": "console-control-strings",
        "hash": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
      }
    },
    "npm:conventional-changelog-angular": {
      "type": "npm",
      "name": "npm:conventional-changelog-angular",
      "data": {
        "version": "7.0.0",
        "packageName": "conventional-changelog-angular",
        "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ=="
      }
    },
    "npm:conventional-changelog-core": {
      "type": "npm",
      "name": "npm:conventional-changelog-core",
      "data": {
        "version": "5.0.1",
        "packageName": "conventional-changelog-core",
        "hash": "sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A=="
      }
    },
    "npm:hosted-git-info@4.1.0": {
      "type": "npm",
      "name": "npm:hosted-git-info@4.1.0",
      "data": {
        "version": "4.1.0",
        "packageName": "hosted-git-info",
        "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA=="
      }
    },
    "npm:hosted-git-info": {
      "type": "npm",
      "name": "npm:hosted-git-info",
      "data": {
        "version": "9.0.2",
        "packageName": "hosted-git-info",
        "hash": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg=="
      }
    },
    "npm:hosted-git-info@2.8.9": {
      "type": "npm",
      "name": "npm:hosted-git-info@2.8.9",
      "data": {
        "version": "2.8.9",
        "packageName": "hosted-git-info",
        "hash": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
      }
    },
    "npm:hosted-git-info@8.1.0": {
      "type": "npm",
      "name": "npm:hosted-git-info@8.1.0",
      "data": {
        "version": "8.1.0",
        "packageName": "hosted-git-info",
        "hash": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw=="
      }
    },
    "npm:normalize-package-data@3.0.3": {
      "type": "npm",
      "name": "npm:normalize-package-data@3.0.3",
      "data": {
        "version": "3.0.3",
        "packageName": "normalize-package-data",
        "hash": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA=="
      }
    },
    "npm:normalize-package-data@2.5.0": {
      "type": "npm",
      "name": "npm:normalize-package-data@2.5.0",
      "data": {
        "version": "2.5.0",
        "packageName": "normalize-package-data",
        "hash": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA=="
      }
    },
    "npm:normalize-package-data": {
      "type": "npm",
      "name": "npm:normalize-package-data",
      "data": {
        "version": "8.0.0",
        "packageName": "normalize-package-data",
        "hash": "sha512-RWk+PI433eESQ7ounYxIp67CYuVsS1uYSonX3kA6ps/3LWfjVQa/ptEg6Y3T6uAMq1mWpX9PQ+qx+QaHpsc7gQ=="
      }
    },
    "npm:yallist@4.0.0": {
      "type": "npm",
      "name": "npm:yallist@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "yallist",
        "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
      }
    },
    "npm:yallist@5.0.0": {
      "type": "npm",
      "name": "npm:yallist@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "yallist",
        "hash": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw=="
      }
    },
    "npm:yallist": {
      "type": "npm",
      "name": "npm:yallist",
      "data": {
        "version": "3.1.1",
        "packageName": "yallist",
        "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
      }
    },
    "npm:conventional-changelog-preset-loader": {
      "type": "npm",
      "name": "npm:conventional-changelog-preset-loader",
      "data": {
        "version": "3.0.0",
        "packageName": "conventional-changelog-preset-loader",
        "hash": "sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA=="
      }
    },
    "npm:conventional-changelog-writer": {
      "type": "npm",
      "name": "npm:conventional-changelog-writer",
      "data": {
        "version": "6.0.1",
        "packageName": "conventional-changelog-writer",
        "hash": "sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ=="
      }
    },
    "npm:conventional-commits-filter": {
      "type": "npm",
      "name": "npm:conventional-commits-filter",
      "data": {
        "version": "3.0.0",
        "packageName": "conventional-commits-filter",
        "hash": "sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q=="
      }
    },
    "npm:conventional-commits-parser": {
      "type": "npm",
      "name": "npm:conventional-commits-parser",
      "data": {
        "version": "4.0.0",
        "packageName": "conventional-commits-parser",
        "hash": "sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg=="
      }
    },
    "npm:conventional-recommended-bump": {
      "type": "npm",
      "name": "npm:conventional-recommended-bump",
      "data": {
        "version": "7.0.1",
        "packageName": "conventional-recommended-bump",
        "hash": "sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA=="
      }
    },
    "npm:convert-source-map": {
      "type": "npm",
      "name": "npm:convert-source-map",
      "data": {
        "version": "2.0.0",
        "packageName": "convert-source-map",
        "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
      }
    },
    "npm:core-js-compat": {
      "type": "npm",
      "name": "npm:core-js-compat",
      "data": {
        "version": "3.49.0",
        "packageName": "core-js-compat",
        "hash": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA=="
      }
    },
    "npm:core-util-is": {
      "type": "npm",
      "name": "npm:core-util-is",
      "data": {
        "version": "1.0.2",
        "packageName": "core-util-is",
        "hash": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
      }
    },
    "npm:cross-spawn": {
      "type": "npm",
      "name": "npm:cross-spawn",
      "data": {
        "version": "7.0.6",
        "packageName": "cross-spawn",
        "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="
      }
    },
    "npm:crypto-random-string": {
      "type": "npm",
      "name": "npm:crypto-random-string",
      "data": {
        "version": "4.0.0",
        "packageName": "crypto-random-string",
        "hash": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA=="
      }
    },
    "npm:crypto-random-string@2.0.0": {
      "type": "npm",
      "name": "npm:crypto-random-string@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "crypto-random-string",
        "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
      }
    },
    "npm:css-select": {
      "type": "npm",
      "name": "npm:css-select",
      "data": {
        "version": "5.1.0",
        "packageName": "css-select",
        "hash": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg=="
      }
    },
    "npm:css-tree": {
      "type": "npm",
      "name": "npm:css-tree",
      "data": {
        "version": "2.3.1",
        "packageName": "css-tree",
        "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw=="
      }
    },
    "npm:css-tree@2.2.1": {
      "type": "npm",
      "name": "npm:css-tree@2.2.1",
      "data": {
        "version": "2.2.1",
        "packageName": "css-tree",
        "hash": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA=="
      }
    },
    "npm:css-what": {
      "type": "npm",
      "name": "npm:css-what",
      "data": {
        "version": "6.1.0",
        "packageName": "css-what",
        "hash": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
      }
    },
    "npm:cssesc": {
      "type": "npm",
      "name": "npm:cssesc",
      "data": {
        "version": "3.0.0",
        "packageName": "cssesc",
        "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
      }
    },
    "npm:csso": {
      "type": "npm",
      "name": "npm:csso",
      "data": {
        "version": "5.0.5",
        "packageName": "csso",
        "hash": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ=="
      }
    },
    "npm:mdn-data@2.0.28": {
      "type": "npm",
      "name": "npm:mdn-data@2.0.28",
      "data": {
        "version": "2.0.28",
        "packageName": "mdn-data",
        "hash": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
      }
    },
    "npm:mdn-data": {
      "type": "npm",
      "name": "npm:mdn-data",
      "data": {
        "version": "2.0.30",
        "packageName": "mdn-data",
        "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
      }
    },
    "npm:csstype": {
      "type": "npm",
      "name": "npm:csstype",
      "data": {
        "version": "3.2.3",
        "packageName": "csstype",
        "hash": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
      }
    },
    "npm:cypress": {
      "type": "npm",
      "name": "npm:cypress",
      "data": {
        "version": "15.13.1",
        "packageName": "cypress",
        "hash": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg=="
      }
    },
    "npm:cypress-real-events": {
      "type": "npm",
      "name": "npm:cypress-real-events",
      "data": {
        "version": "1.15.0",
        "packageName": "cypress-real-events",
        "hash": "sha512-in98xxTnnM9Z7lZBvvVozm99PBT2eEOjXRG5LKWyYvQnj9mGWXMiPNpfw7e7WiraBFh7XlXIxnE9Cu5o+52kQQ=="
      }
    },
    "npm:tslib@1.14.1": {
      "type": "npm",
      "name": "npm:tslib@1.14.1",
      "data": {
        "version": "1.14.1",
        "packageName": "tslib",
        "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
      }
    },
    "npm:tslib": {
      "type": "npm",
      "name": "npm:tslib",
      "data": {
        "version": "2.8.1",
        "packageName": "tslib",
        "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
      }
    },
    "npm:dargs": {
      "type": "npm",
      "name": "npm:dargs",
      "data": {
        "version": "7.0.0",
        "packageName": "dargs",
        "hash": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg=="
      }
    },
    "npm:dashdash": {
      "type": "npm",
      "name": "npm:dashdash",
      "data": {
        "version": "1.14.1",
        "packageName": "dashdash",
        "hash": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g=="
      }
    },
    "npm:data-view-buffer": {
      "type": "npm",
      "name": "npm:data-view-buffer",
      "data": {
        "version": "1.0.2",
        "packageName": "data-view-buffer",
        "hash": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ=="
      }
    },
    "npm:data-view-byte-length": {
      "type": "npm",
      "name": "npm:data-view-byte-length",
      "data": {
        "version": "1.0.2",
        "packageName": "data-view-byte-length",
        "hash": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ=="
      }
    },
    "npm:data-view-byte-offset": {
      "type": "npm",
      "name": "npm:data-view-byte-offset",
      "data": {
        "version": "1.0.1",
        "packageName": "data-view-byte-offset",
        "hash": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ=="
      }
    },
    "npm:date-fns": {
      "type": "npm",
      "name": "npm:date-fns",
      "data": {
        "version": "1.30.1",
        "packageName": "date-fns",
        "hash": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw=="
      }
    },
    "npm:dateformat": {
      "type": "npm",
      "name": "npm:dateformat",
      "data": {
        "version": "3.0.3",
        "packageName": "dateformat",
        "hash": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="
      }
    },
    "npm:dayjs": {
      "type": "npm",
      "name": "npm:dayjs",
      "data": {
        "version": "1.11.13",
        "packageName": "dayjs",
        "hash": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
      }
    },
    "npm:decamelize": {
      "type": "npm",
      "name": "npm:decamelize",
      "data": {
        "version": "1.2.0",
        "packageName": "decamelize",
        "hash": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
      }
    },
    "npm:decamelize-keys": {
      "type": "npm",
      "name": "npm:decamelize-keys",
      "data": {
        "version": "1.1.1",
        "packageName": "decamelize-keys",
        "hash": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg=="
      }
    },
    "npm:map-obj@1.0.1": {
      "type": "npm",
      "name": "npm:map-obj@1.0.1",
      "data": {
        "version": "1.0.1",
        "packageName": "map-obj",
        "hash": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg=="
      }
    },
    "npm:map-obj": {
      "type": "npm",
      "name": "npm:map-obj",
      "data": {
        "version": "4.3.0",
        "packageName": "map-obj",
        "hash": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ=="
      }
    },
    "npm:dedent": {
      "type": "npm",
      "name": "npm:dedent",
      "data": {
        "version": "1.5.3",
        "packageName": "dedent",
        "hash": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ=="
      }
    },
    "npm:dedent@1.7.2": {
      "type": "npm",
      "name": "npm:dedent@1.7.2",
      "data": {
        "version": "1.7.2",
        "packageName": "dedent",
        "hash": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA=="
      }
    },
    "npm:deep-extend": {
      "type": "npm",
      "name": "npm:deep-extend",
      "data": {
        "version": "0.6.0",
        "packageName": "deep-extend",
        "hash": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="
      }
    },
    "npm:deep-is": {
      "type": "npm",
      "name": "npm:deep-is",
      "data": {
        "version": "0.1.4",
        "packageName": "deep-is",
        "hash": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
      }
    },
    "npm:deepmerge": {
      "type": "npm",
      "name": "npm:deepmerge",
      "data": {
        "version": "4.3.1",
        "packageName": "deepmerge",
        "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A=="
      }
    },
    "npm:default-browser": {
      "type": "npm",
      "name": "npm:default-browser",
      "data": {
        "version": "5.5.0",
        "packageName": "default-browser",
        "hash": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw=="
      }
    },
    "npm:default-browser-id": {
      "type": "npm",
      "name": "npm:default-browser-id",
      "data": {
        "version": "5.0.1",
        "packageName": "default-browser-id",
        "hash": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q=="
      }
    },
    "npm:defaults": {
      "type": "npm",
      "name": "npm:defaults",
      "data": {
        "version": "1.0.4",
        "packageName": "defaults",
        "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A=="
      }
    },
    "npm:define-data-property": {
      "type": "npm",
      "name": "npm:define-data-property",
      "data": {
        "version": "1.1.4",
        "packageName": "define-data-property",
        "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A=="
      }
    },
    "npm:define-lazy-prop": {
      "type": "npm",
      "name": "npm:define-lazy-prop",
      "data": {
        "version": "3.0.0",
        "packageName": "define-lazy-prop",
        "hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg=="
      }
    },
    "npm:define-lazy-prop@2.0.0": {
      "type": "npm",
      "name": "npm:define-lazy-prop@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "define-lazy-prop",
        "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
      }
    },
    "npm:define-properties": {
      "type": "npm",
      "name": "npm:define-properties",
      "data": {
        "version": "1.2.1",
        "packageName": "define-properties",
        "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg=="
      }
    },
    "npm:del": {
      "type": "npm",
      "name": "npm:del",
      "data": {
        "version": "8.0.1",
        "packageName": "del",
        "hash": "sha512-gPqh0mKTPvaUZGAuHbrBUYKZWBNAeHG7TU3QH5EhVwPMyKvmfJaNXhcD2jTcXsJRRcffuho4vaYweu80dRrMGA=="
      }
    },
    "npm:is-path-inside@4.0.0": {
      "type": "npm",
      "name": "npm:is-path-inside@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "is-path-inside",
        "hash": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA=="
      }
    },
    "npm:is-path-inside": {
      "type": "npm",
      "name": "npm:is-path-inside",
      "data": {
        "version": "3.0.3",
        "packageName": "is-path-inside",
        "hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ=="
      }
    },
    "npm:slash@5.1.0": {
      "type": "npm",
      "name": "npm:slash@5.1.0",
      "data": {
        "version": "5.1.0",
        "packageName": "slash",
        "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg=="
      }
    },
    "npm:slash": {
      "type": "npm",
      "name": "npm:slash",
      "data": {
        "version": "3.0.0",
        "packageName": "slash",
        "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
      }
    },
    "npm:delayed-stream": {
      "type": "npm",
      "name": "npm:delayed-stream",
      "data": {
        "version": "1.0.0",
        "packageName": "delayed-stream",
        "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
      }
    },
    "npm:deprecation": {
      "type": "npm",
      "name": "npm:deprecation",
      "data": {
        "version": "2.3.1",
        "packageName": "deprecation",
        "hash": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
      }
    },
    "npm:dequal": {
      "type": "npm",
      "name": "npm:dequal",
      "data": {
        "version": "2.0.3",
        "packageName": "dequal",
        "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
      }
    },
    "npm:detect-libc": {
      "type": "npm",
      "name": "npm:detect-libc",
      "data": {
        "version": "1.0.3",
        "packageName": "detect-libc",
        "hash": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg=="
      }
    },
    "npm:detect-libc@2.1.2": {
      "type": "npm",
      "name": "npm:detect-libc@2.1.2",
      "data": {
        "version": "2.1.2",
        "packageName": "detect-libc",
        "hash": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ=="
      }
    },
    "npm:detect-newline": {
      "type": "npm",
      "name": "npm:detect-newline",
      "data": {
        "version": "3.1.0",
        "packageName": "detect-newline",
        "hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
      }
    },
    "npm:doctrine": {
      "type": "npm",
      "name": "npm:doctrine",
      "data": {
        "version": "2.1.0",
        "packageName": "doctrine",
        "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="
      }
    },
    "npm:dom-accessibility-api": {
      "type": "npm",
      "name": "npm:dom-accessibility-api",
      "data": {
        "version": "0.5.16",
        "packageName": "dom-accessibility-api",
        "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg=="
      }
    },
    "npm:dom-serializer": {
      "type": "npm",
      "name": "npm:dom-serializer",
      "data": {
        "version": "2.0.0",
        "packageName": "dom-serializer",
        "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg=="
      }
    },
    "npm:domelementtype": {
      "type": "npm",
      "name": "npm:domelementtype",
      "data": {
        "version": "2.3.0",
        "packageName": "domelementtype",
        "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="
      }
    },
    "npm:domelementtype@3.0.0": {
      "type": "npm",
      "name": "npm:domelementtype@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "domelementtype",
        "hash": "sha512-umCQid3jKbDmVjx8jGaW7uUykm4DEUeyV21hPxNMo2nV955DhUThwqyOIDtreepP31hl84X7G5U9ZfsWvIB3Pg=="
      }
    },
    "npm:domhandler": {
      "type": "npm",
      "name": "npm:domhandler",
      "data": {
        "version": "5.0.3",
        "packageName": "domhandler",
        "hash": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w=="
      }
    },
    "npm:domhandler@6.0.1": {
      "type": "npm",
      "name": "npm:domhandler@6.0.1",
      "data": {
        "version": "6.0.1",
        "packageName": "domhandler",
        "hash": "sha512-gYzvtM72ZtxQO0T048kd6HWSbbGCNOUwcnfQ01cqIJ4X2IYKFFHZ5mKvrQETcFXxsRObZulDaKmy//R7TPtsBg=="
      }
    },
    "npm:domutils": {
      "type": "npm",
      "name": "npm:domutils",
      "data": {
        "version": "3.2.2",
        "packageName": "domutils",
        "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw=="
      }
    },
    "npm:dot-case": {
      "type": "npm",
      "name": "npm:dot-case",
      "data": {
        "version": "3.0.4",
        "packageName": "dot-case",
        "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w=="
      }
    },
    "npm:dotenv": {
      "type": "npm",
      "name": "npm:dotenv",
      "data": {
        "version": "16.4.7",
        "packageName": "dotenv",
        "hash": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ=="
      }
    },
    "npm:dotenv-expand": {
      "type": "npm",
      "name": "npm:dotenv-expand",
      "data": {
        "version": "11.0.7",
        "packageName": "dotenv-expand",
        "hash": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA=="
      }
    },
    "npm:dunder-proto": {
      "type": "npm",
      "name": "npm:dunder-proto",
      "data": {
        "version": "1.0.1",
        "packageName": "dunder-proto",
        "hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="
      }
    },
    "npm:duplexer2": {
      "type": "npm",
      "name": "npm:duplexer2",
      "data": {
        "version": "0.1.4",
        "packageName": "duplexer2",
        "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA=="
      }
    },
    "npm:isarray@1.0.0": {
      "type": "npm",
      "name": "npm:isarray@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "isarray",
        "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
      }
    },
    "npm:isarray": {
      "type": "npm",
      "name": "npm:isarray",
      "data": {
        "version": "2.0.5",
        "packageName": "isarray",
        "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
      }
    },
    "npm:readable-stream@2.3.8": {
      "type": "npm",
      "name": "npm:readable-stream@2.3.8",
      "data": {
        "version": "2.3.8",
        "packageName": "readable-stream",
        "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA=="
      }
    },
    "npm:readable-stream": {
      "type": "npm",
      "name": "npm:readable-stream",
      "data": {
        "version": "3.6.2",
        "packageName": "readable-stream",
        "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA=="
      }
    },
    "npm:safe-buffer@5.1.2": {
      "type": "npm",
      "name": "npm:safe-buffer@5.1.2",
      "data": {
        "version": "5.1.2",
        "packageName": "safe-buffer",
        "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
      }
    },
    "npm:safe-buffer": {
      "type": "npm",
      "name": "npm:safe-buffer",
      "data": {
        "version": "5.2.1",
        "packageName": "safe-buffer",
        "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
      }
    },
    "npm:string_decoder@1.1.1": {
      "type": "npm",
      "name": "npm:string_decoder@1.1.1",
      "data": {
        "version": "1.1.1",
        "packageName": "string_decoder",
        "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg=="
      }
    },
    "npm:string_decoder": {
      "type": "npm",
      "name": "npm:string_decoder",
      "data": {
        "version": "1.3.0",
        "packageName": "string_decoder",
        "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA=="
      }
    },
    "npm:eastasianwidth": {
      "type": "npm",
      "name": "npm:eastasianwidth",
      "data": {
        "version": "0.2.0",
        "packageName": "eastasianwidth",
        "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
      }
    },
    "npm:ecc-jsbn": {
      "type": "npm",
      "name": "npm:ecc-jsbn",
      "data": {
        "version": "0.1.2",
        "packageName": "ecc-jsbn",
        "hash": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw=="
      }
    },
    "npm:ejs": {
      "type": "npm",
      "name": "npm:ejs",
      "data": {
        "version": "3.1.10",
        "packageName": "ejs",
        "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA=="
      }
    },
    "npm:ejs@5.0.1": {
      "type": "npm",
      "name": "npm:ejs@5.0.1",
      "data": {
        "version": "5.0.1",
        "packageName": "ejs",
        "hash": "sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A=="
      }
    },
    "npm:electron-to-chromium": {
      "type": "npm",
      "name": "npm:electron-to-chromium",
      "data": {
        "version": "1.5.331",
        "packageName": "electron-to-chromium",
        "hash": "sha512-IbxXrsTlD3hRodkLnbxAPP4OuJYdWCeM3IOdT+CpcMoIwIoDfCmRpEtSPfwBXxVkg9xmBeY7Lz2Eo2TDn/HC3Q=="
      }
    },
    "npm:elegant-spinner": {
      "type": "npm",
      "name": "npm:elegant-spinner",
      "data": {
        "version": "1.0.1",
        "packageName": "elegant-spinner",
        "hash": "sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ=="
      }
    },
    "npm:emittery": {
      "type": "npm",
      "name": "npm:emittery",
      "data": {
        "version": "0.13.1",
        "packageName": "emittery",
        "hash": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ=="
      }
    },
    "npm:enabled": {
      "type": "npm",
      "name": "npm:enabled",
      "data": {
        "version": "2.0.0",
        "packageName": "enabled",
        "hash": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ=="
      }
    },
    "npm:encoding": {
      "type": "npm",
      "name": "npm:encoding",
      "data": {
        "version": "0.1.13",
        "packageName": "encoding",
        "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A=="
      }
    },
    "npm:encoding-sniffer": {
      "type": "npm",
      "name": "npm:encoding-sniffer",
      "data": {
        "version": "0.2.1",
        "packageName": "encoding-sniffer",
        "hash": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw=="
      }
    },
    "npm:end-of-stream": {
      "type": "npm",
      "name": "npm:end-of-stream",
      "data": {
        "version": "1.4.4",
        "packageName": "end-of-stream",
        "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q=="
      }
    },
    "npm:enhanced-resolve": {
      "type": "npm",
      "name": "npm:enhanced-resolve",
      "data": {
        "version": "5.20.1",
        "packageName": "enhanced-resolve",
        "hash": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA=="
      }
    },
    "npm:entities": {
      "type": "npm",
      "name": "npm:entities",
      "data": {
        "version": "4.5.0",
        "packageName": "entities",
        "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
      }
    },
    "npm:entities@7.0.1": {
      "type": "npm",
      "name": "npm:entities@7.0.1",
      "data": {
        "version": "7.0.1",
        "packageName": "entities",
        "hash": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA=="
      }
    },
    "npm:entities@6.0.1": {
      "type": "npm",
      "name": "npm:entities@6.0.1",
      "data": {
        "version": "6.0.1",
        "packageName": "entities",
        "hash": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="
      }
    },
    "npm:env-cmd": {
      "type": "npm",
      "name": "npm:env-cmd",
      "data": {
        "version": "11.0.0",
        "packageName": "env-cmd",
        "hash": "sha512-gnG7H1PlwPqsGhFJNTv68lsDGyQdK+U9DwLVitcj1+wGq7LeOBgUzZd2puZ710bHcH9NfNeGWe2sbw7pdvAqDw=="
      }
    },
    "npm:@commander-js/extra-typings@13.1.0": {
      "type": "npm",
      "name": "npm:@commander-js/extra-typings@13.1.0",
      "data": {
        "version": "13.1.0",
        "packageName": "@commander-js/extra-typings",
        "hash": "sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg=="
      }
    },
    "npm:env-paths": {
      "type": "npm",
      "name": "npm:env-paths",
      "data": {
        "version": "2.2.1",
        "packageName": "env-paths",
        "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="
      }
    },
    "npm:envinfo": {
      "type": "npm",
      "name": "npm:envinfo",
      "data": {
        "version": "7.13.0",
        "packageName": "envinfo",
        "hash": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q=="
      }
    },
    "npm:environment": {
      "type": "npm",
      "name": "npm:environment",
      "data": {
        "version": "1.1.0",
        "packageName": "environment",
        "hash": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q=="
      }
    },
    "npm:err-code": {
      "type": "npm",
      "name": "npm:err-code",
      "data": {
        "version": "2.0.3",
        "packageName": "err-code",
        "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
      }
    },
    "npm:error-ex": {
      "type": "npm",
      "name": "npm:error-ex",
      "data": {
        "version": "1.3.2",
        "packageName": "error-ex",
        "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g=="
      }
    },
    "npm:es-abstract": {
      "type": "npm",
      "name": "npm:es-abstract",
      "data": {
        "version": "1.24.0",
        "packageName": "es-abstract",
        "hash": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg=="
      }
    },
    "npm:es-define-property": {
      "type": "npm",
      "name": "npm:es-define-property",
      "data": {
        "version": "1.0.1",
        "packageName": "es-define-property",
        "hash": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="
      }
    },
    "npm:es-errors": {
      "type": "npm",
      "name": "npm:es-errors",
      "data": {
        "version": "1.3.0",
        "packageName": "es-errors",
        "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
      }
    },
    "npm:es-iterator-helpers": {
      "type": "npm",
      "name": "npm:es-iterator-helpers",
      "data": {
        "version": "1.2.1",
        "packageName": "es-iterator-helpers",
        "hash": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w=="
      }
    },
    "npm:es-module-lexer": {
      "type": "npm",
      "name": "npm:es-module-lexer",
      "data": {
        "version": "2.0.0",
        "packageName": "es-module-lexer",
        "hash": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw=="
      }
    },
    "npm:es-object-atoms": {
      "type": "npm",
      "name": "npm:es-object-atoms",
      "data": {
        "version": "1.1.1",
        "packageName": "es-object-atoms",
        "hash": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA=="
      }
    },
    "npm:es-set-tostringtag": {
      "type": "npm",
      "name": "npm:es-set-tostringtag",
      "data": {
        "version": "2.1.0",
        "packageName": "es-set-tostringtag",
        "hash": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA=="
      }
    },
    "npm:es-shim-unscopables": {
      "type": "npm",
      "name": "npm:es-shim-unscopables",
      "data": {
        "version": "1.1.0",
        "packageName": "es-shim-unscopables",
        "hash": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw=="
      }
    },
    "npm:es-to-primitive": {
      "type": "npm",
      "name": "npm:es-to-primitive",
      "data": {
        "version": "1.3.0",
        "packageName": "es-to-primitive",
        "hash": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g=="
      }
    },
    "npm:escalade": {
      "type": "npm",
      "name": "npm:escalade",
      "data": {
        "version": "3.2.0",
        "packageName": "escalade",
        "hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="
      }
    },
    "npm:escape-goat": {
      "type": "npm",
      "name": "npm:escape-goat",
      "data": {
        "version": "4.0.0",
        "packageName": "escape-goat",
        "hash": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg=="
      }
    },
    "npm:escape-string-regexp": {
      "type": "npm",
      "name": "npm:escape-string-regexp",
      "data": {
        "version": "4.0.0",
        "packageName": "escape-string-regexp",
        "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
      }
    },
    "npm:escape-string-regexp@1.0.5": {
      "type": "npm",
      "name": "npm:escape-string-regexp@1.0.5",
      "data": {
        "version": "1.0.5",
        "packageName": "escape-string-regexp",
        "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
      }
    },
    "npm:escape-string-regexp@5.0.0": {
      "type": "npm",
      "name": "npm:escape-string-regexp@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "escape-string-regexp",
        "hash": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
      }
    },
    "npm:escape-string-regexp@2.0.0": {
      "type": "npm",
      "name": "npm:escape-string-regexp@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "escape-string-regexp",
        "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
      }
    },
    "npm:eslint": {
      "type": "npm",
      "name": "npm:eslint",
      "data": {
        "version": "9.39.1",
        "packageName": "eslint",
        "hash": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g=="
      }
    },
    "npm:eslint-config-prettier": {
      "type": "npm",
      "name": "npm:eslint-config-prettier",
      "data": {
        "version": "10.1.8",
        "packageName": "eslint-config-prettier",
        "hash": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w=="
      }
    },
    "npm:eslint-import-context": {
      "type": "npm",
      "name": "npm:eslint-import-context",
      "data": {
        "version": "0.1.9",
        "packageName": "eslint-import-context",
        "hash": "sha512-K9Hb+yRaGAGUbwjhFNHvSmmkZs9+zbuoe3kFQ4V1wYjrepUFYM2dZAfNtjbbj3qsPfUfsA68Bx/ICWQMi+C8Eg=="
      }
    },
    "npm:eslint-import-resolver-node": {
      "type": "npm",
      "name": "npm:eslint-import-resolver-node",
      "data": {
        "version": "0.3.10",
        "packageName": "eslint-import-resolver-node",
        "hash": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ=="
      }
    },
    "npm:eslint-import-resolver-typescript": {
      "type": "npm",
      "name": "npm:eslint-import-resolver-typescript",
      "data": {
        "version": "4.4.4",
        "packageName": "eslint-import-resolver-typescript",
        "hash": "sha512-1iM2zeBvrYmUNTj2vSC/90JTHDth+dfOfiNKkxApWRsTJYNrc8rOdxxIf5vazX+BiAXTeOT0UvWpGI/7qIWQOw=="
      }
    },
    "npm:eslint-module-utils": {
      "type": "npm",
      "name": "npm:eslint-module-utils",
      "data": {
        "version": "2.12.1",
        "packageName": "eslint-module-utils",
        "hash": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw=="
      }
    },
    "npm:eslint-plugin-cypress": {
      "type": "npm",
      "name": "npm:eslint-plugin-cypress",
      "data": {
        "version": "6.3.0",
        "packageName": "eslint-plugin-cypress",
        "hash": "sha512-4M3vgcMYgStgrYJn2uRtyWlAAJsY88//ctDJfBoQE2VtUWuBQ90W1Uiyar8MLQN2Ii52ZsEuzA3OBrnEW8Me/g=="
      }
    },
    "npm:eslint-plugin-import": {
      "type": "npm",
      "name": "npm:eslint-plugin-import",
      "data": {
        "version": "2.32.0",
        "packageName": "eslint-plugin-import",
        "hash": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA=="
      }
    },
    "npm:eslint-plugin-mocha": {
      "type": "npm",
      "name": "npm:eslint-plugin-mocha",
      "data": {
        "version": "11.2.0",
        "packageName": "eslint-plugin-mocha",
        "hash": "sha512-nMdy3tEXZac8AH5Z/9hwUkSfWu8xHf4XqwB5UEQzyTQGKcNlgFeciRAjLjliIKC3dR1Ex/a2/5sqgQzvYRkkkA=="
      }
    },
    "npm:eslint-plugin-react": {
      "type": "npm",
      "name": "npm:eslint-plugin-react",
      "data": {
        "version": "7.37.5",
        "packageName": "eslint-plugin-react",
        "hash": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA=="
      }
    },
    "npm:eslint-plugin-react-hooks": {
      "type": "npm",
      "name": "npm:eslint-plugin-react-hooks",
      "data": {
        "version": "7.0.1",
        "packageName": "eslint-plugin-react-hooks",
        "hash": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA=="
      }
    },
    "npm:eslint-scope": {
      "type": "npm",
      "name": "npm:eslint-scope",
      "data": {
        "version": "8.4.0",
        "packageName": "eslint-scope",
        "hash": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg=="
      }
    },
    "npm:eslint-scope@5.1.1": {
      "type": "npm",
      "name": "npm:eslint-scope@5.1.1",
      "data": {
        "version": "5.1.1",
        "packageName": "eslint-scope",
        "hash": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw=="
      }
    },
    "npm:espree": {
      "type": "npm",
      "name": "npm:espree",
      "data": {
        "version": "10.4.0",
        "packageName": "espree",
        "hash": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ=="
      }
    },
    "npm:esprima": {
      "type": "npm",
      "name": "npm:esprima",
      "data": {
        "version": "4.0.1",
        "packageName": "esprima",
        "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
      }
    },
    "npm:esquery": {
      "type": "npm",
      "name": "npm:esquery",
      "data": {
        "version": "1.6.0",
        "packageName": "esquery",
        "hash": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg=="
      }
    },
    "npm:esrecurse": {
      "type": "npm",
      "name": "npm:esrecurse",
      "data": {
        "version": "4.3.0",
        "packageName": "esrecurse",
        "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag=="
      }
    },
    "npm:estraverse": {
      "type": "npm",
      "name": "npm:estraverse",
      "data": {
        "version": "5.3.0",
        "packageName": "estraverse",
        "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
      }
    },
    "npm:estraverse@4.3.0": {
      "type": "npm",
      "name": "npm:estraverse@4.3.0",
      "data": {
        "version": "4.3.0",
        "packageName": "estraverse",
        "hash": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
      }
    },
    "npm:esutils": {
      "type": "npm",
      "name": "npm:esutils",
      "data": {
        "version": "2.0.3",
        "packageName": "esutils",
        "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
      }
    },
    "npm:eventemitter2": {
      "type": "npm",
      "name": "npm:eventemitter2",
      "data": {
        "version": "6.4.7",
        "packageName": "eventemitter2",
        "hash": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg=="
      }
    },
    "npm:eventemitter3": {
      "type": "npm",
      "name": "npm:eventemitter3",
      "data": {
        "version": "4.0.7",
        "packageName": "eventemitter3",
        "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
      }
    },
    "npm:events": {
      "type": "npm",
      "name": "npm:events",
      "data": {
        "version": "3.3.0",
        "packageName": "events",
        "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
      }
    },
    "npm:executable": {
      "type": "npm",
      "name": "npm:executable",
      "data": {
        "version": "4.1.1",
        "packageName": "executable",
        "hash": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg=="
      }
    },
    "npm:exenv": {
      "type": "npm",
      "name": "npm:exenv",
      "data": {
        "version": "1.2.2",
        "packageName": "exenv",
        "hash": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw=="
      }
    },
    "npm:exit-hook": {
      "type": "npm",
      "name": "npm:exit-hook",
      "data": {
        "version": "5.1.0",
        "packageName": "exit-hook",
        "hash": "sha512-INjr2xyxHo7bhAqf5ong++GZPPnpcuBcaXUKt03yf7Fie9yWD7FapL4teOU0+awQazGs5ucBh7xWs/AD+6nhog=="
      }
    },
    "npm:exit-x": {
      "type": "npm",
      "name": "npm:exit-x",
      "data": {
        "version": "0.2.2",
        "packageName": "exit-x",
        "hash": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ=="
      }
    },
    "npm:expect": {
      "type": "npm",
      "name": "npm:expect",
      "data": {
        "version": "30.3.0",
        "packageName": "expect",
        "hash": "sha512-1zQrciTiQfRdo7qJM1uG4navm8DayFa2TgCSRlzUyNkhcJ6XUZF3hjnpkyr3VhAqPH7i/9GkG7Tv5abz6fqz0Q=="
      }
    },
    "npm:exponential-backoff": {
      "type": "npm",
      "name": "npm:exponential-backoff",
      "data": {
        "version": "3.1.3",
        "packageName": "exponential-backoff",
        "hash": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
      }
    },
    "npm:extend": {
      "type": "npm",
      "name": "npm:extend",
      "data": {
        "version": "3.0.2",
        "packageName": "extend",
        "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
      }
    },
    "npm:external-editor": {
      "type": "npm",
      "name": "npm:external-editor",
      "data": {
        "version": "3.1.0",
        "packageName": "external-editor",
        "hash": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew=="
      }
    },
    "npm:tmp@0.0.33": {
      "type": "npm",
      "name": "npm:tmp@0.0.33",
      "data": {
        "version": "0.0.33",
        "packageName": "tmp",
        "hash": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw=="
      }
    },
    "npm:tmp": {
      "type": "npm",
      "name": "npm:tmp",
      "data": {
        "version": "0.2.5",
        "packageName": "tmp",
        "hash": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow=="
      }
    },
    "npm:extract-zip": {
      "type": "npm",
      "name": "npm:extract-zip",
      "data": {
        "version": "2.0.1",
        "packageName": "extract-zip",
        "hash": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg=="
      }
    },
    "npm:extsprintf": {
      "type": "npm",
      "name": "npm:extsprintf",
      "data": {
        "version": "1.3.0",
        "packageName": "extsprintf",
        "hash": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="
      }
    },
    "npm:fast-deep-equal": {
      "type": "npm",
      "name": "npm:fast-deep-equal",
      "data": {
        "version": "3.1.3",
        "packageName": "fast-deep-equal",
        "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
      }
    },
    "npm:fast-glob": {
      "type": "npm",
      "name": "npm:fast-glob",
      "data": {
        "version": "3.3.3",
        "packageName": "fast-glob",
        "hash": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg=="
      }
    },
    "npm:glob-parent@5.1.2": {
      "type": "npm",
      "name": "npm:glob-parent@5.1.2",
      "data": {
        "version": "5.1.2",
        "packageName": "glob-parent",
        "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="
      }
    },
    "npm:glob-parent": {
      "type": "npm",
      "name": "npm:glob-parent",
      "data": {
        "version": "6.0.2",
        "packageName": "glob-parent",
        "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A=="
      }
    },
    "npm:fast-json-stable-stringify": {
      "type": "npm",
      "name": "npm:fast-json-stable-stringify",
      "data": {
        "version": "2.1.0",
        "packageName": "fast-json-stable-stringify",
        "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
      }
    },
    "npm:fast-levenshtein": {
      "type": "npm",
      "name": "npm:fast-levenshtein",
      "data": {
        "version": "2.0.6",
        "packageName": "fast-levenshtein",
        "hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
      }
    },
    "npm:fast-string-truncated-width": {
      "type": "npm",
      "name": "npm:fast-string-truncated-width",
      "data": {
        "version": "3.0.3",
        "packageName": "fast-string-truncated-width",
        "hash": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g=="
      }
    },
    "npm:fast-string-width": {
      "type": "npm",
      "name": "npm:fast-string-width",
      "data": {
        "version": "3.0.2",
        "packageName": "fast-string-width",
        "hash": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg=="
      }
    },
    "npm:fast-uri": {
      "type": "npm",
      "name": "npm:fast-uri",
      "data": {
        "version": "3.0.6",
        "packageName": "fast-uri",
        "hash": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw=="
      }
    },
    "npm:fast-wrap-ansi": {
      "type": "npm",
      "name": "npm:fast-wrap-ansi",
      "data": {
        "version": "0.2.0",
        "packageName": "fast-wrap-ansi",
        "hash": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w=="
      }
    },
    "npm:fastq": {
      "type": "npm",
      "name": "npm:fastq",
      "data": {
        "version": "1.20.1",
        "packageName": "fastq",
        "hash": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw=="
      }
    },
    "npm:fb-watchman": {
      "type": "npm",
      "name": "npm:fb-watchman",
      "data": {
        "version": "2.0.2",
        "packageName": "fb-watchman",
        "hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA=="
      }
    },
    "npm:fd-slicer": {
      "type": "npm",
      "name": "npm:fd-slicer",
      "data": {
        "version": "1.1.0",
        "packageName": "fd-slicer",
        "hash": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g=="
      }
    },
    "npm:fecha": {
      "type": "npm",
      "name": "npm:fecha",
      "data": {
        "version": "4.2.3",
        "packageName": "fecha",
        "hash": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw=="
      }
    },
    "npm:file-entry-cache": {
      "type": "npm",
      "name": "npm:file-entry-cache",
      "data": {
        "version": "8.0.0",
        "packageName": "file-entry-cache",
        "hash": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ=="
      }
    },
    "npm:file-type": {
      "type": "npm",
      "name": "npm:file-type",
      "data": {
        "version": "21.3.4",
        "packageName": "file-type",
        "hash": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g=="
      }
    },
    "npm:filelist": {
      "type": "npm",
      "name": "npm:filelist",
      "data": {
        "version": "1.0.4",
        "packageName": "filelist",
        "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q=="
      }
    },
    "npm:fill-range": {
      "type": "npm",
      "name": "npm:fill-range",
      "data": {
        "version": "7.1.1",
        "packageName": "fill-range",
        "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="
      }
    },
    "npm:find-up-simple": {
      "type": "npm",
      "name": "npm:find-up-simple",
      "data": {
        "version": "1.0.1",
        "packageName": "find-up-simple",
        "hash": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ=="
      }
    },
    "npm:flat": {
      "type": "npm",
      "name": "npm:flat",
      "data": {
        "version": "5.0.2",
        "packageName": "flat",
        "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ=="
      }
    },
    "npm:flat-cache": {
      "type": "npm",
      "name": "npm:flat-cache",
      "data": {
        "version": "4.0.1",
        "packageName": "flat-cache",
        "hash": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw=="
      }
    },
    "npm:flatted": {
      "type": "npm",
      "name": "npm:flatted",
      "data": {
        "version": "3.4.2",
        "packageName": "flatted",
        "hash": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA=="
      }
    },
    "npm:fn.name": {
      "type": "npm",
      "name": "npm:fn.name",
      "data": {
        "version": "1.1.0",
        "packageName": "fn.name",
        "hash": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
      }
    },
    "npm:follow-redirects": {
      "type": "npm",
      "name": "npm:follow-redirects",
      "data": {
        "version": "1.16.0",
        "packageName": "follow-redirects",
        "hash": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw=="
      }
    },
    "npm:for-each": {
      "type": "npm",
      "name": "npm:for-each",
      "data": {
        "version": "0.3.5",
        "packageName": "for-each",
        "hash": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="
      }
    },
    "npm:foreground-child": {
      "type": "npm",
      "name": "npm:foreground-child",
      "data": {
        "version": "3.3.1",
        "packageName": "foreground-child",
        "hash": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="
      }
    },
    "npm:forever-agent": {
      "type": "npm",
      "name": "npm:forever-agent",
      "data": {
        "version": "0.6.1",
        "packageName": "forever-agent",
        "hash": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw=="
      }
    },
    "npm:form-data": {
      "type": "npm",
      "name": "npm:form-data",
      "data": {
        "version": "4.0.5",
        "packageName": "form-data",
        "hash": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w=="
      }
    },
    "npm:front-matter": {
      "type": "npm",
      "name": "npm:front-matter",
      "data": {
        "version": "4.0.2",
        "packageName": "front-matter",
        "hash": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg=="
      }
    },
    "npm:fs-constants": {
      "type": "npm",
      "name": "npm:fs-constants",
      "data": {
        "version": "1.0.0",
        "packageName": "fs-constants",
        "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
      }
    },
    "npm:fs-extra": {
      "type": "npm",
      "name": "npm:fs-extra",
      "data": {
        "version": "9.1.0",
        "packageName": "fs-extra",
        "hash": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ=="
      }
    },
    "npm:fs-extra@11.3.0": {
      "type": "npm",
      "name": "npm:fs-extra@11.3.0",
      "data": {
        "version": "11.3.0",
        "packageName": "fs-extra",
        "hash": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew=="
      }
    },
    "npm:fs-minipass": {
      "type": "npm",
      "name": "npm:fs-minipass",
      "data": {
        "version": "3.0.3",
        "packageName": "fs-minipass",
        "hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw=="
      }
    },
    "npm:fs.realpath": {
      "type": "npm",
      "name": "npm:fs.realpath",
      "data": {
        "version": "1.0.0",
        "packageName": "fs.realpath",
        "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
      }
    },
    "npm:fsevents": {
      "type": "npm",
      "name": "npm:fsevents",
      "data": {
        "version": "2.3.3",
        "packageName": "fsevents",
        "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="
      }
    },
    "npm:function-bind": {
      "type": "npm",
      "name": "npm:function-bind",
      "data": {
        "version": "1.1.2",
        "packageName": "function-bind",
        "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
      }
    },
    "npm:function.prototype.name": {
      "type": "npm",
      "name": "npm:function.prototype.name",
      "data": {
        "version": "1.1.8",
        "packageName": "function.prototype.name",
        "hash": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q=="
      }
    },
    "npm:functions-have-names": {
      "type": "npm",
      "name": "npm:functions-have-names",
      "data": {
        "version": "1.2.3",
        "packageName": "functions-have-names",
        "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
      }
    },
    "npm:gensync": {
      "type": "npm",
      "name": "npm:gensync",
      "data": {
        "version": "1.0.0-beta.2",
        "packageName": "gensync",
        "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
      }
    },
    "npm:get-caller-file": {
      "type": "npm",
      "name": "npm:get-caller-file",
      "data": {
        "version": "2.0.5",
        "packageName": "get-caller-file",
        "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
      }
    },
    "npm:get-east-asian-width": {
      "type": "npm",
      "name": "npm:get-east-asian-width",
      "data": {
        "version": "1.3.0",
        "packageName": "get-east-asian-width",
        "hash": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ=="
      }
    },
    "npm:get-intrinsic": {
      "type": "npm",
      "name": "npm:get-intrinsic",
      "data": {
        "version": "1.3.0",
        "packageName": "get-intrinsic",
        "hash": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="
      }
    },
    "npm:get-own-enumerable-property-symbols": {
      "type": "npm",
      "name": "npm:get-own-enumerable-property-symbols",
      "data": {
        "version": "3.0.2",
        "packageName": "get-own-enumerable-property-symbols",
        "hash": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
      }
    },
    "npm:get-package-type": {
      "type": "npm",
      "name": "npm:get-package-type",
      "data": {
        "version": "0.1.0",
        "packageName": "get-package-type",
        "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
      }
    },
    "npm:get-pkg-repo": {
      "type": "npm",
      "name": "npm:get-pkg-repo",
      "data": {
        "version": "4.2.1",
        "packageName": "get-pkg-repo",
        "hash": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA=="
      }
    },
    "npm:yargs@16.2.0": {
      "type": "npm",
      "name": "npm:yargs@16.2.0",
      "data": {
        "version": "16.2.0",
        "packageName": "yargs",
        "hash": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw=="
      }
    },
    "npm:yargs": {
      "type": "npm",
      "name": "npm:yargs",
      "data": {
        "version": "17.7.2",
        "packageName": "yargs",
        "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w=="
      }
    },
    "npm:yargs-parser@20.2.9": {
      "type": "npm",
      "name": "npm:yargs-parser@20.2.9",
      "data": {
        "version": "20.2.9",
        "packageName": "yargs-parser",
        "hash": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
      }
    },
    "npm:yargs-parser": {
      "type": "npm",
      "name": "npm:yargs-parser",
      "data": {
        "version": "21.1.1",
        "packageName": "yargs-parser",
        "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="
      }
    },
    "npm:get-proto": {
      "type": "npm",
      "name": "npm:get-proto",
      "data": {
        "version": "1.0.1",
        "packageName": "get-proto",
        "hash": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="
      }
    },
    "npm:get-symbol-description": {
      "type": "npm",
      "name": "npm:get-symbol-description",
      "data": {
        "version": "1.1.0",
        "packageName": "get-symbol-description",
        "hash": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg=="
      }
    },
    "npm:get-tsconfig": {
      "type": "npm",
      "name": "npm:get-tsconfig",
      "data": {
        "version": "4.10.1",
        "packageName": "get-tsconfig",
        "hash": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ=="
      }
    },
    "npm:getpass": {
      "type": "npm",
      "name": "npm:getpass",
      "data": {
        "version": "0.1.7",
        "packageName": "getpass",
        "hash": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng=="
      }
    },
    "npm:git-raw-commits": {
      "type": "npm",
      "name": "npm:git-raw-commits",
      "data": {
        "version": "3.0.0",
        "packageName": "git-raw-commits",
        "hash": "sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw=="
      }
    },
    "npm:git-remote-origin-url": {
      "type": "npm",
      "name": "npm:git-remote-origin-url",
      "data": {
        "version": "2.0.0",
        "packageName": "git-remote-origin-url",
        "hash": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw=="
      }
    },
    "npm:git-semver-tags": {
      "type": "npm",
      "name": "npm:git-semver-tags",
      "data": {
        "version": "5.0.1",
        "packageName": "git-semver-tags",
        "hash": "sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA=="
      }
    },
    "npm:git-up": {
      "type": "npm",
      "name": "npm:git-up",
      "data": {
        "version": "7.0.0",
        "packageName": "git-up",
        "hash": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ=="
      }
    },
    "npm:git-url-parse": {
      "type": "npm",
      "name": "npm:git-url-parse",
      "data": {
        "version": "14.0.0",
        "packageName": "git-url-parse",
        "hash": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ=="
      }
    },
    "npm:gitconfiglocal": {
      "type": "npm",
      "name": "npm:gitconfiglocal",
      "data": {
        "version": "1.0.0",
        "packageName": "gitconfiglocal",
        "hash": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ=="
      }
    },
    "npm:github-url-from-git": {
      "type": "npm",
      "name": "npm:github-url-from-git",
      "data": {
        "version": "1.5.0",
        "packageName": "github-url-from-git",
        "hash": "sha512-WWOec4aRI7YAykQ9+BHmzjyNlkfJFG8QLXnDTsLz/kZefq7qkzdfo4p6fkYYMIq1aj+gZcQs/1HQhQh3DPPxlQ=="
      }
    },
    "npm:glob-to-regexp": {
      "type": "npm",
      "name": "npm:glob-to-regexp",
      "data": {
        "version": "0.4.1",
        "packageName": "glob-to-regexp",
        "hash": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
      }
    },
    "npm:global-directory": {
      "type": "npm",
      "name": "npm:global-directory",
      "data": {
        "version": "4.0.1",
        "packageName": "global-directory",
        "hash": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q=="
      }
    },
    "npm:global-dirs": {
      "type": "npm",
      "name": "npm:global-dirs",
      "data": {
        "version": "3.0.1",
        "packageName": "global-dirs",
        "hash": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA=="
      }
    },
    "npm:globalthis": {
      "type": "npm",
      "name": "npm:globalthis",
      "data": {
        "version": "1.0.4",
        "packageName": "globalthis",
        "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ=="
      }
    },
    "npm:globby": {
      "type": "npm",
      "name": "npm:globby",
      "data": {
        "version": "14.1.0",
        "packageName": "globby",
        "hash": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA=="
      }
    },
    "npm:path-type@6.0.0": {
      "type": "npm",
      "name": "npm:path-type@6.0.0",
      "data": {
        "version": "6.0.0",
        "packageName": "path-type",
        "hash": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ=="
      }
    },
    "npm:path-type": {
      "type": "npm",
      "name": "npm:path-type",
      "data": {
        "version": "4.0.0",
        "packageName": "path-type",
        "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
      }
    },
    "npm:path-type@3.0.0": {
      "type": "npm",
      "name": "npm:path-type@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "path-type",
        "hash": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg=="
      }
    },
    "npm:gopd": {
      "type": "npm",
      "name": "npm:gopd",
      "data": {
        "version": "1.2.0",
        "packageName": "gopd",
        "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="
      }
    },
    "npm:handlebars": {
      "type": "npm",
      "name": "npm:handlebars",
      "data": {
        "version": "4.7.9",
        "packageName": "handlebars",
        "hash": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ=="
      }
    },
    "npm:hard-rejection": {
      "type": "npm",
      "name": "npm:hard-rejection",
      "data": {
        "version": "2.1.0",
        "packageName": "hard-rejection",
        "hash": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA=="
      }
    },
    "npm:has-ansi": {
      "type": "npm",
      "name": "npm:has-ansi",
      "data": {
        "version": "2.0.0",
        "packageName": "has-ansi",
        "hash": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg=="
      }
    },
    "npm:has-bigints": {
      "type": "npm",
      "name": "npm:has-bigints",
      "data": {
        "version": "1.1.0",
        "packageName": "has-bigints",
        "hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="
      }
    },
    "npm:has-flag": {
      "type": "npm",
      "name": "npm:has-flag",
      "data": {
        "version": "4.0.0",
        "packageName": "has-flag",
        "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
      }
    },
    "npm:has-flag@3.0.0": {
      "type": "npm",
      "name": "npm:has-flag@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "has-flag",
        "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
      }
    },
    "npm:has-flag@5.0.1": {
      "type": "npm",
      "name": "npm:has-flag@5.0.1",
      "data": {
        "version": "5.0.1",
        "packageName": "has-flag",
        "hash": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA=="
      }
    },
    "npm:has-property-descriptors": {
      "type": "npm",
      "name": "npm:has-property-descriptors",
      "data": {
        "version": "1.0.2",
        "packageName": "has-property-descriptors",
        "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg=="
      }
    },
    "npm:has-proto": {
      "type": "npm",
      "name": "npm:has-proto",
      "data": {
        "version": "1.2.0",
        "packageName": "has-proto",
        "hash": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ=="
      }
    },
    "npm:has-symbols": {
      "type": "npm",
      "name": "npm:has-symbols",
      "data": {
        "version": "1.1.0",
        "packageName": "has-symbols",
        "hash": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="
      }
    },
    "npm:has-tostringtag": {
      "type": "npm",
      "name": "npm:has-tostringtag",
      "data": {
        "version": "1.0.2",
        "packageName": "has-tostringtag",
        "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw=="
      }
    },
    "npm:has-unicode": {
      "type": "npm",
      "name": "npm:has-unicode",
      "data": {
        "version": "2.0.1",
        "packageName": "has-unicode",
        "hash": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
      }
    },
    "npm:hasha": {
      "type": "npm",
      "name": "npm:hasha",
      "data": {
        "version": "5.2.2",
        "packageName": "hasha",
        "hash": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ=="
      }
    },
    "npm:hasown": {
      "type": "npm",
      "name": "npm:hasown",
      "data": {
        "version": "2.0.2",
        "packageName": "hasown",
        "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="
      }
    },
    "npm:hermes-estree": {
      "type": "npm",
      "name": "npm:hermes-estree",
      "data": {
        "version": "0.25.1",
        "packageName": "hermes-estree",
        "hash": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="
      }
    },
    "npm:hermes-parser": {
      "type": "npm",
      "name": "npm:hermes-parser",
      "data": {
        "version": "0.25.1",
        "packageName": "hermes-parser",
        "hash": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA=="
      }
    },
    "npm:highlight-words-core": {
      "type": "npm",
      "name": "npm:highlight-words-core",
      "data": {
        "version": "1.2.3",
        "packageName": "highlight-words-core",
        "hash": "sha512-m1O9HW3/GNHxzSIXWw1wCNXXsgLlxrP0OI6+ycGUhiUHkikqW3OrwVHz+lxeNBe5yqLESdIcj8PowHQ2zLvUvQ=="
      }
    },
    "npm:hoist-non-react-statics": {
      "type": "npm",
      "name": "npm:hoist-non-react-statics",
      "data": {
        "version": "3.3.2",
        "packageName": "hoist-non-react-statics",
        "hash": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw=="
      }
    },
    "npm:html-escaper": {
      "type": "npm",
      "name": "npm:html-escaper",
      "data": {
        "version": "2.0.2",
        "packageName": "html-escaper",
        "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
      }
    },
    "npm:htmlparser2": {
      "type": "npm",
      "name": "npm:htmlparser2",
      "data": {
        "version": "10.1.0",
        "packageName": "htmlparser2",
        "hash": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="
      }
    },
    "npm:http-cache-semantics": {
      "type": "npm",
      "name": "npm:http-cache-semantics",
      "data": {
        "version": "4.2.0",
        "packageName": "http-cache-semantics",
        "hash": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ=="
      }
    },
    "npm:http-proxy-agent": {
      "type": "npm",
      "name": "npm:http-proxy-agent",
      "data": {
        "version": "7.0.2",
        "packageName": "http-proxy-agent",
        "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig=="
      }
    },
    "npm:http-signature": {
      "type": "npm",
      "name": "npm:http-signature",
      "data": {
        "version": "1.4.0",
        "packageName": "http-signature",
        "hash": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg=="
      }
    },
    "npm:https-proxy-agent": {
      "type": "npm",
      "name": "npm:https-proxy-agent",
      "data": {
        "version": "7.0.6",
        "packageName": "https-proxy-agent",
        "hash": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw=="
      }
    },
    "npm:idb": {
      "type": "npm",
      "name": "npm:idb",
      "data": {
        "version": "7.1.1",
        "packageName": "idb",
        "hash": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
      }
    },
    "npm:ieee754": {
      "type": "npm",
      "name": "npm:ieee754",
      "data": {
        "version": "1.2.1",
        "packageName": "ieee754",
        "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
      }
    },
    "npm:ignore-walk": {
      "type": "npm",
      "name": "npm:ignore-walk",
      "data": {
        "version": "8.0.0",
        "packageName": "ignore-walk",
        "hash": "sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A=="
      }
    },
    "npm:immer": {
      "type": "npm",
      "name": "npm:immer",
      "data": {
        "version": "11.0.1",
        "packageName": "immer",
        "hash": "sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA=="
      }
    },
    "npm:immutable": {
      "type": "npm",
      "name": "npm:immutable",
      "data": {
        "version": "5.1.5",
        "packageName": "immutable",
        "hash": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A=="
      }
    },
    "npm:import-fresh": {
      "type": "npm",
      "name": "npm:import-fresh",
      "data": {
        "version": "3.3.1",
        "packageName": "import-fresh",
        "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ=="
      }
    },
    "npm:import-local": {
      "type": "npm",
      "name": "npm:import-local",
      "data": {
        "version": "3.2.0",
        "packageName": "import-local",
        "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA=="
      }
    },
    "npm:import-local@3.1.0": {
      "type": "npm",
      "name": "npm:import-local@3.1.0",
      "data": {
        "version": "3.1.0",
        "packageName": "import-local",
        "hash": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg=="
      }
    },
    "npm:imurmurhash": {
      "type": "npm",
      "name": "npm:imurmurhash",
      "data": {
        "version": "0.1.4",
        "packageName": "imurmurhash",
        "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="
      }
    },
    "npm:include-media": {
      "type": "npm",
      "name": "npm:include-media",
      "data": {
        "version": "2.0.0",
        "packageName": "include-media",
        "hash": "sha512-LSJcffPYIZ/Kln0rIi5UhqQbZxElDCMYA4dPC5MI1rkwwjptgEiOicHnzB0MMhMNJver0+4zULb4MKlgDyapZg=="
      }
    },
    "npm:include-media-query-builder": {
      "type": "npm",
      "name": "npm:include-media-query-builder",
      "data": {
        "version": "1.1.0",
        "packageName": "include-media-query-builder",
        "hash": "sha512-HDGwEAD9RFK6VwJCRMt4wSl3xWwAJOL3DR0G6HXA5ELoV8xhXE/cPFlAkJYxIe3QqAckciyZhlgad7NuDgnwVA=="
      }
    },
    "npm:index-to-position": {
      "type": "npm",
      "name": "npm:index-to-position",
      "data": {
        "version": "1.2.0",
        "packageName": "index-to-position",
        "hash": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw=="
      }
    },
    "npm:inflight": {
      "type": "npm",
      "name": "npm:inflight",
      "data": {
        "version": "1.0.6",
        "packageName": "inflight",
        "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA=="
      }
    },
    "npm:inherits": {
      "type": "npm",
      "name": "npm:inherits",
      "data": {
        "version": "2.0.4",
        "packageName": "inherits",
        "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
      }
    },
    "npm:init-package-json": {
      "type": "npm",
      "name": "npm:init-package-json",
      "data": {
        "version": "8.2.2",
        "packageName": "init-package-json",
        "hash": "sha512-pXVMn67Jdw2hPKLCuJZj62NC9B2OIDd1R3JwZXTHXuEnfN3Uq5kJbKOSld6YEU+KOGfMD82EzxFTYz5o0SSJoA=="
      }
    },
    "npm:validate-npm-package-name@6.0.2": {
      "type": "npm",
      "name": "npm:validate-npm-package-name@6.0.2",
      "data": {
        "version": "6.0.2",
        "packageName": "validate-npm-package-name",
        "hash": "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ=="
      }
    },
    "npm:validate-npm-package-name": {
      "type": "npm",
      "name": "npm:validate-npm-package-name",
      "data": {
        "version": "5.0.1",
        "packageName": "validate-npm-package-name",
        "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ=="
      }
    },
    "npm:inquirer": {
      "type": "npm",
      "name": "npm:inquirer",
      "data": {
        "version": "6.5.2",
        "packageName": "inquirer",
        "hash": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ=="
      }
    },
    "npm:inquirer@12.9.6": {
      "type": "npm",
      "name": "npm:inquirer@12.9.6",
      "data": {
        "version": "12.9.6",
        "packageName": "inquirer",
        "hash": "sha512-603xXOgyfxhuis4nfnWaZrMaotNT0Km9XwwBNWUKbIDqeCY89jGr2F9YPEMiNhU6XjIP4VoWISMBFfcc5NgrTw=="
      }
    },
    "npm:inquirer@7.3.3": {
      "type": "npm",
      "name": "npm:inquirer@7.3.3",
      "data": {
        "version": "7.3.3",
        "packageName": "inquirer",
        "hash": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA=="
      }
    },
    "npm:inquirer@13.3.2": {
      "type": "npm",
      "name": "npm:inquirer@13.3.2",
      "data": {
        "version": "13.3.2",
        "packageName": "inquirer",
        "hash": "sha512-bh/OjBGxNR9qvfQj1n5bxtIF58mbOTp2InN5dKuwUK03dXcDGFsjlDinQRuXMZ4EGiJaFieUWHCAaxH2p7iUBw=="
      }
    },
    "npm:inquirer-autosubmit-prompt": {
      "type": "npm",
      "name": "npm:inquirer-autosubmit-prompt",
      "data": {
        "version": "0.2.0",
        "packageName": "inquirer-autosubmit-prompt",
        "hash": "sha512-mzNrusCk5L6kSzlN0Ioddn8yzrhYNLli+Sn2ZxMuLechMYAzakiFCIULxsxlQb5YKzthLGfrFACcWoAvM7p04Q=="
      }
    },
    "npm:rxjs@6.6.7": {
      "type": "npm",
      "name": "npm:rxjs@6.6.7",
      "data": {
        "version": "6.6.7",
        "packageName": "rxjs",
        "hash": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ=="
      }
    },
    "npm:rxjs": {
      "type": "npm",
      "name": "npm:rxjs",
      "data": {
        "version": "7.8.2",
        "packageName": "rxjs",
        "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA=="
      }
    },
    "npm:is-fullwidth-code-point@2.0.0": {
      "type": "npm",
      "name": "npm:is-fullwidth-code-point@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "is-fullwidth-code-point",
        "hash": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="
      }
    },
    "npm:is-fullwidth-code-point": {
      "type": "npm",
      "name": "npm:is-fullwidth-code-point",
      "data": {
        "version": "3.0.0",
        "packageName": "is-fullwidth-code-point",
        "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
      }
    },
    "npm:is-fullwidth-code-point@1.0.0": {
      "type": "npm",
      "name": "npm:is-fullwidth-code-point@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "is-fullwidth-code-point",
        "hash": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw=="
      }
    },
    "npm:mimic-fn@1.2.0": {
      "type": "npm",
      "name": "npm:mimic-fn@1.2.0",
      "data": {
        "version": "1.2.0",
        "packageName": "mimic-fn",
        "hash": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ=="
      }
    },
    "npm:mimic-fn": {
      "type": "npm",
      "name": "npm:mimic-fn",
      "data": {
        "version": "2.1.0",
        "packageName": "mimic-fn",
        "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
      }
    },
    "npm:onetime@2.0.1": {
      "type": "npm",
      "name": "npm:onetime@2.0.1",
      "data": {
        "version": "2.0.1",
        "packageName": "onetime",
        "hash": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ=="
      }
    },
    "npm:onetime@7.0.0": {
      "type": "npm",
      "name": "npm:onetime@7.0.0",
      "data": {
        "version": "7.0.0",
        "packageName": "onetime",
        "hash": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ=="
      }
    },
    "npm:onetime": {
      "type": "npm",
      "name": "npm:onetime",
      "data": {
        "version": "5.1.2",
        "packageName": "onetime",
        "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg=="
      }
    },
    "npm:restore-cursor@2.0.0": {
      "type": "npm",
      "name": "npm:restore-cursor@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "restore-cursor",
        "hash": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q=="
      }
    },
    "npm:restore-cursor": {
      "type": "npm",
      "name": "npm:restore-cursor",
      "data": {
        "version": "3.1.0",
        "packageName": "restore-cursor",
        "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA=="
      }
    },
    "npm:internal-slot": {
      "type": "npm",
      "name": "npm:internal-slot",
      "data": {
        "version": "1.1.0",
        "packageName": "internal-slot",
        "hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw=="
      }
    },
    "npm:ip-address": {
      "type": "npm",
      "name": "npm:ip-address",
      "data": {
        "version": "10.1.0",
        "packageName": "ip-address",
        "hash": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q=="
      }
    },
    "npm:is-array-buffer": {
      "type": "npm",
      "name": "npm:is-array-buffer",
      "data": {
        "version": "3.0.5",
        "packageName": "is-array-buffer",
        "hash": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A=="
      }
    },
    "npm:is-arrayish": {
      "type": "npm",
      "name": "npm:is-arrayish",
      "data": {
        "version": "0.2.1",
        "packageName": "is-arrayish",
        "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
      }
    },
    "npm:is-async-function": {
      "type": "npm",
      "name": "npm:is-async-function",
      "data": {
        "version": "2.1.1",
        "packageName": "is-async-function",
        "hash": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ=="
      }
    },
    "npm:is-bigint": {
      "type": "npm",
      "name": "npm:is-bigint",
      "data": {
        "version": "1.1.0",
        "packageName": "is-bigint",
        "hash": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ=="
      }
    },
    "npm:is-boolean-object": {
      "type": "npm",
      "name": "npm:is-boolean-object",
      "data": {
        "version": "1.2.2",
        "packageName": "is-boolean-object",
        "hash": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A=="
      }
    },
    "npm:is-bun-module": {
      "type": "npm",
      "name": "npm:is-bun-module",
      "data": {
        "version": "2.0.0",
        "packageName": "is-bun-module",
        "hash": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ=="
      }
    },
    "npm:is-callable": {
      "type": "npm",
      "name": "npm:is-callable",
      "data": {
        "version": "1.2.7",
        "packageName": "is-callable",
        "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="
      }
    },
    "npm:is-ci": {
      "type": "npm",
      "name": "npm:is-ci",
      "data": {
        "version": "3.0.1",
        "packageName": "is-ci",
        "hash": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ=="
      }
    },
    "npm:is-core-module": {
      "type": "npm",
      "name": "npm:is-core-module",
      "data": {
        "version": "2.16.1",
        "packageName": "is-core-module",
        "hash": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w=="
      }
    },
    "npm:is-data-view": {
      "type": "npm",
      "name": "npm:is-data-view",
      "data": {
        "version": "1.0.2",
        "packageName": "is-data-view",
        "hash": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw=="
      }
    },
    "npm:is-date-object": {
      "type": "npm",
      "name": "npm:is-date-object",
      "data": {
        "version": "1.1.0",
        "packageName": "is-date-object",
        "hash": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg=="
      }
    },
    "npm:is-docker": {
      "type": "npm",
      "name": "npm:is-docker",
      "data": {
        "version": "3.0.0",
        "packageName": "is-docker",
        "hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ=="
      }
    },
    "npm:is-docker@2.2.1": {
      "type": "npm",
      "name": "npm:is-docker@2.2.1",
      "data": {
        "version": "2.2.1",
        "packageName": "is-docker",
        "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
      }
    },
    "npm:is-extglob": {
      "type": "npm",
      "name": "npm:is-extglob",
      "data": {
        "version": "2.1.1",
        "packageName": "is-extglob",
        "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
      }
    },
    "npm:is-finalizationregistry": {
      "type": "npm",
      "name": "npm:is-finalizationregistry",
      "data": {
        "version": "1.1.1",
        "packageName": "is-finalizationregistry",
        "hash": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg=="
      }
    },
    "npm:is-generator-fn": {
      "type": "npm",
      "name": "npm:is-generator-fn",
      "data": {
        "version": "2.1.0",
        "packageName": "is-generator-fn",
        "hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
      }
    },
    "npm:is-generator-function": {
      "type": "npm",
      "name": "npm:is-generator-function",
      "data": {
        "version": "1.1.0",
        "packageName": "is-generator-function",
        "hash": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ=="
      }
    },
    "npm:is-glob": {
      "type": "npm",
      "name": "npm:is-glob",
      "data": {
        "version": "4.0.3",
        "packageName": "is-glob",
        "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="
      }
    },
    "npm:is-in-ci": {
      "type": "npm",
      "name": "npm:is-in-ci",
      "data": {
        "version": "1.0.0",
        "packageName": "is-in-ci",
        "hash": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg=="
      }
    },
    "npm:is-in-ssh": {
      "type": "npm",
      "name": "npm:is-in-ssh",
      "data": {
        "version": "1.0.0",
        "packageName": "is-in-ssh",
        "hash": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw=="
      }
    },
    "npm:is-inside-container": {
      "type": "npm",
      "name": "npm:is-inside-container",
      "data": {
        "version": "1.0.0",
        "packageName": "is-inside-container",
        "hash": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA=="
      }
    },
    "npm:is-installed-globally": {
      "type": "npm",
      "name": "npm:is-installed-globally",
      "data": {
        "version": "0.4.0",
        "packageName": "is-installed-globally",
        "hash": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ=="
      }
    },
    "npm:is-installed-globally@1.0.0": {
      "type": "npm",
      "name": "npm:is-installed-globally@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "is-installed-globally",
        "hash": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ=="
      }
    },
    "npm:is-interactive": {
      "type": "npm",
      "name": "npm:is-interactive",
      "data": {
        "version": "2.0.0",
        "packageName": "is-interactive",
        "hash": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ=="
      }
    },
    "npm:is-interactive@1.0.0": {
      "type": "npm",
      "name": "npm:is-interactive@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "is-interactive",
        "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w=="
      }
    },
    "npm:is-map": {
      "type": "npm",
      "name": "npm:is-map",
      "data": {
        "version": "2.0.3",
        "packageName": "is-map",
        "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw=="
      }
    },
    "npm:is-module": {
      "type": "npm",
      "name": "npm:is-module",
      "data": {
        "version": "1.0.0",
        "packageName": "is-module",
        "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
      }
    },
    "npm:is-negative-zero": {
      "type": "npm",
      "name": "npm:is-negative-zero",
      "data": {
        "version": "2.0.3",
        "packageName": "is-negative-zero",
        "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw=="
      }
    },
    "npm:is-npm": {
      "type": "npm",
      "name": "npm:is-npm",
      "data": {
        "version": "6.0.0",
        "packageName": "is-npm",
        "hash": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ=="
      }
    },
    "npm:is-number": {
      "type": "npm",
      "name": "npm:is-number",
      "data": {
        "version": "7.0.0",
        "packageName": "is-number",
        "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
      }
    },
    "npm:is-number-object": {
      "type": "npm",
      "name": "npm:is-number-object",
      "data": {
        "version": "1.1.1",
        "packageName": "is-number-object",
        "hash": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw=="
      }
    },
    "npm:is-obj": {
      "type": "npm",
      "name": "npm:is-obj",
      "data": {
        "version": "2.0.0",
        "packageName": "is-obj",
        "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
      }
    },
    "npm:is-obj@1.0.1": {
      "type": "npm",
      "name": "npm:is-obj@1.0.1",
      "data": {
        "version": "1.0.1",
        "packageName": "is-obj",
        "hash": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg=="
      }
    },
    "npm:is-observable": {
      "type": "npm",
      "name": "npm:is-observable",
      "data": {
        "version": "1.1.0",
        "packageName": "is-observable",
        "hash": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA=="
      }
    },
    "npm:symbol-observable@1.2.0": {
      "type": "npm",
      "name": "npm:symbol-observable@1.2.0",
      "data": {
        "version": "1.2.0",
        "packageName": "symbol-observable",
        "hash": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
      }
    },
    "npm:symbol-observable": {
      "type": "npm",
      "name": "npm:symbol-observable",
      "data": {
        "version": "4.0.0",
        "packageName": "symbol-observable",
        "hash": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ=="
      }
    },
    "npm:is-path-cwd": {
      "type": "npm",
      "name": "npm:is-path-cwd",
      "data": {
        "version": "3.0.0",
        "packageName": "is-path-cwd",
        "hash": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA=="
      }
    },
    "npm:is-promise": {
      "type": "npm",
      "name": "npm:is-promise",
      "data": {
        "version": "2.2.2",
        "packageName": "is-promise",
        "hash": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
      }
    },
    "npm:is-regex": {
      "type": "npm",
      "name": "npm:is-regex",
      "data": {
        "version": "1.2.1",
        "packageName": "is-regex",
        "hash": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g=="
      }
    },
    "npm:is-regexp": {
      "type": "npm",
      "name": "npm:is-regexp",
      "data": {
        "version": "1.0.0",
        "packageName": "is-regexp",
        "hash": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA=="
      }
    },
    "npm:is-scoped": {
      "type": "npm",
      "name": "npm:is-scoped",
      "data": {
        "version": "3.0.0",
        "packageName": "is-scoped",
        "hash": "sha512-ezxLUq30kiTvP0w/5n9tj4qTOKlrA07Oty1hwTQ+lcqw11x6uc8sp7VRb2OVGRzKfCHZ2A22T5Zsau/Q2Akb0g=="
      }
    },
    "npm:is-set": {
      "type": "npm",
      "name": "npm:is-set",
      "data": {
        "version": "2.0.3",
        "packageName": "is-set",
        "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg=="
      }
    },
    "npm:is-shared-array-buffer": {
      "type": "npm",
      "name": "npm:is-shared-array-buffer",
      "data": {
        "version": "1.0.4",
        "packageName": "is-shared-array-buffer",
        "hash": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A=="
      }
    },
    "npm:is-ssh": {
      "type": "npm",
      "name": "npm:is-ssh",
      "data": {
        "version": "1.4.1",
        "packageName": "is-ssh",
        "hash": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg=="
      }
    },
    "npm:is-string": {
      "type": "npm",
      "name": "npm:is-string",
      "data": {
        "version": "1.1.1",
        "packageName": "is-string",
        "hash": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA=="
      }
    },
    "npm:is-symbol": {
      "type": "npm",
      "name": "npm:is-symbol",
      "data": {
        "version": "1.1.1",
        "packageName": "is-symbol",
        "hash": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w=="
      }
    },
    "npm:is-text-path": {
      "type": "npm",
      "name": "npm:is-text-path",
      "data": {
        "version": "1.0.1",
        "packageName": "is-text-path",
        "hash": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w=="
      }
    },
    "npm:is-typed-array": {
      "type": "npm",
      "name": "npm:is-typed-array",
      "data": {
        "version": "1.1.15",
        "packageName": "is-typed-array",
        "hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ=="
      }
    },
    "npm:is-typedarray": {
      "type": "npm",
      "name": "npm:is-typedarray",
      "data": {
        "version": "1.0.0",
        "packageName": "is-typedarray",
        "hash": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
      }
    },
    "npm:is-url-superb": {
      "type": "npm",
      "name": "npm:is-url-superb",
      "data": {
        "version": "6.1.0",
        "packageName": "is-url-superb",
        "hash": "sha512-LXdhGlYqUPdvEyIhWPEEwYYK3yrUiPcBjmFGlZNv1u5GtIL5qQRf7ddDyPNAvsMFqdzS923FROpTQU97tLe3JQ=="
      }
    },
    "npm:is-wayland": {
      "type": "npm",
      "name": "npm:is-wayland",
      "data": {
        "version": "0.1.0",
        "packageName": "is-wayland",
        "hash": "sha512-QkbMsWkIfkrzOPxenwye0h56iAXirZYHG9eHVPb22fO9y+wPbaX/CHacOWBa/I++4ohTcByimhM1/nyCsH8KNA=="
      }
    },
    "npm:is-weakmap": {
      "type": "npm",
      "name": "npm:is-weakmap",
      "data": {
        "version": "2.0.2",
        "packageName": "is-weakmap",
        "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w=="
      }
    },
    "npm:is-weakref": {
      "type": "npm",
      "name": "npm:is-weakref",
      "data": {
        "version": "1.1.1",
        "packageName": "is-weakref",
        "hash": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew=="
      }
    },
    "npm:is-weakset": {
      "type": "npm",
      "name": "npm:is-weakset",
      "data": {
        "version": "2.0.4",
        "packageName": "is-weakset",
        "hash": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ=="
      }
    },
    "npm:is-wsl": {
      "type": "npm",
      "name": "npm:is-wsl",
      "data": {
        "version": "3.1.1",
        "packageName": "is-wsl",
        "hash": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw=="
      }
    },
    "npm:is-wsl@2.2.0": {
      "type": "npm",
      "name": "npm:is-wsl@2.2.0",
      "data": {
        "version": "2.2.0",
        "packageName": "is-wsl",
        "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="
      }
    },
    "npm:is64bit": {
      "type": "npm",
      "name": "npm:is64bit",
      "data": {
        "version": "2.0.0",
        "packageName": "is64bit",
        "hash": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw=="
      }
    },
    "npm:isstream": {
      "type": "npm",
      "name": "npm:isstream",
      "data": {
        "version": "0.1.2",
        "packageName": "isstream",
        "hash": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
      }
    },
    "npm:issue-regex": {
      "type": "npm",
      "name": "npm:issue-regex",
      "data": {
        "version": "4.3.0",
        "packageName": "issue-regex",
        "hash": "sha512-7731a/t2llyrk8Hdwl1x3LkhIFGzxHQGpJA7Ur9cIRViakQF2y25Lwhx8Ziy1B068+kBYUmYPBzw5uo3DdWrdQ=="
      }
    },
    "npm:istanbul-lib-coverage": {
      "type": "npm",
      "name": "npm:istanbul-lib-coverage",
      "data": {
        "version": "3.2.2",
        "packageName": "istanbul-lib-coverage",
        "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg=="
      }
    },
    "npm:istanbul-lib-instrument": {
      "type": "npm",
      "name": "npm:istanbul-lib-instrument",
      "data": {
        "version": "6.0.3",
        "packageName": "istanbul-lib-instrument",
        "hash": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q=="
      }
    },
    "npm:istanbul-lib-report": {
      "type": "npm",
      "name": "npm:istanbul-lib-report",
      "data": {
        "version": "3.0.1",
        "packageName": "istanbul-lib-report",
        "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw=="
      }
    },
    "npm:istanbul-lib-source-maps": {
      "type": "npm",
      "name": "npm:istanbul-lib-source-maps",
      "data": {
        "version": "5.0.6",
        "packageName": "istanbul-lib-source-maps",
        "hash": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A=="
      }
    },
    "npm:istanbul-reports": {
      "type": "npm",
      "name": "npm:istanbul-reports",
      "data": {
        "version": "3.2.0",
        "packageName": "istanbul-reports",
        "hash": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA=="
      }
    },
    "npm:iterator.prototype": {
      "type": "npm",
      "name": "npm:iterator.prototype",
      "data": {
        "version": "1.1.5",
        "packageName": "iterator.prototype",
        "hash": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g=="
      }
    },
    "npm:jake": {
      "type": "npm",
      "name": "npm:jake",
      "data": {
        "version": "10.9.2",
        "packageName": "jake",
        "hash": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA=="
      }
    },
    "npm:jest": {
      "type": "npm",
      "name": "npm:jest",
      "data": {
        "version": "30.3.0",
        "packageName": "jest",
        "hash": "sha512-AkXIIFcaazymvey2i/+F94XRnM6TsVLZDhBMLsd1Sf/W0wzsvvpjeyUrCZD6HGG4SDYPgDJDBKeiJTBb10WzMg=="
      }
    },
    "npm:jest-changed-files": {
      "type": "npm",
      "name": "npm:jest-changed-files",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-changed-files",
        "hash": "sha512-B/7Cny6cV5At6M25EWDgf9S617lHivamL8vl6KEpJqkStauzcG4e+WPfDgMMF+H4FVH4A2PLRyvgDJan4441QA=="
      }
    },
    "npm:jest-circus": {
      "type": "npm",
      "name": "npm:jest-circus",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-circus",
        "hash": "sha512-PyXq5szeSfR/4f1lYqCmmQjh0vqDkURUYi9N6whnHjlRz4IUQfMcXkGLeEoiJtxtyPqgUaUUfyQlApXWBSN1RA=="
      }
    },
    "npm:jest-cli": {
      "type": "npm",
      "name": "npm:jest-cli",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-cli",
        "hash": "sha512-l6Tqx+j1fDXJEW5bqYykDQQ7mQg+9mhWXtnj+tQZrTWYHyHoi6Be8HPumDSA+UiX2/2buEgjA58iJzdj146uCw=="
      }
    },
    "npm:jest-diff": {
      "type": "npm",
      "name": "npm:jest-diff",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-diff",
        "hash": "sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ=="
      }
    },
    "npm:jest-docblock": {
      "type": "npm",
      "name": "npm:jest-docblock",
      "data": {
        "version": "30.2.0",
        "packageName": "jest-docblock",
        "hash": "sha512-tR/FFgZKS1CXluOQzZvNH3+0z9jXr3ldGSD8bhyuxvlVUwbeLOGynkunvlTMxchC5urrKndYiwCFC0DLVjpOCA=="
      }
    },
    "npm:jest-each": {
      "type": "npm",
      "name": "npm:jest-each",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-each",
        "hash": "sha512-V8eMndg/aZ+3LnCJgSm13IxS5XSBM22QSZc9BtPK8Dek6pm+hfUNfwBdvsB3d342bo1q7wnSkC38zjX259qZNA=="
      }
    },
    "npm:jest-environment-node": {
      "type": "npm",
      "name": "npm:jest-environment-node",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-environment-node",
        "hash": "sha512-4i6HItw/JSiJVsC5q0hnKIe/hbYfZLVG9YJ/0pU9Hz2n/9qZe3Rhn5s5CUZA5ORZlcdT/vmAXRMyONXJwPrmYQ=="
      }
    },
    "npm:jest-haste-map": {
      "type": "npm",
      "name": "npm:jest-haste-map",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-haste-map",
        "hash": "sha512-mMi2oqG4KRU0R9QEtscl87JzMXfUhbKaFqOxmjb2CKcbHcUGFrJCBWHmnTiUqi6JcnzoBlO4rWfpdl2k/RfLCA=="
      }
    },
    "npm:jest-leak-detector": {
      "type": "npm",
      "name": "npm:jest-leak-detector",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-leak-detector",
        "hash": "sha512-cuKmUUGIjfXZAiGJ7TbEMx0bcqNdPPI6P1V+7aF+m/FUJqFDxkFR4JqkTu8ZOiU5AaX/x0hZ20KaaIPXQzbMGQ=="
      }
    },
    "npm:jest-matcher-utils": {
      "type": "npm",
      "name": "npm:jest-matcher-utils",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-matcher-utils",
        "hash": "sha512-HEtc9uFQgaUHkC7nLSlQL3Tph4Pjxt/yiPvkIrrDCt9jhoLIgxaubo1G+CFOnmHYMxHwwdaSN7mkIFs6ZK8OhA=="
      }
    },
    "npm:jest-message-util": {
      "type": "npm",
      "name": "npm:jest-message-util",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-message-util",
        "hash": "sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw=="
      }
    },
    "npm:jest-mock": {
      "type": "npm",
      "name": "npm:jest-mock",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-mock",
        "hash": "sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog=="
      }
    },
    "npm:jest-pnp-resolver": {
      "type": "npm",
      "name": "npm:jest-pnp-resolver",
      "data": {
        "version": "1.2.3",
        "packageName": "jest-pnp-resolver",
        "hash": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w=="
      }
    },
    "npm:jest-regex-util": {
      "type": "npm",
      "name": "npm:jest-regex-util",
      "data": {
        "version": "30.0.1",
        "packageName": "jest-regex-util",
        "hash": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA=="
      }
    },
    "npm:jest-resolve": {
      "type": "npm",
      "name": "npm:jest-resolve",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-resolve",
        "hash": "sha512-NRtTAHQlpd15F9rUR36jqwelbrDV/dY4vzNte3S2kxCKUJRYNd5/6nTSbYiak1VX5g8IoFF23Uj5TURkUW8O5g=="
      }
    },
    "npm:jest-resolve-dependencies": {
      "type": "npm",
      "name": "npm:jest-resolve-dependencies",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-resolve-dependencies",
        "hash": "sha512-9ev8s3YN6Hsyz9LV75XUwkCVFlwPbaFn6Wp75qnI0wzAINYWY8Fb3+6y59Rwd3QaS3kKXffHXsZMziMavfz/nw=="
      }
    },
    "npm:jest-runner": {
      "type": "npm",
      "name": "npm:jest-runner",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-runner",
        "hash": "sha512-gDv6C9LGKWDPLia9TSzZwf4h3kMQCqyTpq+95PODnTRDO0g9os48XIYYkS6D236vjpBir2fF63YmJFtqkS5Duw=="
      }
    },
    "npm:jest-runtime": {
      "type": "npm",
      "name": "npm:jest-runtime",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-runtime",
        "hash": "sha512-CgC+hIBJbuh78HEffkhNKcbXAytQViplcl8xupqeIWyKQF50kCQA8J7GeJCkjisC6hpnC9Muf8jV5RdtdFbGng=="
      }
    },
    "npm:jest-snapshot": {
      "type": "npm",
      "name": "npm:jest-snapshot",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-snapshot",
        "hash": "sha512-f14c7atpb4O2DeNhwcvS810Y63wEn8O1HqK/luJ4F6M4NjvxmAKQwBUWjbExUtMxWJQ0wVgmCKymeJK6NZMnfQ=="
      }
    },
    "npm:jest-util": {
      "type": "npm",
      "name": "npm:jest-util",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-util",
        "hash": "sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg=="
      }
    },
    "npm:jest-validate": {
      "type": "npm",
      "name": "npm:jest-validate",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-validate",
        "hash": "sha512-I/xzC8h5G+SHCb2P2gWkJYrNiTbeL47KvKeW5EzplkyxzBRBw1ssSHlI/jXec0ukH2q7x2zAWQm7015iusg62Q=="
      }
    },
    "npm:jest-watcher": {
      "type": "npm",
      "name": "npm:jest-watcher",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-watcher",
        "hash": "sha512-PJ1d9ThtTR8aMiBWUdcownq9mDdLXsQzJayTk4kmaBRHKvwNQn+ANveuhEBUyNI2hR1TVhvQ8D5kHubbzBHR/w=="
      }
    },
    "npm:jest-worker": {
      "type": "npm",
      "name": "npm:jest-worker",
      "data": {
        "version": "30.3.0",
        "packageName": "jest-worker",
        "hash": "sha512-DrCKkaQwHexjRUFTmPzs7sHQe0TSj9nvDALKGdwmK5mW9v7j90BudWirKAJHt3QQ9Dhrg1F7DogPzhChppkJpQ=="
      }
    },
    "npm:jest-worker@27.5.1": {
      "type": "npm",
      "name": "npm:jest-worker@27.5.1",
      "data": {
        "version": "27.5.1",
        "packageName": "jest-worker",
        "hash": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg=="
      }
    },
    "npm:joi": {
      "type": "npm",
      "name": "npm:joi",
      "data": {
        "version": "18.1.2",
        "packageName": "joi",
        "hash": "sha512-rF5MAmps5esSlhCA+N1b6IYHDw9j/btzGaqfgie522jS02Ju/HXBxamlXVlKEHAxoMKQL77HWI8jlqWsFuekZA=="
      }
    },
    "npm:js-tokens": {
      "type": "npm",
      "name": "npm:js-tokens",
      "data": {
        "version": "4.0.0",
        "packageName": "js-tokens",
        "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
      }
    },
    "npm:jsbn": {
      "type": "npm",
      "name": "npm:jsbn",
      "data": {
        "version": "0.1.1",
        "packageName": "jsbn",
        "hash": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
      }
    },
    "npm:jsesc": {
      "type": "npm",
      "name": "npm:jsesc",
      "data": {
        "version": "3.1.0",
        "packageName": "jsesc",
        "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="
      }
    },
    "npm:json-buffer": {
      "type": "npm",
      "name": "npm:json-buffer",
      "data": {
        "version": "3.0.1",
        "packageName": "json-buffer",
        "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ=="
      }
    },
    "npm:json-parse-better-errors": {
      "type": "npm",
      "name": "npm:json-parse-better-errors",
      "data": {
        "version": "1.0.2",
        "packageName": "json-parse-better-errors",
        "hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
      }
    },
    "npm:json-parse-even-better-errors": {
      "type": "npm",
      "name": "npm:json-parse-even-better-errors",
      "data": {
        "version": "5.0.0",
        "packageName": "json-parse-even-better-errors",
        "hash": "sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ=="
      }
    },
    "npm:json-parse-even-better-errors@4.0.0": {
      "type": "npm",
      "name": "npm:json-parse-even-better-errors@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "json-parse-even-better-errors",
        "hash": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA=="
      }
    },
    "npm:json-parse-even-better-errors@2.3.1": {
      "type": "npm",
      "name": "npm:json-parse-even-better-errors@2.3.1",
      "data": {
        "version": "2.3.1",
        "packageName": "json-parse-even-better-errors",
        "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
      }
    },
    "npm:json-schema": {
      "type": "npm",
      "name": "npm:json-schema",
      "data": {
        "version": "0.4.0",
        "packageName": "json-schema",
        "hash": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
      }
    },
    "npm:json-stable-stringify-without-jsonify": {
      "type": "npm",
      "name": "npm:json-stable-stringify-without-jsonify",
      "data": {
        "version": "1.0.1",
        "packageName": "json-stable-stringify-without-jsonify",
        "hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
      }
    },
    "npm:json-stringify-nice": {
      "type": "npm",
      "name": "npm:json-stringify-nice",
      "data": {
        "version": "1.1.4",
        "packageName": "json-stringify-nice",
        "hash": "sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw=="
      }
    },
    "npm:json-stringify-safe": {
      "type": "npm",
      "name": "npm:json-stringify-safe",
      "data": {
        "version": "5.0.1",
        "packageName": "json-stringify-safe",
        "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
      }
    },
    "npm:json5": {
      "type": "npm",
      "name": "npm:json5",
      "data": {
        "version": "2.2.3",
        "packageName": "json5",
        "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
      }
    },
    "npm:json5@1.0.2": {
      "type": "npm",
      "name": "npm:json5@1.0.2",
      "data": {
        "version": "1.0.2",
        "packageName": "json5",
        "hash": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA=="
      }
    },
    "npm:jsonc-parser": {
      "type": "npm",
      "name": "npm:jsonc-parser",
      "data": {
        "version": "3.2.0",
        "packageName": "jsonc-parser",
        "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
      }
    },
    "npm:jsonfile": {
      "type": "npm",
      "name": "npm:jsonfile",
      "data": {
        "version": "6.1.0",
        "packageName": "jsonfile",
        "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ=="
      }
    },
    "npm:jsonparse": {
      "type": "npm",
      "name": "npm:jsonparse",
      "data": {
        "version": "1.3.1",
        "packageName": "jsonparse",
        "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg=="
      }
    },
    "npm:jsonpointer": {
      "type": "npm",
      "name": "npm:jsonpointer",
      "data": {
        "version": "5.0.1",
        "packageName": "jsonpointer",
        "hash": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ=="
      }
    },
    "npm:JSONStream": {
      "type": "npm",
      "name": "npm:JSONStream",
      "data": {
        "version": "1.3.5",
        "packageName": "JSONStream",
        "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ=="
      }
    },
    "npm:jsprim": {
      "type": "npm",
      "name": "npm:jsprim",
      "data": {
        "version": "2.0.2",
        "packageName": "jsprim",
        "hash": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ=="
      }
    },
    "npm:jsx-ast-utils": {
      "type": "npm",
      "name": "npm:jsx-ast-utils",
      "data": {
        "version": "3.3.5",
        "packageName": "jsx-ast-utils",
        "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ=="
      }
    },
    "npm:just-diff": {
      "type": "npm",
      "name": "npm:just-diff",
      "data": {
        "version": "6.0.2",
        "packageName": "just-diff",
        "hash": "sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA=="
      }
    },
    "npm:just-diff-apply": {
      "type": "npm",
      "name": "npm:just-diff-apply",
      "data": {
        "version": "5.5.0",
        "packageName": "just-diff-apply",
        "hash": "sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw=="
      }
    },
    "npm:keyv": {
      "type": "npm",
      "name": "npm:keyv",
      "data": {
        "version": "4.5.4",
        "packageName": "keyv",
        "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw=="
      }
    },
    "npm:kind-of": {
      "type": "npm",
      "name": "npm:kind-of",
      "data": {
        "version": "6.0.3",
        "packageName": "kind-of",
        "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
      }
    },
    "npm:kuler": {
      "type": "npm",
      "name": "npm:kuler",
      "data": {
        "version": "2.0.0",
        "packageName": "kuler",
        "hash": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A=="
      }
    },
    "npm:ky": {
      "type": "npm",
      "name": "npm:ky",
      "data": {
        "version": "1.7.5",
        "packageName": "ky",
        "hash": "sha512-HzhziW6sc5m0pwi5M196+7cEBtbt0lCYi67wNsiwMUmz833wloE0gbzJPWKs1gliFKQb34huItDQX97LyOdPdA=="
      }
    },
    "npm:latest-version": {
      "type": "npm",
      "name": "npm:latest-version",
      "data": {
        "version": "9.0.0",
        "packageName": "latest-version",
        "hash": "sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA=="
      }
    },
    "npm:lerna": {
      "type": "npm",
      "name": "npm:lerna",
      "data": {
        "version": "9.0.7",
        "packageName": "lerna",
        "hash": "sha512-PMjbSWYfwL1yZ5c1D2PZuFyzmtYhLdn0f76uG8L25g6eYy34j+2jPb4Q6USx1UJvxVtxkdVEeAAWS/WxgJ8VZA=="
      }
    },
    "npm:fdir@6.4.6": {
      "type": "npm",
      "name": "npm:fdir@6.4.6",
      "data": {
        "version": "6.4.6",
        "packageName": "fdir",
        "hash": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w=="
      }
    },
    "npm:fdir@6.5.0": {
      "type": "npm",
      "name": "npm:fdir@6.5.0",
      "data": {
        "version": "6.5.0",
        "packageName": "fdir",
        "hash": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="
      }
    },
    "npm:run-async@4.0.6": {
      "type": "npm",
      "name": "npm:run-async@4.0.6",
      "data": {
        "version": "4.0.6",
        "packageName": "run-async",
        "hash": "sha512-IoDlSLTs3Yq593mb3ZoKWKXMNu3UpObxhgA/Xuid5p4bbfi2jdY1Hj0m1K+0/tEuQTxIGMhQDqGjKb7RuxGpAQ=="
      }
    },
    "npm:run-async": {
      "type": "npm",
      "name": "npm:run-async",
      "data": {
        "version": "2.4.1",
        "packageName": "run-async",
        "hash": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ=="
      }
    },
    "npm:tinyglobby@0.2.12": {
      "type": "npm",
      "name": "npm:tinyglobby@0.2.12",
      "data": {
        "version": "0.2.12",
        "packageName": "tinyglobby",
        "hash": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww=="
      }
    },
    "npm:tinyglobby": {
      "type": "npm",
      "name": "npm:tinyglobby",
      "data": {
        "version": "0.2.15",
        "packageName": "tinyglobby",
        "hash": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ=="
      }
    },
    "npm:typescript@5.9.3": {
      "type": "npm",
      "name": "npm:typescript@5.9.3",
      "data": {
        "version": "5.9.3",
        "packageName": "typescript",
        "hash": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="
      }
    },
    "npm:typescript": {
      "type": "npm",
      "name": "npm:typescript",
      "data": {
        "version": "6.0.2",
        "packageName": "typescript",
        "hash": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="
      }
    },
    "npm:leven": {
      "type": "npm",
      "name": "npm:leven",
      "data": {
        "version": "3.1.0",
        "packageName": "leven",
        "hash": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
      }
    },
    "npm:levn": {
      "type": "npm",
      "name": "npm:levn",
      "data": {
        "version": "0.4.1",
        "packageName": "levn",
        "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ=="
      }
    },
    "npm:libnpmaccess": {
      "type": "npm",
      "name": "npm:libnpmaccess",
      "data": {
        "version": "10.0.3",
        "packageName": "libnpmaccess",
        "hash": "sha512-JPHTfWJxIK+NVPdNMNGnkz4XGX56iijPbe0qFWbdt68HL+kIvSzh+euBL8npLZvl2fpaxo+1eZSdoG15f5YdIQ=="
      }
    },
    "npm:libnpmpublish": {
      "type": "npm",
      "name": "npm:libnpmpublish",
      "data": {
        "version": "11.1.2",
        "packageName": "libnpmpublish",
        "hash": "sha512-tNcU3cLH7toloAzhOOrBDhjzgbxpyuYvkf+BPPnnJCdc5EIcdJ8JcT+SglvCQKKyZ6m9dVXtCVlJcA6csxKdEA=="
      }
    },
    "npm:lines-and-columns": {
      "type": "npm",
      "name": "npm:lines-and-columns",
      "data": {
        "version": "2.0.3",
        "packageName": "lines-and-columns",
        "hash": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w=="
      }
    },
    "npm:lines-and-columns@1.2.4": {
      "type": "npm",
      "name": "npm:lines-and-columns@1.2.4",
      "data": {
        "version": "1.2.4",
        "packageName": "lines-and-columns",
        "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
      }
    },
    "npm:listr": {
      "type": "npm",
      "name": "npm:listr",
      "data": {
        "version": "0.14.3",
        "packageName": "listr",
        "hash": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA=="
      }
    },
    "npm:listr-input": {
      "type": "npm",
      "name": "npm:listr-input",
      "data": {
        "version": "0.2.1",
        "packageName": "listr-input",
        "hash": "sha512-oa8iVG870qJq+OuuMK3DjGqFcwsK1SDu+kULp9kEq09TY231aideIZenr3lFOQdASpAr6asuyJBbX62/a3IIhg=="
      }
    },
    "npm:listr-silent-renderer": {
      "type": "npm",
      "name": "npm:listr-silent-renderer",
      "data": {
        "version": "1.1.1",
        "packageName": "listr-silent-renderer",
        "hash": "sha512-L26cIFm7/oZeSNVhWB6faeorXhMg4HNlb/dS/7jHhr708jxlXrtrBWo4YUxZQkc6dGoxEAe6J/D3juTRBUzjtA=="
      }
    },
    "npm:listr-update-renderer": {
      "type": "npm",
      "name": "npm:listr-update-renderer",
      "data": {
        "version": "0.5.0",
        "packageName": "listr-update-renderer",
        "hash": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA=="
      }
    },
    "npm:log-symbols@1.0.2": {
      "type": "npm",
      "name": "npm:log-symbols@1.0.2",
      "data": {
        "version": "1.0.2",
        "packageName": "log-symbols",
        "hash": "sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ=="
      }
    },
    "npm:log-symbols": {
      "type": "npm",
      "name": "npm:log-symbols",
      "data": {
        "version": "4.1.0",
        "packageName": "log-symbols",
        "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg=="
      }
    },
    "npm:log-symbols@7.0.1": {
      "type": "npm",
      "name": "npm:log-symbols@7.0.1",
      "data": {
        "version": "7.0.1",
        "packageName": "log-symbols",
        "hash": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg=="
      }
    },
    "npm:log-update@2.3.0": {
      "type": "npm",
      "name": "npm:log-update@2.3.0",
      "data": {
        "version": "2.3.0",
        "packageName": "log-update",
        "hash": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg=="
      }
    },
    "npm:log-update": {
      "type": "npm",
      "name": "npm:log-update",
      "data": {
        "version": "4.0.0",
        "packageName": "log-update",
        "hash": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg=="
      }
    },
    "npm:slice-ansi@0.0.4": {
      "type": "npm",
      "name": "npm:slice-ansi@0.0.4",
      "data": {
        "version": "0.0.4",
        "packageName": "slice-ansi",
        "hash": "sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw=="
      }
    },
    "npm:slice-ansi@4.0.0": {
      "type": "npm",
      "name": "npm:slice-ansi@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "slice-ansi",
        "hash": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ=="
      }
    },
    "npm:slice-ansi": {
      "type": "npm",
      "name": "npm:slice-ansi",
      "data": {
        "version": "3.0.0",
        "packageName": "slice-ansi",
        "hash": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ=="
      }
    },
    "npm:listr-verbose-renderer": {
      "type": "npm",
      "name": "npm:listr-verbose-renderer",
      "data": {
        "version": "0.5.0",
        "packageName": "listr-verbose-renderer",
        "hash": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw=="
      }
    },
    "npm:listr2": {
      "type": "npm",
      "name": "npm:listr2",
      "data": {
        "version": "3.14.0",
        "packageName": "listr2",
        "hash": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g=="
      }
    },
    "npm:load-json-file": {
      "type": "npm",
      "name": "npm:load-json-file",
      "data": {
        "version": "6.2.0",
        "packageName": "load-json-file",
        "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ=="
      }
    },
    "npm:load-json-file@4.0.0": {
      "type": "npm",
      "name": "npm:load-json-file@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "load-json-file",
        "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw=="
      }
    },
    "npm:loader-runner": {
      "type": "npm",
      "name": "npm:loader-runner",
      "data": {
        "version": "4.3.1",
        "packageName": "loader-runner",
        "hash": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q=="
      }
    },
    "npm:lodash": {
      "type": "npm",
      "name": "npm:lodash",
      "data": {
        "version": "4.18.1",
        "packageName": "lodash",
        "hash": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="
      }
    },
    "npm:lodash.debounce": {
      "type": "npm",
      "name": "npm:lodash.debounce",
      "data": {
        "version": "4.0.8",
        "packageName": "lodash.debounce",
        "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
      }
    },
    "npm:lodash.ismatch": {
      "type": "npm",
      "name": "npm:lodash.ismatch",
      "data": {
        "version": "4.4.0",
        "packageName": "lodash.ismatch",
        "hash": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g=="
      }
    },
    "npm:lodash.memoize": {
      "type": "npm",
      "name": "npm:lodash.memoize",
      "data": {
        "version": "4.1.2",
        "packageName": "lodash.memoize",
        "hash": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
      }
    },
    "npm:lodash.merge": {
      "type": "npm",
      "name": "npm:lodash.merge",
      "data": {
        "version": "4.6.2",
        "packageName": "lodash.merge",
        "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
      }
    },
    "npm:lodash.once": {
      "type": "npm",
      "name": "npm:lodash.once",
      "data": {
        "version": "4.1.1",
        "packageName": "lodash.once",
        "hash": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
      }
    },
    "npm:lodash.sortby": {
      "type": "npm",
      "name": "npm:lodash.sortby",
      "data": {
        "version": "4.7.0",
        "packageName": "lodash.sortby",
        "hash": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
      }
    },
    "npm:lodash.zip": {
      "type": "npm",
      "name": "npm:lodash.zip",
      "data": {
        "version": "4.2.0",
        "packageName": "lodash.zip",
        "hash": "sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg=="
      }
    },
    "npm:logform": {
      "type": "npm",
      "name": "npm:logform",
      "data": {
        "version": "2.7.0",
        "packageName": "logform",
        "hash": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ=="
      }
    },
    "npm:@colors/colors@1.6.0": {
      "type": "npm",
      "name": "npm:@colors/colors@1.6.0",
      "data": {
        "version": "1.6.0",
        "packageName": "@colors/colors",
        "hash": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA=="
      }
    },
    "npm:loose-envify": {
      "type": "npm",
      "name": "npm:loose-envify",
      "data": {
        "version": "1.4.0",
        "packageName": "loose-envify",
        "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="
      }
    },
    "npm:lower-case": {
      "type": "npm",
      "name": "npm:lower-case",
      "data": {
        "version": "2.0.2",
        "packageName": "lower-case",
        "hash": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg=="
      }
    },
    "npm:lz-string": {
      "type": "npm",
      "name": "npm:lz-string",
      "data": {
        "version": "1.5.0",
        "packageName": "lz-string",
        "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ=="
      }
    },
    "npm:macos-version": {
      "type": "npm",
      "name": "npm:macos-version",
      "data": {
        "version": "6.0.0",
        "packageName": "macos-version",
        "hash": "sha512-O2S8voA+pMfCHhBn/TIYDXzJ1qNHpPDU32oFxglKnVdJABiYYITt45oLkV9yhwA3E2FDwn3tQqUFrTsr1p3sBQ=="
      }
    },
    "npm:magic-string": {
      "type": "npm",
      "name": "npm:magic-string",
      "data": {
        "version": "0.25.9",
        "packageName": "magic-string",
        "hash": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ=="
      }
    },
    "npm:make-dir": {
      "type": "npm",
      "name": "npm:make-dir",
      "data": {
        "version": "4.0.0",
        "packageName": "make-dir",
        "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw=="
      }
    },
    "npm:make-error": {
      "type": "npm",
      "name": "npm:make-error",
      "data": {
        "version": "1.3.6",
        "packageName": "make-error",
        "hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
      }
    },
    "npm:makeerror": {
      "type": "npm",
      "name": "npm:makeerror",
      "data": {
        "version": "1.0.12",
        "packageName": "makeerror",
        "hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg=="
      }
    },
    "npm:math-intrinsics": {
      "type": "npm",
      "name": "npm:math-intrinsics",
      "data": {
        "version": "1.1.0",
        "packageName": "math-intrinsics",
        "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="
      }
    },
    "npm:memoize-one": {
      "type": "npm",
      "name": "npm:memoize-one",
      "data": {
        "version": "4.0.3",
        "packageName": "memoize-one",
        "hash": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw=="
      }
    },
    "npm:meow": {
      "type": "npm",
      "name": "npm:meow",
      "data": {
        "version": "8.1.2",
        "packageName": "meow",
        "hash": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q=="
      }
    },
    "npm:meow@14.1.0": {
      "type": "npm",
      "name": "npm:meow@14.1.0",
      "data": {
        "version": "14.1.0",
        "packageName": "meow",
        "hash": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw=="
      }
    },
    "npm:read-pkg@5.2.0": {
      "type": "npm",
      "name": "npm:read-pkg@5.2.0",
      "data": {
        "version": "5.2.0",
        "packageName": "read-pkg",
        "hash": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg=="
      }
    },
    "npm:read-pkg@10.1.0": {
      "type": "npm",
      "name": "npm:read-pkg@10.1.0",
      "data": {
        "version": "10.1.0",
        "packageName": "read-pkg",
        "hash": "sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg=="
      }
    },
    "npm:read-pkg": {
      "type": "npm",
      "name": "npm:read-pkg",
      "data": {
        "version": "3.0.0",
        "packageName": "read-pkg",
        "hash": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA=="
      }
    },
    "npm:read-pkg-up@7.0.1": {
      "type": "npm",
      "name": "npm:read-pkg-up@7.0.1",
      "data": {
        "version": "7.0.1",
        "packageName": "read-pkg-up",
        "hash": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg=="
      }
    },
    "npm:read-pkg-up": {
      "type": "npm",
      "name": "npm:read-pkg-up",
      "data": {
        "version": "3.0.0",
        "packageName": "read-pkg-up",
        "hash": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw=="
      }
    },
    "npm:merge-stream": {
      "type": "npm",
      "name": "npm:merge-stream",
      "data": {
        "version": "2.0.0",
        "packageName": "merge-stream",
        "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
      }
    },
    "npm:merge2": {
      "type": "npm",
      "name": "npm:merge2",
      "data": {
        "version": "1.4.1",
        "packageName": "merge2",
        "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
      }
    },
    "npm:micromatch": {
      "type": "npm",
      "name": "npm:micromatch",
      "data": {
        "version": "4.0.8",
        "packageName": "micromatch",
        "hash": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="
      }
    },
    "npm:mime-db": {
      "type": "npm",
      "name": "npm:mime-db",
      "data": {
        "version": "1.52.0",
        "packageName": "mime-db",
        "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
      }
    },
    "npm:mime-types": {
      "type": "npm",
      "name": "npm:mime-types",
      "data": {
        "version": "2.1.35",
        "packageName": "mime-types",
        "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="
      }
    },
    "npm:mimic-function": {
      "type": "npm",
      "name": "npm:mimic-function",
      "data": {
        "version": "5.0.1",
        "packageName": "mimic-function",
        "hash": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA=="
      }
    },
    "npm:min-indent": {
      "type": "npm",
      "name": "npm:min-indent",
      "data": {
        "version": "1.0.1",
        "packageName": "min-indent",
        "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
      }
    },
    "npm:minimist": {
      "type": "npm",
      "name": "npm:minimist",
      "data": {
        "version": "1.2.8",
        "packageName": "minimist",
        "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
      }
    },
    "npm:minimist-options": {
      "type": "npm",
      "name": "npm:minimist-options",
      "data": {
        "version": "4.1.0",
        "packageName": "minimist-options",
        "hash": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A=="
      }
    },
    "npm:minipass": {
      "type": "npm",
      "name": "npm:minipass",
      "data": {
        "version": "7.1.3",
        "packageName": "minipass",
        "hash": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A=="
      }
    },
    "npm:minipass@3.3.6": {
      "type": "npm",
      "name": "npm:minipass@3.3.6",
      "data": {
        "version": "3.3.6",
        "packageName": "minipass",
        "hash": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="
      }
    },
    "npm:minipass-collect": {
      "type": "npm",
      "name": "npm:minipass-collect",
      "data": {
        "version": "2.0.1",
        "packageName": "minipass-collect",
        "hash": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw=="
      }
    },
    "npm:minipass-flush": {
      "type": "npm",
      "name": "npm:minipass-flush",
      "data": {
        "version": "1.0.5",
        "packageName": "minipass-flush",
        "hash": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw=="
      }
    },
    "npm:minipass-pipeline": {
      "type": "npm",
      "name": "npm:minipass-pipeline",
      "data": {
        "version": "1.2.4",
        "packageName": "minipass-pipeline",
        "hash": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A=="
      }
    },
    "npm:minizlib": {
      "type": "npm",
      "name": "npm:minizlib",
      "data": {
        "version": "3.1.0",
        "packageName": "minizlib",
        "hash": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw=="
      }
    },
    "npm:modify-values": {
      "type": "npm",
      "name": "npm:modify-values",
      "data": {
        "version": "1.0.1",
        "packageName": "modify-values",
        "hash": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw=="
      }
    },
    "npm:ms": {
      "type": "npm",
      "name": "npm:ms",
      "data": {
        "version": "2.1.3",
        "packageName": "ms",
        "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
      }
    },
    "npm:nanoid": {
      "type": "npm",
      "name": "npm:nanoid",
      "data": {
        "version": "3.3.11",
        "packageName": "nanoid",
        "hash": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
      }
    },
    "npm:napi-postinstall": {
      "type": "npm",
      "name": "npm:napi-postinstall",
      "data": {
        "version": "0.3.2",
        "packageName": "napi-postinstall",
        "hash": "sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw=="
      }
    },
    "npm:natural-compare": {
      "type": "npm",
      "name": "npm:natural-compare",
      "data": {
        "version": "1.4.0",
        "packageName": "natural-compare",
        "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
      }
    },
    "npm:negotiator": {
      "type": "npm",
      "name": "npm:negotiator",
      "data": {
        "version": "1.0.0",
        "packageName": "negotiator",
        "hash": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg=="
      }
    },
    "npm:neo-async": {
      "type": "npm",
      "name": "npm:neo-async",
      "data": {
        "version": "2.6.2",
        "packageName": "neo-async",
        "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
      }
    },
    "npm:new-github-release-url": {
      "type": "npm",
      "name": "npm:new-github-release-url",
      "data": {
        "version": "2.0.0",
        "packageName": "new-github-release-url",
        "hash": "sha512-NHDDGYudnvRutt/VhKFlX26IotXe1w0cmkDm6JGquh5bz/bDTw0LufSmH/GxTjEdpHEO+bVKFTwdrcGa/9XlKQ=="
      }
    },
    "npm:next": {
      "type": "npm",
      "name": "npm:next",
      "data": {
        "version": "16.2.3",
        "packageName": "next",
        "hash": "sha512-9V3zV4oZFza3PVev5/poB9g0dEafVcgNyQ8eTRop8GvxZjV2G15FC5ARuG1eFD42QgeYkzJBJzHghNP8Ad9xtA=="
      }
    },
    "npm:no-case": {
      "type": "npm",
      "name": "npm:no-case",
      "data": {
        "version": "3.0.4",
        "packageName": "no-case",
        "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg=="
      }
    },
    "npm:node-addon-api": {
      "type": "npm",
      "name": "npm:node-addon-api",
      "data": {
        "version": "7.1.1",
        "packageName": "node-addon-api",
        "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
      }
    },
    "npm:node-exports-info": {
      "type": "npm",
      "name": "npm:node-exports-info",
      "data": {
        "version": "1.6.0",
        "packageName": "node-exports-info",
        "hash": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw=="
      }
    },
    "npm:node-gyp": {
      "type": "npm",
      "name": "npm:node-gyp",
      "data": {
        "version": "12.2.0",
        "packageName": "node-gyp",
        "hash": "sha512-q23WdzrQv48KozXlr0U1v9dwO/k59NHeSzn6loGcasyf0UnSrtzs8kRxM+mfwJSf0DkX0s43hcqgnSO4/VNthQ=="
      }
    },
    "npm:nopt@9.0.0": {
      "type": "npm",
      "name": "npm:nopt@9.0.0",
      "data": {
        "version": "9.0.0",
        "packageName": "nopt",
        "hash": "sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw=="
      }
    },
    "npm:nopt": {
      "type": "npm",
      "name": "npm:nopt",
      "data": {
        "version": "8.1.0",
        "packageName": "nopt",
        "hash": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A=="
      }
    },
    "npm:node-int64": {
      "type": "npm",
      "name": "npm:node-int64",
      "data": {
        "version": "0.4.0",
        "packageName": "node-int64",
        "hash": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
      }
    },
    "npm:node-releases": {
      "type": "npm",
      "name": "npm:node-releases",
      "data": {
        "version": "2.0.37",
        "packageName": "node-releases",
        "hash": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg=="
      }
    },
    "npm:normalize-path": {
      "type": "npm",
      "name": "npm:normalize-path",
      "data": {
        "version": "3.0.0",
        "packageName": "normalize-path",
        "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
      }
    },
    "npm:normalize.css": {
      "type": "npm",
      "name": "npm:normalize.css",
      "data": {
        "version": "8.0.1",
        "packageName": "normalize.css",
        "hash": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
      }
    },
    "npm:np": {
      "type": "npm",
      "name": "npm:np",
      "data": {
        "version": "11.0.3",
        "packageName": "np",
        "hash": "sha512-a1Yp3AR/l5OH9cTxjdPuunRQYHU8M/K2YSuzaG4HBaFEkYzLWFl7OhB9ayWACc1Uo1Xdho0MsB+HaBjvPgyU5g=="
      }
    },
    "npm:parse-json@8.3.0": {
      "type": "npm",
      "name": "npm:parse-json@8.3.0",
      "data": {
        "version": "8.3.0",
        "packageName": "parse-json",
        "hash": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ=="
      }
    },
    "npm:parse-json": {
      "type": "npm",
      "name": "npm:parse-json",
      "data": {
        "version": "5.2.0",
        "packageName": "parse-json",
        "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg=="
      }
    },
    "npm:parse-json@4.0.0": {
      "type": "npm",
      "name": "npm:parse-json@4.0.0",
      "data": {
        "version": "4.0.0",
        "packageName": "parse-json",
        "hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw=="
      }
    },
    "npm:path-exists@5.0.0": {
      "type": "npm",
      "name": "npm:path-exists@5.0.0",
      "data": {
        "version": "5.0.0",
        "packageName": "path-exists",
        "hash": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ=="
      }
    },
    "npm:path-exists": {
      "type": "npm",
      "name": "npm:path-exists",
      "data": {
        "version": "4.0.0",
        "packageName": "path-exists",
        "hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
      }
    },
    "npm:path-exists@3.0.0": {
      "type": "npm",
      "name": "npm:path-exists@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "path-exists",
        "hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
      }
    },
    "npm:unicorn-magic@0.4.0": {
      "type": "npm",
      "name": "npm:unicorn-magic@0.4.0",
      "data": {
        "version": "0.4.0",
        "packageName": "unicorn-magic",
        "hash": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw=="
      }
    },
    "npm:unicorn-magic": {
      "type": "npm",
      "name": "npm:unicorn-magic",
      "data": {
        "version": "0.3.0",
        "packageName": "unicorn-magic",
        "hash": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="
      }
    },
    "npm:npm-install-checks": {
      "type": "npm",
      "name": "npm:npm-install-checks",
      "data": {
        "version": "7.1.2",
        "packageName": "npm-install-checks",
        "hash": "sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ=="
      }
    },
    "npm:npm-install-checks@8.0.0": {
      "type": "npm",
      "name": "npm:npm-install-checks@8.0.0",
      "data": {
        "version": "8.0.0",
        "packageName": "npm-install-checks",
        "hash": "sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA=="
      }
    },
    "npm:npm-name": {
      "type": "npm",
      "name": "npm:npm-name",
      "data": {
        "version": "8.0.0",
        "packageName": "npm-name",
        "hash": "sha512-DIuCGcKYYhASAZW6Xh/tiaGMko8IHOHe0n3zOA7SzTi0Yvy00x8L7sa5yNiZ75Ny58O/KeRtNouy8Ut6gPbKiw=="
      }
    },
    "npm:npm-package-arg": {
      "type": "npm",
      "name": "npm:npm-package-arg",
      "data": {
        "version": "13.0.1",
        "packageName": "npm-package-arg",
        "hash": "sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag=="
      }
    },
    "npm:npm-package-arg@12.0.2": {
      "type": "npm",
      "name": "npm:npm-package-arg@12.0.2",
      "data": {
        "version": "12.0.2",
        "packageName": "npm-package-arg",
        "hash": "sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA=="
      }
    },
    "npm:npm-packlist": {
      "type": "npm",
      "name": "npm:npm-packlist",
      "data": {
        "version": "10.0.3",
        "packageName": "npm-packlist",
        "hash": "sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg=="
      }
    },
    "npm:npm-pick-manifest": {
      "type": "npm",
      "name": "npm:npm-pick-manifest",
      "data": {
        "version": "11.0.3",
        "packageName": "npm-pick-manifest",
        "hash": "sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ=="
      }
    },
    "npm:npm-pick-manifest@10.0.0": {
      "type": "npm",
      "name": "npm:npm-pick-manifest@10.0.0",
      "data": {
        "version": "10.0.0",
        "packageName": "npm-pick-manifest",
        "hash": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ=="
      }
    },
    "npm:npm-registry-fetch": {
      "type": "npm",
      "name": "npm:npm-registry-fetch",
      "data": {
        "version": "19.1.0",
        "packageName": "npm-registry-fetch",
        "hash": "sha512-xyZLfs7TxPu/WKjHUs0jZOPinzBAI32kEUel6za0vH+JUTnFZ5zbHI1ZoGZRDm6oMjADtrli6FxtMlk/5ABPNw=="
      }
    },
    "npm:nth-check": {
      "type": "npm",
      "name": "npm:nth-check",
      "data": {
        "version": "2.1.1",
        "packageName": "nth-check",
        "hash": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w=="
      }
    },
    "npm:number-is-nan": {
      "type": "npm",
      "name": "npm:number-is-nan",
      "data": {
        "version": "1.0.1",
        "packageName": "number-is-nan",
        "hash": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ=="
      }
    },
    "npm:nx": {
      "type": "npm",
      "name": "npm:nx",
      "data": {
        "version": "22.6.5",
        "packageName": "nx",
        "hash": "sha512-VRKhDAt684dXNSz9MNjE7MekkCfQF41P2PSx5jEWQjDEP1Z4jFZbyeygWs5ZyOroG7/n0MoWAJTe6ftvIcBOAg=="
      }
    },
    "npm:open@8.4.2": {
      "type": "npm",
      "name": "npm:open@8.4.2",
      "data": {
        "version": "8.4.2",
        "packageName": "open",
        "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="
      }
    },
    "npm:open": {
      "type": "npm",
      "name": "npm:open",
      "data": {
        "version": "11.0.0",
        "packageName": "open",
        "hash": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw=="
      }
    },
    "npm:strip-bom@3.0.0": {
      "type": "npm",
      "name": "npm:strip-bom@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "strip-bom",
        "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA=="
      }
    },
    "npm:strip-bom": {
      "type": "npm",
      "name": "npm:strip-bom",
      "data": {
        "version": "4.0.0",
        "packageName": "strip-bom",
        "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
      }
    },
    "npm:tsconfig-paths@4.2.0": {
      "type": "npm",
      "name": "npm:tsconfig-paths@4.2.0",
      "data": {
        "version": "4.2.0",
        "packageName": "tsconfig-paths",
        "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg=="
      }
    },
    "npm:tsconfig-paths": {
      "type": "npm",
      "name": "npm:tsconfig-paths",
      "data": {
        "version": "3.15.0",
        "packageName": "tsconfig-paths",
        "hash": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg=="
      }
    },
    "npm:object-assign": {
      "type": "npm",
      "name": "npm:object-assign",
      "data": {
        "version": "4.1.1",
        "packageName": "object-assign",
        "hash": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
      }
    },
    "npm:object-inspect": {
      "type": "npm",
      "name": "npm:object-inspect",
      "data": {
        "version": "1.13.4",
        "packageName": "object-inspect",
        "hash": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="
      }
    },
    "npm:object-keys": {
      "type": "npm",
      "name": "npm:object-keys",
      "data": {
        "version": "1.1.1",
        "packageName": "object-keys",
        "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
      }
    },
    "npm:object.assign": {
      "type": "npm",
      "name": "npm:object.assign",
      "data": {
        "version": "4.1.7",
        "packageName": "object.assign",
        "hash": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw=="
      }
    },
    "npm:object.entries": {
      "type": "npm",
      "name": "npm:object.entries",
      "data": {
        "version": "1.1.9",
        "packageName": "object.entries",
        "hash": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw=="
      }
    },
    "npm:object.fromentries": {
      "type": "npm",
      "name": "npm:object.fromentries",
      "data": {
        "version": "2.0.8",
        "packageName": "object.fromentries",
        "hash": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ=="
      }
    },
    "npm:object.groupby": {
      "type": "npm",
      "name": "npm:object.groupby",
      "data": {
        "version": "1.0.3",
        "packageName": "object.groupby",
        "hash": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ=="
      }
    },
    "npm:object.values": {
      "type": "npm",
      "name": "npm:object.values",
      "data": {
        "version": "1.2.1",
        "packageName": "object.values",
        "hash": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA=="
      }
    },
    "npm:once": {
      "type": "npm",
      "name": "npm:once",
      "data": {
        "version": "1.4.0",
        "packageName": "once",
        "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="
      }
    },
    "npm:one-time": {
      "type": "npm",
      "name": "npm:one-time",
      "data": {
        "version": "1.0.0",
        "packageName": "one-time",
        "hash": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g=="
      }
    },
    "npm:open-cli": {
      "type": "npm",
      "name": "npm:open-cli",
      "data": {
        "version": "9.0.0",
        "packageName": "open-cli",
        "hash": "sha512-4UHkLVm4tUM/ardg66uY3x1icgfCnunks5eFVFBzASO3b13Ow2Md3xs9YT7yXWFjXOBpauIeh/N9fvbziU1wkg=="
      }
    },
    "npm:powershell-utils@0.1.0": {
      "type": "npm",
      "name": "npm:powershell-utils@0.1.0",
      "data": {
        "version": "0.1.0",
        "packageName": "powershell-utils",
        "hash": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A=="
      }
    },
    "npm:powershell-utils": {
      "type": "npm",
      "name": "npm:powershell-utils",
      "data": {
        "version": "0.2.0",
        "packageName": "powershell-utils",
        "hash": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw=="
      }
    },
    "npm:optionator": {
      "type": "npm",
      "name": "npm:optionator",
      "data": {
        "version": "0.9.4",
        "packageName": "optionator",
        "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g=="
      }
    },
    "npm:ora": {
      "type": "npm",
      "name": "npm:ora",
      "data": {
        "version": "5.3.0",
        "packageName": "ora",
        "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g=="
      }
    },
    "npm:org-regex": {
      "type": "npm",
      "name": "npm:org-regex",
      "data": {
        "version": "1.0.0",
        "packageName": "org-regex",
        "hash": "sha512-7bqkxkEJwzJQUAlyYniqEZ3Ilzjh0yoa62c7gL6Ijxj5bEpPL+8IE1Z0PFj0ywjjXQcdrwR51g9MIcLezR0hKQ=="
      }
    },
    "npm:os-tmpdir": {
      "type": "npm",
      "name": "npm:os-tmpdir",
      "data": {
        "version": "1.0.2",
        "packageName": "os-tmpdir",
        "hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
      }
    },
    "npm:ospath": {
      "type": "npm",
      "name": "npm:ospath",
      "data": {
        "version": "1.2.2",
        "packageName": "ospath",
        "hash": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA=="
      }
    },
    "npm:own-keys": {
      "type": "npm",
      "name": "npm:own-keys",
      "data": {
        "version": "1.0.1",
        "packageName": "own-keys",
        "hash": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg=="
      }
    },
    "npm:oxfmt": {
      "type": "npm",
      "name": "npm:oxfmt",
      "data": {
        "version": "0.45.0",
        "packageName": "oxfmt",
        "hash": "sha512-0o/COoN9fY50bjVeM7PQsNgbhndKurBIeTIcspW033OumksjJJmIVDKjAk5HMwU/GHTxSOdGDdhJ6BRzGPmsHg=="
      }
    },
    "npm:p-finally": {
      "type": "npm",
      "name": "npm:p-finally",
      "data": {
        "version": "1.0.0",
        "packageName": "p-finally",
        "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow=="
      }
    },
    "npm:p-map-series": {
      "type": "npm",
      "name": "npm:p-map-series",
      "data": {
        "version": "2.1.0",
        "packageName": "p-map-series",
        "hash": "sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q=="
      }
    },
    "npm:p-memoize": {
      "type": "npm",
      "name": "npm:p-memoize",
      "data": {
        "version": "8.0.0",
        "packageName": "p-memoize",
        "hash": "sha512-jdZ10MCxavHoIHwJ5oweOtYy6ElPixEHaMkz0AuaEMovR1MRpVvYFzIEHRxgMEpXYzNpRVByFAniAzwmd1/uug=="
      }
    },
    "npm:p-pipe": {
      "type": "npm",
      "name": "npm:p-pipe",
      "data": {
        "version": "3.1.0",
        "packageName": "p-pipe",
        "hash": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw=="
      }
    },
    "npm:p-queue": {
      "type": "npm",
      "name": "npm:p-queue",
      "data": {
        "version": "6.6.2",
        "packageName": "p-queue",
        "hash": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ=="
      }
    },
    "npm:p-timeout@3.2.0": {
      "type": "npm",
      "name": "npm:p-timeout@3.2.0",
      "data": {
        "version": "3.2.0",
        "packageName": "p-timeout",
        "hash": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg=="
      }
    },
    "npm:p-reduce": {
      "type": "npm",
      "name": "npm:p-reduce",
      "data": {
        "version": "2.1.0",
        "packageName": "p-reduce",
        "hash": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw=="
      }
    },
    "npm:p-try": {
      "type": "npm",
      "name": "npm:p-try",
      "data": {
        "version": "2.2.0",
        "packageName": "p-try",
        "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
      }
    },
    "npm:p-try@1.0.0": {
      "type": "npm",
      "name": "npm:p-try@1.0.0",
      "data": {
        "version": "1.0.0",
        "packageName": "p-try",
        "hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww=="
      }
    },
    "npm:p-waterfall": {
      "type": "npm",
      "name": "npm:p-waterfall",
      "data": {
        "version": "2.1.1",
        "packageName": "p-waterfall",
        "hash": "sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw=="
      }
    },
    "npm:package-directory": {
      "type": "npm",
      "name": "npm:package-directory",
      "data": {
        "version": "8.2.0",
        "packageName": "package-directory",
        "hash": "sha512-qJSu5Mo6tHmRxCy2KCYYKYgcfBdUpy9dwReaZD/xwf608AUk/MoRtIOWzgDtUeGeC7n/55yC3MI1Q+MbSoektw=="
      }
    },
    "npm:package-json": {
      "type": "npm",
      "name": "npm:package-json",
      "data": {
        "version": "10.0.1",
        "packageName": "package-json",
        "hash": "sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg=="
      }
    },
    "npm:package-json-from-dist": {
      "type": "npm",
      "name": "npm:package-json-from-dist",
      "data": {
        "version": "1.0.1",
        "packageName": "package-json-from-dist",
        "hash": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
      }
    },
    "npm:parent-module": {
      "type": "npm",
      "name": "npm:parent-module",
      "data": {
        "version": "1.0.1",
        "packageName": "parent-module",
        "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="
      }
    },
    "npm:parse-conflict-json": {
      "type": "npm",
      "name": "npm:parse-conflict-json",
      "data": {
        "version": "4.0.0",
        "packageName": "parse-conflict-json",
        "hash": "sha512-37CN2VtcuvKgHUs8+0b1uJeEsbGn61GRHz469C94P5xiOoqpDYJYwjg4RY9Vmz39WyZAVkR5++nbJwLMIgOCnQ=="
      }
    },
    "npm:parse-ms": {
      "type": "npm",
      "name": "npm:parse-ms",
      "data": {
        "version": "4.0.0",
        "packageName": "parse-ms",
        "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw=="
      }
    },
    "npm:parse-path": {
      "type": "npm",
      "name": "npm:parse-path",
      "data": {
        "version": "7.1.0",
        "packageName": "parse-path",
        "hash": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw=="
      }
    },
    "npm:parse-url": {
      "type": "npm",
      "name": "npm:parse-url",
      "data": {
        "version": "8.1.0",
        "packageName": "parse-url",
        "hash": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w=="
      }
    },
    "npm:parse5": {
      "type": "npm",
      "name": "npm:parse5",
      "data": {
        "version": "7.3.0",
        "packageName": "parse5",
        "hash": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="
      }
    },
    "npm:parse5-htmlparser2-tree-adapter": {
      "type": "npm",
      "name": "npm:parse5-htmlparser2-tree-adapter",
      "data": {
        "version": "7.1.0",
        "packageName": "parse5-htmlparser2-tree-adapter",
        "hash": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g=="
      }
    },
    "npm:parse5-parser-stream": {
      "type": "npm",
      "name": "npm:parse5-parser-stream",
      "data": {
        "version": "7.1.2",
        "packageName": "parse5-parser-stream",
        "hash": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow=="
      }
    },
    "npm:path-is-absolute": {
      "type": "npm",
      "name": "npm:path-is-absolute",
      "data": {
        "version": "1.0.1",
        "packageName": "path-is-absolute",
        "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
      }
    },
    "npm:path-parse": {
      "type": "npm",
      "name": "npm:path-parse",
      "data": {
        "version": "1.0.7",
        "packageName": "path-parse",
        "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
      }
    },
    "npm:pend": {
      "type": "npm",
      "name": "npm:pend",
      "data": {
        "version": "1.2.0",
        "packageName": "pend",
        "hash": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
      }
    },
    "npm:performance-now": {
      "type": "npm",
      "name": "npm:performance-now",
      "data": {
        "version": "2.1.0",
        "packageName": "performance-now",
        "hash": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
      }
    },
    "npm:picocolors": {
      "type": "npm",
      "name": "npm:picocolors",
      "data": {
        "version": "1.1.1",
        "packageName": "picocolors",
        "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
      }
    },
    "npm:pify": {
      "type": "npm",
      "name": "npm:pify",
      "data": {
        "version": "2.3.0",
        "packageName": "pify",
        "hash": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
      }
    },
    "npm:pify@3.0.0": {
      "type": "npm",
      "name": "npm:pify@3.0.0",
      "data": {
        "version": "3.0.0",
        "packageName": "pify",
        "hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="
      }
    },
    "npm:pirates": {
      "type": "npm",
      "name": "npm:pirates",
      "data": {
        "version": "4.0.7",
        "packageName": "pirates",
        "hash": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA=="
      }
    },
    "npm:pkg-dir": {
      "type": "npm",
      "name": "npm:pkg-dir",
      "data": {
        "version": "4.2.0",
        "packageName": "pkg-dir",
        "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ=="
      }
    },
    "npm:possible-typed-array-names": {
      "type": "npm",
      "name": "npm:possible-typed-array-names",
      "data": {
        "version": "1.1.0",
        "packageName": "possible-typed-array-names",
        "hash": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="
      }
    },
    "npm:postcss": {
      "type": "npm",
      "name": "npm:postcss",
      "data": {
        "version": "8.4.31",
        "packageName": "postcss",
        "hash": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ=="
      }
    },
    "npm:postcss-selector-parser": {
      "type": "npm",
      "name": "npm:postcss-selector-parser",
      "data": {
        "version": "7.1.1",
        "packageName": "postcss-selector-parser",
        "hash": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg=="
      }
    },
    "npm:prelude-ls": {
      "type": "npm",
      "name": "npm:prelude-ls",
      "data": {
        "version": "1.2.1",
        "packageName": "prelude-ls",
        "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
      }
    },
    "npm:presentable-error": {
      "type": "npm",
      "name": "npm:presentable-error",
      "data": {
        "version": "0.0.1",
        "packageName": "presentable-error",
        "hash": "sha512-E6rsNU1QNJgB3sjj7OANinGncFKuK+164sLXw1/CqBjj/EkXSoSdHCtWQGBNlREIGLnL7IEUEGa08YFVUbrhVg=="
      }
    },
    "npm:pretty-bytes": {
      "type": "npm",
      "name": "npm:pretty-bytes",
      "data": {
        "version": "5.6.0",
        "packageName": "pretty-bytes",
        "hash": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
      }
    },
    "npm:pretty-ms": {
      "type": "npm",
      "name": "npm:pretty-ms",
      "data": {
        "version": "9.3.0",
        "packageName": "pretty-ms",
        "hash": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ=="
      }
    },
    "npm:process": {
      "type": "npm",
      "name": "npm:process",
      "data": {
        "version": "0.11.10",
        "packageName": "process",
        "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="
      }
    },
    "npm:process-nextick-args": {
      "type": "npm",
      "name": "npm:process-nextick-args",
      "data": {
        "version": "2.0.1",
        "packageName": "process-nextick-args",
        "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
      }
    },
    "npm:proggy": {
      "type": "npm",
      "name": "npm:proggy",
      "data": {
        "version": "3.0.0",
        "packageName": "proggy",
        "hash": "sha512-QE8RApCM3IaRRxVzxrjbgNMpQEX6Wu0p0KBeoSiSEw5/bsGwZHsshF4LCxH2jp/r6BU+bqA3LrMDEYNfJnpD8Q=="
      }
    },
    "npm:promise-all-reject-late": {
      "type": "npm",
      "name": "npm:promise-all-reject-late",
      "data": {
        "version": "1.0.1",
        "packageName": "promise-all-reject-late",
        "hash": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw=="
      }
    },
    "npm:promise-call-limit": {
      "type": "npm",
      "name": "npm:promise-call-limit",
      "data": {
        "version": "3.0.2",
        "packageName": "promise-call-limit",
        "hash": "sha512-mRPQO2T1QQVw11E7+UdCJu7S61eJVWknzml9sC1heAdj1jxl0fWMBypIt9ZOcLFf8FkG995ZD7RnVk7HH72fZw=="
      }
    },
    "npm:promise-retry": {
      "type": "npm",
      "name": "npm:promise-retry",
      "data": {
        "version": "2.0.1",
        "packageName": "promise-retry",
        "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g=="
      }
    },
    "npm:promzard": {
      "type": "npm",
      "name": "npm:promzard",
      "data": {
        "version": "2.0.0",
        "packageName": "promzard",
        "hash": "sha512-Ncd0vyS2eXGOjchIRg6PVCYKetJYrW1BSbbIo+bKdig61TB6nH2RQNF2uP+qMpsI73L/jURLWojcw8JNIKZ3gg=="
      }
    },
    "npm:prop-types": {
      "type": "npm",
      "name": "npm:prop-types",
      "data": {
        "version": "15.8.1",
        "packageName": "prop-types",
        "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg=="
      }
    },
    "npm:proto-list": {
      "type": "npm",
      "name": "npm:proto-list",
      "data": {
        "version": "1.2.4",
        "packageName": "proto-list",
        "hash": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
      }
    },
    "npm:protocols": {
      "type": "npm",
      "name": "npm:protocols",
      "data": {
        "version": "2.0.2",
        "packageName": "protocols",
        "hash": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ=="
      }
    },
    "npm:pump": {
      "type": "npm",
      "name": "npm:pump",
      "data": {
        "version": "3.0.2",
        "packageName": "pump",
        "hash": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw=="
      }
    },
    "npm:punycode": {
      "type": "npm",
      "name": "npm:punycode",
      "data": {
        "version": "2.3.1",
        "packageName": "punycode",
        "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
      }
    },
    "npm:pupa": {
      "type": "npm",
      "name": "npm:pupa",
      "data": {
        "version": "3.1.0",
        "packageName": "pupa",
        "hash": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug=="
      }
    },
    "npm:pure-rand": {
      "type": "npm",
      "name": "npm:pure-rand",
      "data": {
        "version": "7.0.1",
        "packageName": "pure-rand",
        "hash": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ=="
      }
    },
    "npm:qs": {
      "type": "npm",
      "name": "npm:qs",
      "data": {
        "version": "6.14.2",
        "packageName": "qs",
        "hash": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q=="
      }
    },
    "npm:queue-microtask": {
      "type": "npm",
      "name": "npm:queue-microtask",
      "data": {
        "version": "1.2.3",
        "packageName": "queue-microtask",
        "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
      }
    },
    "npm:quick-lru": {
      "type": "npm",
      "name": "npm:quick-lru",
      "data": {
        "version": "4.0.1",
        "packageName": "quick-lru",
        "hash": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
      }
    },
    "npm:randombytes": {
      "type": "npm",
      "name": "npm:randombytes",
      "data": {
        "version": "2.1.0",
        "packageName": "randombytes",
        "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ=="
      }
    },
    "npm:rc": {
      "type": "npm",
      "name": "npm:rc",
      "data": {
        "version": "1.2.8",
        "packageName": "rc",
        "hash": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw=="
      }
    },
    "npm:strip-json-comments@2.0.1": {
      "type": "npm",
      "name": "npm:strip-json-comments@2.0.1",
      "data": {
        "version": "2.0.1",
        "packageName": "strip-json-comments",
        "hash": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ=="
      }
    },
    "npm:strip-json-comments": {
      "type": "npm",
      "name": "npm:strip-json-comments",
      "data": {
        "version": "3.1.1",
        "packageName": "strip-json-comments",
        "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
      }
    },
    "npm:react": {
      "type": "npm",
      "name": "npm:react",
      "data": {
        "version": "19.2.5",
        "packageName": "react",
        "hash": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA=="
      }
    },
    "npm:react-cool-onclickoutside": {
      "type": "npm",
      "name": "npm:react-cool-onclickoutside",
      "data": {
        "version": "1.7.0",
        "packageName": "react-cool-onclickoutside",
        "hash": "sha512-HVZK2155Unee+enpoHKyYP2UdQK69thw90XAOUCjvJBcgRSgfRPgWWt/W1dYzoGp3+nleAa8SJxF1d4FMA4Qmw=="
      }
    },
    "npm:react-dom": {
      "type": "npm",
      "name": "npm:react-dom",
      "data": {
        "version": "19.2.5",
        "packageName": "react-dom",
        "hash": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag=="
      }
    },
    "npm:react-highlight-words": {
      "type": "npm",
      "name": "npm:react-highlight-words",
      "data": {
        "version": "0.21.0",
        "packageName": "react-highlight-words",
        "hash": "sha512-SdWEeU9fIINArEPO1rO5OxPyuhdEKZQhHzZZP1ie6UeXQf+CjycT1kWaB+9bwGcVbR0NowuHK3RqgqNg6bgBDQ=="
      }
    },
    "npm:react-lifecycles-compat": {
      "type": "npm",
      "name": "npm:react-lifecycles-compat",
      "data": {
        "version": "3.0.4",
        "packageName": "react-lifecycles-compat",
        "hash": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
      }
    },
    "npm:react-modal": {
      "type": "npm",
      "name": "npm:react-modal",
      "data": {
        "version": "3.16.3",
        "packageName": "react-modal",
        "hash": "sha512-yCYRJB5YkeQDQlTt17WGAgFJ7jr2QYcWa1SHqZ3PluDmnKJ/7+tVU+E6uKyZ0nODaeEj+xCpK4LcSnKXLMC0Nw=="
      }
    },
    "npm:react-redux": {
      "type": "npm",
      "name": "npm:react-redux",
      "data": {
        "version": "9.2.0",
        "packageName": "react-redux",
        "hash": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g=="
      }
    },
    "npm:react-window": {
      "type": "npm",
      "name": "npm:react-window",
      "data": {
        "version": "2.2.7",
        "packageName": "react-window",
        "hash": "sha512-SH5nvfUQwGHYyriDUAOt7wfPsfG9Qxd6OdzQxl5oQ4dsSsUicqQvjV7dR+NqZ4coY0fUn3w1jnC5PwzIUWEg5w=="
      }
    },
    "npm:read": {
      "type": "npm",
      "name": "npm:read",
      "data": {
        "version": "4.1.0",
        "packageName": "read",
        "hash": "sha512-uRfX6K+f+R8OOrYScaM3ixPY4erg69f8DN6pgTvMcA9iRc8iDhwrA4m3Yu8YYKsXJgVvum+m8PkRboZwwuLzYA=="
      }
    },
    "npm:read-package-up": {
      "type": "npm",
      "name": "npm:read-package-up",
      "data": {
        "version": "12.0.0",
        "packageName": "read-package-up",
        "hash": "sha512-Q5hMVBYur/eQNWDdbF4/Wqqr9Bjvtrw2kjGxxBbKLbx8bVCL8gcArjTy8zDUuLGQicftpMuU0riQNcAsbtOVsw=="
      }
    },
    "npm:readdirp": {
      "type": "npm",
      "name": "npm:readdirp",
      "data": {
        "version": "4.1.2",
        "packageName": "readdirp",
        "hash": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="
      }
    },
    "npm:redent": {
      "type": "npm",
      "name": "npm:redent",
      "data": {
        "version": "3.0.0",
        "packageName": "redent",
        "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg=="
      }
    },
    "npm:redux-saga": {
      "type": "npm",
      "name": "npm:redux-saga",
      "data": {
        "version": "1.4.2",
        "packageName": "redux-saga",
        "hash": "sha512-QLIn/q+7MX/B+MkGJ/K6R3//60eJ4QNy65eqPsJrfGezbxdh1Jx+37VRKE2K4PsJnNET5JufJtgWdT30WBa+6w=="
      }
    },
    "npm:redux-thunk": {
      "type": "npm",
      "name": "npm:redux-thunk",
      "data": {
        "version": "3.1.0",
        "packageName": "redux-thunk",
        "hash": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw=="
      }
    },
    "npm:reflect.getprototypeof": {
      "type": "npm",
      "name": "npm:reflect.getprototypeof",
      "data": {
        "version": "1.0.10",
        "packageName": "reflect.getprototypeof",
        "hash": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw=="
      }
    },
    "npm:regenerate": {
      "type": "npm",
      "name": "npm:regenerate",
      "data": {
        "version": "1.4.2",
        "packageName": "regenerate",
        "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
      }
    },
    "npm:regenerate-unicode-properties": {
      "type": "npm",
      "name": "npm:regenerate-unicode-properties",
      "data": {
        "version": "10.2.2",
        "packageName": "regenerate-unicode-properties",
        "hash": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g=="
      }
    },
    "npm:regexp.prototype.flags": {
      "type": "npm",
      "name": "npm:regexp.prototype.flags",
      "data": {
        "version": "1.5.4",
        "packageName": "regexp.prototype.flags",
        "hash": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA=="
      }
    },
    "npm:regexpu-core": {
      "type": "npm",
      "name": "npm:regexpu-core",
      "data": {
        "version": "6.4.0",
        "packageName": "regexpu-core",
        "hash": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA=="
      }
    },
    "npm:registry-auth-token": {
      "type": "npm",
      "name": "npm:registry-auth-token",
      "data": {
        "version": "5.1.0",
        "packageName": "registry-auth-token",
        "hash": "sha512-GdekYuwLXLxMuFTwAPg5UKGLW/UXzQrZvH/Zj791BQif5T05T0RsaLfHc9q3ZOKi7n+BoprPD9mJ0O0k4xzUlw=="
      }
    },
    "npm:registry-url": {
      "type": "npm",
      "name": "npm:registry-url",
      "data": {
        "version": "6.0.1",
        "packageName": "registry-url",
        "hash": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q=="
      }
    },
    "npm:regjsgen": {
      "type": "npm",
      "name": "npm:regjsgen",
      "data": {
        "version": "0.8.0",
        "packageName": "regjsgen",
        "hash": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q=="
      }
    },
    "npm:regjsparser": {
      "type": "npm",
      "name": "npm:regjsparser",
      "data": {
        "version": "0.13.1",
        "packageName": "regjsparser",
        "hash": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw=="
      }
    },
    "npm:request-progress": {
      "type": "npm",
      "name": "npm:request-progress",
      "data": {
        "version": "3.0.0",
        "packageName": "request-progress",
        "hash": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg=="
      }
    },
    "npm:require-directory": {
      "type": "npm",
      "name": "npm:require-directory",
      "data": {
        "version": "2.1.1",
        "packageName": "require-directory",
        "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
      }
    },
    "npm:require-from-string": {
      "type": "npm",
      "name": "npm:require-from-string",
      "data": {
        "version": "2.0.2",
        "packageName": "require-from-string",
        "hash": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
      }
    },
    "npm:reselect": {
      "type": "npm",
      "name": "npm:reselect",
      "data": {
        "version": "5.1.1",
        "packageName": "reselect",
        "hash": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w=="
      }
    },
    "npm:resolve-cwd": {
      "type": "npm",
      "name": "npm:resolve-cwd",
      "data": {
        "version": "3.0.0",
        "packageName": "resolve-cwd",
        "hash": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg=="
      }
    },
    "npm:resolve-pkg-maps": {
      "type": "npm",
      "name": "npm:resolve-pkg-maps",
      "data": {
        "version": "1.0.0",
        "packageName": "resolve-pkg-maps",
        "hash": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw=="
      }
    },
    "npm:resolve.exports": {
      "type": "npm",
      "name": "npm:resolve.exports",
      "data": {
        "version": "2.0.3",
        "packageName": "resolve.exports",
        "hash": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A=="
      }
    },
    "npm:retry": {
      "type": "npm",
      "name": "npm:retry",
      "data": {
        "version": "0.12.0",
        "packageName": "retry",
        "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="
      }
    },
    "npm:reusify": {
      "type": "npm",
      "name": "npm:reusify",
      "data": {
        "version": "1.1.0",
        "packageName": "reusify",
        "hash": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
      }
    },
    "npm:rfdc": {
      "type": "npm",
      "name": "npm:rfdc",
      "data": {
        "version": "1.4.1",
        "packageName": "rfdc",
        "hash": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
      }
    },
    "npm:rimraf": {
      "type": "npm",
      "name": "npm:rimraf",
      "data": {
        "version": "6.1.3",
        "packageName": "rimraf",
        "hash": "sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA=="
      }
    },
    "npm:rollup": {
      "type": "npm",
      "name": "npm:rollup",
      "data": {
        "version": "2.80.0",
        "packageName": "rollup",
        "hash": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ=="
      }
    },
    "npm:run-applescript": {
      "type": "npm",
      "name": "npm:run-applescript",
      "data": {
        "version": "7.1.0",
        "packageName": "run-applescript",
        "hash": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q=="
      }
    },
    "npm:run-jxa": {
      "type": "npm",
      "name": "npm:run-jxa",
      "data": {
        "version": "3.0.0",
        "packageName": "run-jxa",
        "hash": "sha512-4f2CrY7H+sXkKXJn/cE6qRA3z+NMVO7zvlZ/nUV0e62yWftpiLAfw5eV9ZdomzWd2TXWwEIiGjAT57+lWIzzvA=="
      }
    },
    "npm:run-parallel": {
      "type": "npm",
      "name": "npm:run-parallel",
      "data": {
        "version": "1.2.0",
        "packageName": "run-parallel",
        "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="
      }
    },
    "npm:safe-array-concat": {
      "type": "npm",
      "name": "npm:safe-array-concat",
      "data": {
        "version": "1.1.3",
        "packageName": "safe-array-concat",
        "hash": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q=="
      }
    },
    "npm:safe-push-apply": {
      "type": "npm",
      "name": "npm:safe-push-apply",
      "data": {
        "version": "1.0.0",
        "packageName": "safe-push-apply",
        "hash": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA=="
      }
    },
    "npm:safe-regex-test": {
      "type": "npm",
      "name": "npm:safe-regex-test",
      "data": {
        "version": "1.1.0",
        "packageName": "safe-regex-test",
        "hash": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw=="
      }
    },
    "npm:safe-stable-stringify": {
      "type": "npm",
      "name": "npm:safe-stable-stringify",
      "data": {
        "version": "2.5.0",
        "packageName": "safe-stable-stringify",
        "hash": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA=="
      }
    },
    "npm:safer-buffer": {
      "type": "npm",
      "name": "npm:safer-buffer",
      "data": {
        "version": "2.1.2",
        "packageName": "safer-buffer",
        "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
      }
    },
    "npm:sass": {
      "type": "npm",
      "name": "npm:sass",
      "data": {
        "version": "1.99.0",
        "packageName": "sass",
        "hash": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q=="
      }
    },
    "npm:sax": {
      "type": "npm",
      "name": "npm:sax",
      "data": {
        "version": "1.6.0",
        "packageName": "sax",
        "hash": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA=="
      }
    },
    "npm:scheduler": {
      "type": "npm",
      "name": "npm:scheduler",
      "data": {
        "version": "0.27.0",
        "packageName": "scheduler",
        "hash": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="
      }
    },
    "npm:schema-utils": {
      "type": "npm",
      "name": "npm:schema-utils",
      "data": {
        "version": "4.3.3",
        "packageName": "schema-utils",
        "hash": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA=="
      }
    },
    "npm:ajv-keywords@5.1.0": {
      "type": "npm",
      "name": "npm:ajv-keywords@5.1.0",
      "data": {
        "version": "5.1.0",
        "packageName": "ajv-keywords",
        "hash": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw=="
      }
    },
    "npm:scoped-regex": {
      "type": "npm",
      "name": "npm:scoped-regex",
      "data": {
        "version": "3.0.0",
        "packageName": "scoped-regex",
        "hash": "sha512-yEsN6TuxZhZ1Tl9iB81frTNS292m0I/IG7+w8lTvfcJQP2x3vnpOoevjBoE3Np5A6KnZM2+RtVenihj9t6NiYg=="
      }
    },
    "npm:serialize-javascript": {
      "type": "npm",
      "name": "npm:serialize-javascript",
      "data": {
        "version": "6.0.2",
        "packageName": "serialize-javascript",
        "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g=="
      }
    },
    "npm:set-function-length": {
      "type": "npm",
      "name": "npm:set-function-length",
      "data": {
        "version": "1.2.2",
        "packageName": "set-function-length",
        "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg=="
      }
    },
    "npm:set-function-name": {
      "type": "npm",
      "name": "npm:set-function-name",
      "data": {
        "version": "2.0.2",
        "packageName": "set-function-name",
        "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ=="
      }
    },
    "npm:set-proto": {
      "type": "npm",
      "name": "npm:set-proto",
      "data": {
        "version": "1.0.0",
        "packageName": "set-proto",
        "hash": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw=="
      }
    },
    "npm:sharp": {
      "type": "npm",
      "name": "npm:sharp",
      "data": {
        "version": "0.34.5",
        "packageName": "sharp",
        "hash": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg=="
      }
    },
    "npm:shebang-command": {
      "type": "npm",
      "name": "npm:shebang-command",
      "data": {
        "version": "2.0.0",
        "packageName": "shebang-command",
        "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="
      }
    },
    "npm:shebang-regex": {
      "type": "npm",
      "name": "npm:shebang-regex",
      "data": {
        "version": "3.0.0",
        "packageName": "shebang-regex",
        "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
      }
    },
    "npm:shell-quote": {
      "type": "npm",
      "name": "npm:shell-quote",
      "data": {
        "version": "1.8.3",
        "packageName": "shell-quote",
        "hash": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw=="
      }
    },
    "npm:side-channel": {
      "type": "npm",
      "name": "npm:side-channel",
      "data": {
        "version": "1.1.0",
        "packageName": "side-channel",
        "hash": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="
      }
    },
    "npm:side-channel-list": {
      "type": "npm",
      "name": "npm:side-channel-list",
      "data": {
        "version": "1.0.0",
        "packageName": "side-channel-list",
        "hash": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA=="
      }
    },
    "npm:side-channel-map": {
      "type": "npm",
      "name": "npm:side-channel-map",
      "data": {
        "version": "1.0.1",
        "packageName": "side-channel-map",
        "hash": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA=="
      }
    },
    "npm:side-channel-weakmap": {
      "type": "npm",
      "name": "npm:side-channel-weakmap",
      "data": {
        "version": "1.0.2",
        "packageName": "side-channel-weakmap",
        "hash": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="
      }
    },
    "npm:sigstore": {
      "type": "npm",
      "name": "npm:sigstore",
      "data": {
        "version": "4.1.0",
        "packageName": "sigstore",
        "hash": "sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA=="
      }
    },
    "npm:smart-buffer": {
      "type": "npm",
      "name": "npm:smart-buffer",
      "data": {
        "version": "4.2.0",
        "packageName": "smart-buffer",
        "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
      }
    },
    "npm:smob": {
      "type": "npm",
      "name": "npm:smob",
      "data": {
        "version": "1.5.0",
        "packageName": "smob",
        "hash": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
      }
    },
    "npm:smol-toml": {
      "type": "npm",
      "name": "npm:smol-toml",
      "data": {
        "version": "1.6.1",
        "packageName": "smol-toml",
        "hash": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg=="
      }
    },
    "npm:snake-case": {
      "type": "npm",
      "name": "npm:snake-case",
      "data": {
        "version": "3.0.4",
        "packageName": "snake-case",
        "hash": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg=="
      }
    },
    "npm:socks": {
      "type": "npm",
      "name": "npm:socks",
      "data": {
        "version": "2.8.7",
        "packageName": "socks",
        "hash": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A=="
      }
    },
    "npm:socks-proxy-agent": {
      "type": "npm",
      "name": "npm:socks-proxy-agent",
      "data": {
        "version": "8.0.5",
        "packageName": "socks-proxy-agent",
        "hash": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw=="
      }
    },
    "npm:source-list-map": {
      "type": "npm",
      "name": "npm:source-list-map",
      "data": {
        "version": "2.0.1",
        "packageName": "source-list-map",
        "hash": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
      }
    },
    "npm:source-map": {
      "type": "npm",
      "name": "npm:source-map",
      "data": {
        "version": "0.6.1",
        "packageName": "source-map",
        "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
      }
    },
    "npm:source-map@0.8.0-beta.0": {
      "type": "npm",
      "name": "npm:source-map@0.8.0-beta.0",
      "data": {
        "version": "0.8.0-beta.0",
        "packageName": "source-map",
        "hash": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA=="
      }
    },
    "npm:source-map-js": {
      "type": "npm",
      "name": "npm:source-map-js",
      "data": {
        "version": "1.2.1",
        "packageName": "source-map-js",
        "hash": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
      }
    },
    "npm:source-map-support": {
      "type": "npm",
      "name": "npm:source-map-support",
      "data": {
        "version": "0.5.13",
        "packageName": "source-map-support",
        "hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w=="
      }
    },
    "npm:source-map-support@0.5.21": {
      "type": "npm",
      "name": "npm:source-map-support@0.5.21",
      "data": {
        "version": "0.5.21",
        "packageName": "source-map-support",
        "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w=="
      }
    },
    "npm:sourcemap-codec": {
      "type": "npm",
      "name": "npm:sourcemap-codec",
      "data": {
        "version": "1.4.8",
        "packageName": "sourcemap-codec",
        "hash": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
      }
    },
    "npm:spdx-correct": {
      "type": "npm",
      "name": "npm:spdx-correct",
      "data": {
        "version": "3.2.0",
        "packageName": "spdx-correct",
        "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA=="
      }
    },
    "npm:spdx-exceptions": {
      "type": "npm",
      "name": "npm:spdx-exceptions",
      "data": {
        "version": "2.5.0",
        "packageName": "spdx-exceptions",
        "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
      }
    },
    "npm:spdx-expression-parse": {
      "type": "npm",
      "name": "npm:spdx-expression-parse",
      "data": {
        "version": "3.0.1",
        "packageName": "spdx-expression-parse",
        "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q=="
      }
    },
    "npm:spdx-license-ids": {
      "type": "npm",
      "name": "npm:spdx-license-ids",
      "data": {
        "version": "3.0.21",
        "packageName": "spdx-license-ids",
        "hash": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg=="
      }
    },
    "npm:split": {
      "type": "npm",
      "name": "npm:split",
      "data": {
        "version": "1.0.1",
        "packageName": "split",
        "hash": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg=="
      }
    },
    "npm:split2": {
      "type": "npm",
      "name": "npm:split2",
      "data": {
        "version": "3.2.2",
        "packageName": "split2",
        "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg=="
      }
    },
    "npm:sprintf-js": {
      "type": "npm",
      "name": "npm:sprintf-js",
      "data": {
        "version": "1.0.3",
        "packageName": "sprintf-js",
        "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
      }
    },
    "npm:sshpk": {
      "type": "npm",
      "name": "npm:sshpk",
      "data": {
        "version": "1.18.0",
        "packageName": "sshpk",
        "hash": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ=="
      }
    },
    "npm:stable-hash-x": {
      "type": "npm",
      "name": "npm:stable-hash-x",
      "data": {
        "version": "0.2.0",
        "packageName": "stable-hash-x",
        "hash": "sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ=="
      }
    },
    "npm:stack-trace": {
      "type": "npm",
      "name": "npm:stack-trace",
      "data": {
        "version": "0.0.10",
        "packageName": "stack-trace",
        "hash": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg=="
      }
    },
    "npm:stack-utils": {
      "type": "npm",
      "name": "npm:stack-utils",
      "data": {
        "version": "2.0.6",
        "packageName": "stack-utils",
        "hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ=="
      }
    },
    "npm:stop-iteration-iterator": {
      "type": "npm",
      "name": "npm:stop-iteration-iterator",
      "data": {
        "version": "1.1.0",
        "packageName": "stop-iteration-iterator",
        "hash": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ=="
      }
    },
    "npm:store2": {
      "type": "npm",
      "name": "npm:store2",
      "data": {
        "version": "2.14.4",
        "packageName": "store2",
        "hash": "sha512-srTItn1GOvyvOycgxjAnPA63FZNwy0PTyUBFMHRM+hVFltAeoh0LmNBz9SZqUS9mMqGk8rfyWyXn3GH5ReJ8Zw=="
      }
    },
    "npm:string-length": {
      "type": "npm",
      "name": "npm:string-length",
      "data": {
        "version": "4.0.2",
        "packageName": "string-length",
        "hash": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ=="
      }
    },
    "npm:string-width-cjs": {
      "type": "npm",
      "name": "npm:string-width-cjs",
      "data": {
        "version": "npm:string-width@4.2.3",
        "packageName": "string-width-cjs",
        "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="
      }
    },
    "npm:string.prototype.matchall": {
      "type": "npm",
      "name": "npm:string.prototype.matchall",
      "data": {
        "version": "4.0.12",
        "packageName": "string.prototype.matchall",
        "hash": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA=="
      }
    },
    "npm:string.prototype.repeat": {
      "type": "npm",
      "name": "npm:string.prototype.repeat",
      "data": {
        "version": "1.0.0",
        "packageName": "string.prototype.repeat",
        "hash": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w=="
      }
    },
    "npm:string.prototype.trim": {
      "type": "npm",
      "name": "npm:string.prototype.trim",
      "data": {
        "version": "1.2.10",
        "packageName": "string.prototype.trim",
        "hash": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA=="
      }
    },
    "npm:string.prototype.trimend": {
      "type": "npm",
      "name": "npm:string.prototype.trimend",
      "data": {
        "version": "1.0.9",
        "packageName": "string.prototype.trimend",
        "hash": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ=="
      }
    },
    "npm:string.prototype.trimstart": {
      "type": "npm",
      "name": "npm:string.prototype.trimstart",
      "data": {
        "version": "1.0.8",
        "packageName": "string.prototype.trimstart",
        "hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg=="
      }
    },
    "npm:stringify-object": {
      "type": "npm",
      "name": "npm:stringify-object",
      "data": {
        "version": "3.3.0",
        "packageName": "stringify-object",
        "hash": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw=="
      }
    },
    "npm:strip-ansi-cjs": {
      "type": "npm",
      "name": "npm:strip-ansi-cjs",
      "data": {
        "version": "npm:strip-ansi@6.0.1",
        "packageName": "strip-ansi-cjs",
        "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
      }
    },
    "npm:strip-comments": {
      "type": "npm",
      "name": "npm:strip-comments",
      "data": {
        "version": "2.0.1",
        "packageName": "strip-comments",
        "hash": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw=="
      }
    },
    "npm:strip-indent": {
      "type": "npm",
      "name": "npm:strip-indent",
      "data": {
        "version": "3.0.0",
        "packageName": "strip-indent",
        "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ=="
      }
    },
    "npm:striptags": {
      "type": "npm",
      "name": "npm:striptags",
      "data": {
        "version": "3.2.0",
        "packageName": "striptags",
        "hash": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw=="
      }
    },
    "npm:strtok3": {
      "type": "npm",
      "name": "npm:strtok3",
      "data": {
        "version": "10.3.5",
        "packageName": "strtok3",
        "hash": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA=="
      }
    },
    "npm:stubborn-fs": {
      "type": "npm",
      "name": "npm:stubborn-fs",
      "data": {
        "version": "1.2.5",
        "packageName": "stubborn-fs",
        "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g=="
      }
    },
    "npm:styled-jsx": {
      "type": "npm",
      "name": "npm:styled-jsx",
      "data": {
        "version": "5.1.6",
        "packageName": "styled-jsx",
        "hash": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA=="
      }
    },
    "npm:subsume": {
      "type": "npm",
      "name": "npm:subsume",
      "data": {
        "version": "4.0.0",
        "packageName": "subsume",
        "hash": "sha512-BWnYJElmHbYZ/zKevy+TG+SsyoFCmRPDHJbR1MzLxkPOv1Jp/4hGhVUtP98s+wZBsBsHwCXvPTP0x287/WMjGg=="
      }
    },
    "npm:supports-hyperlinks": {
      "type": "npm",
      "name": "npm:supports-hyperlinks",
      "data": {
        "version": "4.4.0",
        "packageName": "supports-hyperlinks",
        "hash": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg=="
      }
    },
    "npm:supports-preserve-symlinks-flag": {
      "type": "npm",
      "name": "npm:supports-preserve-symlinks-flag",
      "data": {
        "version": "1.0.0",
        "packageName": "supports-preserve-symlinks-flag",
        "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
      }
    },
    "npm:svg-parser": {
      "type": "npm",
      "name": "npm:svg-parser",
      "data": {
        "version": "2.0.4",
        "packageName": "svg-parser",
        "hash": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
      }
    },
    "npm:svgo": {
      "type": "npm",
      "name": "npm:svgo",
      "data": {
        "version": "3.3.3",
        "packageName": "svgo",
        "hash": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng=="
      }
    },
    "npm:synckit": {
      "type": "npm",
      "name": "npm:synckit",
      "data": {
        "version": "0.11.12",
        "packageName": "synckit",
        "hash": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ=="
      }
    },
    "npm:system-architecture": {
      "type": "npm",
      "name": "npm:system-architecture",
      "data": {
        "version": "0.1.0",
        "packageName": "system-architecture",
        "hash": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA=="
      }
    },
    "npm:systeminformation": {
      "type": "npm",
      "name": "npm:systeminformation",
      "data": {
        "version": "5.31.5",
        "packageName": "systeminformation",
        "hash": "sha512-5SyLdip4/3alxD4Kh+63bUQTJmu7YMfYQTC+koZy7X73HgNqZSD2P4wOZQWtUncvPvcEmnfIjCoygN4MRoEejQ=="
      }
    },
    "npm:tabbable": {
      "type": "npm",
      "name": "npm:tabbable",
      "data": {
        "version": "6.2.0",
        "packageName": "tabbable",
        "hash": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
      }
    },
    "npm:tagged-tag": {
      "type": "npm",
      "name": "npm:tagged-tag",
      "data": {
        "version": "1.0.0",
        "packageName": "tagged-tag",
        "hash": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng=="
      }
    },
    "npm:tapable": {
      "type": "npm",
      "name": "npm:tapable",
      "data": {
        "version": "2.3.2",
        "packageName": "tapable",
        "hash": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA=="
      }
    },
    "npm:tar": {
      "type": "npm",
      "name": "npm:tar",
      "data": {
        "version": "7.5.11",
        "packageName": "tar",
        "hash": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ=="
      }
    },
    "npm:tar-stream": {
      "type": "npm",
      "name": "npm:tar-stream",
      "data": {
        "version": "2.2.0",
        "packageName": "tar-stream",
        "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ=="
      }
    },
    "npm:temp-dir": {
      "type": "npm",
      "name": "npm:temp-dir",
      "data": {
        "version": "3.0.0",
        "packageName": "temp-dir",
        "hash": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw=="
      }
    },
    "npm:temp-dir@2.0.0": {
      "type": "npm",
      "name": "npm:temp-dir@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "temp-dir",
        "hash": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
      }
    },
    "npm:tempy": {
      "type": "npm",
      "name": "npm:tempy",
      "data": {
        "version": "3.2.0",
        "packageName": "tempy",
        "hash": "sha512-d79HhZya5Djd7am0q+W4RTsSU+D/aJzM+4Y4AGJGuGlgM2L6sx5ZvOYTmZjqPhrDrV6xJTtRSm1JCLj6V6LHLQ=="
      }
    },
    "npm:tempy@0.6.0": {
      "type": "npm",
      "name": "npm:tempy@0.6.0",
      "data": {
        "version": "0.6.0",
        "packageName": "tempy",
        "hash": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw=="
      }
    },
    "npm:terminal-link": {
      "type": "npm",
      "name": "npm:terminal-link",
      "data": {
        "version": "5.0.0",
        "packageName": "terminal-link",
        "hash": "sha512-qFAy10MTMwjzjU8U16YS4YoZD+NQLHzLssFMNqgravjbvIPNiqkGFR4yjhJfmY9R5OFU7+yHxc6y+uGHkKwLRA=="
      }
    },
    "npm:terser": {
      "type": "npm",
      "name": "npm:terser",
      "data": {
        "version": "5.39.0",
        "packageName": "terser",
        "hash": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw=="
      }
    },
    "npm:terser-webpack-plugin": {
      "type": "npm",
      "name": "npm:terser-webpack-plugin",
      "data": {
        "version": "5.4.0",
        "packageName": "terser-webpack-plugin",
        "hash": "sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g=="
      }
    },
    "npm:test-exclude": {
      "type": "npm",
      "name": "npm:test-exclude",
      "data": {
        "version": "6.0.0",
        "packageName": "test-exclude",
        "hash": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w=="
      }
    },
    "npm:text-extensions": {
      "type": "npm",
      "name": "npm:text-extensions",
      "data": {
        "version": "1.9.0",
        "packageName": "text-extensions",
        "hash": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ=="
      }
    },
    "npm:text-hex": {
      "type": "npm",
      "name": "npm:text-hex",
      "data": {
        "version": "1.0.0",
        "packageName": "text-hex",
        "hash": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg=="
      }
    },
    "npm:throttleit": {
      "type": "npm",
      "name": "npm:throttleit",
      "data": {
        "version": "1.0.1",
        "packageName": "throttleit",
        "hash": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ=="
      }
    },
    "npm:through": {
      "type": "npm",
      "name": "npm:through",
      "data": {
        "version": "2.3.8",
        "packageName": "through",
        "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
      }
    },
    "npm:through2": {
      "type": "npm",
      "name": "npm:through2",
      "data": {
        "version": "2.0.5",
        "packageName": "through2",
        "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ=="
      }
    },
    "npm:tinypool": {
      "type": "npm",
      "name": "npm:tinypool",
      "data": {
        "version": "2.1.0",
        "packageName": "tinypool",
        "hash": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw=="
      }
    },
    "npm:tldts": {
      "type": "npm",
      "name": "npm:tldts",
      "data": {
        "version": "6.1.86",
        "packageName": "tldts",
        "hash": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ=="
      }
    },
    "npm:tldts-core": {
      "type": "npm",
      "name": "npm:tldts-core",
      "data": {
        "version": "6.1.86",
        "packageName": "tldts-core",
        "hash": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA=="
      }
    },
    "npm:tmpl": {
      "type": "npm",
      "name": "npm:tmpl",
      "data": {
        "version": "1.0.5",
        "packageName": "tmpl",
        "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
      }
    },
    "npm:to-regex-range": {
      "type": "npm",
      "name": "npm:to-regex-range",
      "data": {
        "version": "5.0.1",
        "packageName": "to-regex-range",
        "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="
      }
    },
    "npm:token-types": {
      "type": "npm",
      "name": "npm:token-types",
      "data": {
        "version": "6.1.2",
        "packageName": "token-types",
        "hash": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww=="
      }
    },
    "npm:tough-cookie": {
      "type": "npm",
      "name": "npm:tough-cookie",
      "data": {
        "version": "5.1.2",
        "packageName": "tough-cookie",
        "hash": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A=="
      }
    },
    "npm:tr46": {
      "type": "npm",
      "name": "npm:tr46",
      "data": {
        "version": "1.0.1",
        "packageName": "tr46",
        "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA=="
      }
    },
    "npm:transliteration": {
      "type": "npm",
      "name": "npm:transliteration",
      "data": {
        "version": "2.6.1",
        "packageName": "transliteration",
        "hash": "sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w=="
      }
    },
    "npm:tree-kill": {
      "type": "npm",
      "name": "npm:tree-kill",
      "data": {
        "version": "1.2.2",
        "packageName": "tree-kill",
        "hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="
      }
    },
    "npm:treeverse": {
      "type": "npm",
      "name": "npm:treeverse",
      "data": {
        "version": "3.0.0",
        "packageName": "treeverse",
        "hash": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ=="
      }
    },
    "npm:trim-newlines": {
      "type": "npm",
      "name": "npm:trim-newlines",
      "data": {
        "version": "3.0.1",
        "packageName": "trim-newlines",
        "hash": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw=="
      }
    },
    "npm:triple-beam": {
      "type": "npm",
      "name": "npm:triple-beam",
      "data": {
        "version": "1.4.1",
        "packageName": "triple-beam",
        "hash": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg=="
      }
    },
    "npm:ts-api-utils": {
      "type": "npm",
      "name": "npm:ts-api-utils",
      "data": {
        "version": "2.5.0",
        "packageName": "ts-api-utils",
        "hash": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA=="
      }
    },
    "npm:ts-jest": {
      "type": "npm",
      "name": "npm:ts-jest",
      "data": {
        "version": "29.4.9",
        "packageName": "ts-jest",
        "hash": "sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ=="
      }
    },
    "npm:tuf-js": {
      "type": "npm",
      "name": "npm:tuf-js",
      "data": {
        "version": "4.1.0",
        "packageName": "tuf-js",
        "hash": "sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ=="
      }
    },
    "npm:tunnel-agent": {
      "type": "npm",
      "name": "npm:tunnel-agent",
      "data": {
        "version": "0.6.0",
        "packageName": "tunnel-agent",
        "hash": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w=="
      }
    },
    "npm:tweetnacl": {
      "type": "npm",
      "name": "npm:tweetnacl",
      "data": {
        "version": "0.14.5",
        "packageName": "tweetnacl",
        "hash": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
      }
    },
    "npm:type-check": {
      "type": "npm",
      "name": "npm:type-check",
      "data": {
        "version": "0.4.0",
        "packageName": "type-check",
        "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew=="
      }
    },
    "npm:type-detect": {
      "type": "npm",
      "name": "npm:type-detect",
      "data": {
        "version": "4.0.8",
        "packageName": "type-detect",
        "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
      }
    },
    "npm:typed-array-buffer": {
      "type": "npm",
      "name": "npm:typed-array-buffer",
      "data": {
        "version": "1.0.3",
        "packageName": "typed-array-buffer",
        "hash": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw=="
      }
    },
    "npm:typed-array-byte-length": {
      "type": "npm",
      "name": "npm:typed-array-byte-length",
      "data": {
        "version": "1.0.3",
        "packageName": "typed-array-byte-length",
        "hash": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg=="
      }
    },
    "npm:typed-array-byte-offset": {
      "type": "npm",
      "name": "npm:typed-array-byte-offset",
      "data": {
        "version": "1.0.4",
        "packageName": "typed-array-byte-offset",
        "hash": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ=="
      }
    },
    "npm:typed-array-length": {
      "type": "npm",
      "name": "npm:typed-array-length",
      "data": {
        "version": "1.0.7",
        "packageName": "typed-array-length",
        "hash": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="
      }
    },
    "npm:typedarray": {
      "type": "npm",
      "name": "npm:typedarray",
      "data": {
        "version": "0.0.6",
        "packageName": "typedarray",
        "hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
      }
    },
    "npm:typescript-compare": {
      "type": "npm",
      "name": "npm:typescript-compare",
      "data": {
        "version": "0.0.2",
        "packageName": "typescript-compare",
        "hash": "sha512-8ja4j7pMHkfLJQO2/8tut7ub+J3Lw2S3061eJLFQcvs3tsmJKp8KG5NtpLn7KcY2w08edF74BSVN7qJS0U6oHA=="
      }
    },
    "npm:typescript-logic": {
      "type": "npm",
      "name": "npm:typescript-logic",
      "data": {
        "version": "0.0.0",
        "packageName": "typescript-logic",
        "hash": "sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q=="
      }
    },
    "npm:typescript-tuple": {
      "type": "npm",
      "name": "npm:typescript-tuple",
      "data": {
        "version": "2.2.1",
        "packageName": "typescript-tuple",
        "hash": "sha512-Zcr0lbt8z5ZdEzERHAMAniTiIKerFCMgd7yjq1fPnDJ43et/k9twIFQMUYff9k5oXcsQ0WpvFcgzK2ZKASoW6Q=="
      }
    },
    "npm:uglify-js": {
      "type": "npm",
      "name": "npm:uglify-js",
      "data": {
        "version": "3.19.3",
        "packageName": "uglify-js",
        "hash": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ=="
      }
    },
    "npm:uint8array-extras": {
      "type": "npm",
      "name": "npm:uint8array-extras",
      "data": {
        "version": "1.5.0",
        "packageName": "uint8array-extras",
        "hash": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A=="
      }
    },
    "npm:unbox-primitive": {
      "type": "npm",
      "name": "npm:unbox-primitive",
      "data": {
        "version": "1.1.0",
        "packageName": "unbox-primitive",
        "hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw=="
      }
    },
    "npm:undici": {
      "type": "npm",
      "name": "npm:undici",
      "data": {
        "version": "7.24.7",
        "packageName": "undici",
        "hash": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ=="
      }
    },
    "npm:undici-types": {
      "type": "npm",
      "name": "npm:undici-types",
      "data": {
        "version": "7.19.2",
        "packageName": "undici-types",
        "hash": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg=="
      }
    },
    "npm:unicode-canonical-property-names-ecmascript": {
      "type": "npm",
      "name": "npm:unicode-canonical-property-names-ecmascript",
      "data": {
        "version": "2.0.1",
        "packageName": "unicode-canonical-property-names-ecmascript",
        "hash": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg=="
      }
    },
    "npm:unicode-match-property-ecmascript": {
      "type": "npm",
      "name": "npm:unicode-match-property-ecmascript",
      "data": {
        "version": "2.0.0",
        "packageName": "unicode-match-property-ecmascript",
        "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q=="
      }
    },
    "npm:unicode-match-property-value-ecmascript": {
      "type": "npm",
      "name": "npm:unicode-match-property-value-ecmascript",
      "data": {
        "version": "2.2.1",
        "packageName": "unicode-match-property-value-ecmascript",
        "hash": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg=="
      }
    },
    "npm:unicode-property-aliases-ecmascript": {
      "type": "npm",
      "name": "npm:unicode-property-aliases-ecmascript",
      "data": {
        "version": "2.2.0",
        "packageName": "unicode-property-aliases-ecmascript",
        "hash": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ=="
      }
    },
    "npm:unique-filename": {
      "type": "npm",
      "name": "npm:unique-filename",
      "data": {
        "version": "5.0.0",
        "packageName": "unique-filename",
        "hash": "sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg=="
      }
    },
    "npm:unique-slug": {
      "type": "npm",
      "name": "npm:unique-slug",
      "data": {
        "version": "6.0.0",
        "packageName": "unique-slug",
        "hash": "sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw=="
      }
    },
    "npm:unique-string": {
      "type": "npm",
      "name": "npm:unique-string",
      "data": {
        "version": "3.0.0",
        "packageName": "unique-string",
        "hash": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ=="
      }
    },
    "npm:unique-string@2.0.0": {
      "type": "npm",
      "name": "npm:unique-string@2.0.0",
      "data": {
        "version": "2.0.0",
        "packageName": "unique-string",
        "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg=="
      }
    },
    "npm:universal-user-agent": {
      "type": "npm",
      "name": "npm:universal-user-agent",
      "data": {
        "version": "6.0.1",
        "packageName": "universal-user-agent",
        "hash": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ=="
      }
    },
    "npm:universalify": {
      "type": "npm",
      "name": "npm:universalify",
      "data": {
        "version": "2.0.1",
        "packageName": "universalify",
        "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw=="
      }
    },
    "npm:unrs-resolver": {
      "type": "npm",
      "name": "npm:unrs-resolver",
      "data": {
        "version": "1.11.1",
        "packageName": "unrs-resolver",
        "hash": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg=="
      }
    },
    "npm:untildify": {
      "type": "npm",
      "name": "npm:untildify",
      "data": {
        "version": "4.0.0",
        "packageName": "untildify",
        "hash": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw=="
      }
    },
    "npm:unzipper": {
      "type": "npm",
      "name": "npm:unzipper",
      "data": {
        "version": "0.12.3",
        "packageName": "unzipper",
        "hash": "sha512-PZ8hTS+AqcGxsaQntl3IRBw65QrBI6lxzqDEL7IAo/XCEqRTKGfOX56Vea5TH9SZczRVxuzk1re04z/YjuYCJA=="
      }
    },
    "npm:upath": {
      "type": "npm",
      "name": "npm:upath",
      "data": {
        "version": "2.0.1",
        "packageName": "upath",
        "hash": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w=="
      }
    },
    "npm:upath@1.2.0": {
      "type": "npm",
      "name": "npm:upath@1.2.0",
      "data": {
        "version": "1.2.0",
        "packageName": "upath",
        "hash": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
      }
    },
    "npm:update-browserslist-db": {
      "type": "npm",
      "name": "npm:update-browserslist-db",
      "data": {
        "version": "1.2.3",
        "packageName": "update-browserslist-db",
        "hash": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w=="
      }
    },
    "npm:update-notifier": {
      "type": "npm",
      "name": "npm:update-notifier",
      "data": {
        "version": "7.3.1",
        "packageName": "update-notifier",
        "hash": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA=="
      }
    },
    "npm:uri-js": {
      "type": "npm",
      "name": "npm:uri-js",
      "data": {
        "version": "4.4.1",
        "packageName": "uri-js",
        "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="
      }
    },
    "npm:use-debounce": {
      "type": "npm",
      "name": "npm:use-debounce",
      "data": {
        "version": "10.1.1",
        "packageName": "use-debounce",
        "hash": "sha512-kvds8BHR2k28cFsxW8k3nc/tRga2rs1RHYCqmmGqb90MEeE++oALwzh2COiuBLO1/QXiOuShXoSN2ZpWnMmvuQ=="
      }
    },
    "npm:use-sync-external-store": {
      "type": "npm",
      "name": "npm:use-sync-external-store",
      "data": {
        "version": "1.4.0",
        "packageName": "use-sync-external-store",
        "hash": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw=="
      }
    },
    "npm:util-deprecate": {
      "type": "npm",
      "name": "npm:util-deprecate",
      "data": {
        "version": "1.0.2",
        "packageName": "util-deprecate",
        "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
      }
    },
    "npm:uuid": {
      "type": "npm",
      "name": "npm:uuid",
      "data": {
        "version": "8.3.2",
        "packageName": "uuid",
        "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
      }
    },
    "npm:v8-to-istanbul": {
      "type": "npm",
      "name": "npm:v8-to-istanbul",
      "data": {
        "version": "9.3.0",
        "packageName": "v8-to-istanbul",
        "hash": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA=="
      }
    },
    "npm:validate-npm-package-license": {
      "type": "npm",
      "name": "npm:validate-npm-package-license",
      "data": {
        "version": "3.0.4",
        "packageName": "validate-npm-package-license",
        "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew=="
      }
    },
    "npm:verror": {
      "type": "npm",
      "name": "npm:verror",
      "data": {
        "version": "1.10.0",
        "packageName": "verror",
        "hash": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw=="
      }
    },
    "npm:wait-on": {
      "type": "npm",
      "name": "npm:wait-on",
      "data": {
        "version": "9.0.5",
        "packageName": "wait-on",
        "hash": "sha512-qgnbHDfDTRIp73ANEJNRW/7kn8CrDUcvZz18xotJQku/P4saTGkbIzvnMZebPmVvVNUiRq1qWAPyqCH+W4H8KA=="
      }
    },
    "npm:walk-up-path": {
      "type": "npm",
      "name": "npm:walk-up-path",
      "data": {
        "version": "4.0.0",
        "packageName": "walk-up-path",
        "hash": "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A=="
      }
    },
    "npm:walker": {
      "type": "npm",
      "name": "npm:walker",
      "data": {
        "version": "1.0.8",
        "packageName": "walker",
        "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ=="
      }
    },
    "npm:warning": {
      "type": "npm",
      "name": "npm:warning",
      "data": {
        "version": "4.0.3",
        "packageName": "warning",
        "hash": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w=="
      }
    },
    "npm:watchpack": {
      "type": "npm",
      "name": "npm:watchpack",
      "data": {
        "version": "2.5.1",
        "packageName": "watchpack",
        "hash": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg=="
      }
    },
    "npm:wcwidth": {
      "type": "npm",
      "name": "npm:wcwidth",
      "data": {
        "version": "1.0.1",
        "packageName": "wcwidth",
        "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg=="
      }
    },
    "npm:webidl-conversions": {
      "type": "npm",
      "name": "npm:webidl-conversions",
      "data": {
        "version": "4.0.2",
        "packageName": "webidl-conversions",
        "hash": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
      }
    },
    "npm:webpack": {
      "type": "npm",
      "name": "npm:webpack",
      "data": {
        "version": "5.105.4",
        "packageName": "webpack",
        "hash": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw=="
      }
    },
    "npm:webpack-sources": {
      "type": "npm",
      "name": "npm:webpack-sources",
      "data": {
        "version": "3.3.4",
        "packageName": "webpack-sources",
        "hash": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q=="
      }
    },
    "npm:webpack-sources@1.4.3": {
      "type": "npm",
      "name": "npm:webpack-sources@1.4.3",
      "data": {
        "version": "1.4.3",
        "packageName": "webpack-sources",
        "hash": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ=="
      }
    },
    "npm:whatwg-encoding": {
      "type": "npm",
      "name": "npm:whatwg-encoding",
      "data": {
        "version": "3.1.1",
        "packageName": "whatwg-encoding",
        "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ=="
      }
    },
    "npm:whatwg-mimetype": {
      "type": "npm",
      "name": "npm:whatwg-mimetype",
      "data": {
        "version": "4.0.0",
        "packageName": "whatwg-mimetype",
        "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg=="
      }
    },
    "npm:whatwg-url": {
      "type": "npm",
      "name": "npm:whatwg-url",
      "data": {
        "version": "7.1.0",
        "packageName": "whatwg-url",
        "hash": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg=="
      }
    },
    "npm:when-exit": {
      "type": "npm",
      "name": "npm:when-exit",
      "data": {
        "version": "2.1.4",
        "packageName": "when-exit",
        "hash": "sha512-4rnvd3A1t16PWzrBUcSDZqcAmsUIy4minDXT/CZ8F2mVDgd65i4Aalimgz1aQkRGU0iH5eT5+6Rx2TK8o443Pg=="
      }
    },
    "npm:which-boxed-primitive": {
      "type": "npm",
      "name": "npm:which-boxed-primitive",
      "data": {
        "version": "1.1.1",
        "packageName": "which-boxed-primitive",
        "hash": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA=="
      }
    },
    "npm:which-builtin-type": {
      "type": "npm",
      "name": "npm:which-builtin-type",
      "data": {
        "version": "1.2.1",
        "packageName": "which-builtin-type",
        "hash": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q=="
      }
    },
    "npm:which-collection": {
      "type": "npm",
      "name": "npm:which-collection",
      "data": {
        "version": "1.0.2",
        "packageName": "which-collection",
        "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw=="
      }
    },
    "npm:which-typed-array": {
      "type": "npm",
      "name": "npm:which-typed-array",
      "data": {
        "version": "1.1.19",
        "packageName": "which-typed-array",
        "hash": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw=="
      }
    },
    "npm:wide-align": {
      "type": "npm",
      "name": "npm:wide-align",
      "data": {
        "version": "1.1.5",
        "packageName": "wide-align",
        "hash": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg=="
      }
    },
    "npm:widest-line": {
      "type": "npm",
      "name": "npm:widest-line",
      "data": {
        "version": "5.0.0",
        "packageName": "widest-line",
        "hash": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA=="
      }
    },
    "npm:winston": {
      "type": "npm",
      "name": "npm:winston",
      "data": {
        "version": "3.19.0",
        "packageName": "winston",
        "hash": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA=="
      }
    },
    "npm:winston-transport": {
      "type": "npm",
      "name": "npm:winston-transport",
      "data": {
        "version": "4.9.0",
        "packageName": "winston-transport",
        "hash": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A=="
      }
    },
    "npm:word-wrap": {
      "type": "npm",
      "name": "npm:word-wrap",
      "data": {
        "version": "1.2.5",
        "packageName": "word-wrap",
        "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA=="
      }
    },
    "npm:wordwrap": {
      "type": "npm",
      "name": "npm:wordwrap",
      "data": {
        "version": "1.0.0",
        "packageName": "wordwrap",
        "hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="
      }
    },
    "npm:workbox-background-sync": {
      "type": "npm",
      "name": "npm:workbox-background-sync",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-background-sync",
        "hash": "sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w=="
      }
    },
    "npm:workbox-broadcast-update": {
      "type": "npm",
      "name": "npm:workbox-broadcast-update",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-broadcast-update",
        "hash": "sha512-+eZQwoktlvo62cI0b+QBr40v5XjighxPq3Fzo9AWMiAosmpG5gxRHgTbGGhaJv/q/MFVxwFNGh/UwHZ/8K88lA=="
      }
    },
    "npm:workbox-build": {
      "type": "npm",
      "name": "npm:workbox-build",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-build",
        "hash": "sha512-Ntk1pWb0caOFIvwz/hfgrov/OJ45wPEhI5PbTywQcYjyZiVhT3UrwwUPl6TRYbTm4moaFYithYnl1lvZ8UjxcA=="
      }
    },
    "npm:@apideck/better-ajv-errors@0.3.6": {
      "type": "npm",
      "name": "npm:@apideck/better-ajv-errors@0.3.6",
      "data": {
        "version": "0.3.6",
        "packageName": "@apideck/better-ajv-errors",
        "hash": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA=="
      }
    },
    "npm:workbox-cacheable-response": {
      "type": "npm",
      "name": "npm:workbox-cacheable-response",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-cacheable-response",
        "hash": "sha512-0Fb8795zg/x23ISFkAc7lbWes6vbw34DGFIMw31cwuHPgDEC/5EYm6m/ZkylLX0EnEbbOyOCLjKgFS/Z5g0HeQ=="
      }
    },
    "npm:workbox-core": {
      "type": "npm",
      "name": "npm:workbox-core",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-core",
        "hash": "sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ=="
      }
    },
    "npm:workbox-expiration": {
      "type": "npm",
      "name": "npm:workbox-expiration",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-expiration",
        "hash": "sha512-V50p4BxYhtA80eOvulu8xVfPBgZbkxJ1Jr8UUn0rvqjGhLDqKNtfrDfjJKnLz2U8fO2xGQJTx/SKXNTzHOjnHw=="
      }
    },
    "npm:workbox-google-analytics": {
      "type": "npm",
      "name": "npm:workbox-google-analytics",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-google-analytics",
        "hash": "sha512-MVPXQslRF6YHkzGoFw1A4GIB8GrKym/A5+jYDUSL+AeJw4ytQGrozYdiZqUW1TPQHW8isBCBtyFJergUXyNoWQ=="
      }
    },
    "npm:workbox-navigation-preload": {
      "type": "npm",
      "name": "npm:workbox-navigation-preload",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-navigation-preload",
        "hash": "sha512-etzftSgdQfjMcfPgbfaZCfM2QuR1P+4o8uCA2s4rf3chtKTq/Om7g/qvEOcZkG6v7JZOSOxVYQiOu6PbAZgU6w=="
      }
    },
    "npm:workbox-precaching": {
      "type": "npm",
      "name": "npm:workbox-precaching",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-precaching",
        "hash": "sha512-VQs37T6jDqf1rTxUJZXRl3yjZMf5JX/vDPhmx2CPgDDKXATzEoqyRqhYnRoxl6Kr0rqaQlp32i9rtG5zTzIlNg=="
      }
    },
    "npm:workbox-range-requests": {
      "type": "npm",
      "name": "npm:workbox-range-requests",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-range-requests",
        "hash": "sha512-3Vq854ZNuP6Y0KZOQWLaLC9FfM7ZaE+iuQl4VhADXybwzr4z/sMmnLgTeUZLq5PaDlcJBxYXQ3U91V7dwAIfvw=="
      }
    },
    "npm:workbox-recipes": {
      "type": "npm",
      "name": "npm:workbox-recipes",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-recipes",
        "hash": "sha512-kOkWvsAn4H8GvAkwfJTbwINdv4voFoiE9hbezgB1sb/0NLyTG4rE7l6LvS8lLk5QIRIto+DjXLuAuG3Vmt3cxQ=="
      }
    },
    "npm:workbox-routing": {
      "type": "npm",
      "name": "npm:workbox-routing",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-routing",
        "hash": "sha512-C/ooj5uBWYAhAqwmU8HYQJdOjjDKBp9MzTQ+otpMmd+q0eF59K+NuXUek34wbL0RFrIXe/KKT+tUWcZcBqxbHQ=="
      }
    },
    "npm:workbox-strategies": {
      "type": "npm",
      "name": "npm:workbox-strategies",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-strategies",
        "hash": "sha512-T4hVqIi5A4mHi92+5EppMX3cLaVywDp8nsyUgJhOZxcfSV/eQofcOA6/EMo5rnTNmNTpw0rUgjAI6LaVullPpg=="
      }
    },
    "npm:workbox-streams": {
      "type": "npm",
      "name": "npm:workbox-streams",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-streams",
        "hash": "sha512-QHPBQrey7hQbnTs5GrEVoWz7RhHJXnPT+12qqWM378orDMo5VMJLCkCM1cnCk+8Eq92lccx/VgRZ7WAzZWbSLg=="
      }
    },
    "npm:workbox-sw": {
      "type": "npm",
      "name": "npm:workbox-sw",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-sw",
        "hash": "sha512-ltU+Kr3qWR6BtbdlMnCjobZKzeV1hN+S6UvDywBrwM19TTyqA03X66dzw1tEIdJvQ4lYKkBFox6IAEhoSEZ8Xw=="
      }
    },
    "npm:workbox-webpack-plugin": {
      "type": "npm",
      "name": "npm:workbox-webpack-plugin",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-webpack-plugin",
        "hash": "sha512-NRgx4lYe4JP5I8qqiROmngbc38WyyN3BZh48lUir2XYJ63EuHWN0KpDxgcYQ/fJtQQIBoswwUPmpqwQmaupnxQ=="
      }
    },
    "npm:workbox-window": {
      "type": "npm",
      "name": "npm:workbox-window",
      "data": {
        "version": "7.4.0",
        "packageName": "workbox-window",
        "hash": "sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw=="
      }
    },
    "npm:wrap-ansi-cjs": {
      "type": "npm",
      "name": "npm:wrap-ansi-cjs",
      "data": {
        "version": "npm:wrap-ansi@7.0.0",
        "packageName": "wrap-ansi-cjs",
        "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
      }
    },
    "npm:wrappy": {
      "type": "npm",
      "name": "npm:wrappy",
      "data": {
        "version": "1.0.2",
        "packageName": "wrappy",
        "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
      }
    },
    "npm:wsl-utils": {
      "type": "npm",
      "name": "npm:wsl-utils",
      "data": {
        "version": "0.3.1",
        "packageName": "wsl-utils",
        "hash": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg=="
      }
    },
    "npm:xdg-basedir": {
      "type": "npm",
      "name": "npm:xdg-basedir",
      "data": {
        "version": "5.1.0",
        "packageName": "xdg-basedir",
        "hash": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ=="
      }
    },
    "npm:xtend": {
      "type": "npm",
      "name": "npm:xtend",
      "data": {
        "version": "4.0.2",
        "packageName": "xtend",
        "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
      }
    },
    "npm:y18n": {
      "type": "npm",
      "name": "npm:y18n",
      "data": {
        "version": "5.0.8",
        "packageName": "y18n",
        "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
      }
    },
    "npm:yaml": {
      "type": "npm",
      "name": "npm:yaml",
      "data": {
        "version": "2.8.3",
        "packageName": "yaml",
        "hash": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg=="
      }
    },
    "npm:yauzl": {
      "type": "npm",
      "name": "npm:yauzl",
      "data": {
        "version": "2.10.0",
        "packageName": "yauzl",
        "hash": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g=="
      }
    },
    "npm:yocto-queue": {
      "type": "npm",
      "name": "npm:yocto-queue",
      "data": {
        "version": "0.1.0",
        "packageName": "yocto-queue",
        "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
      }
    },
    "npm:yoctocolors": {
      "type": "npm",
      "name": "npm:yoctocolors",
      "data": {
        "version": "2.1.2",
        "packageName": "yoctocolors",
        "hash": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug=="
      }
    },
    "npm:yoctocolors-cjs": {
      "type": "npm",
      "name": "npm:yoctocolors-cjs",
      "data": {
        "version": "2.1.3",
        "packageName": "yoctocolors-cjs",
        "hash": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw=="
      }
    },
    "npm:zod": {
      "type": "npm",
      "name": "npm:zod",
      "data": {
        "version": "4.1.13",
        "packageName": "zod",
        "hash": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig=="
      }
    },
    "npm:zod-validation-error": {
      "type": "npm",
      "name": "npm:zod-validation-error",
      "data": {
        "version": "4.0.2",
        "packageName": "zod-validation-error",
        "hash": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ=="
      }
    }
  },
  "dependencies": {
    "@scrabble-solver/word-definitions": [
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "npm:@types/follow-redirects",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "npm:domhandler@6.0.1",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "@scrabble-solver/types",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "npm:cheerio",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "npm:follow-redirects",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-definitions",
        "target": "npm:striptags",
        "type": "static"
      }
    ],
    "@scrabble-solver/scrabble-solver": [
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@svgr/webpack",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react-dom",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react-highlight-words",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react-modal",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react-portal",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/react-redux",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@types/redux",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:sass",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@floating-ui/react",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@kamilmielnik/trie",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:@reduxjs/toolkit",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/configs",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/constants",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/dictionaries",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/logger",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/solver",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/types",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "@scrabble-solver/word-definitions",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:classnames",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:env-cmd",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:include-media",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:include-media-query-builder",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:next",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:normalize.css",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-cool-onclickoutside",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-dom",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-highlight-words",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-modal",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-redux",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:react-window",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:redux-saga",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:store2",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:transliteration",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:use-debounce",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:workbox-expiration",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:workbox-precaching",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:workbox-routing",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:workbox-webpack-plugin",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/scrabble-solver",
        "target": "npm:workbox-window",
        "type": "static"
      }
    ],
    "@scrabble-solver/dictionaries": [
      {
        "source": "@scrabble-solver/dictionaries",
        "target": "npm:@kamilmielnik/trie",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/dictionaries",
        "target": "@scrabble-solver/logger",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/dictionaries",
        "target": "@scrabble-solver/types",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/dictionaries",
        "target": "@scrabble-solver/word-lists",
        "type": "static"
      }
    ],
    "@scrabble-solver/word-lists": [
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:@types/follow-redirects",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:@types/unzipper",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "@scrabble-solver/types",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:cheerio",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:follow-redirects",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:transliteration",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/word-lists",
        "target": "npm:unzipper",
        "type": "static"
      }
    ],
    "@scrabble-solver/constants": [],
    "@scrabble-solver/configs": [
      {
        "source": "@scrabble-solver/configs",
        "target": "@scrabble-solver/constants",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/configs",
        "target": "@scrabble-solver/types",
        "type": "static"
      }
    ],
    "@scrabble-solver/logger": [
      {
        "source": "@scrabble-solver/logger",
        "target": "npm:winston",
        "type": "static"
      }
    ],
    "@scrabble-solver/solver": [
      {
        "source": "@scrabble-solver/solver",
        "target": "@scrabble-solver/configs",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/solver",
        "target": "@scrabble-solver/constants",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/solver",
        "target": "@scrabble-solver/dictionaries",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/solver",
        "target": "npm:@kamilmielnik/trie",
        "type": "static"
      },
      {
        "source": "@scrabble-solver/solver",
        "target": "@scrabble-solver/types",
        "type": "static"
      }
    ],
    "@scrabble-solver/types": [
      {
        "source": "@scrabble-solver/types",
        "target": "@scrabble-solver/constants",
        "type": "static"
      }
    ],
    "npm:@babel/code-frame": [
      {
        "source": "npm:@babel/code-frame",
        "target": "npm:@babel/helper-validator-identifier",
        "type": "static"
      },
      {
        "source": "npm:@babel/code-frame",
        "target": "npm:js-tokens",
        "type": "static"
      },
      {
        "source": "npm:@babel/code-frame",
        "target": "npm:picocolors",
        "type": "static"
      }
    ],
    "npm:@babel/core": [
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/generator",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/helper-module-transforms",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/helpers",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/template",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:@jridgewell/remapping",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:convert-source-map",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:gensync",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:json5",
        "type": "static"
      },
      {
        "source": "npm:@babel/core",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:@babel/generator": [
      {
        "source": "npm:@babel/generator",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@babel/generator",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@babel/generator",
        "target": "npm:@jridgewell/gen-mapping",
        "type": "static"
      },
      {
        "source": "npm:@babel/generator",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:@babel/generator",
        "target": "npm:jsesc",
        "type": "static"
      }
    ],
    "npm:@babel/helper-annotate-as-pure": [
      {
        "source": "npm:@babel/helper-annotate-as-pure",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helper-compilation-targets": [
      {
        "source": "npm:@babel/helper-compilation-targets",
        "target": "npm:@babel/compat-data",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-compilation-targets",
        "target": "npm:@babel/helper-validator-option",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-compilation-targets",
        "target": "npm:browserslist",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-compilation-targets",
        "target": "npm:lru-cache",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-compilation-targets",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:@babel/helper-create-class-features-plugin": [
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/helper-member-expression-to-functions",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/helper-optimise-call-expression",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/helper-replace-supers",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-class-features-plugin",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:@babel/helper-create-regexp-features-plugin": [
      {
        "source": "npm:@babel/helper-create-regexp-features-plugin",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-regexp-features-plugin",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-regexp-features-plugin",
        "target": "npm:regexpu-core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-create-regexp-features-plugin",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:@babel/helper-define-polyfill-provider": [
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:lodash.debounce",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-define-polyfill-provider",
        "target": "npm:resolve@1.22.11",
        "type": "static"
      }
    ],
    "npm:resolve@1.22.11": [
      {
        "source": "npm:resolve@1.22.11",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:resolve@1.22.11",
        "target": "npm:path-parse",
        "type": "static"
      },
      {
        "source": "npm:resolve@1.22.11",
        "target": "npm:supports-preserve-symlinks-flag",
        "type": "static"
      }
    ],
    "npm:@babel/helper-member-expression-to-functions": [
      {
        "source": "npm:@babel/helper-member-expression-to-functions",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-member-expression-to-functions",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helper-module-imports": [
      {
        "source": "npm:@babel/helper-module-imports",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-module-imports",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helper-module-transforms": [
      {
        "source": "npm:@babel/helper-module-transforms",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-module-transforms",
        "target": "npm:@babel/helper-module-imports",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-module-transforms",
        "target": "npm:@babel/helper-validator-identifier",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-module-transforms",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/helper-optimise-call-expression": [
      {
        "source": "npm:@babel/helper-optimise-call-expression",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helper-remap-async-to-generator": [
      {
        "source": "npm:@babel/helper-remap-async-to-generator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-remap-async-to-generator",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-remap-async-to-generator",
        "target": "npm:@babel/helper-wrap-function",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-remap-async-to-generator",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/helper-replace-supers": [
      {
        "source": "npm:@babel/helper-replace-supers",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-replace-supers",
        "target": "npm:@babel/helper-member-expression-to-functions",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-replace-supers",
        "target": "npm:@babel/helper-optimise-call-expression",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-replace-supers",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/helper-skip-transparent-expression-wrappers": [
      {
        "source": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helper-wrap-function": [
      {
        "source": "npm:@babel/helper-wrap-function",
        "target": "npm:@babel/template",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-wrap-function",
        "target": "npm:@babel/traverse",
        "type": "static"
      },
      {
        "source": "npm:@babel/helper-wrap-function",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/helpers": [
      {
        "source": "npm:@babel/helpers",
        "target": "npm:@babel/template",
        "type": "static"
      },
      {
        "source": "npm:@babel/helpers",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/parser": [
      {
        "source": "npm:@babel/parser",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": [
      {
        "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": [
      {
        "source": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [
      {
        "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [
      {
        "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "target": "npm:@babel/plugin-transform-optional-chaining",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [
      {
        "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-proposal-class-properties": [
      {
        "source": "npm:@babel/plugin-proposal-class-properties",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-proposal-class-properties",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-proposal-class-properties",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-proposal-private-property-in-object": [
      {
        "source": "npm:@babel/plugin-proposal-private-property-in-object",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-async-generators": [
      {
        "source": "npm:@babel/plugin-syntax-async-generators",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-async-generators",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-bigint": [
      {
        "source": "npm:@babel/plugin-syntax-bigint",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-bigint",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-class-properties": [
      {
        "source": "npm:@babel/plugin-syntax-class-properties",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-class-properties",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-class-static-block": [
      {
        "source": "npm:@babel/plugin-syntax-class-static-block",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-class-static-block",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-import-assertions": [
      {
        "source": "npm:@babel/plugin-syntax-import-assertions",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-import-assertions",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-import-attributes": [
      {
        "source": "npm:@babel/plugin-syntax-import-attributes",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-import-attributes",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-import-meta": [
      {
        "source": "npm:@babel/plugin-syntax-import-meta",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-import-meta",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-json-strings": [
      {
        "source": "npm:@babel/plugin-syntax-json-strings",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-json-strings",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-jsx": [
      {
        "source": "npm:@babel/plugin-syntax-jsx",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-jsx",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-logical-assignment-operators": [
      {
        "source": "npm:@babel/plugin-syntax-logical-assignment-operators",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-logical-assignment-operators",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-nullish-coalescing-operator": [
      {
        "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-numeric-separator": [
      {
        "source": "npm:@babel/plugin-syntax-numeric-separator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-numeric-separator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-object-rest-spread": [
      {
        "source": "npm:@babel/plugin-syntax-object-rest-spread",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-object-rest-spread",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-optional-catch-binding": [
      {
        "source": "npm:@babel/plugin-syntax-optional-catch-binding",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-optional-catch-binding",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-optional-chaining": [
      {
        "source": "npm:@babel/plugin-syntax-optional-chaining",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-optional-chaining",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-private-property-in-object": [
      {
        "source": "npm:@babel/plugin-syntax-private-property-in-object",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-private-property-in-object",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-top-level-await": [
      {
        "source": "npm:@babel/plugin-syntax-top-level-await",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-top-level-await",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-typescript": [
      {
        "source": "npm:@babel/plugin-syntax-typescript",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-typescript",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-syntax-unicode-sets-regex": [
      {
        "source": "npm:@babel/plugin-syntax-unicode-sets-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-unicode-sets-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-syntax-unicode-sets-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-arrow-functions": [
      {
        "source": "npm:@babel/plugin-transform-arrow-functions",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-arrow-functions",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-async-generator-functions": [
      {
        "source": "npm:@babel/plugin-transform-async-generator-functions",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-generator-functions",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-generator-functions",
        "target": "npm:@babel/helper-remap-async-to-generator",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-generator-functions",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-async-to-generator": [
      {
        "source": "npm:@babel/plugin-transform-async-to-generator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-to-generator",
        "target": "npm:@babel/helper-module-imports",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-to-generator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-async-to-generator",
        "target": "npm:@babel/helper-remap-async-to-generator",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-block-scoped-functions": [
      {
        "source": "npm:@babel/plugin-transform-block-scoped-functions",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-block-scoped-functions",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-block-scoping": [
      {
        "source": "npm:@babel/plugin-transform-block-scoping",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-block-scoping",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-class-properties": [
      {
        "source": "npm:@babel/plugin-transform-class-properties",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-class-properties",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-class-properties",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-class-static-block": [
      {
        "source": "npm:@babel/plugin-transform-class-static-block",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-class-static-block",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-class-static-block",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-classes": [
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/helper-globals",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/helper-replace-supers",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-classes",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-computed-properties": [
      {
        "source": "npm:@babel/plugin-transform-computed-properties",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-computed-properties",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-computed-properties",
        "target": "npm:@babel/template",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-destructuring": [
      {
        "source": "npm:@babel/plugin-transform-destructuring",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-destructuring",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-destructuring",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-dotall-regex": [
      {
        "source": "npm:@babel/plugin-transform-dotall-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-dotall-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-dotall-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-duplicate-keys": [
      {
        "source": "npm:@babel/plugin-transform-duplicate-keys",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-duplicate-keys",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": [
      {
        "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-dynamic-import": [
      {
        "source": "npm:@babel/plugin-transform-dynamic-import",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-dynamic-import",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-explicit-resource-management": [
      {
        "source": "npm:@babel/plugin-transform-explicit-resource-management",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-explicit-resource-management",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-explicit-resource-management",
        "target": "npm:@babel/plugin-transform-destructuring",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-exponentiation-operator": [
      {
        "source": "npm:@babel/plugin-transform-exponentiation-operator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-exponentiation-operator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-export-namespace-from": [
      {
        "source": "npm:@babel/plugin-transform-export-namespace-from",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-export-namespace-from",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-for-of": [
      {
        "source": "npm:@babel/plugin-transform-for-of",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-for-of",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-for-of",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-function-name": [
      {
        "source": "npm:@babel/plugin-transform-function-name",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-function-name",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-function-name",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-function-name",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-json-strings": [
      {
        "source": "npm:@babel/plugin-transform-json-strings",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-json-strings",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-literals": [
      {
        "source": "npm:@babel/plugin-transform-literals",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-literals",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-logical-assignment-operators": [
      {
        "source": "npm:@babel/plugin-transform-logical-assignment-operators",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-logical-assignment-operators",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-member-expression-literals": [
      {
        "source": "npm:@babel/plugin-transform-member-expression-literals",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-member-expression-literals",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-modules-amd": [
      {
        "source": "npm:@babel/plugin-transform-modules-amd",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-amd",
        "target": "npm:@babel/helper-module-transforms",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-amd",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-modules-commonjs": [
      {
        "source": "npm:@babel/plugin-transform-modules-commonjs",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-commonjs",
        "target": "npm:@babel/helper-module-transforms",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-commonjs",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-modules-systemjs": [
      {
        "source": "npm:@babel/plugin-transform-modules-systemjs",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-systemjs",
        "target": "npm:@babel/helper-module-transforms",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-systemjs",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-systemjs",
        "target": "npm:@babel/helper-validator-identifier",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-systemjs",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-modules-umd": [
      {
        "source": "npm:@babel/plugin-transform-modules-umd",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-umd",
        "target": "npm:@babel/helper-module-transforms",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-modules-umd",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-named-capturing-groups-regex": [
      {
        "source": "npm:@babel/plugin-transform-named-capturing-groups-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-named-capturing-groups-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-named-capturing-groups-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-new-target": [
      {
        "source": "npm:@babel/plugin-transform-new-target",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-new-target",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-nullish-coalescing-operator": [
      {
        "source": "npm:@babel/plugin-transform-nullish-coalescing-operator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-nullish-coalescing-operator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-numeric-separator": [
      {
        "source": "npm:@babel/plugin-transform-numeric-separator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-numeric-separator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-object-rest-spread": [
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/plugin-transform-destructuring",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/plugin-transform-parameters",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-rest-spread",
        "target": "npm:@babel/traverse",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-object-super": [
      {
        "source": "npm:@babel/plugin-transform-object-super",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-super",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-object-super",
        "target": "npm:@babel/helper-replace-supers",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-optional-catch-binding": [
      {
        "source": "npm:@babel/plugin-transform-optional-catch-binding",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-optional-catch-binding",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-optional-chaining": [
      {
        "source": "npm:@babel/plugin-transform-optional-chaining",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-optional-chaining",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-optional-chaining",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-parameters": [
      {
        "source": "npm:@babel/plugin-transform-parameters",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-parameters",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-private-methods": [
      {
        "source": "npm:@babel/plugin-transform-private-methods",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-private-methods",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-private-methods",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-private-property-in-object": [
      {
        "source": "npm:@babel/plugin-transform-private-property-in-object",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-private-property-in-object",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-private-property-in-object",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-private-property-in-object",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-property-literals": [
      {
        "source": "npm:@babel/plugin-transform-property-literals",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-property-literals",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-react-constant-elements": [
      {
        "source": "npm:@babel/plugin-transform-react-constant-elements",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-constant-elements",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-react-display-name": [
      {
        "source": "npm:@babel/plugin-transform-react-display-name",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-display-name",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-react-jsx": [
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/helper-module-imports",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/plugin-syntax-jsx",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-react-jsx-development": [
      {
        "source": "npm:@babel/plugin-transform-react-jsx-development",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-jsx-development",
        "target": "npm:@babel/plugin-transform-react-jsx",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-react-pure-annotations": [
      {
        "source": "npm:@babel/plugin-transform-react-pure-annotations",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-pure-annotations",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-react-pure-annotations",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-regenerator": [
      {
        "source": "npm:@babel/plugin-transform-regenerator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-regenerator",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-regexp-modifiers": [
      {
        "source": "npm:@babel/plugin-transform-regexp-modifiers",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-regexp-modifiers",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-regexp-modifiers",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-reserved-words": [
      {
        "source": "npm:@babel/plugin-transform-reserved-words",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-reserved-words",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-shorthand-properties": [
      {
        "source": "npm:@babel/plugin-transform-shorthand-properties",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-shorthand-properties",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-spread": [
      {
        "source": "npm:@babel/plugin-transform-spread",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-spread",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-spread",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-sticky-regex": [
      {
        "source": "npm:@babel/plugin-transform-sticky-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-sticky-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-template-literals": [
      {
        "source": "npm:@babel/plugin-transform-template-literals",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-template-literals",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-typeof-symbol": [
      {
        "source": "npm:@babel/plugin-transform-typeof-symbol",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typeof-symbol",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-typescript": [
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/helper-annotate-as-pure",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/helper-create-class-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/helper-skip-transparent-expression-wrappers",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-typescript",
        "target": "npm:@babel/plugin-syntax-typescript",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-unicode-escapes": [
      {
        "source": "npm:@babel/plugin-transform-unicode-escapes",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-escapes",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-unicode-property-regex": [
      {
        "source": "npm:@babel/plugin-transform-unicode-property-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-property-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-property-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-unicode-regex": [
      {
        "source": "npm:@babel/plugin-transform-unicode-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/plugin-transform-unicode-sets-regex": [
      {
        "source": "npm:@babel/plugin-transform-unicode-sets-regex",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-sets-regex",
        "target": "npm:@babel/helper-create-regexp-features-plugin",
        "type": "static"
      },
      {
        "source": "npm:@babel/plugin-transform-unicode-sets-regex",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      }
    ],
    "npm:@babel/preset-env": [
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/compat-data",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/helper-compilation-targets",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/helper-validator-option",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-proposal-private-property-in-object",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-syntax-import-assertions",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-syntax-import-attributes",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-syntax-unicode-sets-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-arrow-functions",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-async-generator-functions",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-async-to-generator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-block-scoped-functions",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-block-scoping",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-class-properties",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-class-static-block",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-classes",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-computed-properties",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-destructuring",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-dotall-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-duplicate-keys",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-dynamic-import",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-explicit-resource-management",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-exponentiation-operator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-export-namespace-from",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-for-of",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-function-name",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-json-strings",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-literals",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-logical-assignment-operators",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-member-expression-literals",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-modules-amd",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-modules-commonjs",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-modules-systemjs",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-modules-umd",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-named-capturing-groups-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-new-target",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-nullish-coalescing-operator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-numeric-separator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-object-rest-spread",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-object-super",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-optional-catch-binding",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-optional-chaining",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-parameters",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-private-methods",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-private-property-in-object",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-property-literals",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-regenerator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-regexp-modifiers",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-reserved-words",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-shorthand-properties",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-spread",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-sticky-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-template-literals",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-typeof-symbol",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-unicode-escapes",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-unicode-property-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-unicode-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/plugin-transform-unicode-sets-regex",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:@babel/preset-modules",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:babel-plugin-polyfill-corejs2",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:babel-plugin-polyfill-corejs3",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:babel-plugin-polyfill-regenerator",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:core-js-compat",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-env",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:@babel/preset-modules": [
      {
        "source": "npm:@babel/preset-modules",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-modules",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-modules",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-modules",
        "target": "npm:esutils",
        "type": "static"
      }
    ],
    "npm:@babel/preset-react": [
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/helper-validator-option",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/plugin-transform-react-display-name",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/plugin-transform-react-jsx",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/plugin-transform-react-jsx-development",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-react",
        "target": "npm:@babel/plugin-transform-react-pure-annotations",
        "type": "static"
      }
    ],
    "npm:@babel/preset-typescript": [
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/helper-validator-option",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/plugin-syntax-jsx",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/plugin-transform-modules-commonjs",
        "type": "static"
      },
      {
        "source": "npm:@babel/preset-typescript",
        "target": "npm:@babel/plugin-transform-typescript",
        "type": "static"
      }
    ],
    "npm:@babel/template": [
      {
        "source": "npm:@babel/template",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:@babel/template",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@babel/template",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@babel/traverse": [
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/generator",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/helper-globals",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/template",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@babel/traverse",
        "target": "npm:debug",
        "type": "static"
      }
    ],
    "npm:@babel/types": [
      {
        "source": "npm:@babel/types",
        "target": "npm:@babel/helper-string-parser",
        "type": "static"
      },
      {
        "source": "npm:@babel/types",
        "target": "npm:@babel/helper-validator-identifier",
        "type": "static"
      }
    ],
    "npm:@cypress/request": [
      {
        "source": "npm:@cypress/request",
        "target": "npm:aws-sign2",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:aws4",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:caseless",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:combined-stream",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:extend",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:forever-agent",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:form-data",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:http-signature",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:is-typedarray",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:isstream",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:json-stringify-safe",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:mime-types",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:performance-now",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:qs",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:safe-buffer",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:tough-cookie",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:tunnel-agent",
        "type": "static"
      },
      {
        "source": "npm:@cypress/request",
        "target": "npm:uuid",
        "type": "static"
      }
    ],
    "npm:@cypress/xvfb": [
      {
        "source": "npm:@cypress/xvfb",
        "target": "npm:debug@3.2.7",
        "type": "static"
      },
      {
        "source": "npm:@cypress/xvfb",
        "target": "npm:lodash.once",
        "type": "static"
      }
    ],
    "npm:debug@3.2.7": [
      {
        "source": "npm:debug@3.2.7",
        "target": "npm:ms",
        "type": "static"
      }
    ],
    "npm:@dabh/diagnostics": [
      {
        "source": "npm:@dabh/diagnostics",
        "target": "npm:@so-ric/colorspace",
        "type": "static"
      },
      {
        "source": "npm:@dabh/diagnostics",
        "target": "npm:enabled",
        "type": "static"
      },
      {
        "source": "npm:@dabh/diagnostics",
        "target": "npm:kuler",
        "type": "static"
      }
    ],
    "npm:@emnapi/core": [
      {
        "source": "npm:@emnapi/core",
        "target": "npm:@emnapi/wasi-threads",
        "type": "static"
      },
      {
        "source": "npm:@emnapi/core",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@emnapi/runtime": [
      {
        "source": "npm:@emnapi/runtime",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@emnapi/wasi-threads": [
      {
        "source": "npm:@emnapi/wasi-threads",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@eslint-community/eslint-utils": [
      {
        "source": "npm:@eslint-community/eslint-utils",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@eslint-community/eslint-utils",
        "target": "npm:eslint-visitor-keys",
        "type": "static"
      }
    ],
    "npm:@eslint/compat": [
      {
        "source": "npm:@eslint/compat",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@eslint/compat",
        "target": "npm:@eslint/core",
        "type": "static"
      }
    ],
    "npm:@eslint/config-array": [
      {
        "source": "npm:@eslint/config-array",
        "target": "npm:@eslint/object-schema",
        "type": "static"
      },
      {
        "source": "npm:@eslint/config-array",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@eslint/config-array",
        "target": "npm:minimatch",
        "type": "static"
      }
    ],
    "npm:@eslint/config-helpers": [
      {
        "source": "npm:@eslint/config-helpers",
        "target": "npm:@eslint/core@0.17.0",
        "type": "static"
      }
    ],
    "npm:@eslint/core@0.17.0": [
      {
        "source": "npm:@eslint/core@0.17.0",
        "target": "npm:@types/json-schema",
        "type": "static"
      }
    ],
    "npm:@eslint/core": [
      {
        "source": "npm:@eslint/core",
        "target": "npm:@types/json-schema",
        "type": "static"
      }
    ],
    "npm:@eslint/eslintrc": [
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:ajv",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:espree",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:globals@14.0.0",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:ignore",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:import-fresh",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:js-yaml",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:minimatch",
        "type": "static"
      },
      {
        "source": "npm:@eslint/eslintrc",
        "target": "npm:strip-json-comments",
        "type": "static"
      }
    ],
    "npm:@eslint/plugin-kit": [
      {
        "source": "npm:@eslint/plugin-kit",
        "target": "npm:@eslint/core@0.17.0",
        "type": "static"
      },
      {
        "source": "npm:@eslint/plugin-kit",
        "target": "npm:levn",
        "type": "static"
      }
    ],
    "npm:@floating-ui/core": [
      {
        "source": "npm:@floating-ui/core",
        "target": "npm:@floating-ui/utils",
        "type": "static"
      }
    ],
    "npm:@floating-ui/dom": [
      {
        "source": "npm:@floating-ui/dom",
        "target": "npm:@floating-ui/core",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/dom",
        "target": "npm:@floating-ui/utils",
        "type": "static"
      }
    ],
    "npm:@floating-ui/react": [
      {
        "source": "npm:@floating-ui/react",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react",
        "target": "npm:react-dom",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react",
        "target": "npm:@floating-ui/react-dom",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react",
        "target": "npm:@floating-ui/utils",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react",
        "target": "npm:tabbable",
        "type": "static"
      }
    ],
    "npm:@floating-ui/react-dom": [
      {
        "source": "npm:@floating-ui/react-dom",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react-dom",
        "target": "npm:react-dom",
        "type": "static"
      },
      {
        "source": "npm:@floating-ui/react-dom",
        "target": "npm:@floating-ui/dom",
        "type": "static"
      }
    ],
    "npm:@hapi/address": [
      {
        "source": "npm:@hapi/address",
        "target": "npm:@hapi/hoek",
        "type": "static"
      }
    ],
    "npm:@hapi/topo": [
      {
        "source": "npm:@hapi/topo",
        "target": "npm:@hapi/hoek",
        "type": "static"
      }
    ],
    "npm:@humanfs/node": [
      {
        "source": "npm:@humanfs/node",
        "target": "npm:@humanfs/core",
        "type": "static"
      },
      {
        "source": "npm:@humanfs/node",
        "target": "npm:@humanwhocodes/retry@0.3.1",
        "type": "static"
      }
    ],
    "npm:@img/sharp-darwin-arm64": [
      {
        "source": "npm:@img/sharp-darwin-arm64",
        "target": "npm:@img/sharp-libvips-darwin-arm64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-darwin-x64": [
      {
        "source": "npm:@img/sharp-darwin-x64",
        "target": "npm:@img/sharp-libvips-darwin-x64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-arm": [
      {
        "source": "npm:@img/sharp-linux-arm",
        "target": "npm:@img/sharp-libvips-linux-arm",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-arm64": [
      {
        "source": "npm:@img/sharp-linux-arm64",
        "target": "npm:@img/sharp-libvips-linux-arm64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-ppc64": [
      {
        "source": "npm:@img/sharp-linux-ppc64",
        "target": "npm:@img/sharp-libvips-linux-ppc64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-riscv64": [
      {
        "source": "npm:@img/sharp-linux-riscv64",
        "target": "npm:@img/sharp-libvips-linux-riscv64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-s390x": [
      {
        "source": "npm:@img/sharp-linux-s390x",
        "target": "npm:@img/sharp-libvips-linux-s390x",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linux-x64": [
      {
        "source": "npm:@img/sharp-linux-x64",
        "target": "npm:@img/sharp-libvips-linux-x64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linuxmusl-arm64": [
      {
        "source": "npm:@img/sharp-linuxmusl-arm64",
        "target": "npm:@img/sharp-libvips-linuxmusl-arm64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-linuxmusl-x64": [
      {
        "source": "npm:@img/sharp-linuxmusl-x64",
        "target": "npm:@img/sharp-libvips-linuxmusl-x64",
        "type": "static"
      }
    ],
    "npm:@img/sharp-wasm32": [
      {
        "source": "npm:@img/sharp-wasm32",
        "target": "npm:@emnapi/runtime",
        "type": "static"
      }
    ],
    "npm:@inquirer/checkbox": [
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:@inquirer/ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:@inquirer/figures",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/confirm": [
      {
        "source": "npm:@inquirer/confirm",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/confirm",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/confirm",
        "target": "npm:@inquirer/type",
        "type": "static"
      }
    ],
    "npm:@inquirer/core": [
      {
        "source": "npm:@inquirer/core",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:@inquirer/ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:@inquirer/figures",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:cli-width@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:mute-stream@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:wrap-ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/editor": [
      {
        "source": "npm:@inquirer/editor",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor",
        "target": "npm:@inquirer/external-editor",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor",
        "target": "npm:@inquirer/type",
        "type": "static"
      }
    ],
    "npm:@inquirer/expand": [
      {
        "source": "npm:@inquirer/expand",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/expand",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/expand",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/expand",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/external-editor": [
      {
        "source": "npm:@inquirer/external-editor",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/external-editor",
        "target": "npm:chardet@2.1.1",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/external-editor",
        "target": "npm:iconv-lite@0.7.0",
        "type": "static"
      }
    ],
    "npm:iconv-lite@0.7.0": [
      {
        "source": "npm:iconv-lite@0.7.0",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:@inquirer/input": [
      {
        "source": "npm:@inquirer/input",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/input",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/input",
        "target": "npm:@inquirer/type",
        "type": "static"
      }
    ],
    "npm:@inquirer/number": [
      {
        "source": "npm:@inquirer/number",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/number",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/number",
        "target": "npm:@inquirer/type",
        "type": "static"
      }
    ],
    "npm:@inquirer/password": [
      {
        "source": "npm:@inquirer/password",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password",
        "target": "npm:@inquirer/ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password",
        "target": "npm:@inquirer/type",
        "type": "static"
      }
    ],
    "npm:@inquirer/prompts": [
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/checkbox",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/confirm",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/editor",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/expand",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/input",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/number",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/password",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/rawlist",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/search",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts",
        "target": "npm:@inquirer/select",
        "type": "static"
      }
    ],
    "npm:@inquirer/rawlist": [
      {
        "source": "npm:@inquirer/rawlist",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/rawlist",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/rawlist",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/rawlist",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/search": [
      {
        "source": "npm:@inquirer/search",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search",
        "target": "npm:@inquirer/figures",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/select": [
      {
        "source": "npm:@inquirer/select",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select",
        "target": "npm:@inquirer/ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select",
        "target": "npm:@inquirer/figures",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select",
        "target": "npm:yoctocolors-cjs",
        "type": "static"
      }
    ],
    "npm:@inquirer/type": [
      {
        "source": "npm:@inquirer/type",
        "target": "npm:@types/node",
        "type": "static"
      }
    ],
    "npm:@isaacs/cliui": [
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:string-width@5.1.2",
        "type": "static"
      },
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:string-width-cjs",
        "type": "static"
      },
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:strip-ansi@7.1.2",
        "type": "static"
      },
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:strip-ansi-cjs",
        "type": "static"
      },
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:wrap-ansi@8.1.0",
        "type": "static"
      },
      {
        "source": "npm:@isaacs/cliui",
        "target": "npm:wrap-ansi-cjs",
        "type": "static"
      }
    ],
    "npm:string-width@5.1.2": [
      {
        "source": "npm:string-width@5.1.2",
        "target": "npm:eastasianwidth",
        "type": "static"
      },
      {
        "source": "npm:string-width@5.1.2",
        "target": "npm:emoji-regex@9.2.2",
        "type": "static"
      },
      {
        "source": "npm:string-width@5.1.2",
        "target": "npm:strip-ansi@7.1.2",
        "type": "static"
      }
    ],
    "npm:strip-ansi@7.1.2": [
      {
        "source": "npm:strip-ansi@7.1.2",
        "target": "npm:ansi-regex@6.2.2",
        "type": "static"
      }
    ],
    "npm:wrap-ansi@8.1.0": [
      {
        "source": "npm:wrap-ansi@8.1.0",
        "target": "npm:ansi-styles@6.2.3",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@8.1.0",
        "target": "npm:string-width@5.1.2",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@8.1.0",
        "target": "npm:strip-ansi@7.1.2",
        "type": "static"
      }
    ],
    "npm:@isaacs/fs-minipass": [
      {
        "source": "npm:@isaacs/fs-minipass",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:@istanbuljs/load-nyc-config": [
      {
        "source": "npm:@istanbuljs/load-nyc-config",
        "target": "npm:camelcase",
        "type": "static"
      },
      {
        "source": "npm:@istanbuljs/load-nyc-config",
        "target": "npm:find-up@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:@istanbuljs/load-nyc-config",
        "target": "npm:get-package-type",
        "type": "static"
      },
      {
        "source": "npm:@istanbuljs/load-nyc-config",
        "target": "npm:js-yaml@3.14.2",
        "type": "static"
      },
      {
        "source": "npm:@istanbuljs/load-nyc-config",
        "target": "npm:resolve-from@5.0.0",
        "type": "static"
      }
    ],
    "npm:argparse@1.0.10": [
      {
        "source": "npm:argparse@1.0.10",
        "target": "npm:sprintf-js",
        "type": "static"
      }
    ],
    "npm:find-up@4.1.0": [
      {
        "source": "npm:find-up@4.1.0",
        "target": "npm:locate-path@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:find-up@4.1.0",
        "target": "npm:path-exists",
        "type": "static"
      }
    ],
    "npm:js-yaml@3.14.2": [
      {
        "source": "npm:js-yaml@3.14.2",
        "target": "npm:argparse@1.0.10",
        "type": "static"
      },
      {
        "source": "npm:js-yaml@3.14.2",
        "target": "npm:esprima",
        "type": "static"
      }
    ],
    "npm:locate-path@5.0.0": [
      {
        "source": "npm:locate-path@5.0.0",
        "target": "npm:p-locate@4.1.0",
        "type": "static"
      }
    ],
    "npm:p-limit@2.3.0": [
      {
        "source": "npm:p-limit@2.3.0",
        "target": "npm:p-try",
        "type": "static"
      }
    ],
    "npm:p-locate@4.1.0": [
      {
        "source": "npm:p-locate@4.1.0",
        "target": "npm:p-limit@2.3.0",
        "type": "static"
      }
    ],
    "npm:@jest/console": [
      {
        "source": "npm:@jest/console",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/console",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/console",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@jest/console",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/console",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/console",
        "target": "npm:slash",
        "type": "static"
      }
    ],
    "npm:@jest/core": [
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/console",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/pattern",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/reporters",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:ansi-escapes",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:exit-x",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-changed-files",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-config@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-resolve",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-resolve-dependencies",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-runner",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-runtime",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-snapshot",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-validate",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:jest-watcher",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:@jest/core",
        "target": "npm:slash",
        "type": "static"
      }
    ],
    "npm:brace-expansion@2.0.3": [
      {
        "source": "npm:brace-expansion@2.0.3",
        "target": "npm:balanced-match",
        "type": "static"
      }
    ],
    "npm:glob@10.5.0": [
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:foreground-child",
        "type": "static"
      },
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:jackspeak",
        "type": "static"
      },
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:minimatch@9.0.9",
        "type": "static"
      },
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:package-json-from-dist",
        "type": "static"
      },
      {
        "source": "npm:glob@10.5.0",
        "target": "npm:path-scurry",
        "type": "static"
      }
    ],
    "npm:jest-config@30.3.0": [
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@jest/pattern",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@jest/test-sequencer",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:babel-jest",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:deepmerge",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:glob@10.5.0",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-circus",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-docblock",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-environment-node",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-resolve",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-runner",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:jest-validate",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:parse-json",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:jest-config@30.3.0",
        "target": "npm:strip-json-comments",
        "type": "static"
      }
    ],
    "npm:minimatch@9.0.9": [
      {
        "source": "npm:minimatch@9.0.9",
        "target": "npm:brace-expansion@2.0.3",
        "type": "static"
      }
    ],
    "npm:pretty-format@30.3.0": [
      {
        "source": "npm:pretty-format@30.3.0",
        "target": "npm:@jest/schemas",
        "type": "static"
      },
      {
        "source": "npm:pretty-format@30.3.0",
        "target": "npm:ansi-styles@5.2.0",
        "type": "static"
      },
      {
        "source": "npm:pretty-format@30.3.0",
        "target": "npm:react-is@18.3.1",
        "type": "static"
      }
    ],
    "npm:@jest/environment": [
      {
        "source": "npm:@jest/environment",
        "target": "npm:@jest/fake-timers",
        "type": "static"
      },
      {
        "source": "npm:@jest/environment",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/environment",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/environment",
        "target": "npm:jest-mock",
        "type": "static"
      }
    ],
    "npm:@jest/expect": [
      {
        "source": "npm:@jest/expect",
        "target": "npm:expect",
        "type": "static"
      },
      {
        "source": "npm:@jest/expect",
        "target": "npm:jest-snapshot",
        "type": "static"
      }
    ],
    "npm:@jest/expect-utils": [
      {
        "source": "npm:@jest/expect-utils",
        "target": "npm:@jest/get-type",
        "type": "static"
      }
    ],
    "npm:@jest/fake-timers": [
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:@sinonjs/fake-timers",
        "type": "static"
      },
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:jest-mock",
        "type": "static"
      },
      {
        "source": "npm:@jest/fake-timers",
        "target": "npm:jest-util",
        "type": "static"
      }
    ],
    "npm:@jest/globals": [
      {
        "source": "npm:@jest/globals",
        "target": "npm:@jest/environment",
        "type": "static"
      },
      {
        "source": "npm:@jest/globals",
        "target": "npm:@jest/expect",
        "type": "static"
      },
      {
        "source": "npm:@jest/globals",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/globals",
        "target": "npm:jest-mock",
        "type": "static"
      }
    ],
    "npm:@jest/pattern": [
      {
        "source": "npm:@jest/pattern",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/pattern",
        "target": "npm:jest-regex-util",
        "type": "static"
      }
    ],
    "npm:@jest/reporters": [
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@bcoe/v8-coverage",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@jest/console",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:collect-v8-coverage",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:exit-x",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:glob@10.5.0",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:istanbul-lib-instrument",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:istanbul-lib-report",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:istanbul-lib-source-maps",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:istanbul-reports",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:jest-worker",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:string-length",
        "type": "static"
      },
      {
        "source": "npm:@jest/reporters",
        "target": "npm:v8-to-istanbul",
        "type": "static"
      }
    ],
    "npm:@jest/schemas": [
      {
        "source": "npm:@jest/schemas",
        "target": "npm:@sinclair/typebox",
        "type": "static"
      }
    ],
    "npm:@jest/snapshot-utils": [
      {
        "source": "npm:@jest/snapshot-utils",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/snapshot-utils",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@jest/snapshot-utils",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:@jest/snapshot-utils",
        "target": "npm:natural-compare",
        "type": "static"
      }
    ],
    "npm:@jest/source-map": [
      {
        "source": "npm:@jest/source-map",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:@jest/source-map",
        "target": "npm:callsites",
        "type": "static"
      },
      {
        "source": "npm:@jest/source-map",
        "target": "npm:graceful-fs",
        "type": "static"
      }
    ],
    "npm:@jest/test-result": [
      {
        "source": "npm:@jest/test-result",
        "target": "npm:@jest/console",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-result",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-result",
        "target": "npm:@types/istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-result",
        "target": "npm:collect-v8-coverage",
        "type": "static"
      }
    ],
    "npm:@jest/test-sequencer": [
      {
        "source": "npm:@jest/test-sequencer",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-sequencer",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-sequencer",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:@jest/test-sequencer",
        "target": "npm:slash",
        "type": "static"
      }
    ],
    "npm:@jest/transform": [
      {
        "source": "npm:@jest/transform",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:babel-plugin-istanbul",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:convert-source-map",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:pirates",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:@jest/transform",
        "target": "npm:write-file-atomic",
        "type": "static"
      }
    ],
    "npm:@jest/types": [
      {
        "source": "npm:@jest/types",
        "target": "npm:@jest/pattern",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:@jest/schemas",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:@types/istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:@types/istanbul-reports",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:@types/yargs",
        "type": "static"
      },
      {
        "source": "npm:@jest/types",
        "target": "npm:chalk",
        "type": "static"
      }
    ],
    "npm:@jridgewell/gen-mapping": [
      {
        "source": "npm:@jridgewell/gen-mapping",
        "target": "npm:@jridgewell/sourcemap-codec",
        "type": "static"
      },
      {
        "source": "npm:@jridgewell/gen-mapping",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      }
    ],
    "npm:@jridgewell/remapping": [
      {
        "source": "npm:@jridgewell/remapping",
        "target": "npm:@jridgewell/gen-mapping",
        "type": "static"
      },
      {
        "source": "npm:@jridgewell/remapping",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      }
    ],
    "npm:@jridgewell/source-map": [
      {
        "source": "npm:@jridgewell/source-map",
        "target": "npm:@jridgewell/gen-mapping",
        "type": "static"
      },
      {
        "source": "npm:@jridgewell/source-map",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      }
    ],
    "npm:@jridgewell/trace-mapping": [
      {
        "source": "npm:@jridgewell/trace-mapping",
        "target": "npm:@jridgewell/resolve-uri",
        "type": "static"
      },
      {
        "source": "npm:@jridgewell/trace-mapping",
        "target": "npm:@jridgewell/sourcemap-codec",
        "type": "static"
      }
    ],
    "npm:@napi-rs/wasm-runtime": [
      {
        "source": "npm:@napi-rs/wasm-runtime",
        "target": "npm:@emnapi/core",
        "type": "static"
      },
      {
        "source": "npm:@napi-rs/wasm-runtime",
        "target": "npm:@emnapi/runtime",
        "type": "static"
      },
      {
        "source": "npm:@napi-rs/wasm-runtime",
        "target": "npm:@tybys/wasm-util@0.10.0",
        "type": "static"
      }
    ],
    "npm:@tybys/wasm-util@0.10.0": [
      {
        "source": "npm:@tybys/wasm-util@0.10.0",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@nodelib/fs.scandir": [
      {
        "source": "npm:@nodelib/fs.scandir",
        "target": "npm:@nodelib/fs.stat",
        "type": "static"
      },
      {
        "source": "npm:@nodelib/fs.scandir",
        "target": "npm:run-parallel",
        "type": "static"
      }
    ],
    "npm:@nodelib/fs.walk": [
      {
        "source": "npm:@nodelib/fs.walk",
        "target": "npm:@nodelib/fs.scandir",
        "type": "static"
      },
      {
        "source": "npm:@nodelib/fs.walk",
        "target": "npm:fastq",
        "type": "static"
      }
    ],
    "npm:@npmcli/agent": [
      {
        "source": "npm:@npmcli/agent",
        "target": "npm:agent-base",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/agent",
        "target": "npm:http-proxy-agent",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/agent",
        "target": "npm:https-proxy-agent",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/agent",
        "target": "npm:lru-cache@11.2.4",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/agent",
        "target": "npm:socks-proxy-agent",
        "type": "static"
      }
    ],
    "npm:@npmcli/arborist": [
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@isaacs/string-locale-compare",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/fs",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/installed-package-contents",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/map-workspaces",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/metavuln-calculator",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/name-from-folder",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/node-gyp",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/query",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/redact",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:@npmcli/run-script",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:bin-links",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:common-ancestor-path",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:hosted-git-info",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:json-stringify-nice",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:lru-cache@11.2.7",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:nopt",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:npm-install-checks",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:npm-pick-manifest",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:pacote@21.5.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:parse-conflict-json",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:proggy",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:promise-all-reject-late",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:promise-call-limit",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:ssri",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:treeverse",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/arborist",
        "target": "npm:walk-up-path",
        "type": "static"
      }
    ],
    "npm:brace-expansion@5.0.5": [
      {
        "source": "npm:brace-expansion@5.0.5",
        "target": "npm:balanced-match@4.0.4",
        "type": "static"
      }
    ],
    "npm:minimatch@10.2.5": [
      {
        "source": "npm:minimatch@10.2.5",
        "target": "npm:brace-expansion@5.0.5",
        "type": "static"
      }
    ],
    "npm:npm-bundled@5.0.0": [
      {
        "source": "npm:npm-bundled@5.0.0",
        "target": "npm:npm-normalize-package-bin@5.0.0",
        "type": "static"
      }
    ],
    "npm:pacote@21.5.0": [
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@gar/promise-retry",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@npmcli/git",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@npmcli/installed-package-contents@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@npmcli/promise-spawn",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:@npmcli/run-script",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:fs-minipass",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:npm-packlist",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:npm-pick-manifest",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:sigstore",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:ssri@13.0.1",
        "type": "static"
      },
      {
        "source": "npm:pacote@21.5.0",
        "target": "npm:tar",
        "type": "static"
      }
    ],
    "npm:@npmcli/installed-package-contents@4.0.0": [
      {
        "source": "npm:@npmcli/installed-package-contents@4.0.0",
        "target": "npm:npm-bundled@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/installed-package-contents@4.0.0",
        "target": "npm:npm-normalize-package-bin@5.0.0",
        "type": "static"
      }
    ],
    "npm:ssri@13.0.1": [
      {
        "source": "npm:ssri@13.0.1",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:@npmcli/fs": [
      {
        "source": "npm:@npmcli/fs",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:@npmcli/git": [
      {
        "source": "npm:@npmcli/git",
        "target": "npm:@gar/promise-retry",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:@npmcli/promise-spawn",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:ini@6.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:lru-cache@11.2.7",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:npm-pick-manifest",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git",
        "target": "npm:which@6.0.1",
        "type": "static"
      }
    ],
    "npm:which@6.0.1": [
      {
        "source": "npm:which@6.0.1",
        "target": "npm:isexe@4.0.0",
        "type": "static"
      }
    ],
    "npm:@npmcli/installed-package-contents": [
      {
        "source": "npm:@npmcli/installed-package-contents",
        "target": "npm:npm-bundled",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/installed-package-contents",
        "target": "npm:npm-normalize-package-bin",
        "type": "static"
      }
    ],
    "npm:@npmcli/map-workspaces": [
      {
        "source": "npm:@npmcli/map-workspaces",
        "target": "npm:@npmcli/name-from-folder@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/map-workspaces",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/map-workspaces",
        "target": "npm:glob@13.0.6",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/map-workspaces",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      }
    ],
    "npm:glob@13.0.6": [
      {
        "source": "npm:glob@13.0.6",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      },
      {
        "source": "npm:glob@13.0.6",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:glob@13.0.6",
        "target": "npm:path-scurry@2.0.2",
        "type": "static"
      }
    ],
    "npm:path-scurry@2.0.2": [
      {
        "source": "npm:path-scurry@2.0.2",
        "target": "npm:lru-cache@11.2.7",
        "type": "static"
      },
      {
        "source": "npm:path-scurry@2.0.2",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:@npmcli/metavuln-calculator": [
      {
        "source": "npm:@npmcli/metavuln-calculator",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/metavuln-calculator",
        "target": "npm:json-parse-even-better-errors",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/metavuln-calculator",
        "target": "npm:pacote",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/metavuln-calculator",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/metavuln-calculator",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:@npmcli/package-json": [
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:@npmcli/git",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:glob@11.1.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:hosted-git-info",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:json-parse-even-better-errors",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/package-json",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      }
    ],
    "npm:glob@11.1.0": [
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:foreground-child",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:jackspeak@4.2.3",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:package-json-from-dist",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:path-scurry@2.0.2",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:jackspeak@4.1.1",
        "type": "static"
      },
      {
        "source": "npm:glob@11.1.0",
        "target": "npm:path-scurry@2.0.1",
        "type": "static"
      }
    ],
    "npm:jackspeak@4.2.3": [
      {
        "source": "npm:jackspeak@4.2.3",
        "target": "npm:@isaacs/cliui@9.0.0",
        "type": "static"
      }
    ],
    "npm:@npmcli/promise-spawn": [
      {
        "source": "npm:@npmcli/promise-spawn",
        "target": "npm:which@6.0.1",
        "type": "static"
      }
    ],
    "npm:@npmcli/query": [
      {
        "source": "npm:@npmcli/query",
        "target": "npm:postcss-selector-parser",
        "type": "static"
      }
    ],
    "npm:@npmcli/run-script": [
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:@npmcli/node-gyp@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:@npmcli/promise-spawn",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:node-gyp",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/run-script",
        "target": "npm:which@6.0.1",
        "type": "static"
      }
    ],
    "npm:@nx/devkit": [
      {
        "source": "npm:@nx/devkit",
        "target": "npm:nx",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:@zkochan/js-yaml",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:ejs",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:enquirer@2.3.6",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:minimatch@10.2.4",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:tslib",
        "type": "static"
      },
      {
        "source": "npm:@nx/devkit",
        "target": "npm:yargs-parser",
        "type": "static"
      }
    ],
    "npm:enquirer@2.3.6": [
      {
        "source": "npm:enquirer@2.3.6",
        "target": "npm:ansi-colors",
        "type": "static"
      }
    ],
    "npm:minimatch@10.2.4": [
      {
        "source": "npm:minimatch@10.2.4",
        "target": "npm:brace-expansion@5.0.5",
        "type": "static"
      }
    ],
    "npm:@octokit/core": [
      {
        "source": "npm:@octokit/core",
        "target": "npm:@octokit/auth-token",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:@octokit/graphql",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:@octokit/request",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:@octokit/request-error",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:@octokit/types",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:before-after-hook",
        "type": "static"
      },
      {
        "source": "npm:@octokit/core",
        "target": "npm:universal-user-agent",
        "type": "static"
      }
    ],
    "npm:@octokit/endpoint": [
      {
        "source": "npm:@octokit/endpoint",
        "target": "npm:@octokit/types",
        "type": "static"
      },
      {
        "source": "npm:@octokit/endpoint",
        "target": "npm:universal-user-agent",
        "type": "static"
      }
    ],
    "npm:@octokit/graphql": [
      {
        "source": "npm:@octokit/graphql",
        "target": "npm:@octokit/request",
        "type": "static"
      },
      {
        "source": "npm:@octokit/graphql",
        "target": "npm:@octokit/types",
        "type": "static"
      },
      {
        "source": "npm:@octokit/graphql",
        "target": "npm:universal-user-agent",
        "type": "static"
      }
    ],
    "npm:@octokit/plugin-paginate-rest": [
      {
        "source": "npm:@octokit/plugin-paginate-rest",
        "target": "npm:@octokit/core",
        "type": "static"
      },
      {
        "source": "npm:@octokit/plugin-paginate-rest",
        "target": "npm:@octokit/types",
        "type": "static"
      }
    ],
    "npm:@octokit/plugin-request-log": [
      {
        "source": "npm:@octokit/plugin-request-log",
        "target": "npm:@octokit/core",
        "type": "static"
      }
    ],
    "npm:@octokit/plugin-rest-endpoint-methods": [
      {
        "source": "npm:@octokit/plugin-rest-endpoint-methods",
        "target": "npm:@octokit/core",
        "type": "static"
      },
      {
        "source": "npm:@octokit/plugin-rest-endpoint-methods",
        "target": "npm:@octokit/types",
        "type": "static"
      }
    ],
    "npm:@octokit/request": [
      {
        "source": "npm:@octokit/request",
        "target": "npm:@octokit/endpoint",
        "type": "static"
      },
      {
        "source": "npm:@octokit/request",
        "target": "npm:@octokit/request-error",
        "type": "static"
      },
      {
        "source": "npm:@octokit/request",
        "target": "npm:@octokit/types",
        "type": "static"
      },
      {
        "source": "npm:@octokit/request",
        "target": "npm:universal-user-agent",
        "type": "static"
      }
    ],
    "npm:@octokit/request-error": [
      {
        "source": "npm:@octokit/request-error",
        "target": "npm:@octokit/types",
        "type": "static"
      },
      {
        "source": "npm:@octokit/request-error",
        "target": "npm:deprecation",
        "type": "static"
      },
      {
        "source": "npm:@octokit/request-error",
        "target": "npm:once",
        "type": "static"
      }
    ],
    "npm:@octokit/rest": [
      {
        "source": "npm:@octokit/rest",
        "target": "npm:@octokit/core",
        "type": "static"
      },
      {
        "source": "npm:@octokit/rest",
        "target": "npm:@octokit/plugin-paginate-rest",
        "type": "static"
      },
      {
        "source": "npm:@octokit/rest",
        "target": "npm:@octokit/plugin-request-log",
        "type": "static"
      },
      {
        "source": "npm:@octokit/rest",
        "target": "npm:@octokit/plugin-rest-endpoint-methods",
        "type": "static"
      }
    ],
    "npm:@octokit/types": [
      {
        "source": "npm:@octokit/types",
        "target": "npm:@octokit/openapi-types",
        "type": "static"
      }
    ],
    "npm:@parcel/watcher": [
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:detect-libc",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:is-glob",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:micromatch",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:node-addon-api",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-android-arm64",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-freebsd-x64",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-arm-glibc",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-arm-musl",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-arm64-glibc",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-arm64-musl",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-x64-glibc",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-linux-x64-musl",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-win32-arm64",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-win32-ia32",
        "type": "static"
      },
      {
        "source": "npm:@parcel/watcher",
        "target": "npm:@parcel/watcher-win32-x64",
        "type": "static"
      }
    ],
    "npm:@pnpm/network.ca-file": [
      {
        "source": "npm:@pnpm/network.ca-file",
        "target": "npm:graceful-fs@4.2.10",
        "type": "static"
      }
    ],
    "npm:@pnpm/npm-conf": [
      {
        "source": "npm:@pnpm/npm-conf",
        "target": "npm:@pnpm/config.env-replace",
        "type": "static"
      },
      {
        "source": "npm:@pnpm/npm-conf",
        "target": "npm:@pnpm/network.ca-file",
        "type": "static"
      },
      {
        "source": "npm:@pnpm/npm-conf",
        "target": "npm:config-chain",
        "type": "static"
      }
    ],
    "npm:@redux-saga/core": [
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@babel/runtime",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@redux-saga/deferred",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@redux-saga/delay-p",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@redux-saga/is",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@redux-saga/symbols",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:@redux-saga/types",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/core",
        "target": "npm:typescript-tuple",
        "type": "static"
      }
    ],
    "npm:@redux-saga/delay-p": [
      {
        "source": "npm:@redux-saga/delay-p",
        "target": "npm:@redux-saga/symbols",
        "type": "static"
      }
    ],
    "npm:@redux-saga/is": [
      {
        "source": "npm:@redux-saga/is",
        "target": "npm:@redux-saga/symbols",
        "type": "static"
      },
      {
        "source": "npm:@redux-saga/is",
        "target": "npm:@redux-saga/types",
        "type": "static"
      }
    ],
    "npm:@reduxjs/toolkit": [
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:react-redux",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:@standard-schema/spec",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:@standard-schema/utils",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:immer",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:redux",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:redux-thunk",
        "type": "static"
      },
      {
        "source": "npm:@reduxjs/toolkit",
        "target": "npm:reselect",
        "type": "static"
      }
    ],
    "npm:@rollup/plugin-babel": [
      {
        "source": "npm:@rollup/plugin-babel",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-babel",
        "target": "npm:@types/babel__core",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-babel",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-babel",
        "target": "npm:@babel/helper-module-imports",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-babel",
        "target": "npm:@rollup/pluginutils",
        "type": "static"
      }
    ],
    "npm:@rollup/plugin-node-resolve": [
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:@rollup/pluginutils@5.3.0",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:@types/resolve",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:deepmerge",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:is-module",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-node-resolve",
        "target": "npm:resolve",
        "type": "static"
      }
    ],
    "npm:@rollup/pluginutils@5.3.0": [
      {
        "source": "npm:@rollup/pluginutils@5.3.0",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils@5.3.0",
        "target": "npm:@types/estree",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils@5.3.0",
        "target": "npm:estree-walker@2.0.2",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils@5.3.0",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:@rollup/plugin-replace": [
      {
        "source": "npm:@rollup/plugin-replace",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-replace",
        "target": "npm:@rollup/pluginutils",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-replace",
        "target": "npm:magic-string",
        "type": "static"
      }
    ],
    "npm:@rollup/plugin-terser": [
      {
        "source": "npm:@rollup/plugin-terser",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-terser",
        "target": "npm:serialize-javascript",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-terser",
        "target": "npm:smob",
        "type": "static"
      },
      {
        "source": "npm:@rollup/plugin-terser",
        "target": "npm:terser",
        "type": "static"
      }
    ],
    "npm:@rollup/pluginutils": [
      {
        "source": "npm:@rollup/pluginutils",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils",
        "target": "npm:@types/estree@0.0.39",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils",
        "target": "npm:estree-walker",
        "type": "static"
      },
      {
        "source": "npm:@rollup/pluginutils",
        "target": "npm:picomatch",
        "type": "static"
      }
    ],
    "npm:@samverschueren/stream-to-observable": [
      {
        "source": "npm:@samverschueren/stream-to-observable",
        "target": "npm:any-observable",
        "type": "static"
      }
    ],
    "npm:@sigstore/bundle": [
      {
        "source": "npm:@sigstore/bundle",
        "target": "npm:@sigstore/protobuf-specs",
        "type": "static"
      }
    ],
    "npm:@sigstore/sign": [
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:@gar/promise-retry",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:@sigstore/bundle",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:@sigstore/core",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:@sigstore/protobuf-specs",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:make-fetch-happen@15.0.5",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/sign",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      }
    ],
    "npm:iconv-lite@0.7.2": [
      {
        "source": "npm:iconv-lite@0.7.2",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:make-fetch-happen@15.0.5": [
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:@gar/promise-retry",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:@npmcli/agent",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:@npmcli/redact@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:http-cache-semantics",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:minipass-fetch@5.0.2",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:minipass-flush",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:minipass-pipeline",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:negotiator",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen@15.0.5",
        "target": "npm:ssri@13.0.1",
        "type": "static"
      }
    ],
    "npm:minipass-fetch@5.0.2": [
      {
        "source": "npm:minipass-fetch@5.0.2",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch@5.0.2",
        "target": "npm:minipass-sized@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch@5.0.2",
        "target": "npm:minizlib",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch@5.0.2",
        "target": "npm:iconv-lite@0.7.2",
        "type": "static"
      }
    ],
    "npm:minipass-sized@2.0.0": [
      {
        "source": "npm:minipass-sized@2.0.0",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:@sigstore/tuf": [
      {
        "source": "npm:@sigstore/tuf",
        "target": "npm:@sigstore/protobuf-specs",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/tuf",
        "target": "npm:tuf-js",
        "type": "static"
      }
    ],
    "npm:@sigstore/verify": [
      {
        "source": "npm:@sigstore/verify",
        "target": "npm:@sigstore/bundle",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/verify",
        "target": "npm:@sigstore/core",
        "type": "static"
      },
      {
        "source": "npm:@sigstore/verify",
        "target": "npm:@sigstore/protobuf-specs",
        "type": "static"
      }
    ],
    "npm:@sinonjs/commons": [
      {
        "source": "npm:@sinonjs/commons",
        "target": "npm:type-detect",
        "type": "static"
      }
    ],
    "npm:@sinonjs/fake-timers": [
      {
        "source": "npm:@sinonjs/fake-timers",
        "target": "npm:@sinonjs/commons",
        "type": "static"
      }
    ],
    "npm:@so-ric/colorspace": [
      {
        "source": "npm:@so-ric/colorspace",
        "target": "npm:color",
        "type": "static"
      },
      {
        "source": "npm:@so-ric/colorspace",
        "target": "npm:text-hex",
        "type": "static"
      }
    ],
    "npm:@surma/rollup-plugin-off-main-thread": [
      {
        "source": "npm:@surma/rollup-plugin-off-main-thread",
        "target": "npm:ejs",
        "type": "static"
      },
      {
        "source": "npm:@surma/rollup-plugin-off-main-thread",
        "target": "npm:json5",
        "type": "static"
      },
      {
        "source": "npm:@surma/rollup-plugin-off-main-thread",
        "target": "npm:magic-string",
        "type": "static"
      },
      {
        "source": "npm:@surma/rollup-plugin-off-main-thread",
        "target": "npm:string.prototype.matchall",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-add-jsx-attribute": [
      {
        "source": "npm:@svgr/babel-plugin-add-jsx-attribute",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-remove-jsx-attribute": [
      {
        "source": "npm:@svgr/babel-plugin-remove-jsx-attribute",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-remove-jsx-empty-expression": [
      {
        "source": "npm:@svgr/babel-plugin-remove-jsx-empty-expression",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-replace-jsx-attribute-value": [
      {
        "source": "npm:@svgr/babel-plugin-replace-jsx-attribute-value",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-svg-dynamic-title": [
      {
        "source": "npm:@svgr/babel-plugin-svg-dynamic-title",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-svg-em-dimensions": [
      {
        "source": "npm:@svgr/babel-plugin-svg-em-dimensions",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-transform-react-native-svg": [
      {
        "source": "npm:@svgr/babel-plugin-transform-react-native-svg",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-plugin-transform-svg-component": [
      {
        "source": "npm:@svgr/babel-plugin-transform-svg-component",
        "target": "npm:@babel/core",
        "type": "static"
      }
    ],
    "npm:@svgr/babel-preset": [
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-add-jsx-attribute",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-remove-jsx-attribute",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-remove-jsx-empty-expression",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-replace-jsx-attribute-value",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-svg-dynamic-title",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-svg-em-dimensions",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-transform-react-native-svg",
        "type": "static"
      },
      {
        "source": "npm:@svgr/babel-preset",
        "target": "npm:@svgr/babel-plugin-transform-svg-component",
        "type": "static"
      }
    ],
    "npm:@svgr/core": [
      {
        "source": "npm:@svgr/core",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/core",
        "target": "npm:@svgr/babel-preset",
        "type": "static"
      },
      {
        "source": "npm:@svgr/core",
        "target": "npm:camelcase@6.3.0",
        "type": "static"
      },
      {
        "source": "npm:@svgr/core",
        "target": "npm:cosmiconfig@8.3.6",
        "type": "static"
      },
      {
        "source": "npm:@svgr/core",
        "target": "npm:snake-case",
        "type": "static"
      }
    ],
    "npm:cosmiconfig@8.3.6": [
      {
        "source": "npm:cosmiconfig@8.3.6",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig@8.3.6",
        "target": "npm:import-fresh",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig@8.3.6",
        "target": "npm:js-yaml",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig@8.3.6",
        "target": "npm:parse-json",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig@8.3.6",
        "target": "npm:path-type",
        "type": "static"
      }
    ],
    "npm:@svgr/hast-util-to-babel-ast": [
      {
        "source": "npm:@svgr/hast-util-to-babel-ast",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@svgr/hast-util-to-babel-ast",
        "target": "npm:entities",
        "type": "static"
      }
    ],
    "npm:@svgr/plugin-jsx": [
      {
        "source": "npm:@svgr/plugin-jsx",
        "target": "npm:@svgr/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-jsx",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-jsx",
        "target": "npm:@svgr/babel-preset",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-jsx",
        "target": "npm:@svgr/hast-util-to-babel-ast",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-jsx",
        "target": "npm:svg-parser",
        "type": "static"
      }
    ],
    "npm:@svgr/plugin-svgo": [
      {
        "source": "npm:@svgr/plugin-svgo",
        "target": "npm:@svgr/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-svgo",
        "target": "npm:cosmiconfig@8.3.6",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-svgo",
        "target": "npm:deepmerge",
        "type": "static"
      },
      {
        "source": "npm:@svgr/plugin-svgo",
        "target": "npm:svgo",
        "type": "static"
      }
    ],
    "npm:@svgr/webpack": [
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@babel/plugin-transform-react-constant-elements",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@babel/preset-env",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@babel/preset-react",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@babel/preset-typescript",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@svgr/core",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@svgr/plugin-jsx",
        "type": "static"
      },
      {
        "source": "npm:@svgr/webpack",
        "target": "npm:@svgr/plugin-svgo",
        "type": "static"
      }
    ],
    "npm:@swc/helpers": [
      {
        "source": "npm:@swc/helpers",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@testing-library/cypress": [
      {
        "source": "npm:@testing-library/cypress",
        "target": "npm:cypress",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/cypress",
        "target": "npm:@babel/runtime",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/cypress",
        "target": "npm:@testing-library/dom",
        "type": "static"
      }
    ],
    "npm:@testing-library/dom": [
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:@babel/runtime",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:@types/aria-query",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:aria-query",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:dom-accessibility-api",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:lz-string",
        "type": "static"
      },
      {
        "source": "npm:@testing-library/dom",
        "target": "npm:pretty-format",
        "type": "static"
      }
    ],
    "npm:@tokenizer/inflate": [
      {
        "source": "npm:@tokenizer/inflate",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@tokenizer/inflate",
        "target": "npm:token-types",
        "type": "static"
      }
    ],
    "npm:@tufjs/models": [
      {
        "source": "npm:@tufjs/models",
        "target": "npm:@tufjs/canonical-json",
        "type": "static"
      },
      {
        "source": "npm:@tufjs/models",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      }
    ],
    "npm:@tybys/wasm-util": [
      {
        "source": "npm:@tybys/wasm-util",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@types/babel__core": [
      {
        "source": "npm:@types/babel__core",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@types/babel__core",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:@types/babel__core",
        "target": "npm:@types/babel__generator",
        "type": "static"
      },
      {
        "source": "npm:@types/babel__core",
        "target": "npm:@types/babel__template",
        "type": "static"
      },
      {
        "source": "npm:@types/babel__core",
        "target": "npm:@types/babel__traverse",
        "type": "static"
      }
    ],
    "npm:@types/babel__generator": [
      {
        "source": "npm:@types/babel__generator",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@types/babel__template": [
      {
        "source": "npm:@types/babel__template",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:@types/babel__template",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@types/babel__traverse": [
      {
        "source": "npm:@types/babel__traverse",
        "target": "npm:@babel/types",
        "type": "static"
      }
    ],
    "npm:@types/eslint": [
      {
        "source": "npm:@types/eslint",
        "target": "npm:@types/estree",
        "type": "static"
      },
      {
        "source": "npm:@types/eslint",
        "target": "npm:@types/json-schema",
        "type": "static"
      }
    ],
    "npm:@types/eslint-scope": [
      {
        "source": "npm:@types/eslint-scope",
        "target": "npm:@types/eslint",
        "type": "static"
      },
      {
        "source": "npm:@types/eslint-scope",
        "target": "npm:@types/estree",
        "type": "static"
      }
    ],
    "npm:@types/follow-redirects": [
      {
        "source": "npm:@types/follow-redirects",
        "target": "npm:@types/node",
        "type": "static"
      }
    ],
    "npm:@types/hoist-non-react-statics": [
      {
        "source": "npm:@types/hoist-non-react-statics",
        "target": "npm:@types/react",
        "type": "static"
      },
      {
        "source": "npm:@types/hoist-non-react-statics",
        "target": "npm:hoist-non-react-statics",
        "type": "static"
      }
    ],
    "npm:@types/istanbul-lib-report": [
      {
        "source": "npm:@types/istanbul-lib-report",
        "target": "npm:@types/istanbul-lib-coverage",
        "type": "static"
      }
    ],
    "npm:@types/istanbul-reports": [
      {
        "source": "npm:@types/istanbul-reports",
        "target": "npm:@types/istanbul-lib-report",
        "type": "static"
      }
    ],
    "npm:@types/jest": [
      {
        "source": "npm:@types/jest",
        "target": "npm:expect",
        "type": "static"
      },
      {
        "source": "npm:@types/jest",
        "target": "npm:pretty-format@30.0.2",
        "type": "static"
      }
    ],
    "npm:@jest/schemas@30.0.1": [
      {
        "source": "npm:@jest/schemas@30.0.1",
        "target": "npm:@sinclair/typebox",
        "type": "static"
      }
    ],
    "npm:pretty-format@30.0.2": [
      {
        "source": "npm:pretty-format@30.0.2",
        "target": "npm:@jest/schemas@30.0.1",
        "type": "static"
      },
      {
        "source": "npm:pretty-format@30.0.2",
        "target": "npm:ansi-styles@5.2.0",
        "type": "static"
      },
      {
        "source": "npm:pretty-format@30.0.2",
        "target": "npm:react-is@18.3.1",
        "type": "static"
      }
    ],
    "npm:@types/node": [
      {
        "source": "npm:@types/node",
        "target": "npm:undici-types",
        "type": "static"
      }
    ],
    "npm:@types/react": [
      {
        "source": "npm:@types/react",
        "target": "npm:csstype",
        "type": "static"
      }
    ],
    "npm:@types/react-dom": [
      {
        "source": "npm:@types/react-dom",
        "target": "npm:@types/react",
        "type": "static"
      }
    ],
    "npm:@types/react-highlight-words": [
      {
        "source": "npm:@types/react-highlight-words",
        "target": "npm:@types/react",
        "type": "static"
      }
    ],
    "npm:@types/react-modal": [
      {
        "source": "npm:@types/react-modal",
        "target": "npm:@types/react",
        "type": "static"
      }
    ],
    "npm:@types/react-portal": [
      {
        "source": "npm:@types/react-portal",
        "target": "npm:@types/react",
        "type": "static"
      }
    ],
    "npm:@types/react-redux": [
      {
        "source": "npm:@types/react-redux",
        "target": "npm:@types/hoist-non-react-statics",
        "type": "static"
      },
      {
        "source": "npm:@types/react-redux",
        "target": "npm:@types/react",
        "type": "static"
      },
      {
        "source": "npm:@types/react-redux",
        "target": "npm:hoist-non-react-statics",
        "type": "static"
      },
      {
        "source": "npm:@types/react-redux",
        "target": "npm:redux@4.2.1",
        "type": "static"
      }
    ],
    "npm:redux@4.2.1": [
      {
        "source": "npm:redux@4.2.1",
        "target": "npm:@babel/runtime",
        "type": "static"
      }
    ],
    "npm:@types/unzipper": [
      {
        "source": "npm:@types/unzipper",
        "target": "npm:@types/node",
        "type": "static"
      }
    ],
    "npm:@types/yargs": [
      {
        "source": "npm:@types/yargs",
        "target": "npm:@types/yargs-parser",
        "type": "static"
      }
    ],
    "npm:@types/yauzl": [
      {
        "source": "npm:@types/yauzl",
        "target": "npm:@types/node",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/eslint-plugin": [
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@typescript-eslint/parser",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@eslint-community/regexpp",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@typescript-eslint/scope-manager",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@typescript-eslint/type-utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@typescript-eslint/utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:@typescript-eslint/visitor-keys",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:ignore@7.0.5",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:natural-compare",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/eslint-plugin",
        "target": "npm:ts-api-utils",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/parser": [
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:@typescript-eslint/scope-manager",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:@typescript-eslint/typescript-estree",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:@typescript-eslint/visitor-keys",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/parser",
        "target": "npm:debug",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/project-service": [
      {
        "source": "npm:@typescript-eslint/project-service",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/project-service",
        "target": "npm:@typescript-eslint/tsconfig-utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/project-service",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/project-service",
        "target": "npm:debug",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/scope-manager": [
      {
        "source": "npm:@typescript-eslint/scope-manager",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/scope-manager",
        "target": "npm:@typescript-eslint/visitor-keys",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/tsconfig-utils": [
      {
        "source": "npm:@typescript-eslint/tsconfig-utils",
        "target": "npm:typescript",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/type-utils": [
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:@typescript-eslint/typescript-estree",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:@typescript-eslint/utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/type-utils",
        "target": "npm:ts-api-utils",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/typescript-estree": [
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:@typescript-eslint/project-service",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:@typescript-eslint/tsconfig-utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:@typescript-eslint/visitor-keys",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:tinyglobby",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/typescript-estree",
        "target": "npm:ts-api-utils",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/utils": [
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:@eslint-community/eslint-utils",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:@typescript-eslint/scope-manager",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/utils",
        "target": "npm:@typescript-eslint/typescript-estree",
        "type": "static"
      }
    ],
    "npm:@typescript-eslint/visitor-keys": [
      {
        "source": "npm:@typescript-eslint/visitor-keys",
        "target": "npm:@typescript-eslint/types",
        "type": "static"
      },
      {
        "source": "npm:@typescript-eslint/visitor-keys",
        "target": "npm:eslint-visitor-keys@5.0.1",
        "type": "static"
      }
    ],
    "npm:@unrs/resolver-binding-wasm32-wasi": [
      {
        "source": "npm:@unrs/resolver-binding-wasm32-wasi",
        "target": "npm:@napi-rs/wasm-runtime",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/ast": [
      {
        "source": "npm:@webassemblyjs/ast",
        "target": "npm:@webassemblyjs/helper-numbers",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/ast",
        "target": "npm:@webassemblyjs/helper-wasm-bytecode",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/helper-numbers": [
      {
        "source": "npm:@webassemblyjs/helper-numbers",
        "target": "npm:@webassemblyjs/floating-point-hex-parser",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/helper-numbers",
        "target": "npm:@webassemblyjs/helper-api-error",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/helper-numbers",
        "target": "npm:@xtuc/long",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/helper-wasm-section": [
      {
        "source": "npm:@webassemblyjs/helper-wasm-section",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/helper-wasm-section",
        "target": "npm:@webassemblyjs/helper-buffer",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/helper-wasm-section",
        "target": "npm:@webassemblyjs/helper-wasm-bytecode",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/helper-wasm-section",
        "target": "npm:@webassemblyjs/wasm-gen",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/ieee754": [
      {
        "source": "npm:@webassemblyjs/ieee754",
        "target": "npm:@xtuc/ieee754",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/leb128": [
      {
        "source": "npm:@webassemblyjs/leb128",
        "target": "npm:@xtuc/long",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/wasm-edit": [
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/helper-buffer",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/helper-wasm-bytecode",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/helper-wasm-section",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/wasm-gen",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/wasm-opt",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/wasm-parser",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-edit",
        "target": "npm:@webassemblyjs/wast-printer",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/wasm-gen": [
      {
        "source": "npm:@webassemblyjs/wasm-gen",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-gen",
        "target": "npm:@webassemblyjs/helper-wasm-bytecode",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-gen",
        "target": "npm:@webassemblyjs/ieee754",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-gen",
        "target": "npm:@webassemblyjs/leb128",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-gen",
        "target": "npm:@webassemblyjs/utf8",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/wasm-opt": [
      {
        "source": "npm:@webassemblyjs/wasm-opt",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-opt",
        "target": "npm:@webassemblyjs/helper-buffer",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-opt",
        "target": "npm:@webassemblyjs/wasm-gen",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-opt",
        "target": "npm:@webassemblyjs/wasm-parser",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/wasm-parser": [
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/helper-api-error",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/helper-wasm-bytecode",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/ieee754",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/leb128",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wasm-parser",
        "target": "npm:@webassemblyjs/utf8",
        "type": "static"
      }
    ],
    "npm:@webassemblyjs/wast-printer": [
      {
        "source": "npm:@webassemblyjs/wast-printer",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:@webassemblyjs/wast-printer",
        "target": "npm:@xtuc/long",
        "type": "static"
      }
    ],
    "npm:@yarnpkg/parsers": [
      {
        "source": "npm:@yarnpkg/parsers",
        "target": "npm:js-yaml@3.14.2",
        "type": "static"
      },
      {
        "source": "npm:@yarnpkg/parsers",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:@zkochan/js-yaml": [
      {
        "source": "npm:@zkochan/js-yaml",
        "target": "npm:argparse",
        "type": "static"
      }
    ],
    "npm:acorn-import-phases": [
      {
        "source": "npm:acorn-import-phases",
        "target": "npm:acorn",
        "type": "static"
      }
    ],
    "npm:acorn-jsx": [
      {
        "source": "npm:acorn-jsx",
        "target": "npm:acorn",
        "type": "static"
      }
    ],
    "npm:aggregate-error": [
      {
        "source": "npm:aggregate-error",
        "target": "npm:clean-stack",
        "type": "static"
      },
      {
        "source": "npm:aggregate-error",
        "target": "npm:indent-string@4.0.0",
        "type": "static"
      }
    ],
    "npm:ajv": [
      {
        "source": "npm:ajv",
        "target": "npm:fast-deep-equal",
        "type": "static"
      },
      {
        "source": "npm:ajv",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:ajv",
        "target": "npm:json-schema-traverse",
        "type": "static"
      },
      {
        "source": "npm:ajv",
        "target": "npm:uri-js",
        "type": "static"
      }
    ],
    "npm:ajv-formats": [
      {
        "source": "npm:ajv-formats",
        "target": "npm:ajv@8.18.0",
        "type": "static"
      }
    ],
    "npm:ajv@8.18.0": [
      {
        "source": "npm:ajv@8.18.0",
        "target": "npm:fast-deep-equal",
        "type": "static"
      },
      {
        "source": "npm:ajv@8.18.0",
        "target": "npm:fast-uri",
        "type": "static"
      },
      {
        "source": "npm:ajv@8.18.0",
        "target": "npm:json-schema-traverse@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:ajv@8.18.0",
        "target": "npm:require-from-string",
        "type": "static"
      }
    ],
    "npm:ansi-align": [
      {
        "source": "npm:ansi-align",
        "target": "npm:string-width",
        "type": "static"
      }
    ],
    "npm:ansi-escapes": [
      {
        "source": "npm:ansi-escapes",
        "target": "npm:type-fest",
        "type": "static"
      }
    ],
    "npm:ansi-styles": [
      {
        "source": "npm:ansi-styles",
        "target": "npm:color-convert",
        "type": "static"
      }
    ],
    "npm:anymatch": [
      {
        "source": "npm:anymatch",
        "target": "npm:normalize-path",
        "type": "static"
      },
      {
        "source": "npm:anymatch",
        "target": "npm:picomatch",
        "type": "static"
      }
    ],
    "npm:aria-query": [
      {
        "source": "npm:aria-query",
        "target": "npm:dequal",
        "type": "static"
      }
    ],
    "npm:array-buffer-byte-length": [
      {
        "source": "npm:array-buffer-byte-length",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:array-buffer-byte-length",
        "target": "npm:is-array-buffer",
        "type": "static"
      }
    ],
    "npm:array-includes": [
      {
        "source": "npm:array-includes",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:is-string",
        "type": "static"
      },
      {
        "source": "npm:array-includes",
        "target": "npm:math-intrinsics",
        "type": "static"
      }
    ],
    "npm:array.prototype.findlast": [
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlast",
        "target": "npm:es-shim-unscopables",
        "type": "static"
      }
    ],
    "npm:array.prototype.findlastindex": [
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.findlastindex",
        "target": "npm:es-shim-unscopables",
        "type": "static"
      }
    ],
    "npm:array.prototype.flat": [
      {
        "source": "npm:array.prototype.flat",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flat",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flat",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flat",
        "target": "npm:es-shim-unscopables",
        "type": "static"
      }
    ],
    "npm:array.prototype.flatmap": [
      {
        "source": "npm:array.prototype.flatmap",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flatmap",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flatmap",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.flatmap",
        "target": "npm:es-shim-unscopables",
        "type": "static"
      }
    ],
    "npm:array.prototype.tosorted": [
      {
        "source": "npm:array.prototype.tosorted",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.tosorted",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.tosorted",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.tosorted",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:array.prototype.tosorted",
        "target": "npm:es-shim-unscopables",
        "type": "static"
      }
    ],
    "npm:arraybuffer.prototype.slice": [
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:array-buffer-byte-length",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:arraybuffer.prototype.slice",
        "target": "npm:is-array-buffer",
        "type": "static"
      }
    ],
    "npm:asn1": [
      {
        "source": "npm:asn1",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:atomically": [
      {
        "source": "npm:atomically",
        "target": "npm:stubborn-fs",
        "type": "static"
      },
      {
        "source": "npm:atomically",
        "target": "npm:when-exit",
        "type": "static"
      }
    ],
    "npm:available-typed-arrays": [
      {
        "source": "npm:available-typed-arrays",
        "target": "npm:possible-typed-array-names",
        "type": "static"
      }
    ],
    "npm:axios": [
      {
        "source": "npm:axios",
        "target": "npm:follow-redirects",
        "type": "static"
      },
      {
        "source": "npm:axios",
        "target": "npm:form-data",
        "type": "static"
      },
      {
        "source": "npm:axios",
        "target": "npm:proxy-from-env@2.1.0",
        "type": "static"
      }
    ],
    "npm:babel-jest": [
      {
        "source": "npm:babel-jest",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:@types/babel__core",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:babel-plugin-istanbul",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:babel-preset-jest",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:babel-jest",
        "target": "npm:slash",
        "type": "static"
      }
    ],
    "npm:babel-plugin-istanbul": [
      {
        "source": "npm:babel-plugin-istanbul",
        "target": "npm:@babel/helper-plugin-utils",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-istanbul",
        "target": "npm:@istanbuljs/load-nyc-config",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-istanbul",
        "target": "npm:@istanbuljs/schema",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-istanbul",
        "target": "npm:istanbul-lib-instrument",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-istanbul",
        "target": "npm:test-exclude",
        "type": "static"
      }
    ],
    "npm:babel-plugin-jest-hoist": [
      {
        "source": "npm:babel-plugin-jest-hoist",
        "target": "npm:@types/babel__core",
        "type": "static"
      }
    ],
    "npm:babel-plugin-polyfill-corejs2": [
      {
        "source": "npm:babel-plugin-polyfill-corejs2",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-corejs2",
        "target": "npm:@babel/compat-data",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-corejs2",
        "target": "npm:@babel/helper-define-polyfill-provider",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-corejs2",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:babel-plugin-polyfill-corejs3": [
      {
        "source": "npm:babel-plugin-polyfill-corejs3",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-corejs3",
        "target": "npm:@babel/helper-define-polyfill-provider",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-corejs3",
        "target": "npm:core-js-compat",
        "type": "static"
      }
    ],
    "npm:babel-plugin-polyfill-regenerator": [
      {
        "source": "npm:babel-plugin-polyfill-regenerator",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-plugin-polyfill-regenerator",
        "target": "npm:@babel/helper-define-polyfill-provider",
        "type": "static"
      }
    ],
    "npm:babel-preset-current-node-syntax": [
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-async-generators",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-bigint",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-class-properties",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-class-static-block",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-import-attributes",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-import-meta",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-json-strings",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-logical-assignment-operators",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-numeric-separator",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-object-rest-spread",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-optional-catch-binding",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-optional-chaining",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-private-property-in-object",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-current-node-syntax",
        "target": "npm:@babel/plugin-syntax-top-level-await",
        "type": "static"
      }
    ],
    "npm:babel-preset-jest": [
      {
        "source": "npm:babel-preset-jest",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-jest",
        "target": "npm:babel-plugin-jest-hoist",
        "type": "static"
      },
      {
        "source": "npm:babel-preset-jest",
        "target": "npm:babel-preset-current-node-syntax",
        "type": "static"
      }
    ],
    "npm:bcrypt-pbkdf": [
      {
        "source": "npm:bcrypt-pbkdf",
        "target": "npm:tweetnacl",
        "type": "static"
      }
    ],
    "npm:bin-links": [
      {
        "source": "npm:bin-links",
        "target": "npm:cmd-shim@7.0.0",
        "type": "static"
      },
      {
        "source": "npm:bin-links",
        "target": "npm:npm-normalize-package-bin",
        "type": "static"
      },
      {
        "source": "npm:bin-links",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:bin-links",
        "target": "npm:read-cmd-shim@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:bin-links",
        "target": "npm:write-file-atomic@6.0.0",
        "type": "static"
      }
    ],
    "npm:write-file-atomic@6.0.0": [
      {
        "source": "npm:write-file-atomic@6.0.0",
        "target": "npm:imurmurhash",
        "type": "static"
      },
      {
        "source": "npm:write-file-atomic@6.0.0",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      }
    ],
    "npm:bl": [
      {
        "source": "npm:bl",
        "target": "npm:buffer",
        "type": "static"
      },
      {
        "source": "npm:bl",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:bl",
        "target": "npm:readable-stream",
        "type": "static"
      }
    ],
    "npm:boxen": [
      {
        "source": "npm:boxen",
        "target": "npm:ansi-align",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:camelcase@8.0.0",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:chalk@5.4.1",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:cli-boxes",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:string-width@7.2.0",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:type-fest@4.38.0",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:widest-line",
        "type": "static"
      },
      {
        "source": "npm:boxen",
        "target": "npm:wrap-ansi@9.0.0",
        "type": "static"
      }
    ],
    "npm:string-width@7.2.0": [
      {
        "source": "npm:string-width@7.2.0",
        "target": "npm:emoji-regex@10.4.0",
        "type": "static"
      },
      {
        "source": "npm:string-width@7.2.0",
        "target": "npm:get-east-asian-width",
        "type": "static"
      },
      {
        "source": "npm:string-width@7.2.0",
        "target": "npm:strip-ansi@7.1.0",
        "type": "static"
      }
    ],
    "npm:strip-ansi@7.1.0": [
      {
        "source": "npm:strip-ansi@7.1.0",
        "target": "npm:ansi-regex@6.1.0",
        "type": "static"
      }
    ],
    "npm:wrap-ansi@9.0.0": [
      {
        "source": "npm:wrap-ansi@9.0.0",
        "target": "npm:ansi-styles@6.2.1",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@9.0.0",
        "target": "npm:string-width@7.2.0",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@9.0.0",
        "target": "npm:strip-ansi@7.1.0",
        "type": "static"
      }
    ],
    "npm:brace-expansion": [
      {
        "source": "npm:brace-expansion",
        "target": "npm:balanced-match",
        "type": "static"
      },
      {
        "source": "npm:brace-expansion",
        "target": "npm:concat-map",
        "type": "static"
      }
    ],
    "npm:braces": [
      {
        "source": "npm:braces",
        "target": "npm:fill-range",
        "type": "static"
      }
    ],
    "npm:browserslist": [
      {
        "source": "npm:browserslist",
        "target": "npm:baseline-browser-mapping",
        "type": "static"
      },
      {
        "source": "npm:browserslist",
        "target": "npm:caniuse-lite",
        "type": "static"
      },
      {
        "source": "npm:browserslist",
        "target": "npm:electron-to-chromium",
        "type": "static"
      },
      {
        "source": "npm:browserslist",
        "target": "npm:node-releases",
        "type": "static"
      },
      {
        "source": "npm:browserslist",
        "target": "npm:update-browserslist-db",
        "type": "static"
      }
    ],
    "npm:bs-logger": [
      {
        "source": "npm:bs-logger",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      }
    ],
    "npm:bser": [
      {
        "source": "npm:bser",
        "target": "npm:node-int64",
        "type": "static"
      }
    ],
    "npm:buffer": [
      {
        "source": "npm:buffer",
        "target": "npm:base64-js",
        "type": "static"
      },
      {
        "source": "npm:buffer",
        "target": "npm:ieee754",
        "type": "static"
      }
    ],
    "npm:bundle-name": [
      {
        "source": "npm:bundle-name",
        "target": "npm:run-applescript",
        "type": "static"
      }
    ],
    "npm:cacache": [
      {
        "source": "npm:cacache",
        "target": "npm:@npmcli/fs@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:fs-minipass",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:glob@13.0.0",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:lru-cache@11.2.4",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:minipass-collect",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:minipass-flush",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:minipass-pipeline",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:p-map@7.0.4",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:ssri@13.0.0",
        "type": "static"
      },
      {
        "source": "npm:cacache",
        "target": "npm:unique-filename",
        "type": "static"
      }
    ],
    "npm:@npmcli/fs@5.0.0": [
      {
        "source": "npm:@npmcli/fs@5.0.0",
        "target": "npm:semver@7.7.3",
        "type": "static"
      }
    ],
    "npm:glob@13.0.0": [
      {
        "source": "npm:glob@13.0.0",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      },
      {
        "source": "npm:glob@13.0.0",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:glob@13.0.0",
        "target": "npm:path-scurry@2.0.1",
        "type": "static"
      }
    ],
    "npm:path-scurry@2.0.1": [
      {
        "source": "npm:path-scurry@2.0.1",
        "target": "npm:lru-cache@11.2.4",
        "type": "static"
      },
      {
        "source": "npm:path-scurry@2.0.1",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:ssri@13.0.0": [
      {
        "source": "npm:ssri@13.0.0",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:call-bind": [
      {
        "source": "npm:call-bind",
        "target": "npm:call-bind-apply-helpers",
        "type": "static"
      },
      {
        "source": "npm:call-bind",
        "target": "npm:es-define-property",
        "type": "static"
      },
      {
        "source": "npm:call-bind",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:call-bind",
        "target": "npm:set-function-length",
        "type": "static"
      }
    ],
    "npm:call-bind-apply-helpers": [
      {
        "source": "npm:call-bind-apply-helpers",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:call-bind-apply-helpers",
        "target": "npm:function-bind",
        "type": "static"
      }
    ],
    "npm:call-bound": [
      {
        "source": "npm:call-bound",
        "target": "npm:call-bind-apply-helpers",
        "type": "static"
      },
      {
        "source": "npm:call-bound",
        "target": "npm:get-intrinsic",
        "type": "static"
      }
    ],
    "npm:camelcase-keys": [
      {
        "source": "npm:camelcase-keys",
        "target": "npm:camelcase",
        "type": "static"
      },
      {
        "source": "npm:camelcase-keys",
        "target": "npm:map-obj",
        "type": "static"
      },
      {
        "source": "npm:camelcase-keys",
        "target": "npm:quick-lru",
        "type": "static"
      }
    ],
    "npm:chalk": [
      {
        "source": "npm:chalk",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:chalk",
        "target": "npm:supports-color",
        "type": "static"
      }
    ],
    "npm:chalk-template": [
      {
        "source": "npm:chalk-template",
        "target": "npm:chalk@5.6.2",
        "type": "static"
      }
    ],
    "npm:cheerio": [
      {
        "source": "npm:cheerio",
        "target": "npm:cheerio-select",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:dom-serializer",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:domutils",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:encoding-sniffer",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:htmlparser2",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:parse5",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:parse5-htmlparser2-tree-adapter",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:parse5-parser-stream",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:undici",
        "type": "static"
      },
      {
        "source": "npm:cheerio",
        "target": "npm:whatwg-mimetype",
        "type": "static"
      }
    ],
    "npm:cheerio-select": [
      {
        "source": "npm:cheerio-select",
        "target": "npm:boolbase",
        "type": "static"
      },
      {
        "source": "npm:cheerio-select",
        "target": "npm:css-select",
        "type": "static"
      },
      {
        "source": "npm:cheerio-select",
        "target": "npm:css-what",
        "type": "static"
      },
      {
        "source": "npm:cheerio-select",
        "target": "npm:domelementtype",
        "type": "static"
      },
      {
        "source": "npm:cheerio-select",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:cheerio-select",
        "target": "npm:domutils",
        "type": "static"
      }
    ],
    "npm:chokidar": [
      {
        "source": "npm:chokidar",
        "target": "npm:readdirp",
        "type": "static"
      }
    ],
    "npm:cli-cursor": [
      {
        "source": "npm:cli-cursor",
        "target": "npm:restore-cursor",
        "type": "static"
      }
    ],
    "npm:cli-table3": [
      {
        "source": "npm:cli-table3",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:cli-table3",
        "target": "npm:colors",
        "type": "static"
      }
    ],
    "npm:cli-truncate": [
      {
        "source": "npm:cli-truncate",
        "target": "npm:slice-ansi",
        "type": "static"
      },
      {
        "source": "npm:cli-truncate",
        "target": "npm:string-width",
        "type": "static"
      }
    ],
    "npm:clipboard-image": [
      {
        "source": "npm:clipboard-image",
        "target": "npm:run-jxa",
        "type": "static"
      }
    ],
    "npm:clipboardy": [
      {
        "source": "npm:clipboardy",
        "target": "npm:clipboard-image",
        "type": "static"
      },
      {
        "source": "npm:clipboardy",
        "target": "npm:execa@9.6.1",
        "type": "static"
      },
      {
        "source": "npm:clipboardy",
        "target": "npm:is-wayland",
        "type": "static"
      },
      {
        "source": "npm:clipboardy",
        "target": "npm:is-wsl",
        "type": "static"
      },
      {
        "source": "npm:clipboardy",
        "target": "npm:is64bit",
        "type": "static"
      },
      {
        "source": "npm:clipboardy",
        "target": "npm:powershell-utils",
        "type": "static"
      }
    ],
    "npm:execa@9.6.1": [
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:@sindresorhus/merge-streams@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:figures@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:get-stream@9.0.1",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:human-signals@8.0.1",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:is-plain-obj@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:is-stream@4.0.1",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:npm-run-path@6.0.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:pretty-ms",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:strip-final-newline@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:execa@9.6.1",
        "target": "npm:yoctocolors",
        "type": "static"
      }
    ],
    "npm:figures@6.1.0": [
      {
        "source": "npm:figures@6.1.0",
        "target": "npm:is-unicode-supported@2.1.0",
        "type": "static"
      }
    ],
    "npm:get-stream@9.0.1": [
      {
        "source": "npm:get-stream@9.0.1",
        "target": "npm:@sec-ant/readable-stream",
        "type": "static"
      },
      {
        "source": "npm:get-stream@9.0.1",
        "target": "npm:is-stream@4.0.1",
        "type": "static"
      }
    ],
    "npm:npm-run-path@6.0.0": [
      {
        "source": "npm:npm-run-path@6.0.0",
        "target": "npm:path-key@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:npm-run-path@6.0.0",
        "target": "npm:unicorn-magic",
        "type": "static"
      }
    ],
    "npm:cliui": [
      {
        "source": "npm:cliui",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:cliui",
        "target": "npm:strip-ansi",
        "type": "static"
      },
      {
        "source": "npm:cliui",
        "target": "npm:wrap-ansi@7.0.0",
        "type": "static"
      }
    ],
    "npm:wrap-ansi@7.0.0": [
      {
        "source": "npm:wrap-ansi@7.0.0",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@7.0.0",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@7.0.0",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:color": [
      {
        "source": "npm:color",
        "target": "npm:color-convert@3.1.3",
        "type": "static"
      },
      {
        "source": "npm:color",
        "target": "npm:color-string",
        "type": "static"
      }
    ],
    "npm:color-convert": [
      {
        "source": "npm:color-convert",
        "target": "npm:color-name",
        "type": "static"
      }
    ],
    "npm:color-string": [
      {
        "source": "npm:color-string",
        "target": "npm:color-name@2.1.0",
        "type": "static"
      }
    ],
    "npm:color-convert@3.1.3": [
      {
        "source": "npm:color-convert@3.1.3",
        "target": "npm:color-name@2.1.0",
        "type": "static"
      }
    ],
    "npm:columnify": [
      {
        "source": "npm:columnify",
        "target": "npm:strip-ansi",
        "type": "static"
      },
      {
        "source": "npm:columnify",
        "target": "npm:wcwidth",
        "type": "static"
      }
    ],
    "npm:combined-stream": [
      {
        "source": "npm:combined-stream",
        "target": "npm:delayed-stream",
        "type": "static"
      }
    ],
    "npm:compare-func": [
      {
        "source": "npm:compare-func",
        "target": "npm:array-ify",
        "type": "static"
      },
      {
        "source": "npm:compare-func",
        "target": "npm:dot-prop",
        "type": "static"
      }
    ],
    "npm:concat-stream": [
      {
        "source": "npm:concat-stream",
        "target": "npm:buffer-from",
        "type": "static"
      },
      {
        "source": "npm:concat-stream",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:concat-stream",
        "target": "npm:readable-stream",
        "type": "static"
      },
      {
        "source": "npm:concat-stream",
        "target": "npm:typedarray",
        "type": "static"
      }
    ],
    "npm:concurrently": [
      {
        "source": "npm:concurrently",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:concurrently",
        "target": "npm:rxjs",
        "type": "static"
      },
      {
        "source": "npm:concurrently",
        "target": "npm:shell-quote",
        "type": "static"
      },
      {
        "source": "npm:concurrently",
        "target": "npm:supports-color@8.1.1",
        "type": "static"
      },
      {
        "source": "npm:concurrently",
        "target": "npm:tree-kill",
        "type": "static"
      },
      {
        "source": "npm:concurrently",
        "target": "npm:yargs",
        "type": "static"
      }
    ],
    "npm:supports-color@8.1.1": [
      {
        "source": "npm:supports-color@8.1.1",
        "target": "npm:has-flag",
        "type": "static"
      }
    ],
    "npm:config-chain": [
      {
        "source": "npm:config-chain",
        "target": "npm:ini@1.3.8",
        "type": "static"
      },
      {
        "source": "npm:config-chain",
        "target": "npm:proto-list",
        "type": "static"
      }
    ],
    "npm:configstore": [
      {
        "source": "npm:configstore",
        "target": "npm:atomically",
        "type": "static"
      },
      {
        "source": "npm:configstore",
        "target": "npm:dot-prop@9.0.0",
        "type": "static"
      },
      {
        "source": "npm:configstore",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:configstore",
        "target": "npm:xdg-basedir",
        "type": "static"
      }
    ],
    "npm:dot-prop@9.0.0": [
      {
        "source": "npm:dot-prop@9.0.0",
        "target": "npm:type-fest@4.38.0",
        "type": "static"
      }
    ],
    "npm:conventional-changelog-angular": [
      {
        "source": "npm:conventional-changelog-angular",
        "target": "npm:compare-func",
        "type": "static"
      }
    ],
    "npm:conventional-changelog-core": [
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:add-stream",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:conventional-changelog-writer",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:conventional-commits-parser",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:dateformat",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:get-pkg-repo",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:git-raw-commits",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:git-remote-origin-url",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:git-semver-tags",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:normalize-package-data@3.0.3",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:read-pkg",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-core",
        "target": "npm:read-pkg-up",
        "type": "static"
      }
    ],
    "npm:hosted-git-info@4.1.0": [
      {
        "source": "npm:hosted-git-info@4.1.0",
        "target": "npm:lru-cache@6.0.0",
        "type": "static"
      }
    ],
    "npm:lru-cache@6.0.0": [
      {
        "source": "npm:lru-cache@6.0.0",
        "target": "npm:yallist@4.0.0",
        "type": "static"
      }
    ],
    "npm:normalize-package-data@3.0.3": [
      {
        "source": "npm:normalize-package-data@3.0.3",
        "target": "npm:hosted-git-info@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@3.0.3",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@3.0.3",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@3.0.3",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      }
    ],
    "npm:conventional-changelog-writer": [
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:conventional-commits-filter",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:dateformat",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:handlebars",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:json-stringify-safe",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:meow",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:conventional-changelog-writer",
        "target": "npm:split",
        "type": "static"
      }
    ],
    "npm:conventional-commits-filter": [
      {
        "source": "npm:conventional-commits-filter",
        "target": "npm:lodash.ismatch",
        "type": "static"
      },
      {
        "source": "npm:conventional-commits-filter",
        "target": "npm:modify-values",
        "type": "static"
      }
    ],
    "npm:conventional-commits-parser": [
      {
        "source": "npm:conventional-commits-parser",
        "target": "npm:is-text-path",
        "type": "static"
      },
      {
        "source": "npm:conventional-commits-parser",
        "target": "npm:JSONStream",
        "type": "static"
      },
      {
        "source": "npm:conventional-commits-parser",
        "target": "npm:meow",
        "type": "static"
      },
      {
        "source": "npm:conventional-commits-parser",
        "target": "npm:split2",
        "type": "static"
      }
    ],
    "npm:conventional-recommended-bump": [
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:concat-stream",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:conventional-changelog-preset-loader",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:conventional-commits-filter",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:conventional-commits-parser",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:git-raw-commits",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:git-semver-tags",
        "type": "static"
      },
      {
        "source": "npm:conventional-recommended-bump",
        "target": "npm:meow",
        "type": "static"
      }
    ],
    "npm:core-js-compat": [
      {
        "source": "npm:core-js-compat",
        "target": "npm:browserslist",
        "type": "static"
      }
    ],
    "npm:cosmiconfig": [
      {
        "source": "npm:cosmiconfig",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig",
        "target": "npm:env-paths",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig",
        "target": "npm:import-fresh",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig",
        "target": "npm:js-yaml",
        "type": "static"
      },
      {
        "source": "npm:cosmiconfig",
        "target": "npm:parse-json",
        "type": "static"
      }
    ],
    "npm:cross-spawn": [
      {
        "source": "npm:cross-spawn",
        "target": "npm:path-key",
        "type": "static"
      },
      {
        "source": "npm:cross-spawn",
        "target": "npm:shebang-command",
        "type": "static"
      },
      {
        "source": "npm:cross-spawn",
        "target": "npm:which",
        "type": "static"
      }
    ],
    "npm:crypto-random-string": [
      {
        "source": "npm:crypto-random-string",
        "target": "npm:type-fest@1.4.0",
        "type": "static"
      }
    ],
    "npm:css-select": [
      {
        "source": "npm:css-select",
        "target": "npm:boolbase",
        "type": "static"
      },
      {
        "source": "npm:css-select",
        "target": "npm:css-what",
        "type": "static"
      },
      {
        "source": "npm:css-select",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:css-select",
        "target": "npm:domutils",
        "type": "static"
      },
      {
        "source": "npm:css-select",
        "target": "npm:nth-check",
        "type": "static"
      }
    ],
    "npm:css-tree": [
      {
        "source": "npm:css-tree",
        "target": "npm:mdn-data",
        "type": "static"
      },
      {
        "source": "npm:css-tree",
        "target": "npm:source-map-js",
        "type": "static"
      }
    ],
    "npm:csso": [
      {
        "source": "npm:csso",
        "target": "npm:css-tree@2.2.1",
        "type": "static"
      }
    ],
    "npm:css-tree@2.2.1": [
      {
        "source": "npm:css-tree@2.2.1",
        "target": "npm:mdn-data@2.0.28",
        "type": "static"
      },
      {
        "source": "npm:css-tree@2.2.1",
        "target": "npm:source-map-js",
        "type": "static"
      }
    ],
    "npm:cypress": [
      {
        "source": "npm:cypress",
        "target": "npm:@cypress/request",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:@cypress/xvfb",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:@types/sinonjs__fake-timers",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:@types/sizzle",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:@types/tmp",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:arch",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:blob-util",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:bluebird",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:buffer",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:cachedir",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:cli-cursor",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:cli-table3",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:commander",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:common-tags",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:dayjs",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:enquirer",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:eventemitter2",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:execa",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:executable",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:extract-zip",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:figures",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:fs-extra",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:hasha",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:is-installed-globally",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:listr2",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:lodash",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:log-symbols",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:ospath",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:pretty-bytes",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:process",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:proxy-from-env",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:request-progress",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:supports-color@8.1.1",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:systeminformation",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:tmp",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:tree-kill",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:tslib@1.14.1",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:untildify",
        "type": "static"
      },
      {
        "source": "npm:cypress",
        "target": "npm:yauzl",
        "type": "static"
      }
    ],
    "npm:cypress-real-events": [
      {
        "source": "npm:cypress-real-events",
        "target": "npm:cypress",
        "type": "static"
      }
    ],
    "npm:dashdash": [
      {
        "source": "npm:dashdash",
        "target": "npm:assert-plus",
        "type": "static"
      }
    ],
    "npm:data-view-buffer": [
      {
        "source": "npm:data-view-buffer",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:data-view-buffer",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:data-view-buffer",
        "target": "npm:is-data-view",
        "type": "static"
      }
    ],
    "npm:data-view-byte-length": [
      {
        "source": "npm:data-view-byte-length",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:data-view-byte-length",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:data-view-byte-length",
        "target": "npm:is-data-view",
        "type": "static"
      }
    ],
    "npm:data-view-byte-offset": [
      {
        "source": "npm:data-view-byte-offset",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:data-view-byte-offset",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:data-view-byte-offset",
        "target": "npm:is-data-view",
        "type": "static"
      }
    ],
    "npm:debug": [
      {
        "source": "npm:debug",
        "target": "npm:ms",
        "type": "static"
      }
    ],
    "npm:decamelize-keys": [
      {
        "source": "npm:decamelize-keys",
        "target": "npm:decamelize",
        "type": "static"
      },
      {
        "source": "npm:decamelize-keys",
        "target": "npm:map-obj@1.0.1",
        "type": "static"
      }
    ],
    "npm:default-browser": [
      {
        "source": "npm:default-browser",
        "target": "npm:bundle-name",
        "type": "static"
      },
      {
        "source": "npm:default-browser",
        "target": "npm:default-browser-id",
        "type": "static"
      }
    ],
    "npm:defaults": [
      {
        "source": "npm:defaults",
        "target": "npm:clone",
        "type": "static"
      }
    ],
    "npm:define-data-property": [
      {
        "source": "npm:define-data-property",
        "target": "npm:es-define-property",
        "type": "static"
      },
      {
        "source": "npm:define-data-property",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:define-data-property",
        "target": "npm:gopd",
        "type": "static"
      }
    ],
    "npm:define-properties": [
      {
        "source": "npm:define-properties",
        "target": "npm:define-data-property",
        "type": "static"
      },
      {
        "source": "npm:define-properties",
        "target": "npm:has-property-descriptors",
        "type": "static"
      },
      {
        "source": "npm:define-properties",
        "target": "npm:object-keys",
        "type": "static"
      }
    ],
    "npm:del": [
      {
        "source": "npm:del",
        "target": "npm:globby",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:is-glob",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:is-path-cwd",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:is-path-inside@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:p-map@7.0.4",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:presentable-error",
        "type": "static"
      },
      {
        "source": "npm:del",
        "target": "npm:slash@5.1.0",
        "type": "static"
      }
    ],
    "npm:doctrine": [
      {
        "source": "npm:doctrine",
        "target": "npm:esutils",
        "type": "static"
      }
    ],
    "npm:dom-serializer": [
      {
        "source": "npm:dom-serializer",
        "target": "npm:domelementtype",
        "type": "static"
      },
      {
        "source": "npm:dom-serializer",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:dom-serializer",
        "target": "npm:entities",
        "type": "static"
      }
    ],
    "npm:domhandler": [
      {
        "source": "npm:domhandler",
        "target": "npm:domelementtype",
        "type": "static"
      }
    ],
    "npm:domutils": [
      {
        "source": "npm:domutils",
        "target": "npm:dom-serializer",
        "type": "static"
      },
      {
        "source": "npm:domutils",
        "target": "npm:domelementtype",
        "type": "static"
      },
      {
        "source": "npm:domutils",
        "target": "npm:domhandler",
        "type": "static"
      }
    ],
    "npm:dot-case": [
      {
        "source": "npm:dot-case",
        "target": "npm:no-case",
        "type": "static"
      },
      {
        "source": "npm:dot-case",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:dot-prop": [
      {
        "source": "npm:dot-prop",
        "target": "npm:is-obj",
        "type": "static"
      }
    ],
    "npm:dotenv-expand": [
      {
        "source": "npm:dotenv-expand",
        "target": "npm:dotenv",
        "type": "static"
      }
    ],
    "npm:dunder-proto": [
      {
        "source": "npm:dunder-proto",
        "target": "npm:call-bind-apply-helpers",
        "type": "static"
      },
      {
        "source": "npm:dunder-proto",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:dunder-proto",
        "target": "npm:gopd",
        "type": "static"
      }
    ],
    "npm:duplexer2": [
      {
        "source": "npm:duplexer2",
        "target": "npm:readable-stream@2.3.8",
        "type": "static"
      }
    ],
    "npm:readable-stream@2.3.8": [
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:core-util-is",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:isarray@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:process-nextick-args",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:safe-buffer@5.1.2",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:string_decoder@1.1.1",
        "type": "static"
      },
      {
        "source": "npm:readable-stream@2.3.8",
        "target": "npm:util-deprecate",
        "type": "static"
      }
    ],
    "npm:string_decoder@1.1.1": [
      {
        "source": "npm:string_decoder@1.1.1",
        "target": "npm:safe-buffer@5.1.2",
        "type": "static"
      }
    ],
    "npm:ecc-jsbn": [
      {
        "source": "npm:ecc-jsbn",
        "target": "npm:jsbn",
        "type": "static"
      },
      {
        "source": "npm:ecc-jsbn",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:ejs": [
      {
        "source": "npm:ejs",
        "target": "npm:jake",
        "type": "static"
      }
    ],
    "npm:encoding": [
      {
        "source": "npm:encoding",
        "target": "npm:iconv-lite@0.6.3",
        "type": "static"
      }
    ],
    "npm:encoding-sniffer": [
      {
        "source": "npm:encoding-sniffer",
        "target": "npm:iconv-lite@0.6.3",
        "type": "static"
      },
      {
        "source": "npm:encoding-sniffer",
        "target": "npm:whatwg-encoding",
        "type": "static"
      }
    ],
    "npm:iconv-lite@0.6.3": [
      {
        "source": "npm:iconv-lite@0.6.3",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:end-of-stream": [
      {
        "source": "npm:end-of-stream",
        "target": "npm:once",
        "type": "static"
      }
    ],
    "npm:enhanced-resolve": [
      {
        "source": "npm:enhanced-resolve",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:enhanced-resolve",
        "target": "npm:tapable",
        "type": "static"
      }
    ],
    "npm:enquirer": [
      {
        "source": "npm:enquirer",
        "target": "npm:ansi-colors",
        "type": "static"
      },
      {
        "source": "npm:enquirer",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:env-cmd": [
      {
        "source": "npm:env-cmd",
        "target": "npm:@commander-js/extra-typings@13.1.0",
        "type": "static"
      },
      {
        "source": "npm:env-cmd",
        "target": "npm:commander@13.1.0",
        "type": "static"
      },
      {
        "source": "npm:env-cmd",
        "target": "npm:cross-spawn",
        "type": "static"
      }
    ],
    "npm:@commander-js/extra-typings@13.1.0": [
      {
        "source": "npm:@commander-js/extra-typings@13.1.0",
        "target": "npm:commander@13.1.0",
        "type": "static"
      }
    ],
    "npm:error-ex": [
      {
        "source": "npm:error-ex",
        "target": "npm:is-arrayish",
        "type": "static"
      }
    ],
    "npm:es-abstract": [
      {
        "source": "npm:es-abstract",
        "target": "npm:array-buffer-byte-length",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:arraybuffer.prototype.slice",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:available-typed-arrays",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:data-view-buffer",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:data-view-byte-length",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:data-view-byte-offset",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:es-define-property",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:es-set-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:es-to-primitive",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:function.prototype.name",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:get-symbol-description",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:globalthis",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:has-property-descriptors",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:has-proto",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:internal-slot",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-array-buffer",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-callable",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-data-view",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-negative-zero",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-regex",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-set",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-shared-array-buffer",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-string",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-typed-array",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:is-weakref",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:math-intrinsics",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:object-inspect",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:object-keys",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:object.assign",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:own-keys",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:regexp.prototype.flags",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:safe-array-concat",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:safe-push-apply",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:safe-regex-test",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:set-proto",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:stop-iteration-iterator",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:string.prototype.trim",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:string.prototype.trimend",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:string.prototype.trimstart",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:typed-array-buffer",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:typed-array-byte-length",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:typed-array-byte-offset",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:typed-array-length",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:unbox-primitive",
        "type": "static"
      },
      {
        "source": "npm:es-abstract",
        "target": "npm:which-typed-array",
        "type": "static"
      }
    ],
    "npm:es-iterator-helpers": [
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:es-set-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:function-bind",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:globalthis",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:has-property-descriptors",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:has-proto",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:internal-slot",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:iterator.prototype",
        "type": "static"
      },
      {
        "source": "npm:es-iterator-helpers",
        "target": "npm:safe-array-concat",
        "type": "static"
      }
    ],
    "npm:es-object-atoms": [
      {
        "source": "npm:es-object-atoms",
        "target": "npm:es-errors",
        "type": "static"
      }
    ],
    "npm:es-set-tostringtag": [
      {
        "source": "npm:es-set-tostringtag",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:es-set-tostringtag",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:es-set-tostringtag",
        "target": "npm:has-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:es-set-tostringtag",
        "target": "npm:hasown",
        "type": "static"
      }
    ],
    "npm:es-shim-unscopables": [
      {
        "source": "npm:es-shim-unscopables",
        "target": "npm:hasown",
        "type": "static"
      }
    ],
    "npm:es-to-primitive": [
      {
        "source": "npm:es-to-primitive",
        "target": "npm:is-callable",
        "type": "static"
      },
      {
        "source": "npm:es-to-primitive",
        "target": "npm:is-date-object",
        "type": "static"
      },
      {
        "source": "npm:es-to-primitive",
        "target": "npm:is-symbol",
        "type": "static"
      }
    ],
    "npm:eslint": [
      {
        "source": "npm:eslint",
        "target": "npm:@eslint-community/eslint-utils",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint-community/regexpp",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/config-array",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/config-helpers",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/core@0.17.0",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/eslintrc",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/js",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@eslint/plugin-kit",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@humanfs/node",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@humanwhocodes/module-importer",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@humanwhocodes/retry",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:@types/estree",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:ajv",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:escape-string-regexp",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:eslint-scope",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:eslint-visitor-keys@4.2.1",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:espree",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:esquery",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:esutils",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:fast-deep-equal",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:file-entry-cache",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:find-up",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:glob-parent",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:ignore",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:imurmurhash",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:is-glob",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:json-stable-stringify-without-jsonify",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:lodash.merge",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:minimatch",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:natural-compare",
        "type": "static"
      },
      {
        "source": "npm:eslint",
        "target": "npm:optionator",
        "type": "static"
      }
    ],
    "npm:eslint-config-prettier": [
      {
        "source": "npm:eslint-config-prettier",
        "target": "npm:eslint",
        "type": "static"
      }
    ],
    "npm:eslint-import-context": [
      {
        "source": "npm:eslint-import-context",
        "target": "npm:unrs-resolver",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-context",
        "target": "npm:get-tsconfig",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-context",
        "target": "npm:stable-hash-x",
        "type": "static"
      }
    ],
    "npm:eslint-import-resolver-node": [
      {
        "source": "npm:eslint-import-resolver-node",
        "target": "npm:debug@3.2.7",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-node",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-node",
        "target": "npm:resolve@2.0.0-next.6",
        "type": "static"
      }
    ],
    "npm:resolve@2.0.0-next.6": [
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:node-exports-info",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:object-keys",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:path-parse",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.6",
        "target": "npm:supports-preserve-symlinks-flag",
        "type": "static"
      }
    ],
    "npm:eslint-import-resolver-typescript": [
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:eslint-plugin-import",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:eslint-import-context",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:get-tsconfig",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:is-bun-module",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:stable-hash-x",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:tinyglobby",
        "type": "static"
      },
      {
        "source": "npm:eslint-import-resolver-typescript",
        "target": "npm:unrs-resolver",
        "type": "static"
      }
    ],
    "npm:eslint-module-utils": [
      {
        "source": "npm:eslint-module-utils",
        "target": "npm:debug@3.2.7",
        "type": "static"
      }
    ],
    "npm:eslint-plugin-cypress": [
      {
        "source": "npm:eslint-plugin-cypress",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-cypress",
        "target": "npm:globals",
        "type": "static"
      }
    ],
    "npm:eslint-plugin-import": [
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:@rtsao/scc",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:array-includes",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:array.prototype.findlastindex",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:array.prototype.flat",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:array.prototype.flatmap",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:debug@3.2.7",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:doctrine",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:eslint-import-resolver-node",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:eslint-module-utils",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:is-glob",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:minimatch",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:object.fromentries",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:object.groupby",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:object.values",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:semver",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:string.prototype.trimend",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-import",
        "target": "npm:tsconfig-paths",
        "type": "static"
      }
    ],
    "npm:eslint-plugin-mocha": [
      {
        "source": "npm:eslint-plugin-mocha",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-mocha",
        "target": "npm:@eslint-community/eslint-utils",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-mocha",
        "target": "npm:globals@15.15.0",
        "type": "static"
      }
    ],
    "npm:eslint-plugin-react": [
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:array-includes",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:array.prototype.findlast",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:array.prototype.flatmap",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:array.prototype.tosorted",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:doctrine",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:es-iterator-helpers",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:estraverse",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:jsx-ast-utils",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:minimatch",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:object.entries",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:object.fromentries",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:object.values",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:prop-types",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:resolve@2.0.0-next.5",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:semver",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:string.prototype.matchall",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react",
        "target": "npm:string.prototype.repeat",
        "type": "static"
      }
    ],
    "npm:eslint-plugin-react-hooks": [
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:eslint",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:hermes-parser",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:zod",
        "type": "static"
      },
      {
        "source": "npm:eslint-plugin-react-hooks",
        "target": "npm:zod-validation-error",
        "type": "static"
      }
    ],
    "npm:resolve@2.0.0-next.5": [
      {
        "source": "npm:resolve@2.0.0-next.5",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.5",
        "target": "npm:path-parse",
        "type": "static"
      },
      {
        "source": "npm:resolve@2.0.0-next.5",
        "target": "npm:supports-preserve-symlinks-flag",
        "type": "static"
      }
    ],
    "npm:eslint-scope": [
      {
        "source": "npm:eslint-scope",
        "target": "npm:esrecurse",
        "type": "static"
      },
      {
        "source": "npm:eslint-scope",
        "target": "npm:estraverse",
        "type": "static"
      }
    ],
    "npm:espree": [
      {
        "source": "npm:espree",
        "target": "npm:acorn",
        "type": "static"
      },
      {
        "source": "npm:espree",
        "target": "npm:acorn-jsx",
        "type": "static"
      },
      {
        "source": "npm:espree",
        "target": "npm:eslint-visitor-keys@4.2.1",
        "type": "static"
      }
    ],
    "npm:esquery": [
      {
        "source": "npm:esquery",
        "target": "npm:estraverse",
        "type": "static"
      }
    ],
    "npm:esrecurse": [
      {
        "source": "npm:esrecurse",
        "target": "npm:estraverse",
        "type": "static"
      }
    ],
    "npm:execa": [
      {
        "source": "npm:execa",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:get-stream",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:human-signals",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:merge-stream",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:npm-run-path",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:onetime",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:signal-exit",
        "type": "static"
      },
      {
        "source": "npm:execa",
        "target": "npm:strip-final-newline",
        "type": "static"
      }
    ],
    "npm:executable": [
      {
        "source": "npm:executable",
        "target": "npm:pify",
        "type": "static"
      }
    ],
    "npm:expect": [
      {
        "source": "npm:expect",
        "target": "npm:@jest/expect-utils",
        "type": "static"
      },
      {
        "source": "npm:expect",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:expect",
        "target": "npm:jest-matcher-utils",
        "type": "static"
      },
      {
        "source": "npm:expect",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:expect",
        "target": "npm:jest-mock",
        "type": "static"
      },
      {
        "source": "npm:expect",
        "target": "npm:jest-util",
        "type": "static"
      }
    ],
    "npm:external-editor": [
      {
        "source": "npm:external-editor",
        "target": "npm:chardet",
        "type": "static"
      },
      {
        "source": "npm:external-editor",
        "target": "npm:iconv-lite",
        "type": "static"
      },
      {
        "source": "npm:external-editor",
        "target": "npm:tmp@0.0.33",
        "type": "static"
      }
    ],
    "npm:tmp@0.0.33": [
      {
        "source": "npm:tmp@0.0.33",
        "target": "npm:os-tmpdir",
        "type": "static"
      }
    ],
    "npm:extract-zip": [
      {
        "source": "npm:extract-zip",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:extract-zip",
        "target": "npm:get-stream",
        "type": "static"
      },
      {
        "source": "npm:extract-zip",
        "target": "npm:yauzl",
        "type": "static"
      },
      {
        "source": "npm:extract-zip",
        "target": "npm:@types/yauzl",
        "type": "static"
      }
    ],
    "npm:fast-glob": [
      {
        "source": "npm:fast-glob",
        "target": "npm:@nodelib/fs.stat",
        "type": "static"
      },
      {
        "source": "npm:fast-glob",
        "target": "npm:@nodelib/fs.walk",
        "type": "static"
      },
      {
        "source": "npm:fast-glob",
        "target": "npm:glob-parent@5.1.2",
        "type": "static"
      },
      {
        "source": "npm:fast-glob",
        "target": "npm:merge2",
        "type": "static"
      },
      {
        "source": "npm:fast-glob",
        "target": "npm:micromatch",
        "type": "static"
      }
    ],
    "npm:glob-parent@5.1.2": [
      {
        "source": "npm:glob-parent@5.1.2",
        "target": "npm:is-glob",
        "type": "static"
      }
    ],
    "npm:fast-string-width": [
      {
        "source": "npm:fast-string-width",
        "target": "npm:fast-string-truncated-width",
        "type": "static"
      }
    ],
    "npm:fast-wrap-ansi": [
      {
        "source": "npm:fast-wrap-ansi",
        "target": "npm:fast-string-width",
        "type": "static"
      }
    ],
    "npm:fastq": [
      {
        "source": "npm:fastq",
        "target": "npm:reusify",
        "type": "static"
      }
    ],
    "npm:fb-watchman": [
      {
        "source": "npm:fb-watchman",
        "target": "npm:bser",
        "type": "static"
      }
    ],
    "npm:fd-slicer": [
      {
        "source": "npm:fd-slicer",
        "target": "npm:pend",
        "type": "static"
      }
    ],
    "npm:figures": [
      {
        "source": "npm:figures",
        "target": "npm:escape-string-regexp@1.0.5",
        "type": "static"
      }
    ],
    "npm:file-entry-cache": [
      {
        "source": "npm:file-entry-cache",
        "target": "npm:flat-cache",
        "type": "static"
      }
    ],
    "npm:file-type": [
      {
        "source": "npm:file-type",
        "target": "npm:@tokenizer/inflate",
        "type": "static"
      },
      {
        "source": "npm:file-type",
        "target": "npm:strtok3",
        "type": "static"
      },
      {
        "source": "npm:file-type",
        "target": "npm:token-types",
        "type": "static"
      },
      {
        "source": "npm:file-type",
        "target": "npm:uint8array-extras",
        "type": "static"
      }
    ],
    "npm:filelist": [
      {
        "source": "npm:filelist",
        "target": "npm:minimatch@5.1.9",
        "type": "static"
      }
    ],
    "npm:minimatch@5.1.9": [
      {
        "source": "npm:minimatch@5.1.9",
        "target": "npm:brace-expansion@2.0.3",
        "type": "static"
      }
    ],
    "npm:fill-range": [
      {
        "source": "npm:fill-range",
        "target": "npm:to-regex-range",
        "type": "static"
      }
    ],
    "npm:find-up": [
      {
        "source": "npm:find-up",
        "target": "npm:locate-path",
        "type": "static"
      },
      {
        "source": "npm:find-up",
        "target": "npm:path-exists",
        "type": "static"
      }
    ],
    "npm:flat-cache": [
      {
        "source": "npm:flat-cache",
        "target": "npm:flatted",
        "type": "static"
      },
      {
        "source": "npm:flat-cache",
        "target": "npm:keyv",
        "type": "static"
      }
    ],
    "npm:for-each": [
      {
        "source": "npm:for-each",
        "target": "npm:is-callable",
        "type": "static"
      }
    ],
    "npm:foreground-child": [
      {
        "source": "npm:foreground-child",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:foreground-child",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      }
    ],
    "npm:form-data": [
      {
        "source": "npm:form-data",
        "target": "npm:asynckit",
        "type": "static"
      },
      {
        "source": "npm:form-data",
        "target": "npm:combined-stream",
        "type": "static"
      },
      {
        "source": "npm:form-data",
        "target": "npm:es-set-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:form-data",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:form-data",
        "target": "npm:mime-types",
        "type": "static"
      }
    ],
    "npm:front-matter": [
      {
        "source": "npm:front-matter",
        "target": "npm:js-yaml@3.14.2",
        "type": "static"
      }
    ],
    "npm:fs-extra": [
      {
        "source": "npm:fs-extra",
        "target": "npm:at-least-node",
        "type": "static"
      },
      {
        "source": "npm:fs-extra",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:fs-extra",
        "target": "npm:jsonfile",
        "type": "static"
      },
      {
        "source": "npm:fs-extra",
        "target": "npm:universalify",
        "type": "static"
      }
    ],
    "npm:fs-minipass": [
      {
        "source": "npm:fs-minipass",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:function.prototype.name": [
      {
        "source": "npm:function.prototype.name",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:function.prototype.name",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:function.prototype.name",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:function.prototype.name",
        "target": "npm:functions-have-names",
        "type": "static"
      },
      {
        "source": "npm:function.prototype.name",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:function.prototype.name",
        "target": "npm:is-callable",
        "type": "static"
      }
    ],
    "npm:get-intrinsic": [
      {
        "source": "npm:get-intrinsic",
        "target": "npm:call-bind-apply-helpers",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:es-define-property",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:function-bind",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:get-intrinsic",
        "target": "npm:math-intrinsics",
        "type": "static"
      }
    ],
    "npm:get-pkg-repo": [
      {
        "source": "npm:get-pkg-repo",
        "target": "npm:@hutson/parse-repository-url",
        "type": "static"
      },
      {
        "source": "npm:get-pkg-repo",
        "target": "npm:hosted-git-info@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:get-pkg-repo",
        "target": "npm:through2",
        "type": "static"
      },
      {
        "source": "npm:get-pkg-repo",
        "target": "npm:yargs@16.2.0",
        "type": "static"
      }
    ],
    "npm:cliui@7.0.4": [
      {
        "source": "npm:cliui@7.0.4",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:cliui@7.0.4",
        "target": "npm:strip-ansi",
        "type": "static"
      },
      {
        "source": "npm:cliui@7.0.4",
        "target": "npm:wrap-ansi@7.0.0",
        "type": "static"
      }
    ],
    "npm:yargs@16.2.0": [
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:cliui@7.0.4",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:escalade",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:get-caller-file",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:require-directory",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:y18n",
        "type": "static"
      },
      {
        "source": "npm:yargs@16.2.0",
        "target": "npm:yargs-parser@20.2.9",
        "type": "static"
      }
    ],
    "npm:get-proto": [
      {
        "source": "npm:get-proto",
        "target": "npm:dunder-proto",
        "type": "static"
      },
      {
        "source": "npm:get-proto",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:get-stream": [
      {
        "source": "npm:get-stream",
        "target": "npm:pump",
        "type": "static"
      }
    ],
    "npm:get-symbol-description": [
      {
        "source": "npm:get-symbol-description",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:get-symbol-description",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:get-symbol-description",
        "target": "npm:get-intrinsic",
        "type": "static"
      }
    ],
    "npm:get-tsconfig": [
      {
        "source": "npm:get-tsconfig",
        "target": "npm:resolve-pkg-maps",
        "type": "static"
      }
    ],
    "npm:getpass": [
      {
        "source": "npm:getpass",
        "target": "npm:assert-plus",
        "type": "static"
      }
    ],
    "npm:git-raw-commits": [
      {
        "source": "npm:git-raw-commits",
        "target": "npm:dargs",
        "type": "static"
      },
      {
        "source": "npm:git-raw-commits",
        "target": "npm:meow",
        "type": "static"
      },
      {
        "source": "npm:git-raw-commits",
        "target": "npm:split2",
        "type": "static"
      }
    ],
    "npm:git-remote-origin-url": [
      {
        "source": "npm:git-remote-origin-url",
        "target": "npm:gitconfiglocal",
        "type": "static"
      },
      {
        "source": "npm:git-remote-origin-url",
        "target": "npm:pify",
        "type": "static"
      }
    ],
    "npm:git-semver-tags": [
      {
        "source": "npm:git-semver-tags",
        "target": "npm:meow",
        "type": "static"
      },
      {
        "source": "npm:git-semver-tags",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:git-up": [
      {
        "source": "npm:git-up",
        "target": "npm:is-ssh",
        "type": "static"
      },
      {
        "source": "npm:git-up",
        "target": "npm:parse-url",
        "type": "static"
      }
    ],
    "npm:git-url-parse": [
      {
        "source": "npm:git-url-parse",
        "target": "npm:git-up",
        "type": "static"
      }
    ],
    "npm:gitconfiglocal": [
      {
        "source": "npm:gitconfiglocal",
        "target": "npm:ini@1.3.8",
        "type": "static"
      }
    ],
    "npm:glob": [
      {
        "source": "npm:glob",
        "target": "npm:fs.realpath",
        "type": "static"
      },
      {
        "source": "npm:glob",
        "target": "npm:inflight",
        "type": "static"
      },
      {
        "source": "npm:glob",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:glob",
        "target": "npm:minimatch",
        "type": "static"
      },
      {
        "source": "npm:glob",
        "target": "npm:once",
        "type": "static"
      },
      {
        "source": "npm:glob",
        "target": "npm:path-is-absolute",
        "type": "static"
      }
    ],
    "npm:glob-parent": [
      {
        "source": "npm:glob-parent",
        "target": "npm:is-glob",
        "type": "static"
      }
    ],
    "npm:global-directory": [
      {
        "source": "npm:global-directory",
        "target": "npm:ini@4.1.1",
        "type": "static"
      }
    ],
    "npm:global-dirs": [
      {
        "source": "npm:global-dirs",
        "target": "npm:ini",
        "type": "static"
      }
    ],
    "npm:globalthis": [
      {
        "source": "npm:globalthis",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:globalthis",
        "target": "npm:gopd",
        "type": "static"
      }
    ],
    "npm:globby": [
      {
        "source": "npm:globby",
        "target": "npm:@sindresorhus/merge-streams",
        "type": "static"
      },
      {
        "source": "npm:globby",
        "target": "npm:fast-glob",
        "type": "static"
      },
      {
        "source": "npm:globby",
        "target": "npm:ignore@7.0.5",
        "type": "static"
      },
      {
        "source": "npm:globby",
        "target": "npm:path-type@6.0.0",
        "type": "static"
      },
      {
        "source": "npm:globby",
        "target": "npm:slash@5.1.0",
        "type": "static"
      },
      {
        "source": "npm:globby",
        "target": "npm:unicorn-magic",
        "type": "static"
      }
    ],
    "npm:handlebars": [
      {
        "source": "npm:handlebars",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:handlebars",
        "target": "npm:neo-async",
        "type": "static"
      },
      {
        "source": "npm:handlebars",
        "target": "npm:source-map",
        "type": "static"
      },
      {
        "source": "npm:handlebars",
        "target": "npm:wordwrap",
        "type": "static"
      },
      {
        "source": "npm:handlebars",
        "target": "npm:uglify-js",
        "type": "static"
      }
    ],
    "npm:has-ansi": [
      {
        "source": "npm:has-ansi",
        "target": "npm:ansi-regex@2.1.1",
        "type": "static"
      }
    ],
    "npm:has-property-descriptors": [
      {
        "source": "npm:has-property-descriptors",
        "target": "npm:es-define-property",
        "type": "static"
      }
    ],
    "npm:has-proto": [
      {
        "source": "npm:has-proto",
        "target": "npm:dunder-proto",
        "type": "static"
      }
    ],
    "npm:has-tostringtag": [
      {
        "source": "npm:has-tostringtag",
        "target": "npm:has-symbols",
        "type": "static"
      }
    ],
    "npm:hasha": [
      {
        "source": "npm:hasha",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:hasha",
        "target": "npm:type-fest@0.8.1",
        "type": "static"
      }
    ],
    "npm:hasown": [
      {
        "source": "npm:hasown",
        "target": "npm:function-bind",
        "type": "static"
      }
    ],
    "npm:hermes-parser": [
      {
        "source": "npm:hermes-parser",
        "target": "npm:hermes-estree",
        "type": "static"
      }
    ],
    "npm:hoist-non-react-statics": [
      {
        "source": "npm:hoist-non-react-statics",
        "target": "npm:react-is@16.13.1",
        "type": "static"
      }
    ],
    "npm:hosted-git-info": [
      {
        "source": "npm:hosted-git-info",
        "target": "npm:lru-cache@11.2.7",
        "type": "static"
      }
    ],
    "npm:htmlparser2": [
      {
        "source": "npm:htmlparser2",
        "target": "npm:domelementtype",
        "type": "static"
      },
      {
        "source": "npm:htmlparser2",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:htmlparser2",
        "target": "npm:domutils",
        "type": "static"
      },
      {
        "source": "npm:htmlparser2",
        "target": "npm:entities@7.0.1",
        "type": "static"
      }
    ],
    "npm:http-proxy-agent": [
      {
        "source": "npm:http-proxy-agent",
        "target": "npm:agent-base",
        "type": "static"
      },
      {
        "source": "npm:http-proxy-agent",
        "target": "npm:debug",
        "type": "static"
      }
    ],
    "npm:http-signature": [
      {
        "source": "npm:http-signature",
        "target": "npm:assert-plus",
        "type": "static"
      },
      {
        "source": "npm:http-signature",
        "target": "npm:jsprim",
        "type": "static"
      },
      {
        "source": "npm:http-signature",
        "target": "npm:sshpk",
        "type": "static"
      }
    ],
    "npm:https-proxy-agent": [
      {
        "source": "npm:https-proxy-agent",
        "target": "npm:agent-base",
        "type": "static"
      },
      {
        "source": "npm:https-proxy-agent",
        "target": "npm:debug",
        "type": "static"
      }
    ],
    "npm:iconv-lite": [
      {
        "source": "npm:iconv-lite",
        "target": "npm:safer-buffer",
        "type": "static"
      }
    ],
    "npm:ignore-walk": [
      {
        "source": "npm:ignore-walk",
        "target": "npm:minimatch@10.2.5",
        "type": "static"
      }
    ],
    "npm:import-fresh": [
      {
        "source": "npm:import-fresh",
        "target": "npm:parent-module",
        "type": "static"
      },
      {
        "source": "npm:import-fresh",
        "target": "npm:resolve-from",
        "type": "static"
      }
    ],
    "npm:import-local": [
      {
        "source": "npm:import-local",
        "target": "npm:pkg-dir",
        "type": "static"
      },
      {
        "source": "npm:import-local",
        "target": "npm:resolve-cwd",
        "type": "static"
      }
    ],
    "npm:inflight": [
      {
        "source": "npm:inflight",
        "target": "npm:once",
        "type": "static"
      },
      {
        "source": "npm:inflight",
        "target": "npm:wrappy",
        "type": "static"
      }
    ],
    "npm:init-package-json": [
      {
        "source": "npm:init-package-json",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:promzard",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:read",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      },
      {
        "source": "npm:init-package-json",
        "target": "npm:validate-npm-package-name@6.0.2",
        "type": "static"
      }
    ],
    "npm:inquirer": [
      {
        "source": "npm:inquirer",
        "target": "npm:ansi-escapes@3.2.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:chalk@2.4.2",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:cli-cursor@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:cli-width@2.2.1",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:external-editor",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:figures@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:lodash",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:mute-stream@0.0.7",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:run-async",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:rxjs@6.6.7",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:string-width@2.1.1",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:strip-ansi@5.2.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer",
        "target": "npm:through",
        "type": "static"
      }
    ],
    "npm:inquirer-autosubmit-prompt": [
      {
        "source": "npm:inquirer-autosubmit-prompt",
        "target": "npm:chalk@2.4.2",
        "type": "static"
      },
      {
        "source": "npm:inquirer-autosubmit-prompt",
        "target": "npm:inquirer",
        "type": "static"
      },
      {
        "source": "npm:inquirer-autosubmit-prompt",
        "target": "npm:rxjs@6.6.7",
        "type": "static"
      }
    ],
    "npm:ansi-styles@3.2.1": [
      {
        "source": "npm:ansi-styles@3.2.1",
        "target": "npm:color-convert@1.9.3",
        "type": "static"
      }
    ],
    "npm:chalk@2.4.2": [
      {
        "source": "npm:chalk@2.4.2",
        "target": "npm:ansi-styles@3.2.1",
        "type": "static"
      },
      {
        "source": "npm:chalk@2.4.2",
        "target": "npm:escape-string-regexp@1.0.5",
        "type": "static"
      },
      {
        "source": "npm:chalk@2.4.2",
        "target": "npm:supports-color@5.5.0",
        "type": "static"
      }
    ],
    "npm:color-convert@1.9.3": [
      {
        "source": "npm:color-convert@1.9.3",
        "target": "npm:color-name@1.1.3",
        "type": "static"
      }
    ],
    "npm:rxjs@6.6.7": [
      {
        "source": "npm:rxjs@6.6.7",
        "target": "npm:tslib@1.14.1",
        "type": "static"
      }
    ],
    "npm:supports-color@5.5.0": [
      {
        "source": "npm:supports-color@5.5.0",
        "target": "npm:has-flag@3.0.0",
        "type": "static"
      }
    ],
    "npm:cli-cursor@2.1.0": [
      {
        "source": "npm:cli-cursor@2.1.0",
        "target": "npm:restore-cursor@2.0.0",
        "type": "static"
      }
    ],
    "npm:figures@2.0.0": [
      {
        "source": "npm:figures@2.0.0",
        "target": "npm:escape-string-regexp@1.0.5",
        "type": "static"
      }
    ],
    "npm:onetime@2.0.1": [
      {
        "source": "npm:onetime@2.0.1",
        "target": "npm:mimic-fn@1.2.0",
        "type": "static"
      }
    ],
    "npm:restore-cursor@2.0.0": [
      {
        "source": "npm:restore-cursor@2.0.0",
        "target": "npm:onetime@2.0.1",
        "type": "static"
      },
      {
        "source": "npm:restore-cursor@2.0.0",
        "target": "npm:signal-exit",
        "type": "static"
      }
    ],
    "npm:string-width@2.1.1": [
      {
        "source": "npm:string-width@2.1.1",
        "target": "npm:is-fullwidth-code-point@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:string-width@2.1.1",
        "target": "npm:strip-ansi@4.0.0",
        "type": "static"
      }
    ],
    "npm:strip-ansi@4.0.0": [
      {
        "source": "npm:strip-ansi@4.0.0",
        "target": "npm:ansi-regex@3.0.1",
        "type": "static"
      }
    ],
    "npm:strip-ansi@5.2.0": [
      {
        "source": "npm:strip-ansi@5.2.0",
        "target": "npm:ansi-regex@4.1.1",
        "type": "static"
      }
    ],
    "npm:internal-slot": [
      {
        "source": "npm:internal-slot",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:internal-slot",
        "target": "npm:hasown",
        "type": "static"
      },
      {
        "source": "npm:internal-slot",
        "target": "npm:side-channel",
        "type": "static"
      }
    ],
    "npm:is-array-buffer": [
      {
        "source": "npm:is-array-buffer",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:is-array-buffer",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-array-buffer",
        "target": "npm:get-intrinsic",
        "type": "static"
      }
    ],
    "npm:is-async-function": [
      {
        "source": "npm:is-async-function",
        "target": "npm:async-function",
        "type": "static"
      },
      {
        "source": "npm:is-async-function",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-async-function",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:is-async-function",
        "target": "npm:has-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:is-async-function",
        "target": "npm:safe-regex-test",
        "type": "static"
      }
    ],
    "npm:is-bigint": [
      {
        "source": "npm:is-bigint",
        "target": "npm:has-bigints",
        "type": "static"
      }
    ],
    "npm:is-boolean-object": [
      {
        "source": "npm:is-boolean-object",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-boolean-object",
        "target": "npm:has-tostringtag",
        "type": "static"
      }
    ],
    "npm:is-bun-module": [
      {
        "source": "npm:is-bun-module",
        "target": "npm:semver@7.7.1",
        "type": "static"
      }
    ],
    "npm:is-ci": [
      {
        "source": "npm:is-ci",
        "target": "npm:ci-info@3.9.0",
        "type": "static"
      }
    ],
    "npm:is-core-module": [
      {
        "source": "npm:is-core-module",
        "target": "npm:hasown",
        "type": "static"
      }
    ],
    "npm:is-data-view": [
      {
        "source": "npm:is-data-view",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-data-view",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:is-data-view",
        "target": "npm:is-typed-array",
        "type": "static"
      }
    ],
    "npm:is-date-object": [
      {
        "source": "npm:is-date-object",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-date-object",
        "target": "npm:has-tostringtag",
        "type": "static"
      }
    ],
    "npm:is-finalizationregistry": [
      {
        "source": "npm:is-finalizationregistry",
        "target": "npm:call-bound",
        "type": "static"
      }
    ],
    "npm:is-generator-function": [
      {
        "source": "npm:is-generator-function",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-generator-function",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:is-generator-function",
        "target": "npm:has-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:is-generator-function",
        "target": "npm:safe-regex-test",
        "type": "static"
      }
    ],
    "npm:is-glob": [
      {
        "source": "npm:is-glob",
        "target": "npm:is-extglob",
        "type": "static"
      }
    ],
    "npm:is-inside-container": [
      {
        "source": "npm:is-inside-container",
        "target": "npm:is-docker",
        "type": "static"
      }
    ],
    "npm:is-installed-globally": [
      {
        "source": "npm:is-installed-globally",
        "target": "npm:global-dirs",
        "type": "static"
      },
      {
        "source": "npm:is-installed-globally",
        "target": "npm:is-path-inside",
        "type": "static"
      }
    ],
    "npm:is-number-object": [
      {
        "source": "npm:is-number-object",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-number-object",
        "target": "npm:has-tostringtag",
        "type": "static"
      }
    ],
    "npm:is-observable": [
      {
        "source": "npm:is-observable",
        "target": "npm:symbol-observable@1.2.0",
        "type": "static"
      }
    ],
    "npm:is-regex": [
      {
        "source": "npm:is-regex",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-regex",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:is-regex",
        "target": "npm:has-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:is-regex",
        "target": "npm:hasown",
        "type": "static"
      }
    ],
    "npm:is-scoped": [
      {
        "source": "npm:is-scoped",
        "target": "npm:scoped-regex",
        "type": "static"
      }
    ],
    "npm:is-shared-array-buffer": [
      {
        "source": "npm:is-shared-array-buffer",
        "target": "npm:call-bound",
        "type": "static"
      }
    ],
    "npm:is-ssh": [
      {
        "source": "npm:is-ssh",
        "target": "npm:protocols",
        "type": "static"
      }
    ],
    "npm:is-string": [
      {
        "source": "npm:is-string",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-string",
        "target": "npm:has-tostringtag",
        "type": "static"
      }
    ],
    "npm:is-symbol": [
      {
        "source": "npm:is-symbol",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-symbol",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:is-symbol",
        "target": "npm:safe-regex-test",
        "type": "static"
      }
    ],
    "npm:is-text-path": [
      {
        "source": "npm:is-text-path",
        "target": "npm:text-extensions",
        "type": "static"
      }
    ],
    "npm:is-typed-array": [
      {
        "source": "npm:is-typed-array",
        "target": "npm:which-typed-array",
        "type": "static"
      }
    ],
    "npm:is-weakref": [
      {
        "source": "npm:is-weakref",
        "target": "npm:call-bound",
        "type": "static"
      }
    ],
    "npm:is-weakset": [
      {
        "source": "npm:is-weakset",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:is-weakset",
        "target": "npm:get-intrinsic",
        "type": "static"
      }
    ],
    "npm:is-wsl": [
      {
        "source": "npm:is-wsl",
        "target": "npm:is-inside-container",
        "type": "static"
      }
    ],
    "npm:is64bit": [
      {
        "source": "npm:is64bit",
        "target": "npm:system-architecture",
        "type": "static"
      }
    ],
    "npm:istanbul-lib-instrument": [
      {
        "source": "npm:istanbul-lib-instrument",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-instrument",
        "target": "npm:@babel/parser",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-instrument",
        "target": "npm:@istanbuljs/schema",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-instrument",
        "target": "npm:istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-instrument",
        "target": "npm:semver@7.7.2",
        "type": "static"
      }
    ],
    "npm:istanbul-lib-report": [
      {
        "source": "npm:istanbul-lib-report",
        "target": "npm:istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-report",
        "target": "npm:make-dir",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-report",
        "target": "npm:supports-color",
        "type": "static"
      }
    ],
    "npm:istanbul-lib-source-maps": [
      {
        "source": "npm:istanbul-lib-source-maps",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-source-maps",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:istanbul-lib-source-maps",
        "target": "npm:istanbul-lib-coverage",
        "type": "static"
      }
    ],
    "npm:istanbul-reports": [
      {
        "source": "npm:istanbul-reports",
        "target": "npm:html-escaper",
        "type": "static"
      },
      {
        "source": "npm:istanbul-reports",
        "target": "npm:istanbul-lib-report",
        "type": "static"
      }
    ],
    "npm:iterator.prototype": [
      {
        "source": "npm:iterator.prototype",
        "target": "npm:define-data-property",
        "type": "static"
      },
      {
        "source": "npm:iterator.prototype",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:iterator.prototype",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:iterator.prototype",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:iterator.prototype",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:iterator.prototype",
        "target": "npm:set-function-name",
        "type": "static"
      }
    ],
    "npm:jackspeak": [
      {
        "source": "npm:jackspeak",
        "target": "npm:@isaacs/cliui",
        "type": "static"
      },
      {
        "source": "npm:jackspeak",
        "target": "npm:@pkgjs/parseargs",
        "type": "static"
      }
    ],
    "npm:jake": [
      {
        "source": "npm:jake",
        "target": "npm:async",
        "type": "static"
      },
      {
        "source": "npm:jake",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jake",
        "target": "npm:filelist",
        "type": "static"
      },
      {
        "source": "npm:jake",
        "target": "npm:minimatch",
        "type": "static"
      }
    ],
    "npm:jest": [
      {
        "source": "npm:jest",
        "target": "npm:@jest/core",
        "type": "static"
      },
      {
        "source": "npm:jest",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest",
        "target": "npm:import-local",
        "type": "static"
      },
      {
        "source": "npm:jest",
        "target": "npm:jest-cli",
        "type": "static"
      }
    ],
    "npm:jest-changed-files": [
      {
        "source": "npm:jest-changed-files",
        "target": "npm:execa@5.1.1",
        "type": "static"
      },
      {
        "source": "npm:jest-changed-files",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-changed-files",
        "target": "npm:p-limit",
        "type": "static"
      }
    ],
    "npm:execa@5.1.1": [
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:get-stream@6.0.1",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:human-signals@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:merge-stream",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:npm-run-path",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:onetime",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:signal-exit",
        "type": "static"
      },
      {
        "source": "npm:execa@5.1.1",
        "target": "npm:strip-final-newline",
        "type": "static"
      }
    ],
    "npm:jest-circus": [
      {
        "source": "npm:jest-circus",
        "target": "npm:@jest/environment",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:@jest/expect",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:co",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:dedent@1.7.2",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:is-generator-fn",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-each",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-matcher-utils",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-runtime",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-snapshot",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:p-limit",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:pure-rand",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:jest-circus",
        "target": "npm:stack-utils",
        "type": "static"
      }
    ],
    "npm:jest-cli": [
      {
        "source": "npm:jest-cli",
        "target": "npm:@jest/core",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:exit-x",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:import-local",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:jest-config@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:jest-validate",
        "type": "static"
      },
      {
        "source": "npm:jest-cli",
        "target": "npm:yargs",
        "type": "static"
      }
    ],
    "npm:jest-diff": [
      {
        "source": "npm:jest-diff",
        "target": "npm:@jest/diff-sequences",
        "type": "static"
      },
      {
        "source": "npm:jest-diff",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-diff",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-diff",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      }
    ],
    "npm:jest-docblock": [
      {
        "source": "npm:jest-docblock",
        "target": "npm:detect-newline",
        "type": "static"
      }
    ],
    "npm:jest-each": [
      {
        "source": "npm:jest-each",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-each",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-each",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-each",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-each",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      }
    ],
    "npm:jest-environment-node": [
      {
        "source": "npm:jest-environment-node",
        "target": "npm:@jest/environment",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:@jest/fake-timers",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:jest-mock",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-environment-node",
        "target": "npm:jest-validate",
        "type": "static"
      }
    ],
    "npm:jest-haste-map": [
      {
        "source": "npm:jest-haste-map",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:anymatch",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:fb-watchman",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:jest-worker",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:walker",
        "type": "static"
      },
      {
        "source": "npm:jest-haste-map",
        "target": "npm:fsevents",
        "type": "static"
      }
    ],
    "npm:jest-leak-detector": [
      {
        "source": "npm:jest-leak-detector",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-leak-detector",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      }
    ],
    "npm:jest-matcher-utils": [
      {
        "source": "npm:jest-matcher-utils",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-matcher-utils",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-matcher-utils",
        "target": "npm:jest-diff",
        "type": "static"
      },
      {
        "source": "npm:jest-matcher-utils",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      }
    ],
    "npm:jest-message-util": [
      {
        "source": "npm:jest-message-util",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:@types/stack-utils",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:jest-message-util",
        "target": "npm:stack-utils",
        "type": "static"
      }
    ],
    "npm:jest-mock": [
      {
        "source": "npm:jest-mock",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-mock",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-mock",
        "target": "npm:jest-util",
        "type": "static"
      }
    ],
    "npm:jest-pnp-resolver": [
      {
        "source": "npm:jest-pnp-resolver",
        "target": "npm:jest-resolve",
        "type": "static"
      }
    ],
    "npm:jest-resolve": [
      {
        "source": "npm:jest-resolve",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:jest-pnp-resolver",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:jest-validate",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve",
        "target": "npm:unrs-resolver",
        "type": "static"
      }
    ],
    "npm:jest-resolve-dependencies": [
      {
        "source": "npm:jest-resolve-dependencies",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:jest-resolve-dependencies",
        "target": "npm:jest-snapshot",
        "type": "static"
      }
    ],
    "npm:jest-runner": [
      {
        "source": "npm:jest-runner",
        "target": "npm:@jest/console",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:@jest/environment",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:emittery",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:exit-x",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-docblock",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-environment-node",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-leak-detector",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-resolve",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-runtime",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-watcher",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:jest-worker",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:p-limit",
        "type": "static"
      },
      {
        "source": "npm:jest-runner",
        "target": "npm:source-map-support",
        "type": "static"
      }
    ],
    "npm:jest-runtime": [
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/environment",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/fake-timers",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/globals",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/source-map",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:cjs-module-lexer",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:collect-v8-coverage",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:glob@10.5.0",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-haste-map",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-mock",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-regex-util",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-resolve",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-snapshot",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:jest-runtime",
        "target": "npm:strip-bom",
        "type": "static"
      }
    ],
    "npm:jest-snapshot": [
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@babel/generator",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@babel/plugin-syntax-jsx",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@babel/plugin-syntax-typescript",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@babel/types",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@jest/expect-utils",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@jest/snapshot-utils",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:babel-preset-current-node-syntax",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:expect",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:jest-diff",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:jest-matcher-utils",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:jest-message-util",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:jest-snapshot",
        "target": "npm:synckit",
        "type": "static"
      }
    ],
    "npm:jest-util": [
      {
        "source": "npm:jest-util",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-util",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-util",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-util",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:jest-util",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:jest-util",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:jest-validate": [
      {
        "source": "npm:jest-validate",
        "target": "npm:@jest/get-type",
        "type": "static"
      },
      {
        "source": "npm:jest-validate",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-validate",
        "target": "npm:camelcase@6.3.0",
        "type": "static"
      },
      {
        "source": "npm:jest-validate",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-validate",
        "target": "npm:leven",
        "type": "static"
      },
      {
        "source": "npm:jest-validate",
        "target": "npm:pretty-format@30.3.0",
        "type": "static"
      }
    ],
    "npm:jest-watcher": [
      {
        "source": "npm:jest-watcher",
        "target": "npm:@jest/test-result",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:ansi-escapes",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:emittery",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-watcher",
        "target": "npm:string-length",
        "type": "static"
      }
    ],
    "npm:jest-worker": [
      {
        "source": "npm:jest-worker",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-worker",
        "target": "npm:@ungap/structured-clone",
        "type": "static"
      },
      {
        "source": "npm:jest-worker",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:jest-worker",
        "target": "npm:merge-stream",
        "type": "static"
      },
      {
        "source": "npm:jest-worker",
        "target": "npm:supports-color@8.1.1",
        "type": "static"
      }
    ],
    "npm:joi": [
      {
        "source": "npm:joi",
        "target": "npm:@hapi/address",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@hapi/formula",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@hapi/hoek",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@hapi/pinpoint",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@hapi/tlds",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@hapi/topo",
        "type": "static"
      },
      {
        "source": "npm:joi",
        "target": "npm:@standard-schema/spec",
        "type": "static"
      }
    ],
    "npm:js-yaml": [
      {
        "source": "npm:js-yaml",
        "target": "npm:argparse",
        "type": "static"
      }
    ],
    "npm:jsonfile": [
      {
        "source": "npm:jsonfile",
        "target": "npm:universalify",
        "type": "static"
      },
      {
        "source": "npm:jsonfile",
        "target": "npm:graceful-fs",
        "type": "static"
      }
    ],
    "npm:JSONStream": [
      {
        "source": "npm:JSONStream",
        "target": "npm:jsonparse",
        "type": "static"
      },
      {
        "source": "npm:JSONStream",
        "target": "npm:through",
        "type": "static"
      }
    ],
    "npm:jsprim": [
      {
        "source": "npm:jsprim",
        "target": "npm:assert-plus",
        "type": "static"
      },
      {
        "source": "npm:jsprim",
        "target": "npm:extsprintf",
        "type": "static"
      },
      {
        "source": "npm:jsprim",
        "target": "npm:json-schema",
        "type": "static"
      },
      {
        "source": "npm:jsprim",
        "target": "npm:verror",
        "type": "static"
      }
    ],
    "npm:jsx-ast-utils": [
      {
        "source": "npm:jsx-ast-utils",
        "target": "npm:array-includes",
        "type": "static"
      },
      {
        "source": "npm:jsx-ast-utils",
        "target": "npm:array.prototype.flat",
        "type": "static"
      },
      {
        "source": "npm:jsx-ast-utils",
        "target": "npm:object.assign",
        "type": "static"
      },
      {
        "source": "npm:jsx-ast-utils",
        "target": "npm:object.values",
        "type": "static"
      }
    ],
    "npm:keyv": [
      {
        "source": "npm:keyv",
        "target": "npm:json-buffer",
        "type": "static"
      }
    ],
    "npm:latest-version": [
      {
        "source": "npm:latest-version",
        "target": "npm:package-json",
        "type": "static"
      }
    ],
    "npm:lerna": [
      {
        "source": "npm:lerna",
        "target": "npm:@npmcli/arborist",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:@npmcli/run-script",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:@nx/devkit",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:@octokit/plugin-enterprise-rest",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:@octokit/rest",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:aproba",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:byte-size",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:chalk@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:cmd-shim",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:color-support",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:columnify",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:console-control-strings",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:conventional-changelog-angular",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:conventional-changelog-core",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:conventional-recommended-bump",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:cosmiconfig",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:dedent",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:envinfo",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:execa@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:fs-extra@11.3.0",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:get-stream@6.0.0",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:git-url-parse",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:glob-parent",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:has-unicode",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:import-local@3.1.0",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:ini@1.3.8",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:init-package-json",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:inquirer@12.9.6",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:is-ci",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:jest-diff",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:js-yaml",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:libnpmaccess",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:libnpmpublish",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:load-json-file",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:make-fetch-happen",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:minimatch@3.1.4",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:npm-packlist",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:nx",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-map",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-map-series",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-pipe",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-queue",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-reduce",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:p-waterfall",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:pacote",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:read-cmd-shim",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:semver@7.7.2",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:signal-exit",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:slash",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:ssri",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:tar",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:through",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:tinyglobby@0.2.12",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:typescript@5.9.3",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:upath",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:validate-npm-package-name@6.0.2",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:wide-align",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:write-file-atomic",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:yargs",
        "type": "static"
      },
      {
        "source": "npm:lerna",
        "target": "npm:yargs-parser",
        "type": "static"
      }
    ],
    "npm:chalk@4.1.0": [
      {
        "source": "npm:chalk@4.1.0",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:chalk@4.1.0",
        "target": "npm:supports-color",
        "type": "static"
      }
    ],
    "npm:execa@5.0.0": [
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:cross-spawn",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:get-stream@6.0.0",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:human-signals@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:merge-stream",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:npm-run-path",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:onetime",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:signal-exit",
        "type": "static"
      },
      {
        "source": "npm:execa@5.0.0",
        "target": "npm:strip-final-newline",
        "type": "static"
      }
    ],
    "npm:fdir@6.4.6": [
      {
        "source": "npm:fdir@6.4.6",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:fs-extra@11.3.0": [
      {
        "source": "npm:fs-extra@11.3.0",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:fs-extra@11.3.0",
        "target": "npm:jsonfile",
        "type": "static"
      },
      {
        "source": "npm:fs-extra@11.3.0",
        "target": "npm:universalify",
        "type": "static"
      }
    ],
    "npm:import-local@3.1.0": [
      {
        "source": "npm:import-local@3.1.0",
        "target": "npm:pkg-dir",
        "type": "static"
      },
      {
        "source": "npm:import-local@3.1.0",
        "target": "npm:resolve-cwd",
        "type": "static"
      }
    ],
    "npm:inquirer@12.9.6": [
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:@inquirer/ansi",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:@inquirer/core",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:@inquirer/prompts",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:@inquirer/type",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:mute-stream@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:run-async@4.0.6",
        "type": "static"
      },
      {
        "source": "npm:inquirer@12.9.6",
        "target": "npm:rxjs",
        "type": "static"
      }
    ],
    "npm:minimatch@3.1.4": [
      {
        "source": "npm:minimatch@3.1.4",
        "target": "npm:brace-expansion",
        "type": "static"
      }
    ],
    "npm:tinyglobby@0.2.12": [
      {
        "source": "npm:tinyglobby@0.2.12",
        "target": "npm:fdir@6.4.6",
        "type": "static"
      },
      {
        "source": "npm:tinyglobby@0.2.12",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:levn": [
      {
        "source": "npm:levn",
        "target": "npm:prelude-ls",
        "type": "static"
      },
      {
        "source": "npm:levn",
        "target": "npm:type-check",
        "type": "static"
      }
    ],
    "npm:libnpmaccess": [
      {
        "source": "npm:libnpmaccess",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:libnpmaccess",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      }
    ],
    "npm:libnpmpublish": [
      {
        "source": "npm:libnpmpublish",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:ci-info",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:sigstore",
        "type": "static"
      },
      {
        "source": "npm:libnpmpublish",
        "target": "npm:ssri",
        "type": "static"
      }
    ],
    "npm:listr": [
      {
        "source": "npm:listr",
        "target": "npm:@samverschueren/stream-to-observable",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:is-observable",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:is-promise",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:is-stream@1.1.0",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:listr-silent-renderer",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:listr-update-renderer",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:listr-verbose-renderer",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:p-map@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:listr",
        "target": "npm:rxjs@6.6.7",
        "type": "static"
      }
    ],
    "npm:listr-input": [
      {
        "source": "npm:listr-input",
        "target": "npm:inquirer@7.3.3",
        "type": "static"
      },
      {
        "source": "npm:listr-input",
        "target": "npm:inquirer-autosubmit-prompt",
        "type": "static"
      },
      {
        "source": "npm:listr-input",
        "target": "npm:rxjs@6.6.7",
        "type": "static"
      },
      {
        "source": "npm:listr-input",
        "target": "npm:through",
        "type": "static"
      }
    ],
    "npm:inquirer@7.3.3": [
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:ansi-escapes",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:cli-cursor",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:cli-width",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:external-editor",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:figures",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:lodash",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:mute-stream",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:run-async",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:rxjs@6.6.7",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:strip-ansi",
        "type": "static"
      },
      {
        "source": "npm:inquirer@7.3.3",
        "target": "npm:through",
        "type": "static"
      }
    ],
    "npm:listr-update-renderer": [
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:listr",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:chalk@1.1.3",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:cli-truncate@0.2.1",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:elegant-spinner",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:figures@1.7.0",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:indent-string",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:log-symbols@1.0.2",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:log-update@2.3.0",
        "type": "static"
      },
      {
        "source": "npm:listr-update-renderer",
        "target": "npm:strip-ansi@3.0.1",
        "type": "static"
      }
    ],
    "npm:chalk@1.1.3": [
      {
        "source": "npm:chalk@1.1.3",
        "target": "npm:ansi-styles@2.2.1",
        "type": "static"
      },
      {
        "source": "npm:chalk@1.1.3",
        "target": "npm:escape-string-regexp@1.0.5",
        "type": "static"
      },
      {
        "source": "npm:chalk@1.1.3",
        "target": "npm:has-ansi",
        "type": "static"
      },
      {
        "source": "npm:chalk@1.1.3",
        "target": "npm:strip-ansi@3.0.1",
        "type": "static"
      },
      {
        "source": "npm:chalk@1.1.3",
        "target": "npm:supports-color@2.0.0",
        "type": "static"
      }
    ],
    "npm:cli-truncate@0.2.1": [
      {
        "source": "npm:cli-truncate@0.2.1",
        "target": "npm:slice-ansi@0.0.4",
        "type": "static"
      },
      {
        "source": "npm:cli-truncate@0.2.1",
        "target": "npm:string-width@1.0.2",
        "type": "static"
      }
    ],
    "npm:figures@1.7.0": [
      {
        "source": "npm:figures@1.7.0",
        "target": "npm:escape-string-regexp@1.0.5",
        "type": "static"
      },
      {
        "source": "npm:figures@1.7.0",
        "target": "npm:object-assign",
        "type": "static"
      }
    ],
    "npm:is-fullwidth-code-point@1.0.0": [
      {
        "source": "npm:is-fullwidth-code-point@1.0.0",
        "target": "npm:number-is-nan",
        "type": "static"
      }
    ],
    "npm:log-symbols@1.0.2": [
      {
        "source": "npm:log-symbols@1.0.2",
        "target": "npm:chalk@1.1.3",
        "type": "static"
      }
    ],
    "npm:log-update@2.3.0": [
      {
        "source": "npm:log-update@2.3.0",
        "target": "npm:ansi-escapes@3.2.0",
        "type": "static"
      },
      {
        "source": "npm:log-update@2.3.0",
        "target": "npm:cli-cursor@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:log-update@2.3.0",
        "target": "npm:wrap-ansi@3.0.1",
        "type": "static"
      }
    ],
    "npm:string-width@1.0.2": [
      {
        "source": "npm:string-width@1.0.2",
        "target": "npm:code-point-at",
        "type": "static"
      },
      {
        "source": "npm:string-width@1.0.2",
        "target": "npm:is-fullwidth-code-point@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:string-width@1.0.2",
        "target": "npm:strip-ansi@3.0.1",
        "type": "static"
      }
    ],
    "npm:strip-ansi@3.0.1": [
      {
        "source": "npm:strip-ansi@3.0.1",
        "target": "npm:ansi-regex@2.1.1",
        "type": "static"
      }
    ],
    "npm:wrap-ansi@3.0.1": [
      {
        "source": "npm:wrap-ansi@3.0.1",
        "target": "npm:string-width@2.1.1",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi@3.0.1",
        "target": "npm:strip-ansi@4.0.0",
        "type": "static"
      }
    ],
    "npm:listr-verbose-renderer": [
      {
        "source": "npm:listr-verbose-renderer",
        "target": "npm:chalk@2.4.2",
        "type": "static"
      },
      {
        "source": "npm:listr-verbose-renderer",
        "target": "npm:cli-cursor@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:listr-verbose-renderer",
        "target": "npm:date-fns",
        "type": "static"
      },
      {
        "source": "npm:listr-verbose-renderer",
        "target": "npm:figures@2.0.0",
        "type": "static"
      }
    ],
    "npm:listr2": [
      {
        "source": "npm:listr2",
        "target": "npm:enquirer",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:cli-truncate",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:colorette",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:log-update",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:p-map",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:rfdc",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:rxjs",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:through",
        "type": "static"
      },
      {
        "source": "npm:listr2",
        "target": "npm:wrap-ansi@7.0.0",
        "type": "static"
      }
    ],
    "npm:load-json-file": [
      {
        "source": "npm:load-json-file",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:load-json-file",
        "target": "npm:parse-json",
        "type": "static"
      },
      {
        "source": "npm:load-json-file",
        "target": "npm:strip-bom",
        "type": "static"
      },
      {
        "source": "npm:load-json-file",
        "target": "npm:type-fest@0.6.0",
        "type": "static"
      }
    ],
    "npm:locate-path": [
      {
        "source": "npm:locate-path",
        "target": "npm:p-locate",
        "type": "static"
      }
    ],
    "npm:log-symbols": [
      {
        "source": "npm:log-symbols",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:log-symbols",
        "target": "npm:is-unicode-supported",
        "type": "static"
      }
    ],
    "npm:log-update": [
      {
        "source": "npm:log-update",
        "target": "npm:ansi-escapes",
        "type": "static"
      },
      {
        "source": "npm:log-update",
        "target": "npm:cli-cursor",
        "type": "static"
      },
      {
        "source": "npm:log-update",
        "target": "npm:slice-ansi@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:log-update",
        "target": "npm:wrap-ansi",
        "type": "static"
      }
    ],
    "npm:slice-ansi@4.0.0": [
      {
        "source": "npm:slice-ansi@4.0.0",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:slice-ansi@4.0.0",
        "target": "npm:astral-regex",
        "type": "static"
      },
      {
        "source": "npm:slice-ansi@4.0.0",
        "target": "npm:is-fullwidth-code-point",
        "type": "static"
      }
    ],
    "npm:logform": [
      {
        "source": "npm:logform",
        "target": "npm:@colors/colors@1.6.0",
        "type": "static"
      },
      {
        "source": "npm:logform",
        "target": "npm:@types/triple-beam",
        "type": "static"
      },
      {
        "source": "npm:logform",
        "target": "npm:fecha",
        "type": "static"
      },
      {
        "source": "npm:logform",
        "target": "npm:ms",
        "type": "static"
      },
      {
        "source": "npm:logform",
        "target": "npm:safe-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:logform",
        "target": "npm:triple-beam",
        "type": "static"
      }
    ],
    "npm:loose-envify": [
      {
        "source": "npm:loose-envify",
        "target": "npm:js-tokens",
        "type": "static"
      }
    ],
    "npm:lower-case": [
      {
        "source": "npm:lower-case",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:lru-cache": [
      {
        "source": "npm:lru-cache",
        "target": "npm:yallist",
        "type": "static"
      }
    ],
    "npm:macos-version": [
      {
        "source": "npm:macos-version",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:magic-string": [
      {
        "source": "npm:magic-string",
        "target": "npm:sourcemap-codec",
        "type": "static"
      }
    ],
    "npm:make-dir": [
      {
        "source": "npm:make-dir",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:make-fetch-happen": [
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:@npmcli/agent",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:http-cache-semantics",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:minipass-fetch",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:minipass-flush",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:minipass-pipeline",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:negotiator",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:promise-retry",
        "type": "static"
      },
      {
        "source": "npm:make-fetch-happen",
        "target": "npm:ssri",
        "type": "static"
      }
    ],
    "npm:makeerror": [
      {
        "source": "npm:makeerror",
        "target": "npm:tmpl",
        "type": "static"
      }
    ],
    "npm:meow": [
      {
        "source": "npm:meow",
        "target": "npm:@types/minimist",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:camelcase-keys",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:decamelize-keys",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:hard-rejection",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:minimist-options",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:normalize-package-data@3.0.3",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:read-pkg-up@7.0.1",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:redent",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:trim-newlines",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:type-fest@0.18.1",
        "type": "static"
      },
      {
        "source": "npm:meow",
        "target": "npm:yargs-parser@20.2.9",
        "type": "static"
      }
    ],
    "npm:read-pkg@5.2.0": [
      {
        "source": "npm:read-pkg@5.2.0",
        "target": "npm:@types/normalize-package-data",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@5.2.0",
        "target": "npm:normalize-package-data@2.5.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@5.2.0",
        "target": "npm:parse-json",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@5.2.0",
        "target": "npm:type-fest@0.6.0",
        "type": "static"
      }
    ],
    "npm:read-pkg-up@7.0.1": [
      {
        "source": "npm:read-pkg-up@7.0.1",
        "target": "npm:find-up@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg-up@7.0.1",
        "target": "npm:read-pkg@5.2.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg-up@7.0.1",
        "target": "npm:type-fest@0.8.1",
        "type": "static"
      }
    ],
    "npm:normalize-package-data@2.5.0": [
      {
        "source": "npm:normalize-package-data@2.5.0",
        "target": "npm:hosted-git-info@2.8.9",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@2.5.0",
        "target": "npm:resolve",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@2.5.0",
        "target": "npm:semver@5.7.2",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data@2.5.0",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      }
    ],
    "npm:micromatch": [
      {
        "source": "npm:micromatch",
        "target": "npm:braces",
        "type": "static"
      },
      {
        "source": "npm:micromatch",
        "target": "npm:picomatch",
        "type": "static"
      }
    ],
    "npm:mime-types": [
      {
        "source": "npm:mime-types",
        "target": "npm:mime-db",
        "type": "static"
      }
    ],
    "npm:minimatch": [
      {
        "source": "npm:minimatch",
        "target": "npm:brace-expansion",
        "type": "static"
      }
    ],
    "npm:minimist-options": [
      {
        "source": "npm:minimist-options",
        "target": "npm:arrify",
        "type": "static"
      },
      {
        "source": "npm:minimist-options",
        "target": "npm:is-plain-obj",
        "type": "static"
      },
      {
        "source": "npm:minimist-options",
        "target": "npm:kind-of",
        "type": "static"
      }
    ],
    "npm:minipass-collect": [
      {
        "source": "npm:minipass-collect",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:minipass-fetch": [
      {
        "source": "npm:minipass-fetch",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch",
        "target": "npm:minipass-sized",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch",
        "target": "npm:minizlib",
        "type": "static"
      },
      {
        "source": "npm:minipass-fetch",
        "target": "npm:encoding",
        "type": "static"
      }
    ],
    "npm:minipass-flush": [
      {
        "source": "npm:minipass-flush",
        "target": "npm:minipass@3.3.6",
        "type": "static"
      }
    ],
    "npm:minipass@3.3.6": [
      {
        "source": "npm:minipass@3.3.6",
        "target": "npm:yallist@4.0.0",
        "type": "static"
      }
    ],
    "npm:minipass-pipeline": [
      {
        "source": "npm:minipass-pipeline",
        "target": "npm:minipass@3.3.6",
        "type": "static"
      }
    ],
    "npm:minipass-sized": [
      {
        "source": "npm:minipass-sized",
        "target": "npm:minipass@3.3.6",
        "type": "static"
      }
    ],
    "npm:minizlib": [
      {
        "source": "npm:minizlib",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:new-github-release-url": [
      {
        "source": "npm:new-github-release-url",
        "target": "npm:type-fest@2.19.0",
        "type": "static"
      }
    ],
    "npm:next": [
      {
        "source": "npm:next",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:react-dom",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:sass",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/env",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@swc/helpers",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:baseline-browser-mapping",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:caniuse-lite",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:postcss",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:styled-jsx",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-linux-arm64-gnu",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-linux-arm64-musl",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-linux-x64-gnu",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-linux-x64-musl",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-win32-arm64-msvc",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:@next/swc-win32-x64-msvc",
        "type": "static"
      },
      {
        "source": "npm:next",
        "target": "npm:sharp",
        "type": "static"
      }
    ],
    "npm:no-case": [
      {
        "source": "npm:no-case",
        "target": "npm:lower-case",
        "type": "static"
      },
      {
        "source": "npm:no-case",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:node-exports-info": [
      {
        "source": "npm:node-exports-info",
        "target": "npm:array.prototype.flatmap",
        "type": "static"
      },
      {
        "source": "npm:node-exports-info",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:node-exports-info",
        "target": "npm:object.entries",
        "type": "static"
      },
      {
        "source": "npm:node-exports-info",
        "target": "npm:semver",
        "type": "static"
      }
    ],
    "npm:node-gyp": [
      {
        "source": "npm:node-gyp",
        "target": "npm:env-paths",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:exponential-backoff",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:make-fetch-happen",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:nopt@9.0.0",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:tar",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:tinyglobby",
        "type": "static"
      },
      {
        "source": "npm:node-gyp",
        "target": "npm:which@6.0.1",
        "type": "static"
      }
    ],
    "npm:nopt@9.0.0": [
      {
        "source": "npm:nopt@9.0.0",
        "target": "npm:abbrev@4.0.0",
        "type": "static"
      }
    ],
    "npm:nopt": [
      {
        "source": "npm:nopt",
        "target": "npm:abbrev",
        "type": "static"
      }
    ],
    "npm:normalize-package-data": [
      {
        "source": "npm:normalize-package-data",
        "target": "npm:hosted-git-info",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:normalize-package-data",
        "target": "npm:validate-npm-package-license",
        "type": "static"
      }
    ],
    "npm:np": [
      {
        "source": "npm:np",
        "target": "npm:chalk@5.6.2",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:chalk-template",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:clipboardy",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:cosmiconfig",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:del",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:escape-goat",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:escape-string-regexp@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:execa@9.6.1",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:exit-hook",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:github-url-from-git",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:hosted-git-info",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:ignore-walk",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:import-local",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:inquirer@13.3.2",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:is-installed-globally@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:is-interactive",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:is-scoped",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:issue-regex",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:listr",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:listr-input",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:log-symbols@7.0.1",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:meow@14.1.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:new-github-release-url",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:npm-name",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:onetime@7.0.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:open",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:p-memoize",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:package-directory",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:path-exists@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:read-package-up",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:read-pkg@10.1.0",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:rxjs",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:symbol-observable",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:terminal-link",
        "type": "static"
      },
      {
        "source": "npm:np",
        "target": "npm:update-notifier",
        "type": "static"
      }
    ],
    "npm:@inquirer/checkbox@5.1.2": [
      {
        "source": "npm:@inquirer/checkbox@5.1.2",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox@5.1.2",
        "target": "npm:@inquirer/ansi@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox@5.1.2",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox@5.1.2",
        "target": "npm:@inquirer/figures@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/checkbox@5.1.2",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/confirm@6.0.10": [
      {
        "source": "npm:@inquirer/confirm@6.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/confirm@6.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/confirm@6.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/core@11.1.7": [
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:@inquirer/ansi@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:@inquirer/figures@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:cli-width@4.1.0",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:fast-wrap-ansi",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:mute-stream@3.0.0",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/core@11.1.7",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      }
    ],
    "npm:@inquirer/editor@5.0.10": [
      {
        "source": "npm:@inquirer/editor@5.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor@5.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor@5.0.10",
        "target": "npm:@inquirer/external-editor@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/editor@5.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/expand@5.0.10": [
      {
        "source": "npm:@inquirer/expand@5.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/expand@5.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/expand@5.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/external-editor@2.0.4": [
      {
        "source": "npm:@inquirer/external-editor@2.0.4",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/external-editor@2.0.4",
        "target": "npm:chardet@2.1.1",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/external-editor@2.0.4",
        "target": "npm:iconv-lite@0.7.2",
        "type": "static"
      }
    ],
    "npm:@inquirer/input@5.0.10": [
      {
        "source": "npm:@inquirer/input@5.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/input@5.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/input@5.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/number@4.0.10": [
      {
        "source": "npm:@inquirer/number@4.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/number@4.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/number@4.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/password@5.0.10": [
      {
        "source": "npm:@inquirer/password@5.0.10",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password@5.0.10",
        "target": "npm:@inquirer/ansi@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password@5.0.10",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/password@5.0.10",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/prompts@8.3.2": [
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/checkbox@5.1.2",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/confirm@6.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/editor@5.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/expand@5.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/input@5.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/number@4.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/password@5.0.10",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/rawlist@5.2.6",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/search@4.1.6",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/prompts@8.3.2",
        "target": "npm:@inquirer/select@5.1.2",
        "type": "static"
      }
    ],
    "npm:@inquirer/rawlist@5.2.6": [
      {
        "source": "npm:@inquirer/rawlist@5.2.6",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/rawlist@5.2.6",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/rawlist@5.2.6",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/search@4.1.6": [
      {
        "source": "npm:@inquirer/search@4.1.6",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search@4.1.6",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search@4.1.6",
        "target": "npm:@inquirer/figures@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/search@4.1.6",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/select@5.1.2": [
      {
        "source": "npm:@inquirer/select@5.1.2",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select@5.1.2",
        "target": "npm:@inquirer/ansi@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select@5.1.2",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select@5.1.2",
        "target": "npm:@inquirer/figures@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:@inquirer/select@5.1.2",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      }
    ],
    "npm:@inquirer/type@4.0.4": [
      {
        "source": "npm:@inquirer/type@4.0.4",
        "target": "npm:@types/node",
        "type": "static"
      }
    ],
    "npm:inquirer@13.3.2": [
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:@inquirer/ansi@2.0.4",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:@inquirer/core@11.1.7",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:@inquirer/prompts@8.3.2",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:@inquirer/type@4.0.4",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:mute-stream@3.0.0",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:run-async@4.0.6",
        "type": "static"
      },
      {
        "source": "npm:inquirer@13.3.2",
        "target": "npm:rxjs",
        "type": "static"
      }
    ],
    "npm:is-installed-globally@1.0.0": [
      {
        "source": "npm:is-installed-globally@1.0.0",
        "target": "npm:global-directory",
        "type": "static"
      },
      {
        "source": "npm:is-installed-globally@1.0.0",
        "target": "npm:is-path-inside@4.0.0",
        "type": "static"
      }
    ],
    "npm:log-symbols@7.0.1": [
      {
        "source": "npm:log-symbols@7.0.1",
        "target": "npm:is-unicode-supported@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:log-symbols@7.0.1",
        "target": "npm:yoctocolors",
        "type": "static"
      }
    ],
    "npm:onetime@7.0.0": [
      {
        "source": "npm:onetime@7.0.0",
        "target": "npm:mimic-function",
        "type": "static"
      }
    ],
    "npm:parse-json@8.3.0": [
      {
        "source": "npm:parse-json@8.3.0",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:parse-json@8.3.0",
        "target": "npm:index-to-position",
        "type": "static"
      },
      {
        "source": "npm:parse-json@8.3.0",
        "target": "npm:type-fest@4.41.0",
        "type": "static"
      }
    ],
    "npm:read-pkg@10.1.0": [
      {
        "source": "npm:read-pkg@10.1.0",
        "target": "npm:@types/normalize-package-data",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@10.1.0",
        "target": "npm:normalize-package-data",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@10.1.0",
        "target": "npm:parse-json@8.3.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@10.1.0",
        "target": "npm:type-fest@5.5.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg@10.1.0",
        "target": "npm:unicorn-magic@0.4.0",
        "type": "static"
      }
    ],
    "npm:type-fest@5.5.0": [
      {
        "source": "npm:type-fest@5.5.0",
        "target": "npm:tagged-tag",
        "type": "static"
      }
    ],
    "npm:npm-bundled": [
      {
        "source": "npm:npm-bundled",
        "target": "npm:npm-normalize-package-bin",
        "type": "static"
      }
    ],
    "npm:npm-install-checks": [
      {
        "source": "npm:npm-install-checks",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:npm-name": [
      {
        "source": "npm:npm-name",
        "target": "npm:is-scoped",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:is-url-superb",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:ky",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:lodash.zip",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:org-regex",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:p-map@7.0.3",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:registry-auth-token",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:registry-url",
        "type": "static"
      },
      {
        "source": "npm:npm-name",
        "target": "npm:validate-npm-package-name",
        "type": "static"
      }
    ],
    "npm:npm-package-arg": [
      {
        "source": "npm:npm-package-arg",
        "target": "npm:hosted-git-info",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg",
        "target": "npm:semver@7.7.3",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg",
        "target": "npm:validate-npm-package-name@6.0.2",
        "type": "static"
      }
    ],
    "npm:npm-packlist": [
      {
        "source": "npm:npm-packlist",
        "target": "npm:ignore-walk",
        "type": "static"
      },
      {
        "source": "npm:npm-packlist",
        "target": "npm:proc-log@6.1.0",
        "type": "static"
      }
    ],
    "npm:npm-pick-manifest": [
      {
        "source": "npm:npm-pick-manifest",
        "target": "npm:npm-install-checks@8.0.0",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest",
        "target": "npm:npm-normalize-package-bin@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:npm-install-checks@8.0.0": [
      {
        "source": "npm:npm-install-checks@8.0.0",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:npm-registry-fetch": [
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:@npmcli/redact",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:jsonparse",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:make-fetch-happen",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:minipass-fetch",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:minizlib",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:npm-registry-fetch",
        "target": "npm:proc-log",
        "type": "static"
      }
    ],
    "npm:npm-run-path": [
      {
        "source": "npm:npm-run-path",
        "target": "npm:path-key",
        "type": "static"
      }
    ],
    "npm:nth-check": [
      {
        "source": "npm:nth-check",
        "target": "npm:boolbase",
        "type": "static"
      }
    ],
    "npm:nx": [
      {
        "source": "npm:nx",
        "target": "npm:@napi-rs/wasm-runtime@0.2.4",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@yarnpkg/lockfile",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@yarnpkg/parsers",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@zkochan/js-yaml",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:axios",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:cli-cursor",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:cli-spinners",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:cliui",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:dotenv",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:dotenv-expand",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:ejs@5.0.1",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:enquirer@2.3.6",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:figures",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:flat",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:front-matter",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:ignore@7.0.5",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:jest-diff",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:jsonc-parser",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:lines-and-columns",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:minimatch@10.2.4",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:npm-run-path",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:open@8.4.2",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:ora",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:picocolors",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:resolve.exports",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:semver@7.7.3",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:smol-toml",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:tar-stream",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:tmp",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:tree-kill",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:tsconfig-paths@4.2.0",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:tslib",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:yaml",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:yargs",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:yargs-parser",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-freebsd-x64",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-linux-arm-gnueabihf",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-linux-arm64-gnu",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-linux-arm64-musl",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-linux-x64-gnu",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-linux-x64-musl",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-win32-arm64-msvc",
        "type": "static"
      },
      {
        "source": "npm:nx",
        "target": "npm:@nx/nx-win32-x64-msvc",
        "type": "static"
      }
    ],
    "npm:@napi-rs/wasm-runtime@0.2.4": [
      {
        "source": "npm:@napi-rs/wasm-runtime@0.2.4",
        "target": "npm:@emnapi/core",
        "type": "static"
      },
      {
        "source": "npm:@napi-rs/wasm-runtime@0.2.4",
        "target": "npm:@emnapi/runtime",
        "type": "static"
      },
      {
        "source": "npm:@napi-rs/wasm-runtime@0.2.4",
        "target": "npm:@tybys/wasm-util",
        "type": "static"
      }
    ],
    "npm:is-wsl@2.2.0": [
      {
        "source": "npm:is-wsl@2.2.0",
        "target": "npm:is-docker@2.2.1",
        "type": "static"
      }
    ],
    "npm:open@8.4.2": [
      {
        "source": "npm:open@8.4.2",
        "target": "npm:define-lazy-prop@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:open@8.4.2",
        "target": "npm:is-docker@2.2.1",
        "type": "static"
      },
      {
        "source": "npm:open@8.4.2",
        "target": "npm:is-wsl@2.2.0",
        "type": "static"
      }
    ],
    "npm:tsconfig-paths@4.2.0": [
      {
        "source": "npm:tsconfig-paths@4.2.0",
        "target": "npm:json5",
        "type": "static"
      },
      {
        "source": "npm:tsconfig-paths@4.2.0",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:tsconfig-paths@4.2.0",
        "target": "npm:strip-bom@3.0.0",
        "type": "static"
      }
    ],
    "npm:object.assign": [
      {
        "source": "npm:object.assign",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:object.assign",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:object.assign",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:object.assign",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:object.assign",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:object.assign",
        "target": "npm:object-keys",
        "type": "static"
      }
    ],
    "npm:object.entries": [
      {
        "source": "npm:object.entries",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:object.entries",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:object.entries",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:object.entries",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:object.fromentries": [
      {
        "source": "npm:object.fromentries",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:object.fromentries",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:object.fromentries",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:object.fromentries",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:object.groupby": [
      {
        "source": "npm:object.groupby",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:object.groupby",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:object.groupby",
        "target": "npm:es-abstract",
        "type": "static"
      }
    ],
    "npm:object.values": [
      {
        "source": "npm:object.values",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:object.values",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:object.values",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:object.values",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:once": [
      {
        "source": "npm:once",
        "target": "npm:wrappy",
        "type": "static"
      }
    ],
    "npm:one-time": [
      {
        "source": "npm:one-time",
        "target": "npm:fn.name",
        "type": "static"
      }
    ],
    "npm:onetime": [
      {
        "source": "npm:onetime",
        "target": "npm:mimic-fn",
        "type": "static"
      }
    ],
    "npm:open": [
      {
        "source": "npm:open",
        "target": "npm:default-browser",
        "type": "static"
      },
      {
        "source": "npm:open",
        "target": "npm:define-lazy-prop",
        "type": "static"
      },
      {
        "source": "npm:open",
        "target": "npm:is-in-ssh",
        "type": "static"
      },
      {
        "source": "npm:open",
        "target": "npm:is-inside-container",
        "type": "static"
      },
      {
        "source": "npm:open",
        "target": "npm:powershell-utils@0.1.0",
        "type": "static"
      },
      {
        "source": "npm:open",
        "target": "npm:wsl-utils",
        "type": "static"
      }
    ],
    "npm:open-cli": [
      {
        "source": "npm:open-cli",
        "target": "npm:file-type",
        "type": "static"
      },
      {
        "source": "npm:open-cli",
        "target": "npm:meow@14.1.0",
        "type": "static"
      },
      {
        "source": "npm:open-cli",
        "target": "npm:open",
        "type": "static"
      },
      {
        "source": "npm:open-cli",
        "target": "npm:tempy",
        "type": "static"
      }
    ],
    "npm:optionator": [
      {
        "source": "npm:optionator",
        "target": "npm:deep-is",
        "type": "static"
      },
      {
        "source": "npm:optionator",
        "target": "npm:fast-levenshtein",
        "type": "static"
      },
      {
        "source": "npm:optionator",
        "target": "npm:levn",
        "type": "static"
      },
      {
        "source": "npm:optionator",
        "target": "npm:prelude-ls",
        "type": "static"
      },
      {
        "source": "npm:optionator",
        "target": "npm:type-check",
        "type": "static"
      },
      {
        "source": "npm:optionator",
        "target": "npm:word-wrap",
        "type": "static"
      }
    ],
    "npm:ora": [
      {
        "source": "npm:ora",
        "target": "npm:bl",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:chalk",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:cli-cursor",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:cli-spinners",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:is-interactive@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:log-symbols",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:strip-ansi",
        "type": "static"
      },
      {
        "source": "npm:ora",
        "target": "npm:wcwidth",
        "type": "static"
      }
    ],
    "npm:own-keys": [
      {
        "source": "npm:own-keys",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:own-keys",
        "target": "npm:object-keys",
        "type": "static"
      },
      {
        "source": "npm:own-keys",
        "target": "npm:safe-push-apply",
        "type": "static"
      }
    ],
    "npm:oxfmt": [
      {
        "source": "npm:oxfmt",
        "target": "npm:tinypool",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-android-arm-eabi",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-android-arm64",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-freebsd-x64",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-arm-gnueabihf",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-arm-musleabihf",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-arm64-gnu",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-arm64-musl",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-ppc64-gnu",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-riscv64-gnu",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-riscv64-musl",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-s390x-gnu",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-x64-gnu",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-linux-x64-musl",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-openharmony-arm64",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-win32-arm64-msvc",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-win32-ia32-msvc",
        "type": "static"
      },
      {
        "source": "npm:oxfmt",
        "target": "npm:@oxfmt/binding-win32-x64-msvc",
        "type": "static"
      }
    ],
    "npm:p-limit": [
      {
        "source": "npm:p-limit",
        "target": "npm:yocto-queue",
        "type": "static"
      }
    ],
    "npm:p-locate": [
      {
        "source": "npm:p-locate",
        "target": "npm:p-limit",
        "type": "static"
      }
    ],
    "npm:p-map": [
      {
        "source": "npm:p-map",
        "target": "npm:aggregate-error",
        "type": "static"
      }
    ],
    "npm:p-memoize": [
      {
        "source": "npm:p-memoize",
        "target": "npm:mimic-function",
        "type": "static"
      },
      {
        "source": "npm:p-memoize",
        "target": "npm:type-fest@4.41.0",
        "type": "static"
      }
    ],
    "npm:p-queue": [
      {
        "source": "npm:p-queue",
        "target": "npm:eventemitter3",
        "type": "static"
      },
      {
        "source": "npm:p-queue",
        "target": "npm:p-timeout@3.2.0",
        "type": "static"
      }
    ],
    "npm:p-timeout@3.2.0": [
      {
        "source": "npm:p-timeout@3.2.0",
        "target": "npm:p-finally",
        "type": "static"
      }
    ],
    "npm:p-waterfall": [
      {
        "source": "npm:p-waterfall",
        "target": "npm:p-reduce",
        "type": "static"
      }
    ],
    "npm:package-directory": [
      {
        "source": "npm:package-directory",
        "target": "npm:find-up-simple",
        "type": "static"
      }
    ],
    "npm:package-json": [
      {
        "source": "npm:package-json",
        "target": "npm:ky",
        "type": "static"
      },
      {
        "source": "npm:package-json",
        "target": "npm:registry-auth-token",
        "type": "static"
      },
      {
        "source": "npm:package-json",
        "target": "npm:registry-url",
        "type": "static"
      },
      {
        "source": "npm:package-json",
        "target": "npm:semver@7.7.1",
        "type": "static"
      }
    ],
    "npm:pacote": [
      {
        "source": "npm:pacote",
        "target": "npm:@npmcli/git@6.0.3",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:@npmcli/installed-package-contents",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:@npmcli/package-json",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:@npmcli/promise-spawn@8.0.3",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:@npmcli/run-script",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:cacache",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:fs-minipass",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:npm-package-arg",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:npm-packlist",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:npm-pick-manifest@10.0.0",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:npm-registry-fetch",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:promise-retry",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:sigstore",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:ssri",
        "type": "static"
      },
      {
        "source": "npm:pacote",
        "target": "npm:tar",
        "type": "static"
      }
    ],
    "npm:@npmcli/git@6.0.3": [
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:@npmcli/promise-spawn@8.0.3",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:ini@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:lru-cache@10.4.3",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:npm-pick-manifest@10.0.0",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:promise-retry",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:@npmcli/git@6.0.3",
        "target": "npm:which@5.0.0",
        "type": "static"
      }
    ],
    "npm:@npmcli/promise-spawn@8.0.3": [
      {
        "source": "npm:@npmcli/promise-spawn@8.0.3",
        "target": "npm:which@5.0.0",
        "type": "static"
      }
    ],
    "npm:hosted-git-info@8.1.0": [
      {
        "source": "npm:hosted-git-info@8.1.0",
        "target": "npm:lru-cache@10.4.3",
        "type": "static"
      }
    ],
    "npm:npm-pick-manifest@10.0.0": [
      {
        "source": "npm:npm-pick-manifest@10.0.0",
        "target": "npm:npm-install-checks",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest@10.0.0",
        "target": "npm:npm-normalize-package-bin",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest@10.0.0",
        "target": "npm:npm-package-arg@12.0.2",
        "type": "static"
      },
      {
        "source": "npm:npm-pick-manifest@10.0.0",
        "target": "npm:semver@7.7.4",
        "type": "static"
      }
    ],
    "npm:npm-package-arg@12.0.2": [
      {
        "source": "npm:npm-package-arg@12.0.2",
        "target": "npm:hosted-git-info@8.1.0",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg@12.0.2",
        "target": "npm:proc-log",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg@12.0.2",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:npm-package-arg@12.0.2",
        "target": "npm:validate-npm-package-name@6.0.2",
        "type": "static"
      }
    ],
    "npm:which@5.0.0": [
      {
        "source": "npm:which@5.0.0",
        "target": "npm:isexe@3.1.5",
        "type": "static"
      }
    ],
    "npm:parent-module": [
      {
        "source": "npm:parent-module",
        "target": "npm:callsites",
        "type": "static"
      }
    ],
    "npm:parse-conflict-json": [
      {
        "source": "npm:parse-conflict-json",
        "target": "npm:json-parse-even-better-errors@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:parse-conflict-json",
        "target": "npm:just-diff",
        "type": "static"
      },
      {
        "source": "npm:parse-conflict-json",
        "target": "npm:just-diff-apply",
        "type": "static"
      }
    ],
    "npm:parse-json": [
      {
        "source": "npm:parse-json",
        "target": "npm:@babel/code-frame",
        "type": "static"
      },
      {
        "source": "npm:parse-json",
        "target": "npm:error-ex",
        "type": "static"
      },
      {
        "source": "npm:parse-json",
        "target": "npm:json-parse-even-better-errors@2.3.1",
        "type": "static"
      },
      {
        "source": "npm:parse-json",
        "target": "npm:lines-and-columns@1.2.4",
        "type": "static"
      }
    ],
    "npm:parse-path": [
      {
        "source": "npm:parse-path",
        "target": "npm:protocols",
        "type": "static"
      }
    ],
    "npm:parse-url": [
      {
        "source": "npm:parse-url",
        "target": "npm:parse-path",
        "type": "static"
      }
    ],
    "npm:parse5": [
      {
        "source": "npm:parse5",
        "target": "npm:entities@6.0.1",
        "type": "static"
      }
    ],
    "npm:parse5-htmlparser2-tree-adapter": [
      {
        "source": "npm:parse5-htmlparser2-tree-adapter",
        "target": "npm:domhandler",
        "type": "static"
      },
      {
        "source": "npm:parse5-htmlparser2-tree-adapter",
        "target": "npm:parse5",
        "type": "static"
      }
    ],
    "npm:parse5-parser-stream": [
      {
        "source": "npm:parse5-parser-stream",
        "target": "npm:parse5",
        "type": "static"
      }
    ],
    "npm:path-scurry": [
      {
        "source": "npm:path-scurry",
        "target": "npm:lru-cache@10.4.3",
        "type": "static"
      },
      {
        "source": "npm:path-scurry",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:pkg-dir": [
      {
        "source": "npm:pkg-dir",
        "target": "npm:find-up@4.1.0",
        "type": "static"
      }
    ],
    "npm:postcss": [
      {
        "source": "npm:postcss",
        "target": "npm:nanoid",
        "type": "static"
      },
      {
        "source": "npm:postcss",
        "target": "npm:picocolors",
        "type": "static"
      },
      {
        "source": "npm:postcss",
        "target": "npm:source-map-js",
        "type": "static"
      }
    ],
    "npm:postcss-selector-parser": [
      {
        "source": "npm:postcss-selector-parser",
        "target": "npm:cssesc",
        "type": "static"
      },
      {
        "source": "npm:postcss-selector-parser",
        "target": "npm:util-deprecate",
        "type": "static"
      }
    ],
    "npm:pretty-format": [
      {
        "source": "npm:pretty-format",
        "target": "npm:ansi-regex",
        "type": "static"
      },
      {
        "source": "npm:pretty-format",
        "target": "npm:ansi-styles@5.2.0",
        "type": "static"
      },
      {
        "source": "npm:pretty-format",
        "target": "npm:react-is",
        "type": "static"
      }
    ],
    "npm:pretty-ms": [
      {
        "source": "npm:pretty-ms",
        "target": "npm:parse-ms",
        "type": "static"
      }
    ],
    "npm:promise-retry": [
      {
        "source": "npm:promise-retry",
        "target": "npm:err-code",
        "type": "static"
      },
      {
        "source": "npm:promise-retry",
        "target": "npm:retry",
        "type": "static"
      }
    ],
    "npm:promzard": [
      {
        "source": "npm:promzard",
        "target": "npm:read",
        "type": "static"
      }
    ],
    "npm:prop-types": [
      {
        "source": "npm:prop-types",
        "target": "npm:loose-envify",
        "type": "static"
      },
      {
        "source": "npm:prop-types",
        "target": "npm:object-assign",
        "type": "static"
      },
      {
        "source": "npm:prop-types",
        "target": "npm:react-is@16.13.1",
        "type": "static"
      }
    ],
    "npm:pump": [
      {
        "source": "npm:pump",
        "target": "npm:end-of-stream",
        "type": "static"
      },
      {
        "source": "npm:pump",
        "target": "npm:once",
        "type": "static"
      }
    ],
    "npm:pupa": [
      {
        "source": "npm:pupa",
        "target": "npm:escape-goat",
        "type": "static"
      }
    ],
    "npm:qs": [
      {
        "source": "npm:qs",
        "target": "npm:side-channel",
        "type": "static"
      }
    ],
    "npm:randombytes": [
      {
        "source": "npm:randombytes",
        "target": "npm:safe-buffer",
        "type": "static"
      }
    ],
    "npm:rc": [
      {
        "source": "npm:rc",
        "target": "npm:deep-extend",
        "type": "static"
      },
      {
        "source": "npm:rc",
        "target": "npm:ini@1.3.8",
        "type": "static"
      },
      {
        "source": "npm:rc",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:rc",
        "target": "npm:strip-json-comments@2.0.1",
        "type": "static"
      }
    ],
    "npm:react-cool-onclickoutside": [
      {
        "source": "npm:react-cool-onclickoutside",
        "target": "npm:react",
        "type": "static"
      }
    ],
    "npm:react-dom": [
      {
        "source": "npm:react-dom",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:react-dom",
        "target": "npm:scheduler",
        "type": "static"
      }
    ],
    "npm:react-highlight-words": [
      {
        "source": "npm:react-highlight-words",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:react-highlight-words",
        "target": "npm:highlight-words-core",
        "type": "static"
      },
      {
        "source": "npm:react-highlight-words",
        "target": "npm:memoize-one",
        "type": "static"
      }
    ],
    "npm:react-modal": [
      {
        "source": "npm:react-modal",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:react-modal",
        "target": "npm:react-dom",
        "type": "static"
      },
      {
        "source": "npm:react-modal",
        "target": "npm:exenv",
        "type": "static"
      },
      {
        "source": "npm:react-modal",
        "target": "npm:prop-types",
        "type": "static"
      },
      {
        "source": "npm:react-modal",
        "target": "npm:react-lifecycles-compat",
        "type": "static"
      },
      {
        "source": "npm:react-modal",
        "target": "npm:warning",
        "type": "static"
      }
    ],
    "npm:react-redux": [
      {
        "source": "npm:react-redux",
        "target": "npm:@types/react",
        "type": "static"
      },
      {
        "source": "npm:react-redux",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:react-redux",
        "target": "npm:redux",
        "type": "static"
      },
      {
        "source": "npm:react-redux",
        "target": "npm:@types/use-sync-external-store",
        "type": "static"
      },
      {
        "source": "npm:react-redux",
        "target": "npm:use-sync-external-store",
        "type": "static"
      }
    ],
    "npm:react-window": [
      {
        "source": "npm:react-window",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:react-window",
        "target": "npm:react-dom",
        "type": "static"
      }
    ],
    "npm:read": [
      {
        "source": "npm:read",
        "target": "npm:mute-stream@2.0.0",
        "type": "static"
      }
    ],
    "npm:read-package-up": [
      {
        "source": "npm:read-package-up",
        "target": "npm:find-up-simple",
        "type": "static"
      },
      {
        "source": "npm:read-package-up",
        "target": "npm:read-pkg@10.1.0",
        "type": "static"
      },
      {
        "source": "npm:read-package-up",
        "target": "npm:type-fest@5.5.0",
        "type": "static"
      }
    ],
    "npm:read-pkg": [
      {
        "source": "npm:read-pkg",
        "target": "npm:load-json-file@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg",
        "target": "npm:normalize-package-data@2.5.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg",
        "target": "npm:path-type@3.0.0",
        "type": "static"
      }
    ],
    "npm:read-pkg-up": [
      {
        "source": "npm:read-pkg-up",
        "target": "npm:find-up@2.1.0",
        "type": "static"
      },
      {
        "source": "npm:read-pkg-up",
        "target": "npm:read-pkg",
        "type": "static"
      }
    ],
    "npm:find-up@2.1.0": [
      {
        "source": "npm:find-up@2.1.0",
        "target": "npm:locate-path@2.0.0",
        "type": "static"
      }
    ],
    "npm:locate-path@2.0.0": [
      {
        "source": "npm:locate-path@2.0.0",
        "target": "npm:p-locate@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:locate-path@2.0.0",
        "target": "npm:path-exists@3.0.0",
        "type": "static"
      }
    ],
    "npm:p-limit@1.3.0": [
      {
        "source": "npm:p-limit@1.3.0",
        "target": "npm:p-try@1.0.0",
        "type": "static"
      }
    ],
    "npm:p-locate@2.0.0": [
      {
        "source": "npm:p-locate@2.0.0",
        "target": "npm:p-limit@1.3.0",
        "type": "static"
      }
    ],
    "npm:load-json-file@4.0.0": [
      {
        "source": "npm:load-json-file@4.0.0",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:load-json-file@4.0.0",
        "target": "npm:parse-json@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:load-json-file@4.0.0",
        "target": "npm:pify@3.0.0",
        "type": "static"
      },
      {
        "source": "npm:load-json-file@4.0.0",
        "target": "npm:strip-bom@3.0.0",
        "type": "static"
      }
    ],
    "npm:parse-json@4.0.0": [
      {
        "source": "npm:parse-json@4.0.0",
        "target": "npm:error-ex",
        "type": "static"
      },
      {
        "source": "npm:parse-json@4.0.0",
        "target": "npm:json-parse-better-errors",
        "type": "static"
      }
    ],
    "npm:path-type@3.0.0": [
      {
        "source": "npm:path-type@3.0.0",
        "target": "npm:pify@3.0.0",
        "type": "static"
      }
    ],
    "npm:readable-stream": [
      {
        "source": "npm:readable-stream",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:readable-stream",
        "target": "npm:string_decoder",
        "type": "static"
      },
      {
        "source": "npm:readable-stream",
        "target": "npm:util-deprecate",
        "type": "static"
      }
    ],
    "npm:redent": [
      {
        "source": "npm:redent",
        "target": "npm:indent-string@4.0.0",
        "type": "static"
      },
      {
        "source": "npm:redent",
        "target": "npm:strip-indent",
        "type": "static"
      }
    ],
    "npm:redux-saga": [
      {
        "source": "npm:redux-saga",
        "target": "npm:@redux-saga/core",
        "type": "static"
      }
    ],
    "npm:redux-thunk": [
      {
        "source": "npm:redux-thunk",
        "target": "npm:redux",
        "type": "static"
      }
    ],
    "npm:reflect.getprototypeof": [
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:reflect.getprototypeof",
        "target": "npm:which-builtin-type",
        "type": "static"
      }
    ],
    "npm:regenerate-unicode-properties": [
      {
        "source": "npm:regenerate-unicode-properties",
        "target": "npm:regenerate",
        "type": "static"
      }
    ],
    "npm:regexp.prototype.flags": [
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:regexp.prototype.flags",
        "target": "npm:set-function-name",
        "type": "static"
      }
    ],
    "npm:regexpu-core": [
      {
        "source": "npm:regexpu-core",
        "target": "npm:regenerate",
        "type": "static"
      },
      {
        "source": "npm:regexpu-core",
        "target": "npm:regenerate-unicode-properties",
        "type": "static"
      },
      {
        "source": "npm:regexpu-core",
        "target": "npm:regjsgen",
        "type": "static"
      },
      {
        "source": "npm:regexpu-core",
        "target": "npm:regjsparser",
        "type": "static"
      },
      {
        "source": "npm:regexpu-core",
        "target": "npm:unicode-match-property-ecmascript",
        "type": "static"
      },
      {
        "source": "npm:regexpu-core",
        "target": "npm:unicode-match-property-value-ecmascript",
        "type": "static"
      }
    ],
    "npm:registry-auth-token": [
      {
        "source": "npm:registry-auth-token",
        "target": "npm:@pnpm/npm-conf",
        "type": "static"
      }
    ],
    "npm:registry-url": [
      {
        "source": "npm:registry-url",
        "target": "npm:rc",
        "type": "static"
      }
    ],
    "npm:regjsparser": [
      {
        "source": "npm:regjsparser",
        "target": "npm:jsesc",
        "type": "static"
      }
    ],
    "npm:request-progress": [
      {
        "source": "npm:request-progress",
        "target": "npm:throttleit",
        "type": "static"
      }
    ],
    "npm:resolve": [
      {
        "source": "npm:resolve",
        "target": "npm:is-core-module",
        "type": "static"
      },
      {
        "source": "npm:resolve",
        "target": "npm:path-parse",
        "type": "static"
      },
      {
        "source": "npm:resolve",
        "target": "npm:supports-preserve-symlinks-flag",
        "type": "static"
      }
    ],
    "npm:resolve-cwd": [
      {
        "source": "npm:resolve-cwd",
        "target": "npm:resolve-from@5.0.0",
        "type": "static"
      }
    ],
    "npm:restore-cursor": [
      {
        "source": "npm:restore-cursor",
        "target": "npm:onetime",
        "type": "static"
      },
      {
        "source": "npm:restore-cursor",
        "target": "npm:signal-exit",
        "type": "static"
      }
    ],
    "npm:rimraf": [
      {
        "source": "npm:rimraf",
        "target": "npm:glob@13.0.6",
        "type": "static"
      },
      {
        "source": "npm:rimraf",
        "target": "npm:package-json-from-dist",
        "type": "static"
      }
    ],
    "npm:rollup": [
      {
        "source": "npm:rollup",
        "target": "npm:fsevents",
        "type": "static"
      }
    ],
    "npm:run-jxa": [
      {
        "source": "npm:run-jxa",
        "target": "npm:execa@5.1.1",
        "type": "static"
      },
      {
        "source": "npm:run-jxa",
        "target": "npm:macos-version",
        "type": "static"
      },
      {
        "source": "npm:run-jxa",
        "target": "npm:subsume",
        "type": "static"
      },
      {
        "source": "npm:run-jxa",
        "target": "npm:type-fest@2.19.0",
        "type": "static"
      }
    ],
    "npm:run-parallel": [
      {
        "source": "npm:run-parallel",
        "target": "npm:queue-microtask",
        "type": "static"
      }
    ],
    "npm:rxjs": [
      {
        "source": "npm:rxjs",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:safe-array-concat": [
      {
        "source": "npm:safe-array-concat",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:safe-array-concat",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:safe-array-concat",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:safe-array-concat",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:safe-array-concat",
        "target": "npm:isarray",
        "type": "static"
      }
    ],
    "npm:safe-push-apply": [
      {
        "source": "npm:safe-push-apply",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:safe-push-apply",
        "target": "npm:isarray",
        "type": "static"
      }
    ],
    "npm:safe-regex-test": [
      {
        "source": "npm:safe-regex-test",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:safe-regex-test",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:safe-regex-test",
        "target": "npm:is-regex",
        "type": "static"
      }
    ],
    "npm:sass": [
      {
        "source": "npm:sass",
        "target": "npm:chokidar",
        "type": "static"
      },
      {
        "source": "npm:sass",
        "target": "npm:immutable",
        "type": "static"
      },
      {
        "source": "npm:sass",
        "target": "npm:source-map-js",
        "type": "static"
      },
      {
        "source": "npm:sass",
        "target": "npm:@parcel/watcher",
        "type": "static"
      }
    ],
    "npm:schema-utils": [
      {
        "source": "npm:schema-utils",
        "target": "npm:@types/json-schema",
        "type": "static"
      },
      {
        "source": "npm:schema-utils",
        "target": "npm:ajv@8.18.0",
        "type": "static"
      },
      {
        "source": "npm:schema-utils",
        "target": "npm:ajv-formats",
        "type": "static"
      },
      {
        "source": "npm:schema-utils",
        "target": "npm:ajv-keywords@5.1.0",
        "type": "static"
      }
    ],
    "npm:ajv-keywords@5.1.0": [
      {
        "source": "npm:ajv-keywords@5.1.0",
        "target": "npm:ajv@8.18.0",
        "type": "static"
      },
      {
        "source": "npm:ajv-keywords@5.1.0",
        "target": "npm:fast-deep-equal",
        "type": "static"
      }
    ],
    "npm:serialize-javascript": [
      {
        "source": "npm:serialize-javascript",
        "target": "npm:randombytes",
        "type": "static"
      }
    ],
    "npm:set-function-length": [
      {
        "source": "npm:set-function-length",
        "target": "npm:define-data-property",
        "type": "static"
      },
      {
        "source": "npm:set-function-length",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:set-function-length",
        "target": "npm:function-bind",
        "type": "static"
      },
      {
        "source": "npm:set-function-length",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:set-function-length",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:set-function-length",
        "target": "npm:has-property-descriptors",
        "type": "static"
      }
    ],
    "npm:set-function-name": [
      {
        "source": "npm:set-function-name",
        "target": "npm:define-data-property",
        "type": "static"
      },
      {
        "source": "npm:set-function-name",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:set-function-name",
        "target": "npm:functions-have-names",
        "type": "static"
      },
      {
        "source": "npm:set-function-name",
        "target": "npm:has-property-descriptors",
        "type": "static"
      }
    ],
    "npm:set-proto": [
      {
        "source": "npm:set-proto",
        "target": "npm:dunder-proto",
        "type": "static"
      },
      {
        "source": "npm:set-proto",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:set-proto",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:sharp": [
      {
        "source": "npm:sharp",
        "target": "npm:@img/colour",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:detect-libc@2.1.2",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:semver@7.7.3",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-arm",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-ppc64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-riscv64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-s390x",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linux-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linuxmusl-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-libvips-linuxmusl-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-arm",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-ppc64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-riscv64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-s390x",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linux-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linuxmusl-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-linuxmusl-x64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-wasm32",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-win32-arm64",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-win32-ia32",
        "type": "static"
      },
      {
        "source": "npm:sharp",
        "target": "npm:@img/sharp-win32-x64",
        "type": "static"
      }
    ],
    "npm:shebang-command": [
      {
        "source": "npm:shebang-command",
        "target": "npm:shebang-regex",
        "type": "static"
      }
    ],
    "npm:side-channel": [
      {
        "source": "npm:side-channel",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:side-channel",
        "target": "npm:object-inspect",
        "type": "static"
      },
      {
        "source": "npm:side-channel",
        "target": "npm:side-channel-list",
        "type": "static"
      },
      {
        "source": "npm:side-channel",
        "target": "npm:side-channel-map",
        "type": "static"
      },
      {
        "source": "npm:side-channel",
        "target": "npm:side-channel-weakmap",
        "type": "static"
      }
    ],
    "npm:side-channel-list": [
      {
        "source": "npm:side-channel-list",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:side-channel-list",
        "target": "npm:object-inspect",
        "type": "static"
      }
    ],
    "npm:side-channel-map": [
      {
        "source": "npm:side-channel-map",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:side-channel-map",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:side-channel-map",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:side-channel-map",
        "target": "npm:object-inspect",
        "type": "static"
      }
    ],
    "npm:side-channel-weakmap": [
      {
        "source": "npm:side-channel-weakmap",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:side-channel-weakmap",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:side-channel-weakmap",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:side-channel-weakmap",
        "target": "npm:object-inspect",
        "type": "static"
      },
      {
        "source": "npm:side-channel-weakmap",
        "target": "npm:side-channel-map",
        "type": "static"
      }
    ],
    "npm:sigstore": [
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/bundle",
        "type": "static"
      },
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/core",
        "type": "static"
      },
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/protobuf-specs",
        "type": "static"
      },
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/sign",
        "type": "static"
      },
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/tuf",
        "type": "static"
      },
      {
        "source": "npm:sigstore",
        "target": "npm:@sigstore/verify",
        "type": "static"
      }
    ],
    "npm:slice-ansi": [
      {
        "source": "npm:slice-ansi",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:slice-ansi",
        "target": "npm:astral-regex",
        "type": "static"
      },
      {
        "source": "npm:slice-ansi",
        "target": "npm:is-fullwidth-code-point",
        "type": "static"
      }
    ],
    "npm:snake-case": [
      {
        "source": "npm:snake-case",
        "target": "npm:dot-case",
        "type": "static"
      },
      {
        "source": "npm:snake-case",
        "target": "npm:tslib",
        "type": "static"
      }
    ],
    "npm:socks": [
      {
        "source": "npm:socks",
        "target": "npm:ip-address",
        "type": "static"
      },
      {
        "source": "npm:socks",
        "target": "npm:smart-buffer",
        "type": "static"
      }
    ],
    "npm:socks-proxy-agent": [
      {
        "source": "npm:socks-proxy-agent",
        "target": "npm:agent-base",
        "type": "static"
      },
      {
        "source": "npm:socks-proxy-agent",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:socks-proxy-agent",
        "target": "npm:socks",
        "type": "static"
      }
    ],
    "npm:source-map-support": [
      {
        "source": "npm:source-map-support",
        "target": "npm:buffer-from",
        "type": "static"
      },
      {
        "source": "npm:source-map-support",
        "target": "npm:source-map",
        "type": "static"
      }
    ],
    "npm:spdx-correct": [
      {
        "source": "npm:spdx-correct",
        "target": "npm:spdx-expression-parse",
        "type": "static"
      },
      {
        "source": "npm:spdx-correct",
        "target": "npm:spdx-license-ids",
        "type": "static"
      }
    ],
    "npm:spdx-expression-parse": [
      {
        "source": "npm:spdx-expression-parse",
        "target": "npm:spdx-exceptions",
        "type": "static"
      },
      {
        "source": "npm:spdx-expression-parse",
        "target": "npm:spdx-license-ids",
        "type": "static"
      }
    ],
    "npm:split": [
      {
        "source": "npm:split",
        "target": "npm:through",
        "type": "static"
      }
    ],
    "npm:split2": [
      {
        "source": "npm:split2",
        "target": "npm:readable-stream",
        "type": "static"
      }
    ],
    "npm:sshpk": [
      {
        "source": "npm:sshpk",
        "target": "npm:asn1",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:assert-plus",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:bcrypt-pbkdf",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:dashdash",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:ecc-jsbn",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:getpass",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:jsbn",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:safer-buffer",
        "type": "static"
      },
      {
        "source": "npm:sshpk",
        "target": "npm:tweetnacl",
        "type": "static"
      }
    ],
    "npm:ssri": [
      {
        "source": "npm:ssri",
        "target": "npm:minipass",
        "type": "static"
      }
    ],
    "npm:stack-utils": [
      {
        "source": "npm:stack-utils",
        "target": "npm:escape-string-regexp@2.0.0",
        "type": "static"
      }
    ],
    "npm:stop-iteration-iterator": [
      {
        "source": "npm:stop-iteration-iterator",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:stop-iteration-iterator",
        "target": "npm:internal-slot",
        "type": "static"
      }
    ],
    "npm:string_decoder": [
      {
        "source": "npm:string_decoder",
        "target": "npm:safe-buffer",
        "type": "static"
      }
    ],
    "npm:string-length": [
      {
        "source": "npm:string-length",
        "target": "npm:char-regex",
        "type": "static"
      },
      {
        "source": "npm:string-length",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:string-width": [
      {
        "source": "npm:string-width",
        "target": "npm:emoji-regex",
        "type": "static"
      },
      {
        "source": "npm:string-width",
        "target": "npm:is-fullwidth-code-point",
        "type": "static"
      },
      {
        "source": "npm:string-width",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:string-width-cjs": [
      {
        "source": "npm:string-width-cjs",
        "target": "npm:emoji-regex",
        "type": "static"
      },
      {
        "source": "npm:string-width-cjs",
        "target": "npm:is-fullwidth-code-point",
        "type": "static"
      },
      {
        "source": "npm:string-width-cjs",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:string.prototype.matchall": [
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:get-intrinsic",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:internal-slot",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:regexp.prototype.flags",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:set-function-name",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.matchall",
        "target": "npm:side-channel",
        "type": "static"
      }
    ],
    "npm:string.prototype.repeat": [
      {
        "source": "npm:string.prototype.repeat",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.repeat",
        "target": "npm:es-abstract",
        "type": "static"
      }
    ],
    "npm:string.prototype.trim": [
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:define-data-property",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:es-abstract",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:es-object-atoms",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trim",
        "target": "npm:has-property-descriptors",
        "type": "static"
      }
    ],
    "npm:string.prototype.trimend": [
      {
        "source": "npm:string.prototype.trimend",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trimend",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trimend",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trimend",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:string.prototype.trimstart": [
      {
        "source": "npm:string.prototype.trimstart",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trimstart",
        "target": "npm:define-properties",
        "type": "static"
      },
      {
        "source": "npm:string.prototype.trimstart",
        "target": "npm:es-object-atoms",
        "type": "static"
      }
    ],
    "npm:stringify-object": [
      {
        "source": "npm:stringify-object",
        "target": "npm:get-own-enumerable-property-symbols",
        "type": "static"
      },
      {
        "source": "npm:stringify-object",
        "target": "npm:is-obj@1.0.1",
        "type": "static"
      },
      {
        "source": "npm:stringify-object",
        "target": "npm:is-regexp",
        "type": "static"
      }
    ],
    "npm:strip-ansi": [
      {
        "source": "npm:strip-ansi",
        "target": "npm:ansi-regex",
        "type": "static"
      }
    ],
    "npm:strip-ansi-cjs": [
      {
        "source": "npm:strip-ansi-cjs",
        "target": "npm:ansi-regex",
        "type": "static"
      }
    ],
    "npm:strip-indent": [
      {
        "source": "npm:strip-indent",
        "target": "npm:min-indent",
        "type": "static"
      }
    ],
    "npm:strtok3": [
      {
        "source": "npm:strtok3",
        "target": "npm:@tokenizer/token",
        "type": "static"
      }
    ],
    "npm:styled-jsx": [
      {
        "source": "npm:styled-jsx",
        "target": "npm:react",
        "type": "static"
      },
      {
        "source": "npm:styled-jsx",
        "target": "npm:client-only",
        "type": "static"
      }
    ],
    "npm:subsume": [
      {
        "source": "npm:subsume",
        "target": "npm:escape-string-regexp@5.0.0",
        "type": "static"
      },
      {
        "source": "npm:subsume",
        "target": "npm:unique-string",
        "type": "static"
      }
    ],
    "npm:supports-color": [
      {
        "source": "npm:supports-color",
        "target": "npm:has-flag",
        "type": "static"
      }
    ],
    "npm:supports-hyperlinks": [
      {
        "source": "npm:supports-hyperlinks",
        "target": "npm:has-flag@5.0.1",
        "type": "static"
      },
      {
        "source": "npm:supports-hyperlinks",
        "target": "npm:supports-color@10.2.2",
        "type": "static"
      }
    ],
    "npm:svgo": [
      {
        "source": "npm:svgo",
        "target": "npm:commander@7.2.0",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:css-select",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:css-tree",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:css-what",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:csso",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:picocolors",
        "type": "static"
      },
      {
        "source": "npm:svgo",
        "target": "npm:sax",
        "type": "static"
      }
    ],
    "npm:synckit": [
      {
        "source": "npm:synckit",
        "target": "npm:@pkgr/core",
        "type": "static"
      }
    ],
    "npm:tar": [
      {
        "source": "npm:tar",
        "target": "npm:@isaacs/fs-minipass",
        "type": "static"
      },
      {
        "source": "npm:tar",
        "target": "npm:chownr",
        "type": "static"
      },
      {
        "source": "npm:tar",
        "target": "npm:minipass",
        "type": "static"
      },
      {
        "source": "npm:tar",
        "target": "npm:minizlib",
        "type": "static"
      },
      {
        "source": "npm:tar",
        "target": "npm:yallist@5.0.0",
        "type": "static"
      }
    ],
    "npm:tar-stream": [
      {
        "source": "npm:tar-stream",
        "target": "npm:bl",
        "type": "static"
      },
      {
        "source": "npm:tar-stream",
        "target": "npm:end-of-stream",
        "type": "static"
      },
      {
        "source": "npm:tar-stream",
        "target": "npm:fs-constants",
        "type": "static"
      },
      {
        "source": "npm:tar-stream",
        "target": "npm:inherits",
        "type": "static"
      },
      {
        "source": "npm:tar-stream",
        "target": "npm:readable-stream",
        "type": "static"
      }
    ],
    "npm:tempy": [
      {
        "source": "npm:tempy",
        "target": "npm:is-stream@3.0.0",
        "type": "static"
      },
      {
        "source": "npm:tempy",
        "target": "npm:temp-dir",
        "type": "static"
      },
      {
        "source": "npm:tempy",
        "target": "npm:type-fest@2.19.0",
        "type": "static"
      },
      {
        "source": "npm:tempy",
        "target": "npm:unique-string",
        "type": "static"
      }
    ],
    "npm:terminal-link": [
      {
        "source": "npm:terminal-link",
        "target": "npm:ansi-escapes@7.3.0",
        "type": "static"
      },
      {
        "source": "npm:terminal-link",
        "target": "npm:supports-hyperlinks",
        "type": "static"
      }
    ],
    "npm:ansi-escapes@7.3.0": [
      {
        "source": "npm:ansi-escapes@7.3.0",
        "target": "npm:environment",
        "type": "static"
      }
    ],
    "npm:terser": [
      {
        "source": "npm:terser",
        "target": "npm:@jridgewell/source-map",
        "type": "static"
      },
      {
        "source": "npm:terser",
        "target": "npm:acorn",
        "type": "static"
      },
      {
        "source": "npm:terser",
        "target": "npm:commander@2.20.3",
        "type": "static"
      },
      {
        "source": "npm:terser",
        "target": "npm:source-map-support@0.5.21",
        "type": "static"
      }
    ],
    "npm:terser-webpack-plugin": [
      {
        "source": "npm:terser-webpack-plugin",
        "target": "npm:webpack",
        "type": "static"
      },
      {
        "source": "npm:terser-webpack-plugin",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:terser-webpack-plugin",
        "target": "npm:jest-worker@27.5.1",
        "type": "static"
      },
      {
        "source": "npm:terser-webpack-plugin",
        "target": "npm:schema-utils",
        "type": "static"
      },
      {
        "source": "npm:terser-webpack-plugin",
        "target": "npm:terser",
        "type": "static"
      }
    ],
    "npm:jest-worker@27.5.1": [
      {
        "source": "npm:jest-worker@27.5.1",
        "target": "npm:@types/node",
        "type": "static"
      },
      {
        "source": "npm:jest-worker@27.5.1",
        "target": "npm:merge-stream",
        "type": "static"
      },
      {
        "source": "npm:jest-worker@27.5.1",
        "target": "npm:supports-color@8.1.1",
        "type": "static"
      }
    ],
    "npm:source-map-support@0.5.21": [
      {
        "source": "npm:source-map-support@0.5.21",
        "target": "npm:buffer-from",
        "type": "static"
      },
      {
        "source": "npm:source-map-support@0.5.21",
        "target": "npm:source-map",
        "type": "static"
      }
    ],
    "npm:test-exclude": [
      {
        "source": "npm:test-exclude",
        "target": "npm:@istanbuljs/schema",
        "type": "static"
      },
      {
        "source": "npm:test-exclude",
        "target": "npm:glob",
        "type": "static"
      },
      {
        "source": "npm:test-exclude",
        "target": "npm:minimatch",
        "type": "static"
      }
    ],
    "npm:through2": [
      {
        "source": "npm:through2",
        "target": "npm:readable-stream@2.3.8",
        "type": "static"
      },
      {
        "source": "npm:through2",
        "target": "npm:xtend",
        "type": "static"
      }
    ],
    "npm:tinyglobby": [
      {
        "source": "npm:tinyglobby",
        "target": "npm:fdir@6.5.0",
        "type": "static"
      },
      {
        "source": "npm:tinyglobby",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:fdir@6.5.0": [
      {
        "source": "npm:fdir@6.5.0",
        "target": "npm:picomatch@4.0.4",
        "type": "static"
      }
    ],
    "npm:tldts": [
      {
        "source": "npm:tldts",
        "target": "npm:tldts-core",
        "type": "static"
      }
    ],
    "npm:to-regex-range": [
      {
        "source": "npm:to-regex-range",
        "target": "npm:is-number",
        "type": "static"
      }
    ],
    "npm:token-types": [
      {
        "source": "npm:token-types",
        "target": "npm:@borewit/text-codec",
        "type": "static"
      },
      {
        "source": "npm:token-types",
        "target": "npm:@tokenizer/token",
        "type": "static"
      },
      {
        "source": "npm:token-types",
        "target": "npm:ieee754",
        "type": "static"
      }
    ],
    "npm:tough-cookie": [
      {
        "source": "npm:tough-cookie",
        "target": "npm:tldts",
        "type": "static"
      }
    ],
    "npm:tr46": [
      {
        "source": "npm:tr46",
        "target": "npm:punycode",
        "type": "static"
      }
    ],
    "npm:ts-api-utils": [
      {
        "source": "npm:ts-api-utils",
        "target": "npm:typescript",
        "type": "static"
      }
    ],
    "npm:ts-jest": [
      {
        "source": "npm:ts-jest",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:@jest/transform",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:@jest/types",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:babel-jest",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:jest",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:jest-util",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:typescript",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:bs-logger",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:handlebars",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:json5",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:lodash.memoize",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:make-error",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:semver@7.7.4",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:type-fest@4.41.0",
        "type": "static"
      },
      {
        "source": "npm:ts-jest",
        "target": "npm:yargs-parser",
        "type": "static"
      }
    ],
    "npm:tsconfig-paths": [
      {
        "source": "npm:tsconfig-paths",
        "target": "npm:@types/json5",
        "type": "static"
      },
      {
        "source": "npm:tsconfig-paths",
        "target": "npm:json5@1.0.2",
        "type": "static"
      },
      {
        "source": "npm:tsconfig-paths",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:tsconfig-paths",
        "target": "npm:strip-bom@3.0.0",
        "type": "static"
      }
    ],
    "npm:json5@1.0.2": [
      {
        "source": "npm:json5@1.0.2",
        "target": "npm:minimist",
        "type": "static"
      }
    ],
    "npm:tuf-js": [
      {
        "source": "npm:tuf-js",
        "target": "npm:@tufjs/models",
        "type": "static"
      },
      {
        "source": "npm:tuf-js",
        "target": "npm:debug",
        "type": "static"
      },
      {
        "source": "npm:tuf-js",
        "target": "npm:make-fetch-happen",
        "type": "static"
      }
    ],
    "npm:tunnel-agent": [
      {
        "source": "npm:tunnel-agent",
        "target": "npm:safe-buffer",
        "type": "static"
      }
    ],
    "npm:type-check": [
      {
        "source": "npm:type-check",
        "target": "npm:prelude-ls",
        "type": "static"
      }
    ],
    "npm:typed-array-buffer": [
      {
        "source": "npm:typed-array-buffer",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:typed-array-buffer",
        "target": "npm:es-errors",
        "type": "static"
      },
      {
        "source": "npm:typed-array-buffer",
        "target": "npm:is-typed-array",
        "type": "static"
      }
    ],
    "npm:typed-array-byte-length": [
      {
        "source": "npm:typed-array-byte-length",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-length",
        "target": "npm:for-each",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-length",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-length",
        "target": "npm:has-proto",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-length",
        "target": "npm:is-typed-array",
        "type": "static"
      }
    ],
    "npm:typed-array-byte-offset": [
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:available-typed-arrays",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:for-each",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:has-proto",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:is-typed-array",
        "type": "static"
      },
      {
        "source": "npm:typed-array-byte-offset",
        "target": "npm:reflect.getprototypeof",
        "type": "static"
      }
    ],
    "npm:typed-array-length": [
      {
        "source": "npm:typed-array-length",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:typed-array-length",
        "target": "npm:for-each",
        "type": "static"
      },
      {
        "source": "npm:typed-array-length",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:typed-array-length",
        "target": "npm:is-typed-array",
        "type": "static"
      },
      {
        "source": "npm:typed-array-length",
        "target": "npm:possible-typed-array-names",
        "type": "static"
      },
      {
        "source": "npm:typed-array-length",
        "target": "npm:reflect.getprototypeof",
        "type": "static"
      }
    ],
    "npm:typescript-compare": [
      {
        "source": "npm:typescript-compare",
        "target": "npm:typescript-logic",
        "type": "static"
      }
    ],
    "npm:typescript-tuple": [
      {
        "source": "npm:typescript-tuple",
        "target": "npm:typescript-compare",
        "type": "static"
      }
    ],
    "npm:unbox-primitive": [
      {
        "source": "npm:unbox-primitive",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:unbox-primitive",
        "target": "npm:has-bigints",
        "type": "static"
      },
      {
        "source": "npm:unbox-primitive",
        "target": "npm:has-symbols",
        "type": "static"
      },
      {
        "source": "npm:unbox-primitive",
        "target": "npm:which-boxed-primitive",
        "type": "static"
      }
    ],
    "npm:unicode-match-property-ecmascript": [
      {
        "source": "npm:unicode-match-property-ecmascript",
        "target": "npm:unicode-canonical-property-names-ecmascript",
        "type": "static"
      },
      {
        "source": "npm:unicode-match-property-ecmascript",
        "target": "npm:unicode-property-aliases-ecmascript",
        "type": "static"
      }
    ],
    "npm:unique-filename": [
      {
        "source": "npm:unique-filename",
        "target": "npm:unique-slug",
        "type": "static"
      }
    ],
    "npm:unique-slug": [
      {
        "source": "npm:unique-slug",
        "target": "npm:imurmurhash",
        "type": "static"
      }
    ],
    "npm:unique-string": [
      {
        "source": "npm:unique-string",
        "target": "npm:crypto-random-string",
        "type": "static"
      }
    ],
    "npm:unrs-resolver": [
      {
        "source": "npm:unrs-resolver",
        "target": "npm:napi-postinstall",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-android-arm-eabi",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-android-arm64",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-darwin-arm64",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-darwin-x64",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-freebsd-x64",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-arm-gnueabihf",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-arm-musleabihf",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-arm64-gnu",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-arm64-musl",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-ppc64-gnu",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-riscv64-gnu",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-riscv64-musl",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-s390x-gnu",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-x64-gnu",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-linux-x64-musl",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-wasm32-wasi",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-win32-arm64-msvc",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-win32-ia32-msvc",
        "type": "static"
      },
      {
        "source": "npm:unrs-resolver",
        "target": "npm:@unrs/resolver-binding-win32-x64-msvc",
        "type": "static"
      }
    ],
    "npm:unzipper": [
      {
        "source": "npm:unzipper",
        "target": "npm:bluebird",
        "type": "static"
      },
      {
        "source": "npm:unzipper",
        "target": "npm:duplexer2",
        "type": "static"
      },
      {
        "source": "npm:unzipper",
        "target": "npm:fs-extra@11.3.0",
        "type": "static"
      },
      {
        "source": "npm:unzipper",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:unzipper",
        "target": "npm:node-int64",
        "type": "static"
      }
    ],
    "npm:update-browserslist-db": [
      {
        "source": "npm:update-browserslist-db",
        "target": "npm:browserslist",
        "type": "static"
      },
      {
        "source": "npm:update-browserslist-db",
        "target": "npm:escalade",
        "type": "static"
      },
      {
        "source": "npm:update-browserslist-db",
        "target": "npm:picocolors",
        "type": "static"
      }
    ],
    "npm:update-notifier": [
      {
        "source": "npm:update-notifier",
        "target": "npm:boxen",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:chalk@5.4.1",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:configstore",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:is-in-ci",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:is-installed-globally@1.0.0",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:is-npm",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:latest-version",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:pupa",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:semver@7.7.1",
        "type": "static"
      },
      {
        "source": "npm:update-notifier",
        "target": "npm:xdg-basedir",
        "type": "static"
      }
    ],
    "npm:uri-js": [
      {
        "source": "npm:uri-js",
        "target": "npm:punycode",
        "type": "static"
      }
    ],
    "npm:use-debounce": [
      {
        "source": "npm:use-debounce",
        "target": "npm:react",
        "type": "static"
      }
    ],
    "npm:use-sync-external-store": [
      {
        "source": "npm:use-sync-external-store",
        "target": "npm:react",
        "type": "static"
      }
    ],
    "npm:v8-to-istanbul": [
      {
        "source": "npm:v8-to-istanbul",
        "target": "npm:@jridgewell/trace-mapping",
        "type": "static"
      },
      {
        "source": "npm:v8-to-istanbul",
        "target": "npm:@types/istanbul-lib-coverage",
        "type": "static"
      },
      {
        "source": "npm:v8-to-istanbul",
        "target": "npm:convert-source-map",
        "type": "static"
      }
    ],
    "npm:validate-npm-package-license": [
      {
        "source": "npm:validate-npm-package-license",
        "target": "npm:spdx-correct",
        "type": "static"
      },
      {
        "source": "npm:validate-npm-package-license",
        "target": "npm:spdx-expression-parse",
        "type": "static"
      }
    ],
    "npm:verror": [
      {
        "source": "npm:verror",
        "target": "npm:assert-plus",
        "type": "static"
      },
      {
        "source": "npm:verror",
        "target": "npm:core-util-is",
        "type": "static"
      },
      {
        "source": "npm:verror",
        "target": "npm:extsprintf",
        "type": "static"
      }
    ],
    "npm:wait-on": [
      {
        "source": "npm:wait-on",
        "target": "npm:axios",
        "type": "static"
      },
      {
        "source": "npm:wait-on",
        "target": "npm:joi",
        "type": "static"
      },
      {
        "source": "npm:wait-on",
        "target": "npm:lodash",
        "type": "static"
      },
      {
        "source": "npm:wait-on",
        "target": "npm:minimist",
        "type": "static"
      },
      {
        "source": "npm:wait-on",
        "target": "npm:rxjs",
        "type": "static"
      }
    ],
    "npm:walker": [
      {
        "source": "npm:walker",
        "target": "npm:makeerror",
        "type": "static"
      }
    ],
    "npm:warning": [
      {
        "source": "npm:warning",
        "target": "npm:loose-envify",
        "type": "static"
      }
    ],
    "npm:watchpack": [
      {
        "source": "npm:watchpack",
        "target": "npm:glob-to-regexp",
        "type": "static"
      },
      {
        "source": "npm:watchpack",
        "target": "npm:graceful-fs",
        "type": "static"
      }
    ],
    "npm:wcwidth": [
      {
        "source": "npm:wcwidth",
        "target": "npm:defaults",
        "type": "static"
      }
    ],
    "npm:webpack": [
      {
        "source": "npm:webpack",
        "target": "npm:@types/eslint-scope",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:@types/estree",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:@types/json-schema",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:@webassemblyjs/ast",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:@webassemblyjs/wasm-edit",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:@webassemblyjs/wasm-parser",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:acorn",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:acorn-import-phases",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:browserslist",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:chrome-trace-event",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:enhanced-resolve",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:es-module-lexer",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:eslint-scope@5.1.1",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:events",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:glob-to-regexp",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:graceful-fs",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:json-parse-even-better-errors@2.3.1",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:loader-runner",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:mime-types",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:neo-async",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:schema-utils",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:tapable",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:terser-webpack-plugin",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:watchpack",
        "type": "static"
      },
      {
        "source": "npm:webpack",
        "target": "npm:webpack-sources",
        "type": "static"
      }
    ],
    "npm:eslint-scope@5.1.1": [
      {
        "source": "npm:eslint-scope@5.1.1",
        "target": "npm:esrecurse",
        "type": "static"
      },
      {
        "source": "npm:eslint-scope@5.1.1",
        "target": "npm:estraverse@4.3.0",
        "type": "static"
      }
    ],
    "npm:whatwg-encoding": [
      {
        "source": "npm:whatwg-encoding",
        "target": "npm:iconv-lite@0.6.3",
        "type": "static"
      }
    ],
    "npm:whatwg-url": [
      {
        "source": "npm:whatwg-url",
        "target": "npm:lodash.sortby",
        "type": "static"
      },
      {
        "source": "npm:whatwg-url",
        "target": "npm:tr46",
        "type": "static"
      },
      {
        "source": "npm:whatwg-url",
        "target": "npm:webidl-conversions",
        "type": "static"
      }
    ],
    "npm:which": [
      {
        "source": "npm:which",
        "target": "npm:isexe",
        "type": "static"
      }
    ],
    "npm:which-boxed-primitive": [
      {
        "source": "npm:which-boxed-primitive",
        "target": "npm:is-bigint",
        "type": "static"
      },
      {
        "source": "npm:which-boxed-primitive",
        "target": "npm:is-boolean-object",
        "type": "static"
      },
      {
        "source": "npm:which-boxed-primitive",
        "target": "npm:is-number-object",
        "type": "static"
      },
      {
        "source": "npm:which-boxed-primitive",
        "target": "npm:is-string",
        "type": "static"
      },
      {
        "source": "npm:which-boxed-primitive",
        "target": "npm:is-symbol",
        "type": "static"
      }
    ],
    "npm:which-builtin-type": [
      {
        "source": "npm:which-builtin-type",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:function.prototype.name",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:has-tostringtag",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-async-function",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-date-object",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-finalizationregistry",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-generator-function",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-regex",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:is-weakref",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:isarray",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:which-boxed-primitive",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:which-collection",
        "type": "static"
      },
      {
        "source": "npm:which-builtin-type",
        "target": "npm:which-typed-array",
        "type": "static"
      }
    ],
    "npm:which-collection": [
      {
        "source": "npm:which-collection",
        "target": "npm:is-map",
        "type": "static"
      },
      {
        "source": "npm:which-collection",
        "target": "npm:is-set",
        "type": "static"
      },
      {
        "source": "npm:which-collection",
        "target": "npm:is-weakmap",
        "type": "static"
      },
      {
        "source": "npm:which-collection",
        "target": "npm:is-weakset",
        "type": "static"
      }
    ],
    "npm:which-typed-array": [
      {
        "source": "npm:which-typed-array",
        "target": "npm:available-typed-arrays",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:call-bind",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:call-bound",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:for-each",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:get-proto",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:gopd",
        "type": "static"
      },
      {
        "source": "npm:which-typed-array",
        "target": "npm:has-tostringtag",
        "type": "static"
      }
    ],
    "npm:wide-align": [
      {
        "source": "npm:wide-align",
        "target": "npm:string-width",
        "type": "static"
      }
    ],
    "npm:widest-line": [
      {
        "source": "npm:widest-line",
        "target": "npm:string-width@7.2.0",
        "type": "static"
      }
    ],
    "npm:winston": [
      {
        "source": "npm:winston",
        "target": "npm:@colors/colors@1.6.0",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:@dabh/diagnostics",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:async",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:logform",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:one-time",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:readable-stream",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:safe-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:stack-trace",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:triple-beam",
        "type": "static"
      },
      {
        "source": "npm:winston",
        "target": "npm:winston-transport",
        "type": "static"
      }
    ],
    "npm:winston-transport": [
      {
        "source": "npm:winston-transport",
        "target": "npm:logform",
        "type": "static"
      },
      {
        "source": "npm:winston-transport",
        "target": "npm:readable-stream",
        "type": "static"
      },
      {
        "source": "npm:winston-transport",
        "target": "npm:triple-beam",
        "type": "static"
      }
    ],
    "npm:workbox-background-sync": [
      {
        "source": "npm:workbox-background-sync",
        "target": "npm:idb",
        "type": "static"
      },
      {
        "source": "npm:workbox-background-sync",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-broadcast-update": [
      {
        "source": "npm:workbox-broadcast-update",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-build": [
      {
        "source": "npm:workbox-build",
        "target": "npm:@apideck/better-ajv-errors@0.3.6",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@babel/core",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@babel/preset-env",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@babel/runtime",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@rollup/plugin-babel",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@rollup/plugin-node-resolve",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@rollup/plugin-replace",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@rollup/plugin-terser",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:@surma/rollup-plugin-off-main-thread",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:ajv@8.18.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:common-tags",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:fs-extra",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:glob@11.1.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:lodash",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:pretty-bytes",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:rollup",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:source-map@0.8.0-beta.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:stringify-object",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:strip-comments",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:tempy@0.6.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:upath@1.2.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-background-sync",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-broadcast-update",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-cacheable-response",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-core",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-expiration",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-google-analytics",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-navigation-preload",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-precaching",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-range-requests",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-recipes",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-routing",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-strategies",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-streams",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-sw",
        "type": "static"
      },
      {
        "source": "npm:workbox-build",
        "target": "npm:workbox-window",
        "type": "static"
      }
    ],
    "npm:@apideck/better-ajv-errors@0.3.6": [
      {
        "source": "npm:@apideck/better-ajv-errors@0.3.6",
        "target": "npm:ajv@8.18.0",
        "type": "static"
      },
      {
        "source": "npm:@apideck/better-ajv-errors@0.3.6",
        "target": "npm:json-schema",
        "type": "static"
      },
      {
        "source": "npm:@apideck/better-ajv-errors@0.3.6",
        "target": "npm:jsonpointer",
        "type": "static"
      },
      {
        "source": "npm:@apideck/better-ajv-errors@0.3.6",
        "target": "npm:leven",
        "type": "static"
      }
    ],
    "npm:jackspeak@4.1.1": [
      {
        "source": "npm:jackspeak@4.1.1",
        "target": "npm:@isaacs/cliui",
        "type": "static"
      }
    ],
    "npm:source-map@0.8.0-beta.0": [
      {
        "source": "npm:source-map@0.8.0-beta.0",
        "target": "npm:whatwg-url",
        "type": "static"
      }
    ],
    "npm:tempy@0.6.0": [
      {
        "source": "npm:tempy@0.6.0",
        "target": "npm:is-stream",
        "type": "static"
      },
      {
        "source": "npm:tempy@0.6.0",
        "target": "npm:temp-dir@2.0.0",
        "type": "static"
      },
      {
        "source": "npm:tempy@0.6.0",
        "target": "npm:type-fest@0.16.0",
        "type": "static"
      },
      {
        "source": "npm:tempy@0.6.0",
        "target": "npm:unique-string@2.0.0",
        "type": "static"
      }
    ],
    "npm:unique-string@2.0.0": [
      {
        "source": "npm:unique-string@2.0.0",
        "target": "npm:crypto-random-string@2.0.0",
        "type": "static"
      }
    ],
    "npm:workbox-cacheable-response": [
      {
        "source": "npm:workbox-cacheable-response",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-expiration": [
      {
        "source": "npm:workbox-expiration",
        "target": "npm:idb",
        "type": "static"
      },
      {
        "source": "npm:workbox-expiration",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-google-analytics": [
      {
        "source": "npm:workbox-google-analytics",
        "target": "npm:workbox-background-sync",
        "type": "static"
      },
      {
        "source": "npm:workbox-google-analytics",
        "target": "npm:workbox-core",
        "type": "static"
      },
      {
        "source": "npm:workbox-google-analytics",
        "target": "npm:workbox-routing",
        "type": "static"
      },
      {
        "source": "npm:workbox-google-analytics",
        "target": "npm:workbox-strategies",
        "type": "static"
      }
    ],
    "npm:workbox-navigation-preload": [
      {
        "source": "npm:workbox-navigation-preload",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-precaching": [
      {
        "source": "npm:workbox-precaching",
        "target": "npm:workbox-core",
        "type": "static"
      },
      {
        "source": "npm:workbox-precaching",
        "target": "npm:workbox-routing",
        "type": "static"
      },
      {
        "source": "npm:workbox-precaching",
        "target": "npm:workbox-strategies",
        "type": "static"
      }
    ],
    "npm:workbox-range-requests": [
      {
        "source": "npm:workbox-range-requests",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-recipes": [
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-cacheable-response",
        "type": "static"
      },
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-core",
        "type": "static"
      },
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-expiration",
        "type": "static"
      },
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-precaching",
        "type": "static"
      },
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-routing",
        "type": "static"
      },
      {
        "source": "npm:workbox-recipes",
        "target": "npm:workbox-strategies",
        "type": "static"
      }
    ],
    "npm:workbox-routing": [
      {
        "source": "npm:workbox-routing",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-strategies": [
      {
        "source": "npm:workbox-strategies",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:workbox-streams": [
      {
        "source": "npm:workbox-streams",
        "target": "npm:workbox-core",
        "type": "static"
      },
      {
        "source": "npm:workbox-streams",
        "target": "npm:workbox-routing",
        "type": "static"
      }
    ],
    "npm:workbox-webpack-plugin": [
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:webpack",
        "type": "static"
      },
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:fast-json-stable-stringify",
        "type": "static"
      },
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:pretty-bytes",
        "type": "static"
      },
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:upath@1.2.0",
        "type": "static"
      },
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:webpack-sources@1.4.3",
        "type": "static"
      },
      {
        "source": "npm:workbox-webpack-plugin",
        "target": "npm:workbox-build",
        "type": "static"
      }
    ],
    "npm:webpack-sources@1.4.3": [
      {
        "source": "npm:webpack-sources@1.4.3",
        "target": "npm:source-list-map",
        "type": "static"
      },
      {
        "source": "npm:webpack-sources@1.4.3",
        "target": "npm:source-map",
        "type": "static"
      }
    ],
    "npm:workbox-window": [
      {
        "source": "npm:workbox-window",
        "target": "npm:@types/trusted-types",
        "type": "static"
      },
      {
        "source": "npm:workbox-window",
        "target": "npm:workbox-core",
        "type": "static"
      }
    ],
    "npm:wrap-ansi": [
      {
        "source": "npm:wrap-ansi",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:wrap-ansi-cjs": [
      {
        "source": "npm:wrap-ansi-cjs",
        "target": "npm:ansi-styles",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi-cjs",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:wrap-ansi-cjs",
        "target": "npm:strip-ansi",
        "type": "static"
      }
    ],
    "npm:write-file-atomic": [
      {
        "source": "npm:write-file-atomic",
        "target": "npm:imurmurhash",
        "type": "static"
      },
      {
        "source": "npm:write-file-atomic",
        "target": "npm:signal-exit@4.1.0",
        "type": "static"
      }
    ],
    "npm:wsl-utils": [
      {
        "source": "npm:wsl-utils",
        "target": "npm:is-wsl",
        "type": "static"
      },
      {
        "source": "npm:wsl-utils",
        "target": "npm:powershell-utils@0.1.0",
        "type": "static"
      }
    ],
    "npm:yargs": [
      {
        "source": "npm:yargs",
        "target": "npm:cliui",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:escalade",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:get-caller-file",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:require-directory",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:string-width",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:y18n",
        "type": "static"
      },
      {
        "source": "npm:yargs",
        "target": "npm:yargs-parser",
        "type": "static"
      }
    ],
    "npm:yauzl": [
      {
        "source": "npm:yauzl",
        "target": "npm:buffer-crc32",
        "type": "static"
      },
      {
        "source": "npm:yauzl",
        "target": "npm:fd-slicer",
        "type": "static"
      }
    ],
    "npm:zod-validation-error": [
      {
        "source": "npm:zod-validation-error",
        "target": "npm:zod",
        "type": "static"
      }
    ],
    "npm:domhandler@6.0.1": [
      {
        "source": "npm:domhandler@6.0.1",
        "target": "npm:domelementtype@3.0.0",
        "type": "static"
      }
    ]
  },
  "version": "6.0",
  "errors": [],
  "computedAt": 1776200735398
}