diff --git a/javascript/.dockerignore b/javascript/.dockerignore new file mode 100644 index 00000000..5fbec268 --- /dev/null +++ b/javascript/.dockerignore @@ -0,0 +1,66 @@ +# Dependencies +node_modules +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Build outputs +dist +build +public/bundle*.js +public/bundle*.js.map +.angular +*.tsbuildinfo + +# Environment and secrets +# .env +# .env.local +# .env.*.local + +# Logs +logs +*.log + +# Test coverage +coverage +.nyc_output + +# Editor directories +.vscode +.idea +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db + +# Git +.git +.gitignore + +# Docker +Dockerfile* +docker-compose*.yml +.dockerignore + +# Documentation +*.md +!README.md + +# Test files +e2e +*.spec.ts +*.spec.js +test +tests + +# PouchDB databases +todos +users + +# Misc +.cache +tmp +temp diff --git a/javascript/.env.example b/javascript/.env.example new file mode 100644 index 00000000..5aae25e6 --- /dev/null +++ b/javascript/.env.example @@ -0,0 +1,38 @@ +# Docker Environment Configuration +# Copy this file to .env and configure for your environment +# Docker Compose will automatically load this file + +# ============================================================ +# Todo API Configuration +# ============================================================ +PORT=9443 +NODE_ENV=production + +# PingOne Advanced Identity Cloud / PingAM Configuration +AM_URL=https://your-instance.forgeblocks.com/am +REALM_PATH=/alpha +WEB_OAUTH_CLIENT=your-oauth-client-id +DEBUGGER_OFF=false + +# ============================================================ +# Frontend App Build Configuration +# ============================================================ +# These variables are baked into frontend builds at build time +# If using .env for individual apps, place them in each app directory +# Example: reactjs-todo/.env, angular-todo/.env, etc. + +# For PingOne AIC/AM apps: +# SERVER_URL=https://your-instance.forgeblocks.com/am +# REALM_PATH=/alpha +# WEB_OAUTH_CLIENT=your-oauth-client-id +# JOURNEY_LOGIN=Login +# JOURNEY_REGISTER=Registration +# DEBUGGER_OFF=false +# APP_URL=https://localhost:8443 +# API_URL=http://localhost:9443 + +# For PingOne DaVinci apps: +# VITE_DAVINCI_URL=https://auth.pingone.com//davinci/v1 +# VITE_COMPANY_ID=your-company-id +# VITE_API_KEY=your-api-key +# VITE_POLICY_ID=your-policy-id diff --git a/javascript/.nx/cache/file-map.json b/javascript/.nx/cache/file-map.json new file mode 100644 index 00000000..abe9c297 --- /dev/null +++ b/javascript/.nx/cache/file-map.json @@ -0,0 +1,2058 @@ +{ + "version": "6.0", + "nxVersion": "17.1.3", + "deps": { + "@forgerock/davinci-client": "latest", + "@paralleldrive/cuid2": "^2.2.2", + "@playwright/test": "^1.41.2", + "@types/node": "^20.11.20", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.11.0", + "cors": "^2.8.5", + "eslint": "^8.57.0", + "eslint-config-prettier": "^10.1.2", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", + "npm-run-all": "^4.1.5", + "prettier": "^2.8.0", + "rimraf": "^5.0.10", + "typescript": "^5.2.2", + "webpack-cli": "^5.1.4" + }, + "pathMappings": {}, + "nxJsonPlugins": [], + "fileMap": { + "projectFileMap": { + "angular-todo": [ + { + "file": "angular-todo/.editorconfig", + "hash": "6686520031028425313" + }, + { + "file": "angular-todo/.env.example", + "hash": "7455060234709115778" + }, + { + "file": "angular-todo/.eslintrc.json", + "hash": "8604914726694717506" + }, + { + "file": "angular-todo/.gitignore", + "hash": "5953955090655080506" + }, + { + "file": "angular-todo/README.md", + "hash": "871127551952537516" + }, + { + "file": "angular-todo/angular.json", + "hash": "15518354003633764032" + }, + { + "file": "angular-todo/e2e/centralized-login.spec.ts", + "hash": "332501015907332437" + }, + { + "file": "angular-todo/e2e/embedded-login.spec.ts", + "hash": "3888515529988786215" + }, + { + "file": "angular-todo/e2e/register-new-user.spec.ts", + "hash": "15139714739817165909" + }, + { + "file": "angular-todo/e2e/social-login.spec.ts", + "hash": "10401390096712646479" + }, + { + "file": "angular-todo/e2e/virtual-authenticator.spec.ts", + "hash": "4899537414297815853" + }, + { + "file": "angular-todo/package.json", + "hash": "4232523825366253936", + "deps": [ + "npm:@angular/animations", + "npm:@angular/common", + "npm:@angular/compiler", + "npm:@angular/core", + "npm:@angular/forms", + "npm:@angular/platform-browser", + "npm:@angular/platform-browser-dynamic", + "npm:@angular/router", + "npm:@forgerock/javascript-sdk", + "npm:bootstrap", + "npm:rxjs", + "npm:tslib", + "npm:zone.js", + "npm:@angular-devkit/build-angular", + "npm:@angular-eslint/builder", + "npm:@angular-eslint/eslint-plugin", + "npm:@angular-eslint/eslint-plugin-template", + "npm:@angular-eslint/schematics", + "npm:@angular-eslint/template-parser", + "npm:@angular/cli", + "npm:@angular/compiler-cli", + "npm:@types/jasmine", + "npm:@typescript-eslint/eslint-plugin", + "npm:@typescript-eslint/parser", + "npm:dotenv", + "npm:eslint", + "npm:jasmine-core", + "npm:karma", + "npm:karma-chrome-launcher", + "npm:karma-coverage", + "npm:karma-jasmine", + "npm:karma-jasmine-html-reporter", + "npm:typescript" + ] + }, + { + "file": "angular-todo/playwright.config.ts", + "hash": "15185078334298522874" + }, + { + "file": "angular-todo/set-env.mjs", + "hash": "13982503780120573641" + }, + { + "file": "angular-todo/src/app/app-routing.module.ts", + "hash": "9790484882743568151" + }, + { + "file": "angular-todo/src/app/app.component.html", + "hash": "9299075054573728916" + }, + { + "file": "angular-todo/src/app/app.component.ts", + "hash": "9451571345086557190" + }, + { + "file": "angular-todo/src/app/app.module.ts", + "hash": "4569867452155756712" + }, + { + "file": "angular-todo/src/app/auth/auth.guard.ts", + "hash": "17008093624117815716" + }, + { + "file": "angular-todo/src/app/features/journey/alert/alert.component.html", + "hash": "15269596511881143072" + }, + { + "file": "angular-todo/src/app/features/journey/alert/alert.component.ts", + "hash": "7172534726994444631" + }, + { + "file": "angular-todo/src/app/features/journey/boolean/boolean.component.html", + "hash": "16484566129817347207" + }, + { + "file": "angular-todo/src/app/features/journey/boolean/boolean.component.ts", + "hash": "2470712971755186660" + }, + { + "file": "angular-todo/src/app/features/journey/button/button.component.html", + "hash": "10616642662931469694" + }, + { + "file": "angular-todo/src/app/features/journey/button/button.component.ts", + "hash": "13671321293908064131" + }, + { + "file": "angular-todo/src/app/features/journey/choice/choice.component.html", + "hash": "10557239636902727757" + }, + { + "file": "angular-todo/src/app/features/journey/choice/choice.component.ts", + "hash": "104355461015501677" + }, + { + "file": "angular-todo/src/app/features/journey/confirmation/confirmation.component.html", + "hash": "8461066967579994519" + }, + { + "file": "angular-todo/src/app/features/journey/confirmation/confirmation.component.ts", + "hash": "14948105225642177988" + }, + { + "file": "angular-todo/src/app/features/journey/form/form.component.html", + "hash": "4514781921454225096" + }, + { + "file": "angular-todo/src/app/features/journey/form/form.component.ts", + "hash": "5211703563428554907" + }, + { + "file": "angular-todo/src/app/features/journey/identityProvider/identity-provider.component.html", + "hash": "12681367364707853615" + }, + { + "file": "angular-todo/src/app/features/journey/identityProvider/identity-provider.component.ts", + "hash": "13960662007463958854" + }, + { + "file": "angular-todo/src/app/features/journey/kba/kba.component.html", + "hash": "7382194496941679937" + }, + { + "file": "angular-todo/src/app/features/journey/kba/kba.component.ts", + "hash": "6318725638691221308" + }, + { + "file": "angular-todo/src/app/features/journey/password/password.component.html", + "hash": "4867048920683213115" + }, + { + "file": "angular-todo/src/app/features/journey/password/password.component.ts", + "hash": "1390677791790263417" + }, + { + "file": "angular-todo/src/app/features/journey/terms-conditions/terms-conditions.component.html", + "hash": "11769591349503254618" + }, + { + "file": "angular-todo/src/app/features/journey/terms-conditions/terms-conditions.component.ts", + "hash": "16438326957113623790" + }, + { + "file": "angular-todo/src/app/features/journey/text/text.component.html", + "hash": "8624171995781768759" + }, + { + "file": "angular-todo/src/app/features/journey/text/text.component.ts", + "hash": "5639939182938459779" + }, + { + "file": "angular-todo/src/app/features/journey/textOutput/textOutput.component.html", + "hash": "4896610091251177084" + }, + { + "file": "angular-todo/src/app/features/journey/textOutput/textOutput.component.ts", + "hash": "10273546266921643367" + }, + { + "file": "angular-todo/src/app/features/journey/unknown/unknown.component.html", + "hash": "12896691079426630827" + }, + { + "file": "angular-todo/src/app/features/journey/unknown/unknown.component.ts", + "hash": "16325423955978738013" + }, + { + "file": "angular-todo/src/app/features/journey/webAuthn/webAuthn.component.html", + "hash": "10240520580223700965" + }, + { + "file": "angular-todo/src/app/features/journey/webAuthn/webAuthn.component.ts", + "hash": "2652083510096585129" + }, + { + "file": "angular-todo/src/app/features/logout/logout.component.html", + "hash": "7024188345486030440" + }, + { + "file": "angular-todo/src/app/features/logout/logout.component.ts", + "hash": "2361044891750239701" + }, + { + "file": "angular-todo/src/app/features/todo/todo.component.html", + "hash": "12090033121949901234" + }, + { + "file": "angular-todo/src/app/features/todo/todo.component.ts", + "hash": "1691409461704745383" + }, + { + "file": "angular-todo/src/app/features/todo/todo.ts", + "hash": "5854067445399648115" + }, + { + "file": "angular-todo/src/app/icons/account-icon/account-icon.component.html", + "hash": "10565736357714531838" + }, + { + "file": "angular-todo/src/app/icons/account-icon/account-icon.component.ts", + "hash": "8169517427178166140" + }, + { + "file": "angular-todo/src/app/icons/action-icon/action-icon.component.html", + "hash": "16200928213765282173" + }, + { + "file": "angular-todo/src/app/icons/action-icon/action-icon.component.ts", + "hash": "13897113872236862580" + }, + { + "file": "angular-todo/src/app/icons/alert-icon/alert-icon.component.html", + "hash": "9561820328461826522" + }, + { + "file": "angular-todo/src/app/icons/alert-icon/alert-icon.component.ts", + "hash": "4616340193688846282" + }, + { + "file": "angular-todo/src/app/icons/angular-icon/angular-icon.component.html", + "hash": "5629453149904258283" + }, + { + "file": "angular-todo/src/app/icons/angular-icon/angular-icon.component.ts", + "hash": "13192508483978245626" + }, + { + "file": "angular-todo/src/app/icons/apple-icon/apple-icon.component.html", + "hash": "16424596028322545364" + }, + { + "file": "angular-todo/src/app/icons/apple-icon/apple-icon.component.ts", + "hash": "2065096113794380967" + }, + { + "file": "angular-todo/src/app/icons/eye-icon/eye-icon.component.html", + "hash": "11027805147343417649" + }, + { + "file": "angular-todo/src/app/icons/eye-icon/eye-icon.component.ts", + "hash": "13465303607688070493" + }, + { + "file": "angular-todo/src/app/icons/finger-print-icon/finger-print-icon.component.html", + "hash": "2049867795203516715" + }, + { + "file": "angular-todo/src/app/icons/finger-print-icon/finger-print-icon.component.ts", + "hash": "236676317055538389" + }, + { + "file": "angular-todo/src/app/icons/forgerock-icon/forgerock-icon.component.html", + "hash": "17029172192964900549" + }, + { + "file": "angular-todo/src/app/icons/forgerock-icon/forgerock-icon.component.ts", + "hash": "2954307821195416077" + }, + { + "file": "angular-todo/src/app/icons/google-icon/google-icon.component.html", + "hash": "1131520608246968732" + }, + { + "file": "angular-todo/src/app/icons/google-icon/google-icon.component.ts", + "hash": "6913221390711773839" + }, + { + "file": "angular-todo/src/app/icons/home-icon/home-icon.component.html", + "hash": "16458583106271182824" + }, + { + "file": "angular-todo/src/app/icons/home-icon/home-icon.component.ts", + "hash": "13133306741252822838" + }, + { + "file": "angular-todo/src/app/icons/key-icon/key-icon.component.html", + "hash": "13222315864740692011" + }, + { + "file": "angular-todo/src/app/icons/key-icon/key-icon.component.ts", + "hash": "5226342893033608949" + }, + { + "file": "angular-todo/src/app/icons/left-arrow-icon/left-arrow-icon.component.html", + "hash": "14564157989719357213" + }, + { + "file": "angular-todo/src/app/icons/left-arrow-icon/left-arrow-icon.component.ts", + "hash": "12802856619041189847" + }, + { + "file": "angular-todo/src/app/icons/lock-icon/lock-icon.component.html", + "hash": "7451300116003693273" + }, + { + "file": "angular-todo/src/app/icons/lock-icon/lock-icon.component.ts", + "hash": "3184648934626185094" + }, + { + "file": "angular-todo/src/app/icons/new-user-icon/new-user-icon.component.html", + "hash": "2524898332554559152" + }, + { + "file": "angular-todo/src/app/icons/new-user-icon/new-user-icon.component.ts", + "hash": "5828024504454240758" + }, + { + "file": "angular-todo/src/app/icons/todo-icon/todo-icon.component.html", + "hash": "7994196608779552655" + }, + { + "file": "angular-todo/src/app/icons/todo-icon/todo-icon.component.ts", + "hash": "3421036563644982933" + }, + { + "file": "angular-todo/src/app/icons/todos-icon/todos-icon.component.html", + "hash": "4581239891490148598" + }, + { + "file": "angular-todo/src/app/icons/todos-icon/todos-icon.component.ts", + "hash": "17008302870996011239" + }, + { + "file": "angular-todo/src/app/icons/verified-icon/verified-icon.component.html", + "hash": "11354771899786437184" + }, + { + "file": "angular-todo/src/app/icons/verified-icon/verified-icon.component.ts", + "hash": "13536898755504741878" + }, + { + "file": "angular-todo/src/app/layout/footer/footer.component.html", + "hash": "6433067164925739008" + }, + { + "file": "angular-todo/src/app/layout/footer/footer.component.ts", + "hash": "15047311632490318717" + }, + { + "file": "angular-todo/src/app/layout/header/header.component.html", + "hash": "9821861909379956217" + }, + { + "file": "angular-todo/src/app/layout/header/header.component.ts", + "hash": "12478063906508838335" + }, + { + "file": "angular-todo/src/app/services/todo.service.ts", + "hash": "16278554747468627671" + }, + { + "file": "angular-todo/src/app/services/user.service.ts", + "hash": "18328486494806469325" + }, + { + "file": "angular-todo/src/app/shared/idps.types.ts", + "hash": "3005971656399866658" + }, + { + "file": "angular-todo/src/app/utilities/back-home/back-home.component.html", + "hash": "6652635952616940571" + }, + { + "file": "angular-todo/src/app/utilities/back-home/back-home.component.ts", + "hash": "6983596530426126021" + }, + { + "file": "angular-todo/src/app/utilities/loading/loading.component.html", + "hash": "14374820139059300370" + }, + { + "file": "angular-todo/src/app/utilities/loading/loading.component.ts", + "hash": "6992803751803026348" + }, + { + "file": "angular-todo/src/app/views/home/home.component.html", + "hash": "3782653013921339713" + }, + { + "file": "angular-todo/src/app/views/home/home.component.ts", + "hash": "17214064106157671035" + }, + { + "file": "angular-todo/src/app/views/login/login.component.html", + "hash": "4113833372786394715" + }, + { + "file": "angular-todo/src/app/views/login/login.component.ts", + "hash": "12855953455525263307" + }, + { + "file": "angular-todo/src/app/views/register/register.component.html", + "hash": "17007321255614899329" + }, + { + "file": "angular-todo/src/app/views/register/register.component.ts", + "hash": "11837471986322831203" + }, + { + "file": "angular-todo/src/app/views/todos/todos.component.html", + "hash": "3818930522292136048" + }, + { + "file": "angular-todo/src/app/views/todos/todos.component.ts", + "hash": "7641838347098523715" + }, + { + "file": "angular-todo/src/callback.html", + "hash": "2785395145324400028" + }, + { + "file": "angular-todo/src/environments/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "angular-todo/src/environments/environment.prod.ts", + "hash": "1009454096594827178" + }, + { + "file": "angular-todo/src/environments/environment.ts", + "hash": "16039905928401598244" + }, + { + "file": "angular-todo/src/favicon.ico", + "hash": "3464744996580215640" + }, + { + "file": "angular-todo/src/index.html", + "hash": "17936865648756474546" + }, + { + "file": "angular-todo/src/main.ts", + "hash": "4705571066100339050" + }, + { + "file": "angular-todo/src/polyfills.ts", + "hash": "16804394042125234976" + }, + { + "file": "angular-todo/src/styles/_custom-styles.scss", + "hash": "6070637327720418743" + }, + { + "file": "angular-todo/src/styles/_custom-variables.scss", + "hash": "7528674080479960959" + }, + { + "file": "angular-todo/src/styles.scss", + "hash": "6973196161447681879" + }, + { + "file": "angular-todo/src/test-setup.ts", + "hash": "17711435995618823417" + }, + { + "file": "angular-todo/tsconfig.app.json", + "hash": "11674506502668556549" + }, + { + "file": "angular-todo/tsconfig.json", + "hash": "16468715764716101749" + }, + { + "file": "angular-todo/tsconfig.spec.json", + "hash": "11901043454877211451" + } + ], + "reactjs-todo-davinci": [ + { + "file": "reactjs-todo-davinci/.env.example", + "hash": "13822865000720759458" + }, + { + "file": "reactjs-todo-davinci/.eslintrc.js", + "hash": "15219841475860676306" + }, + { + "file": "reactjs-todo-davinci/.gitignore", + "hash": "18346123406719347893" + }, + { + "file": "reactjs-todo-davinci/README.md", + "hash": "18085683613051406347" + }, + { + "file": "reactjs-todo-davinci/babel.config.js", + "hash": "9828660790244425879" + }, + { + "file": "reactjs-todo-davinci/client/components/README.md", + "hash": "11221163990194035984" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/alert.js", + "hash": "4547429864557874074" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/error.js", + "hash": "15245434977713927969" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/flow-link.js", + "hash": "13060171989317520449" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/form.js", + "hash": "9573856359280047236" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/hooks/create-client.utils.js", + "hash": "12033968783681475007" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/hooks/davinci.hook.js", + "hash": "15485115228788947743" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/hooks/oauth.hook.js", + "hash": "1009366561562221169" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/object-value.js", + "hash": "17615281610157191047" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/password.js", + "hash": "4402305024417758941" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/protect.js", + "hash": "11108797982479533928" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/readonly.js", + "hash": "8487122620813844607" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/single-select.js", + "hash": "11230791021913428926" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/social-login-button.js", + "hash": "6835023593662937633" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/submit-button.js", + "hash": "3271896215816518483" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/text.js", + "hash": "6018399673338564879" + }, + { + "file": "reactjs-todo-davinci/client/components/davinci-client/unknown.js", + "hash": "9804032366326005246" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/account-icon.js", + "hash": "4198606587596774438" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/action-icon.js", + "hash": "4000321824698610890" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/alert-icon.js", + "hash": "10223703005108187318" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/apple-icon.js", + "hash": "6000206716200467094" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/eye-icon.js", + "hash": "6773594641005756699" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/finger-print-icon.js", + "hash": "13358719512847610228" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/google-icon.js", + "hash": "17966899509652250469" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/home-icon.js", + "hash": "2217454361081615469" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/key-icon.js", + "hash": "3798083512093642891" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/left-arrow-icon.js", + "hash": "4390879898475367907" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/lock-icon.js", + "hash": "905386282937701061" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/new-user-icon.js", + "hash": "11099662313665387795" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/ping-icon.js", + "hash": "4733709784302567676" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/react-icon.js", + "hash": "1119826786155735669" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/todo-icon.js", + "hash": "126394070345862145" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/todos-icon.js", + "hash": "17026491141179564538" + }, + { + "file": "reactjs-todo-davinci/client/components/icons/verified-icon.js", + "hash": "6166822220533212482" + }, + { + "file": "reactjs-todo-davinci/client/components/layout/card.js", + "hash": "12708386437525346647" + }, + { + "file": "reactjs-todo-davinci/client/components/layout/footer.js", + "hash": "4123760633546056876" + }, + { + "file": "reactjs-todo-davinci/client/components/layout/header.js", + "hash": "7151928505823724120" + }, + { + "file": "reactjs-todo-davinci/client/components/todo/todo.js", + "hash": "1291923765715080798" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/create.js", + "hash": "18313794122247523684" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/delete.js", + "hash": "2053486838114549366" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/edit.js", + "hash": "10218146468387671853" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/fetch.js", + "hash": "8375108673498442229" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/reducer.js", + "hash": "15991191522310635296" + }, + { + "file": "reactjs-todo-davinci/client/components/todos/todo.js", + "hash": "2875431157584139890" + }, + { + "file": "reactjs-todo-davinci/client/components/utilities/back-home.js", + "hash": "14165297800229482809" + }, + { + "file": "reactjs-todo-davinci/client/components/utilities/loading.js", + "hash": "7577266884718566894" + }, + { + "file": "reactjs-todo-davinci/client/constants.js", + "hash": "16877905781105606773" + }, + { + "file": "reactjs-todo-davinci/client/global-state.js", + "hash": "6040429796613117393" + }, + { + "file": "reactjs-todo-davinci/client/index.js", + "hash": "17731489040383129022" + }, + { + "file": "reactjs-todo-davinci/client/router.js", + "hash": "18061617711172255962" + }, + { + "file": "reactjs-todo-davinci/client/styles/README.md", + "hash": "1266782523606485064" + }, + { + "file": "reactjs-todo-davinci/client/styles/_custom-styles.scss", + "hash": "7249807118128347181" + }, + { + "file": "reactjs-todo-davinci/client/styles/_custom-variables.scss", + "hash": "14994215728083981149" + }, + { + "file": "reactjs-todo-davinci/client/styles/index.scss", + "hash": "8872588377922197974" + }, + { + "file": "reactjs-todo-davinci/client/utilities/README.md", + "hash": "10029362049274514690" + }, + { + "file": "reactjs-todo-davinci/client/utilities/create-config.js", + "hash": "6980629478351149152" + }, + { + "file": "reactjs-todo-davinci/client/utilities/decode.js", + "hash": "4652771024825032846" + }, + { + "file": "reactjs-todo-davinci/client/utilities/request.js", + "hash": "13944549507030911554" + }, + { + "file": "reactjs-todo-davinci/client/utilities/route.js", + "hash": "7780357106726300656" + }, + { + "file": "reactjs-todo-davinci/client/views/README.md", + "hash": "15862277257597404380" + }, + { + "file": "reactjs-todo-davinci/client/views/home.js", + "hash": "17457202357202821144" + }, + { + "file": "reactjs-todo-davinci/client/views/login.js", + "hash": "2346608143198633714" + }, + { + "file": "reactjs-todo-davinci/client/views/logout.js", + "hash": "17310807971297075731" + }, + { + "file": "reactjs-todo-davinci/client/views/todos.js", + "hash": "17991685254618541329" + }, + { + "file": "reactjs-todo-davinci/e2e/davinci-login.spec.js", + "hash": "129741303508182267" + }, + { + "file": "reactjs-todo-davinci/e2e/davinci-logout.spec.js", + "hash": "202230629136158962" + }, + { + "file": "reactjs-todo-davinci/e2e/davinci-password-reset.spec.js", + "hash": "12611774463671713177" + }, + { + "file": "reactjs-todo-davinci/e2e/davinci-register-user.spec.js", + "hash": "8568555368307343989" + }, + { + "file": "reactjs-todo-davinci/e2e/davinci-todo.spec.js", + "hash": "4888776297649720994" + }, + { + "file": "reactjs-todo-davinci/package.json", + "hash": "11870449946213038675", + "deps": [ + "npm:@forgerock/davinci-client", + "npm:@forgerock/javascript-sdk", + "npm:cookie-parser", + "npm:cors", + "npm:dotenv", + "npm:express", + "npm:pouchdb", + "npm:react", + "npm:react-dom", + "npm:react-router-dom", + "npm:uuid", + "npm:@babel/cli", + "npm:@babel/core", + "npm:@babel/eslint-parser", + "npm:@babel/preset-env", + "npm:@babel/preset-react", + "npm:@playwright/test", + "npm:@types/node", + "npm:autoprefixer", + "npm:babel-loader", + "npm:bootstrap", + "npm:css-loader", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-config-standard", + "npm:eslint-plugin-import", + "npm:eslint-plugin-jsx", + "npm:eslint-plugin-n", + "npm:eslint-plugin-prettier", + "npm:eslint-plugin-promise", + "npm:eslint-plugin-react", + "npm:eslint-plugin-react-hooks", + "npm:local-web-server", + "npm:mini-css-extract-plugin", + "npm:postcss", + "npm:postcss-loader", + "npm:prettier", + "npm:sass", + "npm:sass-loader", + "npm:shx", + "npm:style-loader", + "npm:webpack", + "npm:webpack-cli", + "npm:webpack-dev-server" + ] + }, + { + "file": "reactjs-todo-davinci/playwright.config.ts", + "hash": "16595441204867646642" + }, + { + "file": "reactjs-todo-davinci/public/callback.html", + "hash": "3612517944893702183" + }, + { + "file": "reactjs-todo-davinci/public/index.html", + "hash": "18138796056395708872" + }, + { + "file": "reactjs-todo-davinci/webpack.config.js", + "hash": "1008971358360680849" + } + ], + "todo-api": [ + { + "file": "todo-api/.env.example", + "hash": "6506848261946039846" + }, + { + "file": "todo-api/.eslintrc.cjs", + "hash": "13812718279627391869" + }, + { + "file": "todo-api/package.json", + "hash": "12480342699709060430", + "deps": [ + "npm:cookie-parser", + "npm:cors", + "npm:dotenv", + "npm:express", + "npm:pouchdb", + "npm:superagent", + "npm:util", + "npm:uuid", + "npm:eslint", + "npm:eslint-config-standard", + "npm:eslint-plugin-import", + "npm:eslint-plugin-n", + "npm:eslint-plugin-promise" + ] + }, + { + "file": "todo-api/src/app/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "todo-api/src/app/README.md", + "hash": "12844770039598009459" + }, + { + "file": "todo-api/src/app/constants.js", + "hash": "17038100785483956344" + }, + { + "file": "todo-api/src/app/db.js", + "hash": "10778894485056622315" + }, + { + "file": "todo-api/src/app/middleware.js", + "hash": "354650995824696222" + }, + { + "file": "todo-api/src/app/routes.js", + "hash": "9823404597033095013" + }, + { + "file": "todo-api/src/assets/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "todo-api/src/environments/environment.prod.ts", + "hash": "10220522844224226756" + }, + { + "file": "todo-api/src/environments/environment.ts", + "hash": "1135292433917692033" + }, + { + "file": "todo-api/src/index.js", + "hash": "12130828017160358630" + }, + { + "file": "todo-api/tsconfig.json", + "hash": "7003096431214034422" + } + ], + "central-login-oidc": [ + { + "file": "central-login-oidc/.env.example", + "hash": "8535517530909853623" + }, + { + "file": "central-login-oidc/.eslintrc.cjs", + "hash": "13812718279627391869" + }, + { + "file": "central-login-oidc/README.md", + "hash": "9094011077692387747" + }, + { + "file": "central-login-oidc/package.json", + "hash": "16733206725519349079", + "deps": [ + "npm:@forgerock/javascript-sdk", + "npm:css-loader", + "npm:dotenv", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-config-standard", + "npm:eslint-plugin-import", + "npm:eslint-plugin-n", + "npm:eslint-plugin-prettier", + "npm:eslint-plugin-promise", + "npm:html-webpack-plugin", + "npm:style-loader", + "npm:webpack", + "npm:webpack-cli", + "npm:webpack-dev-server" + ] + }, + { + "file": "central-login-oidc/src/main.js", + "hash": "16773879094727439910" + }, + { + "file": "central-login-oidc/src/polyfills.ts", + "hash": "12959605551678143287" + }, + { + "file": "central-login-oidc/src/public/favicon.ico", + "hash": "17324173822744327927" + }, + { + "file": "central-login-oidc/src/public/index.html", + "hash": "9030208465298776194" + }, + { + "file": "central-login-oidc/src/styles.css", + "hash": "6923834966006207886" + }, + { + "file": "central-login-oidc/webpack.config.js", + "hash": "4624405891948839131" + } + ], + "embedded-login": [ + { + "file": "embedded-login/.env.example", + "hash": "13746188561242565878" + }, + { + "file": "embedded-login/.eslintrc.cjs", + "hash": "2001192815215823409" + }, + { + "file": "embedded-login/README.md", + "hash": "17999132111103918960" + }, + { + "file": "embedded-login/img/fr-ico.png", + "hash": "15318106953790942262" + }, + { + "file": "embedded-login/package.json", + "hash": "14858115237440153475", + "deps": [ + "npm:@forgerock/javascript-sdk", + "npm:css-loader", + "npm:dotenv", + "npm:eslint", + "npm:eslint-config-standard", + "npm:eslint-plugin-import", + "npm:eslint-plugin-n", + "npm:eslint-plugin-promise", + "npm:html-webpack-plugin", + "npm:style-loader", + "npm:webpack", + "npm:webpack-cli", + "npm:webpack-dev-server" + ] + }, + { + "file": "embedded-login/src/main.js", + "hash": "7604097960234983789" + }, + { + "file": "embedded-login/src/public/callback.html", + "hash": "8535524838945172440" + }, + { + "file": "embedded-login/src/public/favicon.ico", + "hash": "9303420814833116677" + }, + { + "file": "embedded-login/src/public/img/fr-ico.png", + "hash": "15318106953790942262" + }, + { + "file": "embedded-login/src/public/index.html", + "hash": "8755624292028934471" + }, + { + "file": "embedded-login/src/styles.css", + "hash": "3179611316447301584" + }, + { + "file": "embedded-login/tsconfig.app.json", + "hash": "6134963129703834549" + }, + { + "file": "embedded-login/tsconfig.json", + "hash": "6240538891403235665" + }, + { + "file": "embedded-login/webpack.config.js", + "hash": "16893631674573850714" + } + ], + "embedded-login-davinci": [ + { + "file": "embedded-login-davinci/.env.example", + "hash": "16100209184072090218" + }, + { + "file": "embedded-login-davinci/components/flow-link.ts", + "hash": "16832238904276184109" + }, + { + "file": "embedded-login-davinci/components/password.ts", + "hash": "3535459615283320854" + }, + { + "file": "embedded-login-davinci/components/protect.ts", + "hash": "13497673087981353059" + }, + { + "file": "embedded-login-davinci/components/social-login-button.ts", + "hash": "8614786650489550278" + }, + { + "file": "embedded-login-davinci/components/submit-button.ts", + "hash": "10405181368534175948" + }, + { + "file": "embedded-login-davinci/components/text.ts", + "hash": "3022485338087730845" + }, + { + "file": "embedded-login-davinci/index.html", + "hash": "8434423664281773398" + }, + { + "file": "embedded-login-davinci/main.ts", + "hash": "9752602746766142189" + }, + { + "file": "embedded-login-davinci/package.json", + "hash": "15544976290044133263", + "deps": [ + "npm:@forgerock/davinci-client", + "npm:@forgerock/javascript-sdk", + "npm:vite" + ] + }, + { + "file": "embedded-login-davinci/public/javascript.svg", + "hash": "8148257050081513771" + }, + { + "file": "embedded-login-davinci/public/typescript.svg", + "hash": "8667544980518902788" + }, + { + "file": "embedded-login-davinci/public/vite.svg", + "hash": "16046085400642193116" + }, + { + "file": "embedded-login-davinci/style.css", + "hash": "2574883677066347612" + }, + { + "file": "embedded-login-davinci/tsconfig.json", + "hash": "206115777995998649" + }, + { + "file": "embedded-login-davinci/vite-env.d.ts", + "hash": "13289839346657617509" + }, + { + "file": "embedded-login-davinci/vite.config.ts", + "hash": "1652943336070036792" + } + ], + "reactjs-todo": [ + { + "file": "reactjs-todo/.env.example", + "hash": "6388595275525394954" + }, + { + "file": "reactjs-todo/.eslintrc.js", + "hash": "15219841475860676306" + }, + { + "file": "reactjs-todo/.gitignore", + "hash": "10436825940704344450" + }, + { + "file": "reactjs-todo/README.md", + "hash": "8001614853675244972" + }, + { + "file": "reactjs-todo/babel.config.js", + "hash": "9828660790244425879" + }, + { + "file": "reactjs-todo/client/README.md", + "hash": "10084003441822028996" + }, + { + "file": "reactjs-todo/client/components/README.md", + "hash": "11221163990194035984" + }, + { + "file": "reactjs-todo/client/components/icons/account-icon.js", + "hash": "17226136213689497284" + }, + { + "file": "reactjs-todo/client/components/icons/action-icon.js", + "hash": "3048033409425756952" + }, + { + "file": "reactjs-todo/client/components/icons/alert-icon.js", + "hash": "13799630238955967376" + }, + { + "file": "reactjs-todo/client/components/icons/apple-icon.js", + "hash": "13018049048610794630" + }, + { + "file": "reactjs-todo/client/components/icons/eye-icon.js", + "hash": "8035016756520355785" + }, + { + "file": "reactjs-todo/client/components/icons/finger-print-icon.js", + "hash": "10105565728243064189" + }, + { + "file": "reactjs-todo/client/components/icons/forgerock-icon.js", + "hash": "14249384859599666709" + }, + { + "file": "reactjs-todo/client/components/icons/google-icon.js", + "hash": "5111117881621917519" + }, + { + "file": "reactjs-todo/client/components/icons/home-icon.js", + "hash": "178584782846568826" + }, + { + "file": "reactjs-todo/client/components/icons/key-icon.js", + "hash": "6143423416528487319" + }, + { + "file": "reactjs-todo/client/components/icons/left-arrow-icon.js", + "hash": "16817021318744974746" + }, + { + "file": "reactjs-todo/client/components/icons/lock-icon.js", + "hash": "8801829884328230587" + }, + { + "file": "reactjs-todo/client/components/icons/new-user-icon.js", + "hash": "491474292543162722" + }, + { + "file": "reactjs-todo/client/components/icons/ping-logo-square-color.svg", + "hash": "6142848601115184230" + }, + { + "file": "reactjs-todo/client/components/icons/react-icon.js", + "hash": "11744481338691092767" + }, + { + "file": "reactjs-todo/client/components/icons/todo-icon.js", + "hash": "11061064724677139826" + }, + { + "file": "reactjs-todo/client/components/icons/todos-icon.js", + "hash": "13714740065498362894" + }, + { + "file": "reactjs-todo/client/components/icons/verified-icon.js", + "hash": "7029823616785260278" + }, + { + "file": "reactjs-todo/client/components/journey/alert.js", + "hash": "2336322564125643684" + }, + { + "file": "reactjs-todo/client/components/journey/boolean.js", + "hash": "13335998985876226392" + }, + { + "file": "reactjs-todo/client/components/journey/button.js", + "hash": "7780971685558315116" + }, + { + "file": "reactjs-todo/client/components/journey/choice.js", + "hash": "9679391770451247903" + }, + { + "file": "reactjs-todo/client/components/journey/confirmation.js", + "hash": "3866839653668824104" + }, + { + "file": "reactjs-todo/client/components/journey/form.js", + "hash": "7293322567688829630" + }, + { + "file": "reactjs-todo/client/components/journey/identity-provider.js", + "hash": "9822586653495661382" + }, + { + "file": "reactjs-todo/client/components/journey/journey-state.js", + "hash": "7656803527874641206" + }, + { + "file": "reactjs-todo/client/components/journey/kba.js", + "hash": "1543651001363244099" + }, + { + "file": "reactjs-todo/client/components/journey/password.js", + "hash": "891334977971101882" + }, + { + "file": "reactjs-todo/client/components/journey/protect.js", + "hash": "14158933977859347926" + }, + { + "file": "reactjs-todo/client/components/journey/terms-conditions.js", + "hash": "15066080278525462060" + }, + { + "file": "reactjs-todo/client/components/journey/text-output.js", + "hash": "15895034744476288289" + }, + { + "file": "reactjs-todo/client/components/journey/text.js", + "hash": "11295155638492054091" + }, + { + "file": "reactjs-todo/client/components/journey/tree-reducer.js", + "hash": "2698219037510184266" + }, + { + "file": "reactjs-todo/client/components/journey/unknown.js", + "hash": "13195726208550337297" + }, + { + "file": "reactjs-todo/client/components/journey/web-authn.js", + "hash": "7365788942826783706" + }, + { + "file": "reactjs-todo/client/components/layout/card.js", + "hash": "15900812828579229017" + }, + { + "file": "reactjs-todo/client/components/layout/footer.js", + "hash": "6809378948625466722" + }, + { + "file": "reactjs-todo/client/components/layout/header.js", + "hash": "712192040334716212" + }, + { + "file": "reactjs-todo/client/components/todo/todo.js", + "hash": "18059838375005487198" + }, + { + "file": "reactjs-todo/client/components/todos/create.js", + "hash": "14076693448344355564" + }, + { + "file": "reactjs-todo/client/components/todos/delete.js", + "hash": "12316568905267361878" + }, + { + "file": "reactjs-todo/client/components/todos/edit.js", + "hash": "3853302876418693490" + }, + { + "file": "reactjs-todo/client/components/todos/fetch.js", + "hash": "12370771917408475826" + }, + { + "file": "reactjs-todo/client/components/todos/reducer.js", + "hash": "6113093243550142956" + }, + { + "file": "reactjs-todo/client/components/todos/todo.js", + "hash": "4448362864707544305" + }, + { + "file": "reactjs-todo/client/components/utilities/back-home.js", + "hash": "6143298354644772714" + }, + { + "file": "reactjs-todo/client/components/utilities/loading.js", + "hash": "16944579053845239554" + }, + { + "file": "reactjs-todo/client/constants.js", + "hash": "12199366746925473647" + }, + { + "file": "reactjs-todo/client/global-state.js", + "hash": "15256393776177732538" + }, + { + "file": "reactjs-todo/client/index.js", + "hash": "17523469420771070204" + }, + { + "file": "reactjs-todo/client/router.js", + "hash": "10203990327101667719" + }, + { + "file": "reactjs-todo/client/styles/README.md", + "hash": "1266782523606485064" + }, + { + "file": "reactjs-todo/client/styles/_custom-styles.scss", + "hash": "16964317754828774070" + }, + { + "file": "reactjs-todo/client/styles/_custom-variables.scss", + "hash": "14994215728083981149" + }, + { + "file": "reactjs-todo/client/styles/index.scss", + "hash": "8872588377922197974" + }, + { + "file": "reactjs-todo/client/utilities/README.md", + "hash": "10029362049274514690" + }, + { + "file": "reactjs-todo/client/utilities/decode.js", + "hash": "14931046082108399081" + }, + { + "file": "reactjs-todo/client/utilities/request.js", + "hash": "16499615472387031684" + }, + { + "file": "reactjs-todo/client/utilities/route.js", + "hash": "17610731777513916810" + }, + { + "file": "reactjs-todo/client/views/README.md", + "hash": "15862277257597404380" + }, + { + "file": "reactjs-todo/client/views/home.js", + "hash": "16786239860286029218" + }, + { + "file": "reactjs-todo/client/views/login.js", + "hash": "16086619857909960987" + }, + { + "file": "reactjs-todo/client/views/logout.js", + "hash": "6637862057084227305" + }, + { + "file": "reactjs-todo/client/views/register.js", + "hash": "16786251908362459543" + }, + { + "file": "reactjs-todo/client/views/todos.js", + "hash": "1004486568796125512" + }, + { + "file": "reactjs-todo/e2e/centralized-login.spec.js", + "hash": "13224499254085654539" + }, + { + "file": "reactjs-todo/e2e/embedded-login.spec.js", + "hash": "13881863859133394534" + }, + { + "file": "reactjs-todo/e2e/protect.spec.js", + "hash": "3388842219296109628" + }, + { + "file": "reactjs-todo/e2e/register-new-user.spec.js", + "hash": "12111507786970791413" + }, + { + "file": "reactjs-todo/e2e/social-login.spec.js", + "hash": "12139259716074010381" + }, + { + "file": "reactjs-todo/e2e/virtual-authenticator.spec.js", + "hash": "8955384503390053557" + }, + { + "file": "reactjs-todo/package.json", + "hash": "9154943084292194222", + "deps": [ + "npm:@forgerock/javascript-sdk", + "npm:@forgerock/ping-protect", + "npm:cookie-parser", + "npm:cors", + "npm:dotenv", + "npm:express", + "npm:pouchdb", + "npm:react", + "npm:react-dom", + "npm:react-router-dom", + "npm:uuid", + "npm:@babel/cli", + "npm:@babel/core", + "npm:@babel/eslint-parser", + "npm:@babel/preset-env", + "npm:@babel/preset-react", + "npm:@playwright/test", + "npm:@types/node", + "npm:autoprefixer", + "npm:babel-loader", + "npm:bootstrap", + "npm:css-loader", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-config-standard", + "npm:eslint-plugin-import", + "npm:eslint-plugin-jsx", + "npm:eslint-plugin-n", + "npm:eslint-plugin-prettier", + "npm:eslint-plugin-promise", + "npm:eslint-plugin-react", + "npm:eslint-plugin-react-hooks", + "npm:local-web-server", + "npm:mini-css-extract-plugin", + "npm:postcss", + "npm:postcss-loader", + "npm:prettier", + "npm:sass", + "npm:sass-loader", + "npm:shx", + "npm:style-loader", + "npm:webpack", + "npm:webpack-cli" + ] + }, + { + "file": "reactjs-todo/playwright.config.ts", + "hash": "496831205716661829" + }, + { + "file": "reactjs-todo/webpack.config.js", + "hash": "4374790819900749700" + } + ] + }, + "nonProjectFiles": [ + { + "file": ".cache/ms-playwright/webkit-2182/WebCore.framework/Versions/A/PrivateHeaders/CurrentUserDetailsOptions.h", + "hash": "7851970354162702184" + }, + { + "file": ".dockerignore", + "hash": "11532551937659660698" + }, + { + "file": ".eslintrc.js", + "hash": "11512961981873274153" + }, + { + "file": ".gitignore", + "hash": "13546432301836428221" + }, + { + "file": ".node-version", + "hash": "9870864018799265221" + }, + { + "file": ".nx/cache/file-map.json", + "hash": "9441078921206097811" + }, + { + "file": ".nx/cache/lockfile.hash", + "hash": "16191217046963972021" + }, + { + "file": ".nx/cache/parsed-lock-file.json", + "hash": "1100617634523244953" + }, + { + "file": ".nx/cache/project-graph.json", + "hash": "2850482614016635050" + }, + { + "file": ".prettierrc", + "hash": "8956249211225399380" + }, + { + "file": "Dockerfile.angular", + "hash": "6387364002922430038" + }, + { + "file": "Dockerfile.api", + "hash": "3826631615344574472" + }, + { + "file": "Dockerfile.react", + "hash": "15073461516189507379" + }, + { + "file": "Dockerfile.vite", + "hash": "6208028072442496478" + }, + { + "file": "README.docker.md", + "hash": "7779238828647814266" + }, + { + "file": "README.md", + "hash": "15267061246615600735" + }, + { + "file": "angular-todo-davinci/.editorconfig", + "hash": "6686520031028425313" + }, + { + "file": "angular-todo-davinci/.env.example", + "hash": "13057160313445999162" + }, + { + "file": "angular-todo-davinci/.eslintrc.json", + "hash": "9310540616391178807" + }, + { + "file": "angular-todo-davinci/.gitignore", + "hash": "13449171869374220631" + }, + { + "file": "angular-todo-davinci/README.md", + "hash": "2445638245684084052" + }, + { + "file": "angular-todo-davinci/angular.json", + "hash": "16099517248199981940" + }, + { + "file": "angular-todo-davinci/e2e/davinci-login.spec.js", + "hash": "5638217177034608214" + }, + { + "file": "angular-todo-davinci/e2e/davinci-logout.spec.js", + "hash": "8210289905741133945" + }, + { + "file": "angular-todo-davinci/e2e/davinci-password-reset.spec.js", + "hash": "8984901559917291848" + }, + { + "file": "angular-todo-davinci/e2e/davinci-register-user.spec.js", + "hash": "3045064232354710435" + }, + { + "file": "angular-todo-davinci/e2e/davinci-todo.spec.js", + "hash": "17623439371655951232" + }, + { + "file": "angular-todo-davinci/package.json", + "hash": "2603406894660772216" + }, + { + "file": "angular-todo-davinci/playwright.config.ts", + "hash": "2147594702025931434" + }, + { + "file": "angular-todo-davinci/set-env.mjs", + "hash": "2517564103555354655" + }, + { + "file": "angular-todo-davinci/src/app/app-routing.module.ts", + "hash": "2804821855112168" + }, + { + "file": "angular-todo-davinci/src/app/app.component.html", + "hash": "16828731775370455543" + }, + { + "file": "angular-todo-davinci/src/app/app.component.ts", + "hash": "17290819592919701229" + }, + { + "file": "angular-todo-davinci/src/app/auth/auth.guard.ts", + "hash": "8148820633914556358" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/alert/alert.component.html", + "hash": "12063422961993600633" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/alert/alert.component.ts", + "hash": "10298017984682770543" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/davinci.utils.ts", + "hash": "7917668265246415449" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/flow-link/flow-link.component.html", + "hash": "12018360668881863101" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/flow-link/flow-link.component.ts", + "hash": "17975113814079192711" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/form/form.component.html", + "hash": "4359640642292770253" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/form/form.component.ts", + "hash": "15707669275583517137" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/password/password.component.html", + "hash": "17865293644768165769" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/password/password.component.ts", + "hash": "13282613290664332180" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/protect/protect.component.html", + "hash": "17441126763737285813" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/protect/protect.component.ts", + "hash": "9192105040451405770" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/submit-button/submit-button.component.html", + "hash": "2325327471756589152" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/submit-button/submit-button.component.ts", + "hash": "13104721989694362255" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/text-input/text-input.component.html", + "hash": "17444052052839522399" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/text-input/text-input.component.ts", + "hash": "11038328930588368338" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/unknown/unknown.component.html", + "hash": "13130863315652556811" + }, + { + "file": "angular-todo-davinci/src/app/features/davinci/unknown/unknown.component.ts", + "hash": "16215567684607120922" + }, + { + "file": "angular-todo-davinci/src/app/features/todo/todo.component.html", + "hash": "17609884462101476517" + }, + { + "file": "angular-todo-davinci/src/app/features/todo/todo.component.ts", + "hash": "6082827491496510346" + }, + { + "file": "angular-todo-davinci/src/app/features/todo/todo.types.ts", + "hash": "3220320726251110591" + }, + { + "file": "angular-todo-davinci/src/app/icons/account-icon/account-icon.component.html", + "hash": "11112591438957485670" + }, + { + "file": "angular-todo-davinci/src/app/icons/account-icon/account-icon.component.ts", + "hash": "10575557634165391766" + }, + { + "file": "angular-todo-davinci/src/app/icons/action-icon/action-icon.component.html", + "hash": "12677477916334821098" + }, + { + "file": "angular-todo-davinci/src/app/icons/action-icon/action-icon.component.ts", + "hash": "16772478169921504972" + }, + { + "file": "angular-todo-davinci/src/app/icons/alert-icon/alert-icon.component.html", + "hash": "7327514190766492092" + }, + { + "file": "angular-todo-davinci/src/app/icons/alert-icon/alert-icon.component.ts", + "hash": "17988758473912072670" + }, + { + "file": "angular-todo-davinci/src/app/icons/angular-icon/angular-icon.component.html", + "hash": "9967742448742180330" + }, + { + "file": "angular-todo-davinci/src/app/icons/angular-icon/angular-icon.component.ts", + "hash": "6693483946840341974" + }, + { + "file": "angular-todo-davinci/src/app/icons/apple-icon/apple-icon.component.html", + "hash": "16424596028322545364" + }, + { + "file": "angular-todo-davinci/src/app/icons/apple-icon/apple-icon.component.ts", + "hash": "8798431641737748308" + }, + { + "file": "angular-todo-davinci/src/app/icons/eye-icon/eye-icon.component.html", + "hash": "8138567738871818844" + }, + { + "file": "angular-todo-davinci/src/app/icons/eye-icon/eye-icon.component.ts", + "hash": "4386487918171120061" + }, + { + "file": "angular-todo-davinci/src/app/icons/finger-print-icon/finger-print-icon.component.html", + "hash": "10101896338632074278" + }, + { + "file": "angular-todo-davinci/src/app/icons/finger-print-icon/finger-print-icon.component.ts", + "hash": "5741978598550091804" + }, + { + "file": "angular-todo-davinci/src/app/icons/google-icon/google-icon.component.html", + "hash": "1131520608246968732" + }, + { + "file": "angular-todo-davinci/src/app/icons/google-icon/google-icon.component.ts", + "hash": "2829669574582535297" + }, + { + "file": "angular-todo-davinci/src/app/icons/home-icon/home-icon.component.html", + "hash": "5902687977660312533" + }, + { + "file": "angular-todo-davinci/src/app/icons/home-icon/home-icon.component.ts", + "hash": "7848468594897606972" + }, + { + "file": "angular-todo-davinci/src/app/icons/key-icon/key-icon.component.html", + "hash": "15814417321265461435" + }, + { + "file": "angular-todo-davinci/src/app/icons/key-icon/key-icon.component.ts", + "hash": "13502235137196830132" + }, + { + "file": "angular-todo-davinci/src/app/icons/left-arrow-icon/left-arrow-icon.component.html", + "hash": "13521865002989840370" + }, + { + "file": "angular-todo-davinci/src/app/icons/left-arrow-icon/left-arrow-icon.component.ts", + "hash": "7666389287512322271" + }, + { + "file": "angular-todo-davinci/src/app/icons/lock-icon/lock-icon.component.html", + "hash": "6613440750345437470" + }, + { + "file": "angular-todo-davinci/src/app/icons/lock-icon/lock-icon.component.ts", + "hash": "6449798715281970670" + }, + { + "file": "angular-todo-davinci/src/app/icons/new-user-icon/new-user-icon.component.html", + "hash": "2373069745553750962" + }, + { + "file": "angular-todo-davinci/src/app/icons/new-user-icon/new-user-icon.component.ts", + "hash": "9848117387549364023" + }, + { + "file": "angular-todo-davinci/src/app/icons/ping-icon/ping-icon.component.html", + "hash": "15089514589002018982" + }, + { + "file": "angular-todo-davinci/src/app/icons/ping-icon/ping-icon.component.ts", + "hash": "17683866679834574746" + }, + { + "file": "angular-todo-davinci/src/app/icons/todo-icon/todo-icon.component.html", + "hash": "10765640982540524937" + }, + { + "file": "angular-todo-davinci/src/app/icons/todo-icon/todo-icon.component.ts", + "hash": "1368136480648172943" + }, + { + "file": "angular-todo-davinci/src/app/icons/todos-icon/todos-icon.component.html", + "hash": "10108129994616033639" + }, + { + "file": "angular-todo-davinci/src/app/icons/todos-icon/todos-icon.component.ts", + "hash": "17150209350134900412" + }, + { + "file": "angular-todo-davinci/src/app/icons/verified-icon/verified-icon.component.html", + "hash": "2791690053431516079" + }, + { + "file": "angular-todo-davinci/src/app/icons/verified-icon/verified-icon.component.ts", + "hash": "16858379503699501682" + }, + { + "file": "angular-todo-davinci/src/app/layout/footer/footer.component.html", + "hash": "11479087779559345057" + }, + { + "file": "angular-todo-davinci/src/app/layout/footer/footer.component.ts", + "hash": "1182132288058698539" + }, + { + "file": "angular-todo-davinci/src/app/layout/header/header.component.html", + "hash": "13955760973654776140" + }, + { + "file": "angular-todo-davinci/src/app/layout/header/header.component.ts", + "hash": "14432833407297104842" + }, + { + "file": "angular-todo-davinci/src/app/services/sdk.service.ts", + "hash": "10185210804125973743" + }, + { + "file": "angular-todo-davinci/src/app/services/todo.service.ts", + "hash": "17111567953150579876" + }, + { + "file": "angular-todo-davinci/src/app/utilities/back-home/back-home.component.html", + "hash": "12388783160113707693" + }, + { + "file": "angular-todo-davinci/src/app/utilities/back-home/back-home.component.ts", + "hash": "5240352561274813770" + }, + { + "file": "angular-todo-davinci/src/app/utilities/loading/loading.component.html", + "hash": "2455849284762546888" + }, + { + "file": "angular-todo-davinci/src/app/utilities/loading/loading.component.ts", + "hash": "16037865121808650674" + }, + { + "file": "angular-todo-davinci/src/app/views/home/home.component.html", + "hash": "12147618466309687959" + }, + { + "file": "angular-todo-davinci/src/app/views/home/home.component.ts", + "hash": "12535821250463238515" + }, + { + "file": "angular-todo-davinci/src/app/views/login/login.component.html", + "hash": "2925974221770056263" + }, + { + "file": "angular-todo-davinci/src/app/views/login/login.component.ts", + "hash": "17174533268775549760" + }, + { + "file": "angular-todo-davinci/src/app/views/logout/logout.component.html", + "hash": "429101383927065894" + }, + { + "file": "angular-todo-davinci/src/app/views/logout/logout.component.ts", + "hash": "9726012434602900781" + }, + { + "file": "angular-todo-davinci/src/app/views/todos/todos.component.html", + "hash": "4735083366700282369" + }, + { + "file": "angular-todo-davinci/src/app/views/todos/todos.component.ts", + "hash": "5427485705046745090" + }, + { + "file": "angular-todo-davinci/src/callback.html", + "hash": "2785395145324400028" + }, + { + "file": "angular-todo-davinci/src/environments/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "angular-todo-davinci/src/favicon.ico", + "hash": "3464744996580215640" + }, + { + "file": "angular-todo-davinci/src/index.html", + "hash": "5601742795173823255" + }, + { + "file": "angular-todo-davinci/src/main.ts", + "hash": "10932277164503416197" + }, + { + "file": "angular-todo-davinci/src/polyfills.ts", + "hash": "7040016832824372024" + }, + { + "file": "angular-todo-davinci/src/styles/_custom-styles.scss", + "hash": "15328031473015577581" + }, + { + "file": "angular-todo-davinci/src/styles/_custom-variables.scss", + "hash": "3050225497165805981" + }, + { + "file": "angular-todo-davinci/src/styles.scss", + "hash": "7525651455752889729" + }, + { + "file": "angular-todo-davinci/src/test-setup.ts", + "hash": "17711435995618823417" + }, + { + "file": "angular-todo-davinci/src/utilities/create-config.ts", + "hash": "3774099855793187908" + }, + { + "file": "angular-todo-davinci/tsconfig.app.json", + "hash": "11674506502668556549" + }, + { + "file": "angular-todo-davinci/tsconfig.json", + "hash": "18094102497738200692" + }, + { + "file": "angular-todo-davinci/tsconfig.spec.json", + "hash": "11901043454877211451" + }, + { + "file": "docker-compose.yml", + "hash": "7573748086949734266" + }, + { + "file": "logs/.bb9d891453bf54bbab5df5ad0494cd988a415e53-audit.json", + "hash": "11330169574909581457" + }, + { + "file": "package-lock.json", + "hash": "6283332477687631844" + }, + { + "file": "package.json", + "hash": "17697298553124249270" + } + ] + } +} diff --git a/javascript/.nx/cache/lockfile.hash b/javascript/.nx/cache/lockfile.hash new file mode 100644 index 00000000..81be6bcc --- /dev/null +++ b/javascript/.nx/cache/lockfile.hash @@ -0,0 +1 @@ +10645672095441825235 \ No newline at end of file diff --git a/javascript/.nx/cache/parsed-lock-file.json b/javascript/.nx/cache/parsed-lock-file.json new file mode 100644 index 00000000..8f1d6a4d --- /dev/null +++ b/javascript/.nx/cache/parsed-lock-file.json @@ -0,0 +1,31551 @@ +{ + "externalNodes": { + "npm:@typescript-eslint/eslint-plugin@6.13.1": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==" + } + }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" + } + }, + "npm:@typescript-eslint/parser@6.13.1": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@6.13.1", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" + } + }, + "npm:eslint-config-prettier@9.1.0": { + "type": "npm", + "name": "npm:eslint-config-prettier@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "10.1.5", + "packageName": "eslint-config-prettier", + "hash": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==" + } + }, + "npm:eslint-config-prettier@8.10.0": { + "type": "npm", + "name": "npm:eslint-config-prettier@8.10.0", + "data": { + "version": "8.10.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==" + } + }, + "npm:eslint-plugin-prettier@5.5.1": { + "type": "npm", + "name": "npm:eslint-plugin-prettier@5.5.1", + "data": { + "version": "5.5.1", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==" + } + }, + "npm:eslint-plugin-prettier": { + "type": "npm", + "name": "npm:eslint-plugin-prettier", + "data": { + "version": "3.4.1", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==" + } + }, + "npm:prettier@3.6.2": { + "type": "npm", + "name": "npm:prettier@3.6.2", + "data": { + "version": "3.6.2", + "packageName": "prettier", + "hash": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "2.8.8", + "packageName": "prettier", + "hash": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@angular-devkit/architect": { + "type": "npm", + "name": "npm:@angular-devkit/architect", + "data": { + "version": "0.1703.17", + "packageName": "@angular-devkit/architect", + "hash": "sha512-LD6po8lGP2FI7WbnsSxtvpiIi+FYL0aNfteunkT+7po9jUNflBEYHA64UWNO56u7ryKNdbuiN8/TEh7FEUnmCw==" + } + }, + "npm:rxjs@7.8.1": { + "type": "npm", + "name": "npm:rxjs@7.8.1", + "data": { + "version": "7.8.1", + "packageName": "rxjs", + "hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" + } + }, + "npm:rxjs": { + "type": "npm", + "name": "npm:rxjs", + "data": { + "version": "7.8.2", + "packageName": "rxjs", + "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" + } + }, + "npm:@angular-devkit/build-angular": { + "type": "npm", + "name": "npm:@angular-devkit/build-angular", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/build-angular", + "hash": "sha512-0kLVwjLZ5v4uIaG0K6sHJxxppS0bvjNmxHkbybU8FBW3r5MOBQh/ApsiCQKQQ8GBrQz9qSJvLJH8lsb/uR8aPQ==" + } + }, + "npm:@babel/core@7.26.10": { + "type": "npm", + "name": "npm:@babel/core@7.26.10", + "data": { + "version": "7.26.10", + "packageName": "@babel/core", + "hash": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==" + } + }, + "npm:@babel/core@7.23.9": { + "type": "npm", + "name": "npm:@babel/core@7.23.9", + "data": { + "version": "7.23.9", + "packageName": "@babel/core", + "hash": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.28.0", + "packageName": "@babel/core", + "hash": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==" + } + }, + "npm:semver@6.3.1": { + "type": "npm", + "name": "npm:semver@6.3.1", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:semver@7.5.3": { + "type": "npm", + "name": "npm:semver@7.5.3", + "data": { + "version": "7.5.3", + "packageName": "semver", + "hash": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==" + } + }, + "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": "7.7.2", + "packageName": "semver", + "hash": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==" + } + }, + "npm:@babel/preset-env@7.26.9": { + "type": "npm", + "name": "npm:@babel/preset-env@7.26.9", + "data": { + "version": "7.26.9", + "packageName": "@babel/preset-env", + "hash": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.28.0", + "packageName": "@babel/preset-env", + "hash": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==" + } + }, + "npm:argparse@2.0.1": { + "type": "npm", + "name": "npm:argparse@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:autoprefixer@10.4.18": { + "type": "npm", + "name": "npm:autoprefixer@10.4.18", + "data": { + "version": "10.4.18", + "packageName": "autoprefixer", + "hash": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==" + } + }, + "npm:autoprefixer": { + "type": "npm", + "name": "npm:autoprefixer", + "data": { + "version": "10.4.21", + "packageName": "autoprefixer", + "hash": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==" + } + }, + "npm:babel-loader@9.1.3": { + "type": "npm", + "name": "npm:babel-loader@9.1.3", + "data": { + "version": "9.1.3", + "packageName": "babel-loader", + "hash": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==" + } + }, + "npm:babel-loader": { + "type": "npm", + "name": "npm:babel-loader", + "data": { + "version": "8.4.1", + "packageName": "babel-loader", + "hash": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==" + } + }, + "npm:convert-source-map@2.0.0": { + "type": "npm", + "name": "npm:convert-source-map@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "1.9.0", + "packageName": "convert-source-map", + "hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + } + }, + "npm:cosmiconfig@9.0.0": { + "type": "npm", + "name": "npm:cosmiconfig@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" + } + }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "7.1.0", + "packageName": "cosmiconfig", + "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" + } + }, + "npm:css-loader@6.10.0": { + "type": "npm", + "name": "npm:css-loader@6.10.0", + "data": { + "version": "6.10.0", + "packageName": "css-loader", + "hash": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==" + } + }, + "npm:css-loader": { + "type": "npm", + "name": "npm:css-loader", + "data": { + "version": "6.11.0", + "packageName": "css-loader", + "hash": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==" + } + }, + "npm:css-loader@5.2.7": { + "type": "npm", + "name": "npm:css-loader@5.2.7", + "data": { + "version": "5.2.7", + "packageName": "css-loader", + "hash": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==" + } + }, + "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:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "7.2.2", + "packageName": "eslint-scope", + "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" + } + }, + "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:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:find-cache-dir@4.0.0": { + "type": "npm", + "name": "npm:find-cache-dir@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "find-cache-dir", + "hash": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==" + } + }, + "npm:find-cache-dir": { + "type": "npm", + "name": "npm:find-cache-dir", + "data": { + "version": "3.3.2", + "packageName": "find-cache-dir", + "hash": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==" + } + }, + "npm:find-up@6.3.0": { + "type": "npm", + "name": "npm:find-up@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "find-up", + "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" + } + }, + "npm:find-up@5.0.0": { + "type": "npm", + "name": "npm:find-up@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "4.1.0", + "packageName": "find-up", + "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" + } + }, + "npm:immutable@4.3.7": { + "type": "npm", + "name": "npm:immutable@4.3.7", + "data": { + "version": "4.3.7", + "packageName": "immutable", + "hash": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==" + } + }, + "npm:immutable": { + "type": "npm", + "name": "npm:immutable", + "data": { + "version": "5.1.3", + "packageName": "immutable", + "hash": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==" + } + }, + "npm:ipaddr.js@2.2.0": { + "type": "npm", + "name": "npm:ipaddr.js@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "ipaddr.js", + "hash": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==" + } + }, + "npm:ipaddr.js": { + "type": "npm", + "name": "npm:ipaddr.js", + "data": { + "version": "1.9.1", + "packageName": "ipaddr.js", + "hash": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "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-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "3.0.2", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==" + } + }, + "npm:json-schema-traverse@0.4.1": { + "type": "npm", + "name": "npm:json-schema-traverse@0.4.1", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "1.0.0", + "packageName": "json-schema-traverse", + "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + } + }, + "npm:locate-path@7.2.0": { + "type": "npm", + "name": "npm:locate-path@7.2.0", + "data": { + "version": "7.2.0", + "packageName": "locate-path", + "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" + } + }, + "npm:locate-path@6.0.0": { + "type": "npm", + "name": "npm:locate-path@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "5.0.0", + "packageName": "locate-path", + "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + } + }, + "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@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:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:mini-css-extract-plugin@2.8.1": { + "type": "npm", + "name": "npm:mini-css-extract-plugin@2.8.1", + "data": { + "version": "2.8.1", + "packageName": "mini-css-extract-plugin", + "hash": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==" + } + }, + "npm:mini-css-extract-plugin": { + "type": "npm", + "name": "npm:mini-css-extract-plugin", + "data": { + "version": "1.6.2", + "packageName": "mini-css-extract-plugin", + "hash": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==" + } + }, + "npm:p-limit@4.0.0": { + "type": "npm", + "name": "npm:p-limit@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-limit", + "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "2.3.0", + "packageName": "p-limit", + "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + } + }, + "npm:p-locate@6.0.0": { + "type": "npm", + "name": "npm:p-locate@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "p-locate", + "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" + } + }, + "npm:p-locate@5.0.0": { + "type": "npm", + "name": "npm:p-locate@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "4.1.0", + "packageName": "p-locate", + "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + } + }, + "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:pkg-dir@7.0.0": { + "type": "npm", + "name": "npm:pkg-dir@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "pkg-dir", + "hash": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" + } + }, + "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:postcss@8.4.35": { + "type": "npm", + "name": "npm:postcss@8.4.35", + "data": { + "version": "8.4.35", + "packageName": "postcss", + "hash": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.5.6", + "packageName": "postcss", + "hash": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" + } + }, + "npm:postcss-loader@8.1.1": { + "type": "npm", + "name": "npm:postcss-loader@8.1.1", + "data": { + "version": "8.1.1", + "packageName": "postcss-loader", + "hash": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==" + } + }, + "npm:postcss-loader": { + "type": "npm", + "name": "npm:postcss-loader", + "data": { + "version": "6.2.1", + "packageName": "postcss-loader", + "hash": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.10", + "packageName": "rimraf", + "hash": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" + } + }, + "npm:sass@1.71.1": { + "type": "npm", + "name": "npm:sass@1.71.1", + "data": { + "version": "1.71.1", + "packageName": "sass", + "hash": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==" + } + }, + "npm:sass": { + "type": "npm", + "name": "npm:sass", + "data": { + "version": "1.89.2", + "packageName": "sass", + "hash": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==" + } + }, + "npm:sass-loader@14.1.1": { + "type": "npm", + "name": "npm:sass-loader@14.1.1", + "data": { + "version": "14.1.1", + "packageName": "sass-loader", + "hash": "sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw==" + } + }, + "npm:sass-loader": { + "type": "npm", + "name": "npm:sass-loader", + "data": { + "version": "12.6.0", + "packageName": "sass-loader", + "hash": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==" + } + }, + "npm:schema-utils@4.3.2": { + "type": "npm", + "name": "npm:schema-utils@4.3.2", + "data": { + "version": "4.3.2", + "packageName": "schema-utils", + "hash": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==" + } + }, + "npm:schema-utils@3.3.0": { + "type": "npm", + "name": "npm:schema-utils@3.3.0", + "data": { + "version": "3.3.0", + "packageName": "schema-utils", + "hash": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" + } + }, + "npm:schema-utils": { + "type": "npm", + "name": "npm:schema-utils", + "data": { + "version": "2.7.1", + "packageName": "schema-utils", + "hash": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==" + } + }, + "npm:tslib@2.6.2": { + "type": "npm", + "name": "npm:tslib@2.6.2", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.8.1", + "packageName": "tslib", + "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } + }, + "npm:webpack@5.94.0": { + "type": "npm", + "name": "npm:webpack@5.94.0", + "data": { + "version": "5.94.0", + "packageName": "webpack", + "hash": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==" + } + }, + "npm:webpack": { + "type": "npm", + "name": "npm:webpack", + "data": { + "version": "5.100.0", + "packageName": "webpack", + "hash": "sha512-H8yBSBTk+BqxrINJnnRzaxU94SVP2bjd7WmA+PfCphoIdDpeQMJ77pq9/4I7xjLq38cB1bNKfzYPZu8pB3zKtg==" + } + }, + "npm:webpack-dev-server@4.15.1": { + "type": "npm", + "name": "npm:webpack-dev-server@4.15.1", + "data": { + "version": "4.15.1", + "packageName": "webpack-dev-server", + "hash": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==" + } + }, + "npm:webpack-dev-server": { + "type": "npm", + "name": "npm:webpack-dev-server", + "data": { + "version": "4.15.2", + "packageName": "webpack-dev-server", + "hash": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==" + } + }, + "npm:webpack-dev-server@5.2.2": { + "type": "npm", + "name": "npm:webpack-dev-server@5.2.2", + "data": { + "version": "5.2.2", + "packageName": "webpack-dev-server", + "hash": "sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==" + } + }, + "npm:webpack-dev-middleware@5.3.4": { + "type": "npm", + "name": "npm:webpack-dev-middleware@5.3.4", + "data": { + "version": "5.3.4", + "packageName": "webpack-dev-middleware", + "hash": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==" + } + }, + "npm:webpack-dev-middleware": { + "type": "npm", + "name": "npm:webpack-dev-middleware", + "data": { + "version": "6.1.2", + "packageName": "webpack-dev-middleware", + "hash": "sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==" + } + }, + "npm:webpack-dev-middleware@7.4.2": { + "type": "npm", + "name": "npm:webpack-dev-middleware@7.4.2", + "data": { + "version": "7.4.2", + "packageName": "webpack-dev-middleware", + "hash": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==" + } + }, + "npm:ajv@6.12.6": { + "type": "npm", + "name": "npm:ajv@6.12.6", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "8.12.0", + "packageName": "ajv", + "hash": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" + } + }, + "npm:ajv@8.17.1": { + "type": "npm", + "name": "npm:ajv@8.17.1", + "data": { + "version": "8.17.1", + "packageName": "ajv", + "hash": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" + } + }, + "npm:ajv-keywords@3.5.2": { + "type": "npm", + "name": "npm:ajv-keywords@3.5.2", + "data": { + "version": "3.5.2", + "packageName": "ajv-keywords", + "hash": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + } + }, + "npm:ajv-keywords": { + "type": "npm", + "name": "npm:ajv-keywords", + "data": { + "version": "5.1.0", + "packageName": "ajv-keywords", + "hash": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" + } + }, + "npm:watchpack@2.4.4": { + "type": "npm", + "name": "npm:watchpack@2.4.4", + "data": { + "version": "2.4.4", + "packageName": "watchpack", + "hash": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==" + } + }, + "npm:watchpack": { + "type": "npm", + "name": "npm:watchpack", + "data": { + "version": "2.4.0", + "packageName": "watchpack", + "hash": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==" + } + }, + "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": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:@angular-devkit/build-webpack": { + "type": "npm", + "name": "npm:@angular-devkit/build-webpack", + "data": { + "version": "0.1703.17", + "packageName": "@angular-devkit/build-webpack", + "hash": "sha512-81RJe/WFQ1QOJA9du+jK41KaaWXmEWt3frtj9eseWSr+d+Ebt0JMblzM12A70qm7LoUvG48hSiimm7GmkzV3rw==" + } + }, + "npm:@angular-devkit/core": { + "type": "npm", + "name": "npm:@angular-devkit/core", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/core", + "hash": "sha512-7aNVqS3rOGsSZYAOO44xl2KURwaoOP+EJhJs+LqOGOFpok2kd8YLf4CAMUossMF4H7HsJpgKwYqGrV5eXunrpw==" + } + }, + "npm:@angular-devkit/schematics": { + "type": "npm", + "name": "npm:@angular-devkit/schematics", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/schematics", + "hash": "sha512-ZXsIJXZm0I0dNu1BqmjfEtQhnzqoupUHHZb4GHm5NeQHBFZctQlkkNxLUU27GVeBUwFgEmP7kFgSLlMPTGSL5g==" + } + }, + "npm:@angular-eslint/builder": { + "type": "npm", + "name": "npm:@angular-eslint/builder", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/builder", + "hash": "sha512-QGnIaypNP1osDObTIRJ5JF1KdMBn2oghZXMZAFN+qc+4+EX0SLfrSVw0YTZRH1Sg8ns3/Q+E6jYrswrhV1JmKQ==" + } + }, + "npm:@angular-eslint/bundled-angular-compiler": { + "type": "npm", + "name": "npm:@angular-eslint/bundled-angular-compiler", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/bundled-angular-compiler", + "hash": "sha512-xRlSh9qjdUdUKAy/0UQsxX7wf1tHApAsHsfismebPriqfmVAPyEg4HBrM8ImWaZxiqaTGC1AyHsUBQD5FK8o6w==" + } + }, + "npm:@angular-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@angular-eslint/eslint-plugin", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/eslint-plugin", + "hash": "sha512-fFOBlCOVObVu3gjLj+0BypqO1ZR/0bfJnDElqMdYwJG7zRaFT8NNQbrOo/q/GQoqOFoNna6mw3teTGsd5JnL2A==" + } + }, + "npm:@angular-eslint/eslint-plugin-template": { + "type": "npm", + "name": "npm:@angular-eslint/eslint-plugin-template", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/eslint-plugin-template", + "hash": "sha512-unZ6QNwtxuB8Eni7UPdw7uK6iZipZUXIsH+ZuLMOxwFgGMqeRnpv8SW0212rto3d/Ec0jESzVHKcwZ9pT+jxgw==" + } + }, + "npm:@angular-eslint/schematics": { + "type": "npm", + "name": "npm:@angular-eslint/schematics", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/schematics", + "hash": "sha512-Bkt8iOXWRQGSrcLRGzdyJLvSPcIChW5+dh5lXa5GhdLmVAF7jpjxqGwW0rNb5JhLa/phyH0XQIpLBaOPtacSMA==" + } + }, + "npm:ignore@5.3.0": { + "type": "npm", + "name": "npm:ignore@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "ignore", + "hash": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.2", + "packageName": "ignore", + "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" + } + }, + "npm:@angular-eslint/template-parser": { + "type": "npm", + "name": "npm:@angular-eslint/template-parser", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/template-parser", + "hash": "sha512-ofL46rNhRVeSxrSQF0vwhKMco+vJuo+ZGjSOzFmT9N3KAMB0j+WXTbpyGGMy0gQSBc4W6p+j+zxGa2CR2xb6wA==" + } + }, + "npm:@angular-eslint/utils": { + "type": "npm", + "name": "npm:@angular-eslint/utils", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/utils", + "hash": "sha512-CTNPOb05S/DII/Fm8JYUvKo+B4u/ctHjGJ0X1YXUR0q31oaGqTE3KePGq76+Y6swRDf9NjUIcfcnZp3u3j4CBQ==" + } + }, + "npm:@angular/animations": { + "type": "npm", + "name": "npm:@angular/animations", + "data": { + "version": "17.3.12", + "packageName": "@angular/animations", + "hash": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==" + } + }, + "npm:@angular/cli": { + "type": "npm", + "name": "npm:@angular/cli", + "data": { + "version": "17.3.17", + "packageName": "@angular/cli", + "hash": "sha512-FgOvf9q5d23Cpa7cjP1FYti/v8S1FTm8DEkW3TY8lkkoxh3isu28GFKcLD1p/XF3yqfPkPVHToOFla5QwsEgBQ==" + } + }, + "npm:@angular/common": { + "type": "npm", + "name": "npm:@angular/common", + "data": { + "version": "17.3.12", + "packageName": "@angular/common", + "hash": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==" + } + }, + "npm:@angular/compiler": { + "type": "npm", + "name": "npm:@angular/compiler", + "data": { + "version": "17.3.12", + "packageName": "@angular/compiler", + "hash": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==" + } + }, + "npm:@angular/compiler-cli": { + "type": "npm", + "name": "npm:@angular/compiler-cli", + "data": { + "version": "17.3.12", + "packageName": "@angular/compiler-cli", + "hash": "sha512-1F8M7nWfChzurb7obbvuE7mJXlHtY1UG58pcwcomVtpPb+kPavgAO8OEvJHYBMV+bzSxkXt5UIwL9lt9jHUxZA==" + } + }, + "npm:@angular/core": { + "type": "npm", + "name": "npm:@angular/core", + "data": { + "version": "17.3.12", + "packageName": "@angular/core", + "hash": "sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A==" + } + }, + "npm:@angular/forms": { + "type": "npm", + "name": "npm:@angular/forms", + "data": { + "version": "17.3.12", + "packageName": "@angular/forms", + "hash": "sha512-tV6r12Q3yEUlXwpVko4E+XscunTIpPkLbaiDn/MTL3Vxi2LZnsLgHyd/i38HaHN+e/H3B0a1ToSOhV5wf3ay4Q==" + } + }, + "npm:@angular/platform-browser": { + "type": "npm", + "name": "npm:@angular/platform-browser", + "data": { + "version": "17.3.12", + "packageName": "@angular/platform-browser", + "hash": "sha512-DYY04ptWh/ulMHzd+y52WCE8QnEYGeIiW3hEIFjCN8z0kbIdFdUtEB0IK5vjNL3ejyhUmphcpeT5PYf3YXtqWQ==" + } + }, + "npm:@angular/platform-browser-dynamic": { + "type": "npm", + "name": "npm:@angular/platform-browser-dynamic", + "data": { + "version": "17.3.12", + "packageName": "@angular/platform-browser-dynamic", + "hash": "sha512-DQwV7B2x/DRLRDSisngZRdLqHdYbbrqZv2Hmu4ZbnNYaWPC8qvzgE/0CvY+UkDat3nCcsfwsMnlDeB6TL7/IaA==" + } + }, + "npm:@angular/router": { + "type": "npm", + "name": "npm:@angular/router", + "data": { + "version": "17.3.12", + "packageName": "@angular/router", + "hash": "sha512-dg7PHBSW9fmPKTVzwvHEeHZPZdpnUqW/U7kj8D29HTP9ur8zZnx9QcnbplwPeYb8yYa62JMnZSEel2X4PxdYBg==" + } + }, + "npm:@babel/cli": { + "type": "npm", + "name": "npm:@babel/cli", + "data": { + "version": "7.28.0", + "packageName": "@babel/cli", + "hash": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.27.1", + "packageName": "@babel/code-frame", + "hash": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.28.0", + "packageName": "@babel/compat-data", + "hash": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==" + } + }, + "npm:@babel/generator@7.28.0": { + "type": "npm", + "name": "npm:@babel/generator@7.28.0", + "data": { + "version": "7.28.0", + "packageName": "@babel/generator", + "hash": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.26.10", + "packageName": "@babel/generator", + "hash": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==" + } + }, + "npm:@babel/eslint-parser": { + "type": "npm", + "name": "npm:@babel/eslint-parser", + "data": { + "version": "7.28.0", + "packageName": "@babel/eslint-parser", + "hash": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.25.9", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==" + } + }, + "npm:@babel/helper-annotate-as-pure@7.27.3": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure@7.27.3", + "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.27.2", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.5", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==" + } + }, + "npm:resolve@1.22.10": { + "type": "npm", + "name": "npm:resolve@1.22.10", + "data": { + "version": "1.22.10", + "packageName": "resolve", + "hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" + } + }, + "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.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "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.27.1", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.27.3", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==" + } + }, + "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.27.1", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" + } + }, + "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.27.1", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==" + } + }, + "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-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" + } + }, + "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.27.1", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==" + } + }, + "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.27.1", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.27.6", + "packageName": "@babel/helpers", + "hash": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.28.0", + "packageName": "@babel/parser", + "hash": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "hash": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==" + } + }, + "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-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==" + } + }, + "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-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.26.8", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions@7.28.0": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.25.9", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==" + } + }, + "npm:@babel/plugin-transform-async-to-generator@7.27.1": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==" + } + }, + "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.0", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", + "hash": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==" + } + }, + "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.0", + "packageName": "@babel/plugin-transform-explicit-resource-management", + "hash": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==" + } + }, + "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-display-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-display-name", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-react-display-name", + "hash": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==" + } + }, + "npm:@babel/plugin-transform-react-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-jsx", + "hash": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==" + } + }, + "npm:@babel/plugin-transform-react-jsx-development": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx-development", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-jsx-development", + "hash": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==" + } + }, + "npm:@babel/plugin-transform-react-pure-annotations": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-pure-annotations", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-pure-annotations", + "hash": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==" + } + }, + "npm:@babel/plugin-transform-regexp-modifiers": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regexp-modifiers", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-regexp-modifiers", + "hash": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==" + } + }, + "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-runtime": { + "type": "npm", + "name": "npm:@babel/plugin-transform-runtime", + "data": { + "version": "7.26.10", + "packageName": "@babel/plugin-transform-runtime", + "hash": "sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==" + } + }, + "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-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.27.1", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==" + } + }, + "npm:babel-plugin-polyfill-corejs3@0.13.0": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "data": { + "version": "0.13.0", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.11.1", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==" + } + }, + "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.27.1", + "packageName": "@babel/preset-react", + "hash": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.26.10", + "packageName": "@babel/runtime", + "hash": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.27.2", + "packageName": "@babel/template", + "hash": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.28.0", + "packageName": "@babel/traverse", + "hash": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.28.0", + "packageName": "@babel/types", + "hash": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==" + } + }, + "npm:@colors/colors": { + "type": "npm", + "name": "npm:@colors/colors", + "data": { + "version": "1.5.0", + "packageName": "@colors/colors", + "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" + } + }, + "npm:@discoveryjs/json-ext": { + "type": "npm", + "name": "npm:@discoveryjs/json-ext", + "data": { + "version": "0.5.7", + "packageName": "@discoveryjs/json-ext", + "hash": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==" + } + }, + "npm:@esbuild/aix-ppc64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-arm", + "hash": "sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==" + } + }, + "npm:@esbuild/android-arm@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-arm@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm", + "hash": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==" + } + }, + "npm:@esbuild/android-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-x64", + "hash": "sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==" + } + }, + "npm:@esbuild/android-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-x64", + "hash": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==" + } + }, + "npm:@esbuild/darwin-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==" + } + }, + "npm:@esbuild/darwin-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==" + } + }, + "npm:@esbuild/freebsd-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==" + } + }, + "npm:@esbuild/freebsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==" + } + }, + "npm:@esbuild/linux-arm@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-arm@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==" + } + }, + "npm:@esbuild/linux-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==" + } + }, + "npm:@esbuild/linux-ia32@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==" + } + }, + "npm:@esbuild/linux-loong64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==" + } + }, + "npm:@esbuild/linux-mips64el@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==" + } + }, + "npm:@esbuild/linux-ppc64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==" + } + }, + "npm:@esbuild/linux-riscv64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==" + } + }, + "npm:@esbuild/linux-s390x@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==" + } + }, + "npm:@esbuild/linux-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==" + } + }, + "npm:@esbuild/netbsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==" + } + }, + "npm:@esbuild/openbsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==" + } + }, + "npm:@esbuild/sunos-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==" + } + }, + "npm:@esbuild/win32-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==" + } + }, + "npm:@esbuild/win32-ia32@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==" + } + }, + "npm:@esbuild/win32-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.7.0", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==" + } + }, + "npm:eslint-visitor-keys@3.4.3": { + "type": "npm", + "name": "npm:eslint-visitor-keys@3.4.3", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "2.1.0", + "packageName": "eslint-visitor-keys", + "hash": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.12.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "2.1.4", + "packageName": "@eslint/eslintrc", + "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "8.57.1", + "packageName": "@eslint/js", + "hash": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" + } + }, + "npm:@forgerock/davinci-client": { + "type": "npm", + "name": "npm:@forgerock/davinci-client", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/davinci-client", + "hash": "sha512-vS+u8iieF5Pqu/RzhjclrKfKuw14PMTBVYOOYybDyn3PQjEDUPLvCH67yXljBBUA+69dbbor3zD2PloPvz9nUw==" + } + }, + "npm:@forgerock/javascript-sdk": { + "type": "npm", + "name": "npm:@forgerock/javascript-sdk", + "data": { + "version": "4.8.2", + "packageName": "@forgerock/javascript-sdk", + "hash": "sha512-vk30flcVa0ypa92YOqEPiIZlXxTF+QVrd/ADtn0G5fIAGNUE2LMKpiGVZGAooqdaT9DpAymvaXrWCV9JLDDlMA==" + } + }, + "npm:@forgerock/ping-protect": { + "type": "npm", + "name": "npm:@forgerock/ping-protect", + "data": { + "version": "4.6.1", + "packageName": "@forgerock/ping-protect", + "hash": "sha512-3erfoAVRP1lbhAQl+cHU+C9Dys8VEOm2TwydPQL4AkPug6RNkR1xulpZKHbC5qrSvYVs9reOAKl9wljEnJLyMw==" + } + }, + "npm:@forgerock/sdk-logger": { + "type": "npm", + "name": "npm:@forgerock/sdk-logger", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-logger", + "hash": "sha512-HzlF0wtsKYQzhEnxHXRFwBjKPq7UG+w7x75dbcEgP+0tPgYRGWO2vFztHxIr1on2nFIPlGadd2Eznda0EG7v8w==" + } + }, + "npm:@forgerock/sdk-oidc": { + "type": "npm", + "name": "npm:@forgerock/sdk-oidc", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-oidc", + "hash": "sha512-hclzElCHIUrRze2eHNXjr4mtL5qBBo3rnUTLyAcIPYWOtNONLHaCt6kMR32Nan3a8nmUVBx4C+/K72RBVvv+ag==" + } + }, + "npm:@forgerock/sdk-request-middleware": { + "type": "npm", + "name": "npm:@forgerock/sdk-request-middleware", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-request-middleware", + "hash": "sha512-1CQ37K+DWjFNKT2szfKvgVUsQ/zQj+N7dwkVpPrM47rKrvpvVFGEDGURvMk99XCGLKgC3IrMoX1lcRpE599Tyw==" + } + }, + "npm:@forgerock/sdk-types": { + "type": "npm", + "name": "npm:@forgerock/sdk-types", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-types", + "hash": "sha512-Ii0Sun/88//468LIKl/BPC8bxSWrp6vPS/pTGTQWTox7BUHIDAsYudU2PHPLDHa0ZYx3Ywqa28Mzts1sMPiEuA==" + } + }, + "npm:@forgerock/sdk-utilities": { + "type": "npm", + "name": "npm:@forgerock/sdk-utilities", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-utilities", + "hash": "sha512-FVa2oPQP3+I8eWf1IAuRnRhFx2Z4cI3qb7A5bOJVITTSTvKQwzxEwbQS8I6yTc80yPCefjeHT8kqmKnrBDLngA==" + } + }, + "npm:@forgerock/storage": { + "type": "npm", + "name": "npm:@forgerock/storage", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/storage", + "hash": "sha512-xNVRQqrSWf2v5VwT/OJLxhSD1sq87DEQvbwQzg3wYFf71JcI18djxoiHXcAMgmfXNrMsGFbPxQ/SmNk+S9I0qw==" + } + }, + "npm:@hapi/bourne": { + "type": "npm", + "name": "npm:@hapi/bourne", + "data": { + "version": "3.0.0", + "packageName": "@hapi/bourne", + "hash": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" + } + }, + "npm:@humanwhocodes/config-array": { + "type": "npm", + "name": "npm:@humanwhocodes/config-array", + "data": { + "version": "0.13.0", + "packageName": "@humanwhocodes/config-array", + "hash": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@humanwhocodes/object-schema": { + "type": "npm", + "name": "npm:@humanwhocodes/object-schema", + "data": { + "version": "2.0.3", + "packageName": "@humanwhocodes/object-schema", + "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "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": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "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": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "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@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: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": { + "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.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": { + "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@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@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": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "6.2.0", + "packageName": "wrap-ansi", + "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" + } + }, + "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:@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/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "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/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.10", + "packageName": "@jridgewell/source-map", + "hash": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.5.4", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==" + } + }, + "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:@jsonjoy.com/base64": { + "type": "npm", + "name": "npm:@jsonjoy.com/base64", + "data": { + "version": "1.1.2", + "packageName": "@jsonjoy.com/base64", + "hash": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==" + } + }, + "npm:@jsonjoy.com/json-pack": { + "type": "npm", + "name": "npm:@jsonjoy.com/json-pack", + "data": { + "version": "1.2.0", + "packageName": "@jsonjoy.com/json-pack", + "hash": "sha512-io1zEbbYcElht3tdlqEOFxZ0dMTYrHz9iMf0gqn1pPjZFTCgM5R4R5IMA20Chb2UPYYsxjzs8CgZ7Nb5n2K2rA==" + } + }, + "npm:@jsonjoy.com/util": { + "type": "npm", + "name": "npm:@jsonjoy.com/util", + "data": { + "version": "1.6.0", + "packageName": "@jsonjoy.com/util", + "hash": "sha512-sw/RMbehRhN68WRtcKCpQOPfnH6lLP4GJfqzi3iYej8tnzpZUDr6UkZYJjcjjC0FWEJOJbyM3PTIwxucUmDG2A==" + } + }, + "npm:@koa/cors": { + "type": "npm", + "name": "npm:@koa/cors", + "data": { + "version": "3.4.3", + "packageName": "@koa/cors", + "hash": "sha512-WPXQUaAeAMVaLTEFpoq3T2O1C+FstkjJnDQqy95Ck1UdILajsRhu6mhJ8H2f4NFPRBoCNN+qywTJfq/gGki5mw==" + } + }, + "npm:@leichtgewicht/ip-codec": { + "type": "npm", + "name": "npm:@leichtgewicht/ip-codec", + "data": { + "version": "2.0.5", + "packageName": "@leichtgewicht/ip-codec", + "hash": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" + } + }, + "npm:@ljharb/through": { + "type": "npm", + "name": "npm:@ljharb/through", + "data": { + "version": "2.3.14", + "packageName": "@ljharb/through", + "hash": "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==" + } + }, + "npm:@ngtools/webpack": { + "type": "npm", + "name": "npm:@ngtools/webpack", + "data": { + "version": "17.3.17", + "packageName": "@ngtools/webpack", + "hash": "sha512-LaO++U8DoqV36M0YLKhubc1+NqM8fyp5DN03k1uP9GvtRchP9+7bfG+IEEZiDFkCUh9lfzi1CiGvUHrN4MYcsA==" + } + }, + "npm:@nicolo-ribaudo/chokidar-2": { + "type": "npm", + "name": "npm:@nicolo-ribaudo/chokidar-2", + "data": { + "version": "2.1.8-no-fsevents.3", + "packageName": "@nicolo-ribaudo/chokidar-2", + "hash": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==" + } + }, + "npm:@nicolo-ribaudo/eslint-scope-5-internals": { + "type": "npm", + "name": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "data": { + "version": "5.1.1-v1", + "packageName": "@nicolo-ribaudo/eslint-scope-5-internals", + "hash": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==" + } + }, + "npm:@noble/hashes": { + "type": "npm", + "name": "npm:@noble/hashes", + "data": { + "version": "1.8.0", + "packageName": "@noble/hashes", + "hash": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==" + } + }, + "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": "2.2.2", + "packageName": "@npmcli/agent", + "hash": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==" + } + }, + "npm:http-proxy-agent@7.0.2": { + "type": "npm", + "name": "npm:http-proxy-agent@7.0.2", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "4.0.1", + "packageName": "http-proxy-agent", + "hash": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" + } + }, + "npm:@npmcli/fs": { + "type": "npm", + "name": "npm:@npmcli/fs", + "data": { + "version": "3.1.1", + "packageName": "@npmcli/fs", + "hash": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==" + } + }, + "npm:@npmcli/git": { + "type": "npm", + "name": "npm:@npmcli/git", + "data": { + "version": "5.0.8", + "packageName": "@npmcli/git", + "hash": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==" + } + }, + "npm:ini@4.1.3": { + "type": "npm", + "name": "npm:ini@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "ini", + "hash": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "4.1.2", + "packageName": "ini", + "hash": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==" + } + }, + "npm:isexe@3.1.1": { + "type": "npm", + "name": "npm:isexe@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:proc-log@4.2.0": { + "type": "npm", + "name": "npm:proc-log@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "proc-log", + "hash": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:which@4.0.0": { + "type": "npm", + "name": "npm:which@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:@npmcli/installed-package-contents": { + "type": "npm", + "name": "npm:@npmcli/installed-package-contents", + "data": { + "version": "2.1.0", + "packageName": "@npmcli/installed-package-contents", + "hash": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==" + } + }, + "npm:@npmcli/node-gyp": { + "type": "npm", + "name": "npm:@npmcli/node-gyp", + "data": { + "version": "3.0.0", + "packageName": "@npmcli/node-gyp", + "hash": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==" + } + }, + "npm:@npmcli/package-json": { + "type": "npm", + "name": "npm:@npmcli/package-json", + "data": { + "version": "5.2.1", + "packageName": "@npmcli/package-json", + "hash": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==" + } + }, + "npm:brace-expansion@2.0.2": { + "type": "npm", + "name": "npm:brace-expansion@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "brace-expansion", + "hash": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "1.1.12", + "packageName": "brace-expansion", + "hash": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" + } + }, + "npm:glob@10.4.5": { + "type": "npm", + "name": "npm:glob@10.4.5", + "data": { + "version": "10.4.5", + "packageName": "glob", + "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob@7.1.4": { + "type": "npm", + "name": "npm:glob@7.1.4", + "data": { + "version": "7.1.4", + "packageName": "glob", + "hash": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@9.0.3": { + "type": "npm", + "name": "npm:minimatch@9.0.3", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@3.0.5": { + "type": "npm", + "name": "npm:minimatch@3.0.5", + "data": { + "version": "3.0.5", + "packageName": "minimatch", + "hash": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==" + } + }, + "npm:@npmcli/promise-spawn": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn", + "data": { + "version": "7.0.2", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==" + } + }, + "npm:@npmcli/redact": { + "type": "npm", + "name": "npm:@npmcli/redact", + "data": { + "version": "1.1.0", + "packageName": "@npmcli/redact", + "hash": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==" + } + }, + "npm:@npmcli/run-script": { + "type": "npm", + "name": "npm:@npmcli/run-script", + "data": { + "version": "7.0.4", + "packageName": "@npmcli/run-script", + "hash": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==" + } + }, + "npm:@nrwl/devkit": { + "type": "npm", + "name": "npm:@nrwl/devkit", + "data": { + "version": "17.1.3", + "packageName": "@nrwl/devkit", + "hash": "sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "17.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==" + } + }, + "npm:@nx/devkit": { + "type": "npm", + "name": "npm:@nx/devkit", + "data": { + "version": "17.1.3", + "packageName": "@nx/devkit", + "hash": "sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==" + } + }, + "npm:@paralleldrive/cuid2": { + "type": "npm", + "name": "npm:@paralleldrive/cuid2", + "data": { + "version": "2.2.2", + "packageName": "@paralleldrive/cuid2", + "hash": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==" + } + }, + "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:node-addon-api@7.1.1": { + "type": "npm", + "name": "npm:node-addon-api@7.1.1", + "data": { + "version": "7.1.1", + "packageName": "node-addon-api", + "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" + } + }, + "npm:node-addon-api": { + "type": "npm", + "name": "npm:node-addon-api", + "data": { + "version": "3.2.1", + "packageName": "node-addon-api", + "hash": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" + } + }, + "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.7", + "packageName": "@pkgr/core", + "hash": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==" + } + }, + "npm:@playwright/test": { + "type": "npm", + "name": "npm:@playwright/test", + "data": { + "version": "1.53.2", + "packageName": "@playwright/test", + "hash": "sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==" + } + }, + "npm:@popperjs/core": { + "type": "npm", + "name": "npm:@popperjs/core", + "data": { + "version": "2.11.8", + "packageName": "@popperjs/core", + "hash": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" + } + }, + "npm:@reduxjs/toolkit": { + "type": "npm", + "name": "npm:@reduxjs/toolkit", + "data": { + "version": "2.8.2", + "packageName": "@reduxjs/toolkit", + "hash": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==" + } + }, + "npm:@remix-run/router": { + "type": "npm", + "name": "npm:@remix-run/router", + "data": { + "version": "1.23.0", + "packageName": "@remix-run/router", + "hash": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==" + } + }, + "npm:@rollup/rollup-freebsd-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-freebsd-arm64", + "hash": "sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==" + } + }, + "npm:@rollup/rollup-freebsd-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-x64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-freebsd-x64", + "hash": "sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==" + } + }, + "npm:@rollup/rollup-linux-arm-musleabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-musleabihf", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm-musleabihf", + "hash": "sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==" + } + }, + "npm:@rollup/rollup-linux-loongarch64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-loongarch64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-loongarch64-gnu", + "hash": "sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==" + } + }, + "npm:@rollup/rollup-linux-powerpc64le-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-powerpc64le-gnu", + "hash": "sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==" + } + }, + "npm:@rollup/rollup-linux-riscv64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-riscv64-musl", + "hash": "sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==" + } + }, + "npm:@rollup/rollup-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-s390x-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-s390x-gnu", + "hash": "sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==" + } + }, + "npm:@rtsao/scc": { + "type": "npm", + "name": "npm:@rtsao/scc", + "data": { + "version": "1.1.0", + "packageName": "@rtsao/scc", + "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" + } + }, + "npm:@schematics/angular": { + "type": "npm", + "name": "npm:@schematics/angular", + "data": { + "version": "17.3.17", + "packageName": "@schematics/angular", + "hash": "sha512-S5HwYem5Yjeceb5OLvforNcjfTMh2qsHnTP1BAYL81XPpqeg2udjAkJjKBxCwxMZSqdCMw3ne0eKppEYTaEZ+A==" + } + }, + "npm:@sigstore/bundle": { + "type": "npm", + "name": "npm:@sigstore/bundle", + "data": { + "version": "2.3.2", + "packageName": "@sigstore/bundle", + "hash": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==" + } + }, + "npm:@sigstore/core": { + "type": "npm", + "name": "npm:@sigstore/core", + "data": { + "version": "1.1.0", + "packageName": "@sigstore/core", + "hash": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==" + } + }, + "npm:@sigstore/protobuf-specs": { + "type": "npm", + "name": "npm:@sigstore/protobuf-specs", + "data": { + "version": "0.3.3", + "packageName": "@sigstore/protobuf-specs", + "hash": "sha512-RpacQhBlwpBWd7KEJsRKcBQalbV28fvkxwTOJIqhIuDysMMaJW47V4OqW30iJB9uRpqOSxxEAQFdr8tTattReQ==" + } + }, + "npm:@sigstore/sign": { + "type": "npm", + "name": "npm:@sigstore/sign", + "data": { + "version": "2.3.2", + "packageName": "@sigstore/sign", + "hash": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==" + } + }, + "npm:@sigstore/tuf": { + "type": "npm", + "name": "npm:@sigstore/tuf", + "data": { + "version": "2.3.4", + "packageName": "@sigstore/tuf", + "hash": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==" + } + }, + "npm:@sigstore/verify": { + "type": "npm", + "name": "npm:@sigstore/verify", + "data": { + "version": "1.2.1", + "packageName": "@sigstore/verify", + "hash": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@socket.io/component-emitter": { + "type": "npm", + "name": "npm:@socket.io/component-emitter", + "data": { + "version": "3.1.2", + "packageName": "@socket.io/component-emitter", + "hash": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==" + } + }, + "npm:@standard-schema/spec": { + "type": "npm", + "name": "npm:@standard-schema/spec", + "data": { + "version": "1.0.0", + "packageName": "@standard-schema/spec", + "hash": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==" + } + }, + "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:@tootallnate/once": { + "type": "npm", + "name": "npm:@tootallnate/once", + "data": { + "version": "1.1.2", + "packageName": "@tootallnate/once", + "hash": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + } + }, + "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": "2.0.1", + "packageName": "@tufjs/models", + "hash": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==" + } + }, + "npm:@types/body-parser": { + "type": "npm", + "name": "npm:@types/body-parser", + "data": { + "version": "1.19.6", + "packageName": "@types/body-parser", + "hash": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" + } + }, + "npm:@types/bonjour": { + "type": "npm", + "name": "npm:@types/bonjour", + "data": { + "version": "3.5.13", + "packageName": "@types/bonjour", + "hash": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" + } + }, + "npm:@types/connect": { + "type": "npm", + "name": "npm:@types/connect", + "data": { + "version": "3.4.38", + "packageName": "@types/connect", + "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" + } + }, + "npm:@types/connect-history-api-fallback": { + "type": "npm", + "name": "npm:@types/connect-history-api-fallback", + "data": { + "version": "1.5.4", + "packageName": "@types/connect-history-api-fallback", + "hash": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==" + } + }, + "npm:@types/cors": { + "type": "npm", + "name": "npm:@types/cors", + "data": { + "version": "2.8.19", + "packageName": "@types/cors", + "hash": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==" + } + }, + "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/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.8", + "packageName": "@types/estree", + "hash": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" + } + }, + "npm:@types/express": { + "type": "npm", + "name": "npm:@types/express", + "data": { + "version": "4.17.23", + "packageName": "@types/express", + "hash": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==" + } + }, + "npm:@types/express-serve-static-core": { + "type": "npm", + "name": "npm:@types/express-serve-static-core", + "data": { + "version": "5.0.7", + "packageName": "@types/express-serve-static-core", + "hash": "sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==" + } + }, + "npm:@types/express-serve-static-core@4.19.6": { + "type": "npm", + "name": "npm:@types/express-serve-static-core@4.19.6", + "data": { + "version": "4.19.6", + "packageName": "@types/express-serve-static-core", + "hash": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==" + } + }, + "npm:@types/html-minifier-terser": { + "type": "npm", + "name": "npm:@types/html-minifier-terser", + "data": { + "version": "6.1.0", + "packageName": "@types/html-minifier-terser", + "hash": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + } + }, + "npm:@types/http-errors": { + "type": "npm", + "name": "npm:@types/http-errors", + "data": { + "version": "2.0.5", + "packageName": "@types/http-errors", + "hash": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" + } + }, + "npm:@types/http-proxy": { + "type": "npm", + "name": "npm:@types/http-proxy", + "data": { + "version": "1.17.16", + "packageName": "@types/http-proxy", + "hash": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==" + } + }, + "npm:@types/jasmine": { + "type": "npm", + "name": "npm:@types/jasmine", + "data": { + "version": "5.1.8", + "packageName": "@types/jasmine", + "hash": "sha512-u7/CnvRdh6AaaIzYjCgUuVbREFgulhX05Qtf6ZtW+aOcjCKKVvKgpkPYJBFTZSHtFBYimzU4zP0V2vrEsq9Wcg==" + } + }, + "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/mime": { + "type": "npm", + "name": "npm:@types/mime", + "data": { + "version": "1.3.5", + "packageName": "@types/mime", + "hash": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.19.6", + "packageName": "@types/node", + "hash": "sha512-uYssdp9z5zH5GQ0L4zEJ2ZuavYsJwkozjiUzCRfGtaaQcyjAMJ34aP8idv61QlqTozu6kudyr6JMq9Chf09dfA==" + } + }, + "npm:@types/node-forge": { + "type": "npm", + "name": "npm:@types/node-forge", + "data": { + "version": "1.3.12", + "packageName": "@types/node-forge", + "hash": "sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==" + } + }, + "npm:@types/parse-json": { + "type": "npm", + "name": "npm:@types/parse-json", + "data": { + "version": "4.0.2", + "packageName": "@types/parse-json", + "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + } + }, + "npm:@types/qs": { + "type": "npm", + "name": "npm:@types/qs", + "data": { + "version": "6.14.0", + "packageName": "@types/qs", + "hash": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + } + }, + "npm:@types/range-parser": { + "type": "npm", + "name": "npm:@types/range-parser", + "data": { + "version": "1.2.7", + "packageName": "@types/range-parser", + "hash": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + } + }, + "npm:@types/retry": { + "type": "npm", + "name": "npm:@types/retry", + "data": { + "version": "0.12.0", + "packageName": "@types/retry", + "hash": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" + } + }, + "npm:@types/retry@0.12.2": { + "type": "npm", + "name": "npm:@types/retry@0.12.2", + "data": { + "version": "0.12.2", + "packageName": "@types/retry", + "hash": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" + } + }, + "npm:@types/semver": { + "type": "npm", + "name": "npm:@types/semver", + "data": { + "version": "7.7.0", + "packageName": "@types/semver", + "hash": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==" + } + }, + "npm:@types/send": { + "type": "npm", + "name": "npm:@types/send", + "data": { + "version": "0.17.5", + "packageName": "@types/send", + "hash": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==" + } + }, + "npm:@types/serve-index": { + "type": "npm", + "name": "npm:@types/serve-index", + "data": { + "version": "1.9.4", + "packageName": "@types/serve-index", + "hash": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==" + } + }, + "npm:@types/serve-static": { + "type": "npm", + "name": "npm:@types/serve-static", + "data": { + "version": "1.15.8", + "packageName": "@types/serve-static", + "hash": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==" + } + }, + "npm:@types/sockjs": { + "type": "npm", + "name": "npm:@types/sockjs", + "data": { + "version": "0.3.36", + "packageName": "@types/sockjs", + "hash": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==" + } + }, + "npm:@types/ws": { + "type": "npm", + "name": "npm:@types/ws", + "data": { + "version": "8.18.1", + "packageName": "@types/ws", + "hash": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==" + } + }, + "npm:@typescript-eslint/scope-manager@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==" + } + }, + "npm:@typescript-eslint/type-utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==" + } + }, + "npm:@typescript-eslint/types@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/types@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/types", + "hash": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==" + } + }, + "npm:@typescript-eslint/typescript-estree@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==" + } + }, + "npm:@typescript-eslint/utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==" + } + }, + "npm:@typescript-eslint/visitor-keys@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==" + } + }, + "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:@vitejs/plugin-basic-ssl": { + "type": "npm", + "name": "npm:@vitejs/plugin-basic-ssl", + "data": { + "version": "1.1.0", + "packageName": "@vitejs/plugin-basic-ssl", + "hash": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==" + } + }, + "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:@webpack-cli/configtest": { + "type": "npm", + "name": "npm:@webpack-cli/configtest", + "data": { + "version": "2.1.1", + "packageName": "@webpack-cli/configtest", + "hash": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==" + } + }, + "npm:@webpack-cli/info": { + "type": "npm", + "name": "npm:@webpack-cli/info", + "data": { + "version": "2.0.2", + "packageName": "@webpack-cli/info", + "hash": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==" + } + }, + "npm:@webpack-cli/serve": { + "type": "npm", + "name": "npm:@webpack-cli/serve", + "data": { + "version": "2.0.5", + "packageName": "@webpack-cli/serve", + "hash": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==" + } + }, + "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.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:abbrev": { + "type": "npm", + "name": "npm:abbrev", + "data": { + "version": "2.0.0", + "packageName": "abbrev", + "hash": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==" + } + }, + "npm:abort-controller": { + "type": "npm", + "name": "npm:abort-controller", + "data": { + "version": "3.0.0", + "packageName": "abort-controller", + "hash": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" + } + }, + "npm:abstract-leveldown": { + "type": "npm", + "name": "npm:abstract-leveldown", + "data": { + "version": "6.2.3", + "packageName": "abstract-leveldown", + "hash": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==" + } + }, + "npm:accepts": { + "type": "npm", + "name": "npm:accepts", + "data": { + "version": "1.3.8", + "packageName": "accepts", + "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.15.0", + "packageName": "acorn", + "hash": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" + } + }, + "npm:acorn-import-attributes": { + "type": "npm", + "name": "npm:acorn-import-attributes", + "data": { + "version": "1.9.5", + "packageName": "acorn-import-attributes", + "hash": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" + } + }, + "npm:acorn-import-phases": { + "type": "npm", + "name": "npm:acorn-import-phases", + "data": { + "version": "1.0.3", + "packageName": "acorn-import-phases", + "hash": "sha512-jtKLnfoOzm28PazuQ4dVBcE9Jeo6ha1GAJvq3N0LlNOszmTfx+wSycBehn+FN0RnyeR77IBxN/qVYMw0Rlj0Xw==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, + "npm:adjust-sourcemap-loader": { + "type": "npm", + "name": "npm:adjust-sourcemap-loader", + "data": { + "version": "4.0.0", + "packageName": "adjust-sourcemap-loader", + "hash": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==" + } + }, + "npm:loader-utils@2.0.4": { + "type": "npm", + "name": "npm:loader-utils@2.0.4", + "data": { + "version": "2.0.4", + "packageName": "loader-utils", + "hash": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" + } + }, + "npm:loader-utils": { + "type": "npm", + "name": "npm:loader-utils", + "data": { + "version": "3.2.1", + "packageName": "loader-utils", + "hash": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.4", + "packageName": "agent-base", + "hash": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" + } + }, + "npm:agent-base@6.0.2": { + "type": "npm", + "name": "npm:agent-base@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "agent-base", + "hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:ajv-formats": { + "type": "npm", + "name": "npm:ajv-formats", + "data": { + "version": "2.1.1", + "packageName": "ajv-formats", + "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" + } + }, + "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-escape-sequences": { + "type": "npm", + "name": "npm:ansi-escape-sequences", + "data": { + "version": "5.1.2", + "packageName": "ansi-escape-sequences", + "hash": "sha512-JcpoVp1W1bl1Qn4cVuiXEhD6+dyXKSOgCn2zlzE8inYgCJCBy1aPnUhlz6I4DFum8D4ovb9Qi/iAjUcGvG2lqw==" + } + }, + "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@7.0.0": { + "type": "npm", + "name": "npm:ansi-escapes@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "ansi-escapes", + "hash": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==" + } + }, + "npm:type-fest@0.21.3": { + "type": "npm", + "name": "npm:type-fest@0.21.3", + "data": { + "version": "0.21.3", + "packageName": "type-fest", + "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.20.2", + "packageName": "type-fest", + "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + } + }, + "npm:ansi-html-community": { + "type": "npm", + "name": "npm:ansi-html-community", + "data": { + "version": "0.0.8", + "packageName": "ansi-html-community", + "hash": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" + } + }, + "npm:any-promise": { + "type": "npm", + "name": "npm:any-promise", + "data": { + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:argsarray": { + "type": "npm", + "name": "npm:argsarray", + "data": { + "version": "0.0.1", + "packageName": "argsarray", + "hash": "sha512-u96dg2GcAKtpTrBdDoFIM7PjcBA+6rSP0OR94MOReNRyUECL6MtQt5XXmRr4qrftYaef9+l5hcpO5te7sML1Cg==" + } + }, + "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-back": { + "type": "npm", + "name": "npm:array-back", + "data": { + "version": "4.0.2", + "packageName": "array-back", + "hash": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==" + } + }, + "npm:array-back@3.1.0": { + "type": "npm", + "name": "npm:array-back@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "array-back", + "hash": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" + } + }, + "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-flatten": { + "type": "npm", + "name": "npm:array-flatten", + "data": { + "version": "1.1.1", + "packageName": "array-flatten", + "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + } + }, + "npm:array-includes": { + "type": "npm", + "name": "npm:array-includes", + "data": { + "version": "3.1.9", + "packageName": "array-includes", + "hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" + } + }, + "npm:array-union": { + "type": "npm", + "name": "npm:array-union", + "data": { + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + } + }, + "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:asap": { + "type": "npm", + "name": "npm:asap", + "data": { + "version": "2.0.6", + "packageName": "asap", + "hash": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + } + }, + "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: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:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.10.0", + "packageName": "axios", + "hash": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==" + } + }, + "npm:axobject-query": { + "type": "npm", + "name": "npm:axobject-query", + "data": { + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + } + }, + "npm:make-dir@3.1.0": { + "type": "npm", + "name": "npm:make-dir@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "make-dir", + "hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" + } + }, + "npm:make-dir@4.0.0": { + "type": "npm", + "name": "npm:make-dir@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "2.1.0", + "packageName": "make-dir", + "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" + } + }, + "npm:babel-plugin-istanbul": { + "type": "npm", + "name": "npm:babel-plugin-istanbul", + "data": { + "version": "6.1.1", + "packageName": "babel-plugin-istanbul", + "hash": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.14", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.5", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:base64id": { + "type": "npm", + "name": "npm:base64id", + "data": { + "version": "2.0.0", + "packageName": "base64id", + "hash": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" + } + }, + "npm:basic-auth": { + "type": "npm", + "name": "npm:basic-auth", + "data": { + "version": "2.0.1", + "packageName": "basic-auth", + "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" + } + }, + "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:batch": { + "type": "npm", + "name": "npm:batch", + "data": { + "version": "0.6.1", + "packageName": "batch", + "hash": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" + } + }, + "npm:big.js": { + "type": "npm", + "name": "npm:big.js", + "data": { + "version": "5.2.2", + "packageName": "big.js", + "hash": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:body-parser": { + "type": "npm", + "name": "npm:body-parser", + "data": { + "version": "1.20.3", + "packageName": "body-parser", + "hash": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" + } + }, + "npm:body-parser@1.20.1": { + "type": "npm", + "name": "npm:body-parser@1.20.1", + "data": { + "version": "1.20.1", + "packageName": "body-parser", + "hash": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==" + } + }, + "npm:debug@2.6.9": { + "type": "npm", + "name": "npm:debug@2.6.9", + "data": { + "version": "2.6.9", + "packageName": "debug", + "hash": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.4.1", + "packageName": "debug", + "hash": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==" + } + }, + "npm:debug@4.3.7": { + "type": "npm", + "name": "npm:debug@4.3.7", + "data": { + "version": "4.3.7", + "packageName": "debug", + "hash": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" + } + }, + "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:ms@2.0.0": { + "type": "npm", + "name": "npm:ms@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "ms", + "hash": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.3", + "packageName": "ms", + "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + }, + "npm:bonjour-service": { + "type": "npm", + "name": "npm:bonjour-service", + "data": { + "version": "1.3.0", + "packageName": "bonjour-service", + "hash": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==" + } + }, + "npm:boolbase": { + "type": "npm", + "name": "npm:boolbase", + "data": { + "version": "1.0.0", + "packageName": "boolbase", + "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + } + }, + "npm:bootstrap": { + "type": "npm", + "name": "npm:bootstrap", + "data": { + "version": "5.3.7", + "packageName": "bootstrap", + "hash": "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==" + } + }, + "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.25.1", + "packageName": "browserslist", + "hash": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "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:builtin-modules": { + "type": "npm", + "name": "npm:builtin-modules", + "data": { + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + } + }, + "npm:builtins": { + "type": "npm", + "name": "npm:builtins", + "data": { + "version": "5.1.0", + "packageName": "builtins", + "hash": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==" + } + }, + "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": "6.2.0", + "packageName": "byte-size", + "hash": "sha512-6EspYUCAPMc7E2rltBgKwhG+Cmk0pDm9zDtF1Awe2dczNUL3YpZ8mTs/dueOTS1hqGWBOatqef4jYMGjln7WmA==" + } + }, + "npm:bytes": { + "type": "npm", + "name": "npm:bytes", + "data": { + "version": "3.1.2", + "packageName": "bytes", + "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + } + }, + "npm:cacache": { + "type": "npm", + "name": "npm:cacache", + "data": { + "version": "18.0.4", + "packageName": "cacache", + "hash": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==" + } + }, + "npm:cache-content-type": { + "type": "npm", + "name": "npm:cache-content-type", + "data": { + "version": "1.0.1", + "packageName": "cache-content-type", + "hash": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==" + } + }, + "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:camel-case": { + "type": "npm", + "name": "npm:camel-case", + "data": { + "version": "4.1.2", + "packageName": "camel-case", + "hash": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "5.3.1", + "packageName": "camelcase", + "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001727", + "packageName": "caniuse-lite", + "hash": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "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@5.4.1": { + "type": "npm", + "name": "npm:chalk@5.4.1", + "data": { + "version": "5.4.1", + "packageName": "chalk", + "hash": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" + } + }, + "npm:chardet": { + "type": "npm", + "name": "npm:chardet", + "data": { + "version": "0.7.0", + "packageName": "chardet", + "hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:chokidar@4.0.3": { + "type": "npm", + "name": "npm:chokidar@4.0.3", + "data": { + "version": "4.0.3", + "packageName": "chokidar", + "hash": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" + } + }, + "npm:chownr": { + "type": "npm", + "name": "npm:chownr", + "data": { + "version": "2.0.0", + "packageName": "chownr", + "hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + } + }, + "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:clean-css": { + "type": "npm", + "name": "npm:clean-css", + "data": { + "version": "5.3.3", + "packageName": "clean-css", + "hash": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "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@5.0.0": { + "type": "npm", + "name": "npm:cli-cursor@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "cli-cursor", + "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" + } + }, + "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-truncate": { + "type": "npm", + "name": "npm:cli-truncate", + "data": { + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + } + }, + "npm:cli-width": { + "type": "npm", + "name": "npm:cli-width", + "data": { + "version": "4.1.0", + "packageName": "cli-width", + "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" + } + }, + "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:clone-buffer": { + "type": "npm", + "name": "npm:clone-buffer", + "data": { + "version": "1.0.0", + "packageName": "clone-buffer", + "hash": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==" + } + }, + "npm:clone-deep": { + "type": "npm", + "name": "npm:clone-deep", + "data": { + "version": "4.0.1", + "packageName": "clone-deep", + "hash": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==" + } + }, + "npm:co": { + "type": "npm", + "name": "npm:co", + "data": { + "version": "4.6.0", + "packageName": "co", + "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" + } + }, + "npm:co-body": { + "type": "npm", + "name": "npm:co-body", + "data": { + "version": "6.2.0", + "packageName": "co-body", + "hash": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==" + } + }, + "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@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@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:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:command-line-args": { + "type": "npm", + "name": "npm:command-line-args", + "data": { + "version": "5.2.1", + "packageName": "command-line-args", + "hash": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==" + } + }, + "npm:typical@4.0.0": { + "type": "npm", + "name": "npm:typical@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "typical", + "hash": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" + } + }, + "npm:typical@5.2.0": { + "type": "npm", + "name": "npm:typical@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "typical", + "hash": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + }, + "npm:typical": { + "type": "npm", + "name": "npm:typical", + "data": { + "version": "6.0.1", + "packageName": "typical", + "hash": "sha512-+g3NEp7fJLe9DPa1TArHm9QAA7YciZmWnfAqEaFrBihQ7epOv9i99rjtgb6Iz0wh3WuQDjsCTDfgRoGnmHN81A==" + } + }, + "npm:command-line-usage": { + "type": "npm", + "name": "npm:command-line-usage", + "data": { + "version": "6.1.3", + "packageName": "command-line-usage", + "hash": "sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==" + } + }, + "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": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "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": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "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@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": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "6.2.1", + "packageName": "commander", + "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" + } + }, + "npm:commander@8.3.0": { + "type": "npm", + "name": "npm:commander@8.3.0", + "data": { + "version": "8.3.0", + "packageName": "commander", + "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" + } + }, + "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@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:commander@10.0.1": { + "type": "npm", + "name": "npm:commander@10.0.1", + "data": { + "version": "10.0.1", + "packageName": "commander", + "hash": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" + } + }, + "npm:common-log-format": { + "type": "npm", + "name": "npm:common-log-format", + "data": { + "version": "1.0.0", + "packageName": "common-log-format", + "hash": "sha512-fFn/WPNbsTCGTTwdCpZfVZSa5mgqMEkA0gMTRApFSlEsYN+9B2FPfiqch5FT+jsv5IV1RHV3GeZvCa7Qg+jssw==" + } + }, + "npm:common-path-prefix": { + "type": "npm", + "name": "npm:common-path-prefix", + "data": { + "version": "3.0.0", + "packageName": "common-path-prefix", + "hash": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" + } + }, + "npm:commondir": { + "type": "npm", + "name": "npm:commondir", + "data": { + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + } + }, + "npm:component-emitter": { + "type": "npm", + "name": "npm:component-emitter", + "data": { + "version": "1.3.1", + "packageName": "component-emitter", + "hash": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==" + } + }, + "npm:compressible": { + "type": "npm", + "name": "npm:compressible", + "data": { + "version": "2.0.18", + "packageName": "compressible", + "hash": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" + } + }, + "npm:compression": { + "type": "npm", + "name": "npm:compression", + "data": { + "version": "1.8.0", + "packageName": "compression", + "hash": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==" + } + }, + "npm:negotiator@0.6.4": { + "type": "npm", + "name": "npm:negotiator@0.6.4", + "data": { + "version": "0.6.4", + "packageName": "negotiator", + "hash": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" + } + }, + "npm:negotiator": { + "type": "npm", + "name": "npm:negotiator", + "data": { + "version": "0.6.3", + "packageName": "negotiator", + "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:connect": { + "type": "npm", + "name": "npm:connect", + "data": { + "version": "3.7.0", + "packageName": "connect", + "hash": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==" + } + }, + "npm:connect-history-api-fallback": { + "type": "npm", + "name": "npm:connect-history-api-fallback", + "data": { + "version": "2.0.0", + "packageName": "connect-history-api-fallback", + "hash": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" + } + }, + "npm:encodeurl@1.0.2": { + "type": "npm", + "name": "npm:encodeurl@1.0.2", + "data": { + "version": "1.0.2", + "packageName": "encodeurl", + "hash": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" + } + }, + "npm:encodeurl": { + "type": "npm", + "name": "npm:encodeurl", + "data": { + "version": "2.0.0", + "packageName": "encodeurl", + "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" + } + }, + "npm:finalhandler@1.1.2": { + "type": "npm", + "name": "npm:finalhandler@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "finalhandler", + "hash": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==" + } + }, + "npm:finalhandler": { + "type": "npm", + "name": "npm:finalhandler", + "data": { + "version": "1.3.1", + "packageName": "finalhandler", + "hash": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" + } + }, + "npm:finalhandler@1.2.0": { + "type": "npm", + "name": "npm:finalhandler@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "finalhandler", + "hash": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==" + } + }, + "npm:on-finished@2.3.0": { + "type": "npm", + "name": "npm:on-finished@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "on-finished", + "hash": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==" + } + }, + "npm:on-finished": { + "type": "npm", + "name": "npm:on-finished", + "data": { + "version": "2.4.1", + "packageName": "on-finished", + "hash": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" + } + }, + "npm:statuses@1.5.0": { + "type": "npm", + "name": "npm:statuses@1.5.0", + "data": { + "version": "1.5.0", + "packageName": "statuses", + "hash": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" + } + }, + "npm:statuses": { + "type": "npm", + "name": "npm:statuses", + "data": { + "version": "2.0.1", + "packageName": "statuses", + "hash": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + } + }, + "npm:content-disposition": { + "type": "npm", + "name": "npm:content-disposition", + "data": { + "version": "0.5.4", + "packageName": "content-disposition", + "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" + } + }, + "npm:content-type": { + "type": "npm", + "name": "npm:content-type", + "data": { + "version": "1.0.5", + "packageName": "content-type", + "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" + } + }, + "npm:cookie": { + "type": "npm", + "name": "npm:cookie", + "data": { + "version": "0.7.2", + "packageName": "cookie", + "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" + } + }, + "npm:cookie@0.7.1": { + "type": "npm", + "name": "npm:cookie@0.7.1", + "data": { + "version": "0.7.1", + "packageName": "cookie", + "hash": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==" + } + }, + "npm:cookie@0.5.0": { + "type": "npm", + "name": "npm:cookie@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "cookie", + "hash": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + } + }, + "npm:cookie-parser": { + "type": "npm", + "name": "npm:cookie-parser", + "data": { + "version": "1.4.7", + "packageName": "cookie-parser", + "hash": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==" + } + }, + "npm:cookie-signature": { + "type": "npm", + "name": "npm:cookie-signature", + "data": { + "version": "1.0.6", + "packageName": "cookie-signature", + "hash": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + } + }, + "npm:cookiejar": { + "type": "npm", + "name": "npm:cookiejar", + "data": { + "version": "2.1.4", + "packageName": "cookiejar", + "hash": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" + } + }, + "npm:cookies": { + "type": "npm", + "name": "npm:cookies", + "data": { + "version": "0.9.1", + "packageName": "cookies", + "hash": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==" + } + }, + "npm:copy-anything": { + "type": "npm", + "name": "npm:copy-anything", + "data": { + "version": "2.0.6", + "packageName": "copy-anything", + "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" + } + }, + "npm:copy-to": { + "type": "npm", + "name": "npm:copy-to", + "data": { + "version": "2.0.1", + "packageName": "copy-to", + "hash": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==" + } + }, + "npm:copy-webpack-plugin": { + "type": "npm", + "name": "npm:copy-webpack-plugin", + "data": { + "version": "11.0.0", + "packageName": "copy-webpack-plugin", + "hash": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==" + } + }, + "npm:glob-parent@6.0.2": { + "type": "npm", + "name": "npm:glob-parent@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:globby@13.2.2": { + "type": "npm", + "name": "npm:globby@13.2.2", + "data": { + "version": "13.2.2", + "packageName": "globby", + "hash": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" + } + }, + "npm:slash@4.0.0": { + "type": "npm", + "name": "npm:slash@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "slash", + "hash": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" + } + }, + "npm:slash@3.0.0": { + "type": "npm", + "name": "npm:slash@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "2.0.0", + "packageName": "slash", + "hash": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.44.0", + "packageName": "core-js-compat", + "hash": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cors": { + "type": "npm", + "name": "npm:cors", + "data": { + "version": "2.8.5", + "packageName": "cors", + "hash": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" + } + }, + "npm:yaml@1.10.2": { + "type": "npm", + "name": "npm:yaml@1.10.2", + "data": { + "version": "1.10.2", + "packageName": "yaml", + "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.8.0", + "packageName": "yaml", + "hash": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==" + } + }, + "npm:create-mixin": { + "type": "npm", + "name": "npm:create-mixin", + "data": { + "version": "3.0.0", + "packageName": "create-mixin", + "hash": "sha512-LkdMqnWT9LaqBN4huqpUnMz56Yr1mVSoCduAd2xXefgH/YZP2sXCMAyztXjk4q8hTF/TlcDa+zQW2aTgGdjjKQ==" + } + }, + "npm:critters": { + "type": "npm", + "name": "npm:critters", + "data": { + "version": "0.0.22", + "packageName": "critters", + "hash": "sha512-NU7DEcQZM2Dy8XTKFHxtdnIM/drE312j2T4PCVaSUcS0oBeyT/NImpRw/Ap0zOr/1SE7SgPK9tGPg1WK/sVakw==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.6", + "packageName": "cross-spawn", + "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" + } + }, + "npm:cross-spawn@6.0.6": { + "type": "npm", + "name": "npm:cross-spawn@6.0.6", + "data": { + "version": "6.0.6", + "packageName": "cross-spawn", + "hash": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==" + } + }, + "npm:css-select": { + "type": "npm", + "name": "npm:css-select", + "data": { + "version": "5.2.2", + "packageName": "css-select", + "hash": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" + } + }, + "npm:css-select@4.3.0": { + "type": "npm", + "name": "npm:css-select@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "css-select", + "hash": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" + } + }, + "npm:css-what": { + "type": "npm", + "name": "npm:css-what", + "data": { + "version": "6.2.2", + "packageName": "css-what", + "hash": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" + } + }, + "npm:cssesc": { + "type": "npm", + "name": "npm:cssesc", + "data": { + "version": "3.0.0", + "packageName": "cssesc", + "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + } + }, + "npm:custom-event": { + "type": "npm", + "name": "npm:custom-event", + "data": { + "version": "1.0.1", + "packageName": "custom-event", + "hash": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==" + } + }, + "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-format": { + "type": "npm", + "name": "npm:date-format", + "data": { + "version": "4.0.14", + "packageName": "date-format", + "hash": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" + } + }, + "npm:deep-equal": { + "type": "npm", + "name": "npm:deep-equal", + "data": { + "version": "1.0.1", + "packageName": "deep-equal", + "hash": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==" + } + }, + "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:default-browser": { + "type": "npm", + "name": "npm:default-browser", + "data": { + "version": "5.2.1", + "packageName": "default-browser", + "hash": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==" + } + }, + "npm:default-browser-id": { + "type": "npm", + "name": "npm:default-browser-id", + "data": { + "version": "5.0.0", + "packageName": "default-browser-id", + "hash": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==" + } + }, + "npm:default-gateway": { + "type": "npm", + "name": "npm:default-gateway", + "data": { + "version": "6.0.3", + "packageName": "default-gateway", + "hash": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==" + } + }, + "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": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "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": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "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:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:is-stream@2.0.1": { + "type": "npm", + "name": "npm:is-stream@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:npm-run-path@4.0.1": { + "type": "npm", + "name": "npm:npm-run-path@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "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": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:strip-final-newline@2.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:deferred-leveldown": { + "type": "npm", + "name": "npm:deferred-leveldown", + "data": { + "version": "5.3.0", + "packageName": "deferred-leveldown", + "hash": "sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==" + } + }, + "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": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-lazy-prop@3.0.0": { + "type": "npm", + "name": "npm:define-lazy-prop@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:delegates": { + "type": "npm", + "name": "npm:delegates", + "data": { + "version": "1.0.0", + "packageName": "delegates", + "hash": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + } + }, + "npm:depd": { + "type": "npm", + "name": "npm:depd", + "data": { + "version": "2.0.0", + "packageName": "depd", + "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + } + }, + "npm:depd@1.1.2": { + "type": "npm", + "name": "npm:depd@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "depd", + "hash": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" + } + }, + "npm:dequal": { + "type": "npm", + "name": "npm:dequal", + "data": { + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" + } + }, + "npm:destroy": { + "type": "npm", + "name": "npm:destroy", + "data": { + "version": "1.2.0", + "packageName": "destroy", + "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + } + }, + "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-node": { + "type": "npm", + "name": "npm:detect-node", + "data": { + "version": "2.1.0", + "packageName": "detect-node", + "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + } + }, + "npm:dezalgo": { + "type": "npm", + "name": "npm:dezalgo", + "data": { + "version": "1.0.4", + "packageName": "dezalgo", + "hash": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==" + } + }, + "npm:di": { + "type": "npm", + "name": "npm:di", + "data": { + "version": "0.0.1", + "packageName": "di", + "hash": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dir-glob": { + "type": "npm", + "name": "npm:dir-glob", + "data": { + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" + } + }, + "npm:dns-packet": { + "type": "npm", + "name": "npm:dns-packet", + "data": { + "version": "5.6.1", + "packageName": "dns-packet", + "hash": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==" + } + }, + "npm:doctrine": { + "type": "npm", + "name": "npm:doctrine", + "data": { + "version": "3.0.0", + "packageName": "doctrine", + "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" + } + }, + "npm:doctrine@2.1.0": { + "type": "npm", + "name": "npm:doctrine@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "doctrine", + "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" + } + }, + "npm:dom-converter": { + "type": "npm", + "name": "npm:dom-converter", + "data": { + "version": "0.2.0", + "packageName": "dom-converter", + "hash": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==" + } + }, + "npm:dom-serialize": { + "type": "npm", + "name": "npm:dom-serialize", + "data": { + "version": "2.2.1", + "packageName": "dom-serialize", + "hash": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==" + } + }, + "npm:dom-serializer": { + "type": "npm", + "name": "npm:dom-serializer", + "data": { + "version": "2.0.0", + "packageName": "dom-serializer", + "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" + } + }, + "npm:dom-serializer@1.4.1": { + "type": "npm", + "name": "npm:dom-serializer@1.4.1", + "data": { + "version": "1.4.1", + "packageName": "dom-serializer", + "hash": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" + } + }, + "npm:domelementtype": { + "type": "npm", + "name": "npm:domelementtype", + "data": { + "version": "2.3.0", + "packageName": "domelementtype", + "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" + } + }, + "npm:domhandler": { + "type": "npm", + "name": "npm:domhandler", + "data": { + "version": "5.0.3", + "packageName": "domhandler", + "hash": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" + } + }, + "npm:domhandler@4.3.1": { + "type": "npm", + "name": "npm:domhandler@4.3.1", + "data": { + "version": "4.3.1", + "packageName": "domhandler", + "hash": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" + } + }, + "npm:domutils": { + "type": "npm", + "name": "npm:domutils", + "data": { + "version": "3.2.2", + "packageName": "domutils", + "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" + } + }, + "npm:domutils@2.8.0": { + "type": "npm", + "name": "npm:domutils@2.8.0", + "data": { + "version": "2.8.0", + "packageName": "domutils", + "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" + } + }, + "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.6.1", + "packageName": "dotenv", + "hash": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" + } + }, + "npm:dotenv@16.3.2": { + "type": "npm", + "name": "npm:dotenv@16.3.2", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:dotenv@10.0.0": { + "type": "npm", + "name": "npm:dotenv@10.0.0", + "data": { + "version": "10.0.0", + "packageName": "dotenv", + "hash": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" + } + }, + "npm:dotenv@16.3.1": { + "type": "npm", + "name": "npm:dotenv@16.3.1", + "data": { + "version": "16.3.1", + "packageName": "dotenv", + "hash": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:double-ended-queue": { + "type": "npm", + "name": "npm:double-ended-queue", + "data": { + "version": "2.1.0-0", + "packageName": "double-ended-queue", + "hash": "sha512-+BNfZ+deCo8hMNpDqDnvT+c0XpJ5cUa6mqYq89bho2Ifze4URTqRkcwR399hWoTrTkbZ/XJYDgP6rc7pRgffEQ==" + } + }, + "npm:dunder-proto": { + "type": "npm", + "name": "npm:dunder-proto", + "data": { + "version": "1.0.1", + "packageName": "dunder-proto", + "hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, + "npm:ee-first": { + "type": "npm", + "name": "npm:ee-first", + "data": { + "version": "1.1.1", + "packageName": "ee-first", + "hash": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + } + }, + "npm:ejs": { + "type": "npm", + "name": "npm:ejs", + "data": { + "version": "3.1.10", + "packageName": "ejs", + "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.5.180", + "packageName": "electron-to-chromium", + "hash": "sha512-ED+GEyEh3kYMwt2faNmgMB0b8O5qtATGgR4RmRsIp4T6p7B8vdMbIedYndnvZfsaXvSzegtpfqRMDNCjjiSduA==" + } + }, + "npm:emojis-list": { + "type": "npm", + "name": "npm:emojis-list", + "data": { + "version": "3.0.0", + "packageName": "emojis-list", + "hash": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + } + }, + "npm:encoding": { + "type": "npm", + "name": "npm:encoding", + "data": { + "version": "0.1.13", + "packageName": "encoding", + "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" + } + }, + "npm:encoding-down": { + "type": "npm", + "name": "npm:encoding-down", + "data": { + "version": "6.3.0", + "packageName": "encoding-down", + "hash": "sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==" + } + }, + "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:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.5", + "packageName": "end-of-stream", + "hash": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" + } + }, + "npm:end-stream": { + "type": "npm", + "name": "npm:end-stream", + "data": { + "version": "0.1.0", + "packageName": "end-stream", + "hash": "sha512-Brl10T8kYnc75IepKizW6Y9liyW8ikz1B7n/xoHrJxoVSSjoqPn30sb7XVFfQERK4QfUMYRGs9dhWwtt2eu6uA==" + } + }, + "npm:engine.io": { + "type": "npm", + "name": "npm:engine.io", + "data": { + "version": "6.6.4", + "packageName": "engine.io", + "hash": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==" + } + }, + "npm:engine.io-parser": { + "type": "npm", + "name": "npm:engine.io-parser", + "data": { + "version": "5.2.3", + "packageName": "engine.io-parser", + "hash": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==" + } + }, + "npm:enhanced-resolve": { + "type": "npm", + "name": "npm:enhanced-resolve", + "data": { + "version": "5.18.2", + "packageName": "enhanced-resolve", + "hash": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:ent": { + "type": "npm", + "name": "npm:ent", + "data": { + "version": "2.2.2", + "packageName": "ent", + "hash": "sha512-kKvD1tO6BM+oK9HzCPpUdRb4vKFQY/FPTFmurMvh6LlN68VMrdj77w8yp51/kDbpkFOS9J8w5W6zIzgM2H8/hw==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + } + }, + "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:entities@2.2.0": { + "type": "npm", + "name": "npm:entities@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "entities", + "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" + } + }, + "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.14.0", + "packageName": "envinfo", + "hash": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==" + } + }, + "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:errno": { + "type": "npm", + "name": "npm:errno", + "data": { + "version": "0.1.8", + "packageName": "errno", + "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" + } + }, + "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": "1.7.0", + "packageName": "es-module-lexer", + "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" + } + }, + "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:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.20.1", + "packageName": "esbuild", + "hash": "sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==" + } + }, + "npm:esbuild@0.21.5": { + "type": "npm", + "name": "npm:esbuild@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "esbuild", + "hash": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" + } + }, + "npm:esbuild-wasm": { + "type": "npm", + "name": "npm:esbuild-wasm", + "data": { + "version": "0.20.1", + "packageName": "esbuild-wasm", + "hash": "sha512-6v/WJubRsjxBbQdz6izgvx7LsVFvVaGmSdwrFHmEzoVgfXL89hkKPoQHsnVI2ngOkcBUQT9kmAM1hVL1k/Av4A==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.2.0", + "packageName": "escalade", + "hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" + } + }, + "npm:escape-html": { + "type": "npm", + "name": "npm:escape-html", + "data": { + "version": "1.0.3", + "packageName": "escape-html", + "hash": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "8.57.1", + "packageName": "eslint", + "hash": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" + } + }, + "npm:eslint-compat-utils": { + "type": "npm", + "name": "npm:eslint-compat-utils", + "data": { + "version": "0.5.1", + "packageName": "eslint-compat-utils", + "hash": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==" + } + }, + "npm:eslint-config-standard": { + "type": "npm", + "name": "npm:eslint-config-standard", + "data": { + "version": "17.1.0", + "packageName": "eslint-config-standard", + "hash": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==" + } + }, + "npm:eslint-import-resolver-node": { + "type": "npm", + "name": "npm:eslint-import-resolver-node", + "data": { + "version": "0.3.9", + "packageName": "eslint-import-resolver-node", + "hash": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" + } + }, + "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-es-x": { + "type": "npm", + "name": "npm:eslint-plugin-es-x", + "data": { + "version": "7.8.0", + "packageName": "eslint-plugin-es-x", + "hash": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==" + } + }, + "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-jsx": { + "type": "npm", + "name": "npm:eslint-plugin-jsx", + "data": { + "version": "0.1.0", + "packageName": "eslint-plugin-jsx", + "hash": "sha512-278HIClJgb3Gp1b89wbva7AGS7cxQzBNgKFysy6aEB44Acso2M8ARdoaLUnN7VTWf0vnSvtwugCmc/B8MSzY5g==" + } + }, + "npm:eslint-plugin-react@3.4.2": { + "type": "npm", + "name": "npm:eslint-plugin-react@3.4.2", + "data": { + "version": "3.4.2", + "packageName": "eslint-plugin-react", + "hash": "sha512-rIhweRuQMLxNOOHHl9pEkQR+6QiKt9wUHpBvjSefSzUg5qdhC08jc2rxsSm1TAXii9rxabhzK5MUu+YBJxn6sA==" + } + }, + "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-n": { + "type": "npm", + "name": "npm:eslint-plugin-n", + "data": { + "version": "16.6.2", + "packageName": "eslint-plugin-n", + "hash": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==" + } + }, + "npm:eslint-plugin-promise": { + "type": "npm", + "name": "npm:eslint-plugin-promise", + "data": { + "version": "6.6.0", + "packageName": "eslint-plugin-promise", + "hash": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==" + } + }, + "npm:eslint-plugin-react-hooks": { + "type": "npm", + "name": "npm:eslint-plugin-react-hooks", + "data": { + "version": "4.6.2", + "packageName": "eslint-plugin-react-hooks", + "hash": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==" + } + }, + "npm:yocto-queue@0.1.0": { + "type": "npm", + "name": "npm:yocto-queue@0.1.0", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "1.2.1", + "packageName": "yocto-queue", + "hash": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, + "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:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:etag": { + "type": "npm", + "name": "npm:etag", + "data": { + "version": "1.8.1", + "packageName": "etag", + "hash": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + } + }, + "npm:event-target-shim": { + "type": "npm", + "name": "npm:event-target-shim", + "data": { + "version": "5.0.1", + "packageName": "event-target-shim", + "hash": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:eventemitter3@5.0.1": { + "type": "npm", + "name": "npm:eventemitter3@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + } + }, + "npm:events": { + "type": "npm", + "name": "npm:events", + "data": { + "version": "3.3.0", + "packageName": "events", + "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" + } + }, + "npm:exponential-backoff": { + "type": "npm", + "name": "npm:exponential-backoff", + "data": { + "version": "3.1.2", + "packageName": "exponential-backoff", + "hash": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==" + } + }, + "npm:express": { + "type": "npm", + "name": "npm:express", + "data": { + "version": "4.21.2", + "packageName": "express", + "hash": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==" + } + }, + "npm:express@4.18.2": { + "type": "npm", + "name": "npm:express@4.18.2", + "data": { + "version": "4.18.2", + "packageName": "express", + "hash": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==" + } + }, + "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.1", + "packageName": "tmp", + "hash": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==" + } + }, + "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-diff": { + "type": "npm", + "name": "npm:fast-diff", + "data": { + "version": "1.3.0", + "packageName": "fast-diff", + "hash": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "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-safe-stringify": { + "type": "npm", + "name": "npm:fast-safe-stringify", + "data": { + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + } + }, + "npm:fast-uri": { + "type": "npm", + "name": "npm:fast-uri", + "data": { + "version": "3.0.6", + "packageName": "fast-uri", + "hash": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==" + } + }, + "npm:fastest-levenshtein": { + "type": "npm", + "name": "npm:fastest-levenshtein", + "data": { + "version": "1.0.16", + "packageName": "fastest-levenshtein", + "hash": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.19.1", + "packageName": "fastq", + "hash": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==" + } + }, + "npm:faye-websocket": { + "type": "npm", + "name": "npm:faye-websocket", + "data": { + "version": "0.11.4", + "packageName": "faye-websocket", + "hash": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==" + } + }, + "npm:fetch-cookie": { + "type": "npm", + "name": "npm:fetch-cookie", + "data": { + "version": "0.11.0", + "packageName": "fetch-cookie", + "hash": "sha512-BQm7iZLFhMWFy5CZ/162sAGjBfdNWb7a8LEqqnzsHFhxT/X/SVj/z2t2nu3aJvjlbQkrAlTUApplPRjWyH4mhA==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "6.0.1", + "packageName": "file-entry-cache", + "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" + } + }, + "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-replace": { + "type": "npm", + "name": "npm:find-replace", + "data": { + "version": "3.0.0", + "packageName": "find-replace", + "hash": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==" + } + }, + "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": "3.2.0", + "packageName": "flat-cache", + "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.3", + "packageName": "flatted", + "hash": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.9", + "packageName": "follow-redirects", + "hash": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" + } + }, + "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:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.3", + "packageName": "form-data", + "hash": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==" + } + }, + "npm:formidable": { + "type": "npm", + "name": "npm:formidable", + "data": { + "version": "3.5.4", + "packageName": "formidable", + "hash": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==" + } + }, + "npm:forwarded": { + "type": "npm", + "name": "npm:forwarded", + "data": { + "version": "0.2.0", + "packageName": "forwarded", + "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + } + }, + "npm:fraction.js": { + "type": "npm", + "name": "npm:fraction.js", + "data": { + "version": "4.3.7", + "packageName": "fraction.js", + "hash": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" + } + }, + "npm:fresh": { + "type": "npm", + "name": "npm:fresh", + "data": { + "version": "0.5.2", + "packageName": "fresh", + "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + } + }, + "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": "11.3.0", + "packageName": "fs-extra", + "hash": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==" + } + }, + "npm:fs-extra@8.1.0": { + "type": "npm", + "name": "npm:fs-extra@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "fs-extra", + "hash": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==" + } + }, + "npm:fs-minipass": { + "type": "npm", + "name": "npm:fs-minipass", + "data": { + "version": "3.0.3", + "packageName": "fs-minipass", + "hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==" + } + }, + "npm:fs-minipass@2.1.0": { + "type": "npm", + "name": "npm:fs-minipass@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "fs-minipass", + "hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" + } + }, + "npm:fs-monkey": { + "type": "npm", + "name": "npm:fs-monkey", + "data": { + "version": "1.0.6", + "packageName": "fs-monkey", + "hash": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==" + } + }, + "npm:fs-readdir-recursive": { + "type": "npm", + "name": "npm:fs-readdir-recursive", + "data": { + "version": "1.1.0", + "packageName": "fs-readdir-recursive", + "hash": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==" + } + }, + "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:fsevents@2.3.2": { + "type": "npm", + "name": "npm:fsevents@2.3.2", + "data": { + "version": "2.3.2", + "packageName": "fsevents", + "hash": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + } + }, + "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-package-type": { + "type": "npm", + "name": "npm:get-package-type", + "data": { + "version": "0.1.0", + "packageName": "get-package-type", + "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + } + }, + "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: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:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "13.24.0", + "packageName": "globals", + "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" + } + }, + "npm:globalthis": { + "type": "npm", + "name": "npm:globalthis", + "data": { + "version": "1.0.4", + "packageName": "globalthis", + "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.2.0", + "packageName": "gopd", + "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" + } + }, + "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:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, + "npm:handle-thing": { + "type": "npm", + "name": "npm:handle-thing", + "data": { + "version": "2.0.1", + "packageName": "handle-thing", + "hash": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.1.0", + "packageName": "has-bigints", + "hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" + } + }, + "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:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.2", + "packageName": "hosted-git-info", + "hash": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" + } + }, + "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:hpack.js": { + "type": "npm", + "name": "npm:hpack.js", + "data": { + "version": "2.1.6", + "packageName": "hpack.js", + "hash": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==" + } + }, + "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:isarray@0.0.1": { + "type": "npm", + "name": "npm:isarray@0.0.1", + "data": { + "version": "0.0.1", + "packageName": "isarray", + "hash": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" + } + }, + "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@1.1.14": { + "type": "npm", + "name": "npm:readable-stream@1.1.14", + "data": { + "version": "1.1.14", + "packageName": "readable-stream", + "hash": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readable-stream@0.0.4": { + "type": "npm", + "name": "npm:readable-stream@0.0.4", + "data": { + "version": "0.0.4", + "packageName": "readable-stream", + "hash": "sha512-azrivNydKRYt7zwLV5wWUK7YzKTWs3q87xSmY6DlHapPrCvaT6ZrukvM5erV+yCSSPmZT8zkSdttOHQpWWm9zw==" + } + }, + "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@0.10.31": { + "type": "npm", + "name": "npm:string_decoder@0.10.31", + "data": { + "version": "0.10.31", + "packageName": "string_decoder", + "hash": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" + } + }, + "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:html-entities": { + "type": "npm", + "name": "npm:html-entities", + "data": { + "version": "2.6.0", + "packageName": "html-entities", + "hash": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:html-minifier-terser": { + "type": "npm", + "name": "npm:html-minifier-terser", + "data": { + "version": "6.1.0", + "packageName": "html-minifier-terser", + "hash": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==" + } + }, + "npm:html-tags": { + "type": "npm", + "name": "npm:html-tags", + "data": { + "version": "1.2.0", + "packageName": "html-tags", + "hash": "sha512-uVteDXUCs08M7QJx0eY6ue7qQztwIfknap81vAtNob2sdEPKa8PjPinx0vxbs2JONPamovZjMvKZWNW44/PBKg==" + } + }, + "npm:html-webpack-plugin": { + "type": "npm", + "name": "npm:html-webpack-plugin", + "data": { + "version": "5.6.3", + "packageName": "html-webpack-plugin", + "hash": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==" + } + }, + "npm:htmlparser2": { + "type": "npm", + "name": "npm:htmlparser2", + "data": { + "version": "8.0.2", + "packageName": "htmlparser2", + "hash": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" + } + }, + "npm:htmlparser2@6.1.0": { + "type": "npm", + "name": "npm:htmlparser2@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "htmlparser2", + "hash": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==" + } + }, + "npm:http-assert": { + "type": "npm", + "name": "npm:http-assert", + "data": { + "version": "1.5.0", + "packageName": "http-assert", + "hash": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==" + } + }, + "npm:http-errors@1.8.1": { + "type": "npm", + "name": "npm:http-errors@1.8.1", + "data": { + "version": "1.8.1", + "packageName": "http-errors", + "hash": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" + } + }, + "npm:http-errors": { + "type": "npm", + "name": "npm:http-errors", + "data": { + "version": "2.0.0", + "packageName": "http-errors", + "hash": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" + } + }, + "npm:http-errors@1.6.3": { + "type": "npm", + "name": "npm:http-errors@1.6.3", + "data": { + "version": "1.6.3", + "packageName": "http-errors", + "hash": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==" + } + }, + "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-deceiver": { + "type": "npm", + "name": "npm:http-deceiver", + "data": { + "version": "1.2.7", + "packageName": "http-deceiver", + "hash": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" + } + }, + "npm:http-parser-js": { + "type": "npm", + "name": "npm:http-parser-js", + "data": { + "version": "0.5.10", + "packageName": "http-parser-js", + "hash": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==" + } + }, + "npm:http-proxy": { + "type": "npm", + "name": "npm:http-proxy", + "data": { + "version": "1.18.1", + "packageName": "http-proxy", + "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" + } + }, + "npm:http-proxy-middleware": { + "type": "npm", + "name": "npm:http-proxy-middleware", + "data": { + "version": "2.0.8", + "packageName": "http-proxy-middleware", + "hash": "sha512-/iazaeFPmL8KLA6QB7DFAU4O5j+9y/TA0D019MbLtPuFI56VK4BXFzM6j6QS9oGpScy8IIDH4S2LHv3zg/63Bw==" + } + }, + "npm:http-proxy-middleware@2.0.9": { + "type": "npm", + "name": "npm:http-proxy-middleware@2.0.9", + "data": { + "version": "2.0.9", + "packageName": "http-proxy-middleware", + "hash": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:https-proxy-agent@5.0.1": { + "type": "npm", + "name": "npm:https-proxy-agent@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "https-proxy-agent", + "hash": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.1.7", + "packageName": "husky", + "hash": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==" + } + }, + "npm:hyperdyperid": { + "type": "npm", + "name": "npm:hyperdyperid", + "data": { + "version": "1.2.0", + "packageName": "hyperdyperid", + "hash": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==" + } + }, + "npm:icss-utils": { + "type": "npm", + "name": "npm:icss-utils", + "data": { + "version": "5.1.0", + "packageName": "icss-utils", + "hash": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" + } + }, + "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": "6.0.5", + "packageName": "ignore-walk", + "hash": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==" + } + }, + "npm:image-size": { + "type": "npm", + "name": "npm:image-size", + "data": { + "version": "0.5.5", + "packageName": "image-size", + "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" + } + }, + "npm:immediate": { + "type": "npm", + "name": "npm:immediate", + "data": { + "version": "3.3.0", + "packageName": "immediate", + "hash": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" + } + }, + "npm:immer": { + "type": "npm", + "name": "npm:immer", + "data": { + "version": "10.1.1", + "packageName": "immer", + "hash": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==" + } + }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.1", + "packageName": "import-fresh", + "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" + } + }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:import-local": { + "type": "npm", + "name": "npm:import-local", + "data": { + "version": "3.2.0", + "packageName": "import-local", + "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" + } + }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:inflation": { + "type": "npm", + "name": "npm:inflation", + "data": { + "version": "2.1.0", + "packageName": "inflation", + "hash": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==" + } + }, + "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:inherits@2.0.3": { + "type": "npm", + "name": "npm:inherits@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "inherits", + "hash": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + } + }, + "npm:inquirer": { + "type": "npm", + "name": "npm:inquirer", + "data": { + "version": "9.2.15", + "packageName": "inquirer", + "hash": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.1.0", + "packageName": "internal-slot", + "hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "1.4.0", + "packageName": "interpret", + "hash": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + } + }, + "npm:interpret@3.1.1": { + "type": "npm", + "name": "npm:interpret@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + } + }, + "npm:ip-address": { + "type": "npm", + "name": "npm:ip-address", + "data": { + "version": "9.0.5", + "packageName": "ip-address", + "hash": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" + } + }, + "npm:sprintf-js@1.1.3": { + "type": "npm", + "name": "npm:sprintf-js@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "sprintf-js", + "hash": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:is-arguments": { + "type": "npm", + "name": "npm:is-arguments", + "data": { + "version": "1.2.0", + "packageName": "is-arguments", + "hash": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==" + } + }, + "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-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "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-builtin-module": { + "type": "npm", + "name": "npm:is-builtin-module", + "data": { + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + } + }, + "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-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": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-docker@3.0.0": { + "type": "npm", + "name": "npm:is-docker@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "is-docker", + "hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" + } + }, + "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-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + } + }, + "npm:is-fullwidth-code-point@5.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + } + }, + "npm:is-fullwidth-code-point@3.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "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-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-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-lambda": { + "type": "npm", + "name": "npm:is-lambda", + "data": { + "version": "1.0.1", + "packageName": "is-lambda", + "hash": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" + } + }, + "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-negative-zero": { + "type": "npm", + "name": "npm:is-negative-zero", + "data": { + "version": "2.0.3", + "packageName": "is-negative-zero", + "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" + } + }, + "npm:is-network-error": { + "type": "npm", + "name": "npm:is-network-error", + "data": { + "version": "1.1.0", + "packageName": "is-network-error", + "hash": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==" + } + }, + "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-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:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "3.0.0", + "packageName": "is-plain-obj", + "hash": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "2.0.4", + "packageName": "is-plain-object", + "hash": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" + } + }, + "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-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-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-typed-array": { + "type": "npm", + "name": "npm:is-typed-array", + "data": { + "version": "1.1.15", + "packageName": "is-typed-array", + "hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" + } + }, + "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: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-what": { + "type": "npm", + "name": "npm:is-what", + "data": { + "version": "3.14.1", + "packageName": "is-what", + "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:is-wsl@3.1.0": { + "type": "npm", + "name": "npm:is-wsl@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "is-wsl", + "hash": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" + } + }, + "npm:isbinaryfile": { + "type": "npm", + "name": "npm:isbinaryfile", + "data": { + "version": "4.0.10", + "packageName": "isbinaryfile", + "hash": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==" + } + }, + "npm:isobject": { + "type": "npm", + "name": "npm:isobject", + "data": { + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + } + }, + "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": "5.2.1", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" + } + }, + "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": "4.0.1", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:iterator.prototype": { + "type": "npm", + "name": "npm:iterator.prototype", + "data": { + "version": "1.1.5", + "packageName": "iterator.prototype", + "hash": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "3.4.3", + "packageName": "jackspeak", + "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" + } + }, + "npm:jake": { + "type": "npm", + "name": "npm:jake", + "data": { + "version": "10.9.2", + "packageName": "jake", + "hash": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" + } + }, + "npm:jasmine-core": { + "type": "npm", + "name": "npm:jasmine-core", + "data": { + "version": "5.1.2", + "packageName": "jasmine-core", + "hash": "sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA==" + } + }, + "npm:jasmine-core@4.6.1": { + "type": "npm", + "name": "npm:jasmine-core@4.6.1", + "data": { + "version": "4.6.1", + "packageName": "jasmine-core", + "hash": "sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jest-worker": { + "type": "npm", + "name": "npm:jest-worker", + "data": { + "version": "27.5.1", + "packageName": "jest-worker", + "hash": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.7", + "packageName": "jiti", + "hash": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==" + } + }, + "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": "1.1.0", + "packageName": "jsbn", + "hash": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "3.1.0", + "packageName": "jsesc", + "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" + } + }, + "npm:jsesc@3.0.2": { + "type": "npm", + "name": "npm:jsesc@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "jsesc", + "hash": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" + } + }, + "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-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-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.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + } + }, + "npm:jsonc-parser@3.2.0": { + "type": "npm", + "name": "npm:jsonc-parser@3.2.0", + "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:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:jsx-ast-utils": { + "type": "npm", + "name": "npm:jsx-ast-utils", + "data": { + "version": "3.3.5", + "packageName": "jsx-ast-utils", + "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" + } + }, + "npm:karma": { + "type": "npm", + "name": "npm:karma", + "data": { + "version": "6.4.4", + "packageName": "karma", + "hash": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==" + } + }, + "npm:karma-chrome-launcher": { + "type": "npm", + "name": "npm:karma-chrome-launcher", + "data": { + "version": "3.2.0", + "packageName": "karma-chrome-launcher", + "hash": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==" + } + }, + "npm:karma-coverage": { + "type": "npm", + "name": "npm:karma-coverage", + "data": { + "version": "2.2.1", + "packageName": "karma-coverage", + "hash": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==" + } + }, + "npm:karma-jasmine": { + "type": "npm", + "name": "npm:karma-jasmine", + "data": { + "version": "5.1.0", + "packageName": "karma-jasmine", + "hash": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==" + } + }, + "npm:karma-jasmine-html-reporter": { + "type": "npm", + "name": "npm:karma-jasmine-html-reporter", + "data": { + "version": "2.1.0", + "packageName": "karma-jasmine-html-reporter", + "hash": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==" + } + }, + "npm:karma-source-map-support": { + "type": "npm", + "name": "npm:karma-source-map-support", + "data": { + "version": "1.4.0", + "packageName": "karma-source-map-support", + "hash": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==" + } + }, + "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:keygrip": { + "type": "npm", + "name": "npm:keygrip", + "data": { + "version": "1.1.0", + "packageName": "keygrip", + "hash": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==" + } + }, + "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:klona": { + "type": "npm", + "name": "npm:klona", + "data": { + "version": "2.0.6", + "packageName": "klona", + "hash": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" + } + }, + "npm:koa": { + "type": "npm", + "name": "npm:koa", + "data": { + "version": "2.16.1", + "packageName": "koa", + "hash": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==" + } + }, + "npm:koa-bodyparser": { + "type": "npm", + "name": "npm:koa-bodyparser", + "data": { + "version": "4.4.1", + "packageName": "koa-bodyparser", + "hash": "sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==" + } + }, + "npm:koa-compose": { + "type": "npm", + "name": "npm:koa-compose", + "data": { + "version": "4.1.0", + "packageName": "koa-compose", + "hash": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" + } + }, + "npm:koa-compress": { + "type": "npm", + "name": "npm:koa-compress", + "data": { + "version": "3.1.0", + "packageName": "koa-compress", + "hash": "sha512-0m24/yS/GbhWI+g9FqtvStY+yJwTObwoxOvPok6itVjRen7PBWkjsJ8pre76m+99YybXLKhOJ62mJ268qyBFMQ==" + } + }, + "npm:koa-conditional-get": { + "type": "npm", + "name": "npm:koa-conditional-get", + "data": { + "version": "2.0.0", + "packageName": "koa-conditional-get", + "hash": "sha512-FTZYr681zfyW0bz8FDc55RJrRnicz6KPv2oA3GOf6knksJd0uJdfenKud+RtBjHzO0g1tVHNjwN6gk7OfHAtbQ==" + } + }, + "npm:koa-convert": { + "type": "npm", + "name": "npm:koa-convert", + "data": { + "version": "2.0.0", + "packageName": "koa-convert", + "hash": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==" + } + }, + "npm:koa-etag": { + "type": "npm", + "name": "npm:koa-etag", + "data": { + "version": "3.0.0", + "packageName": "koa-etag", + "hash": "sha512-HYU1zIsH4S9xOlUZGuZIP1PIiJ0EkBXgwL8PjFECb/pUYmAee8gfcvIovregBMYxECDhLulEWT2+ZRsA/lczCQ==" + } + }, + "npm:koa-is-json": { + "type": "npm", + "name": "npm:koa-is-json", + "data": { + "version": "1.0.0", + "packageName": "koa-is-json", + "hash": "sha512-+97CtHAlWDx0ndt0J8y3P12EWLwTLMXIfMnYDev3wOTwH/RpBGMlfn4bDXlMEg1u73K6XRE9BbUp+5ZAYoRYWw==" + } + }, + "npm:koa-json": { + "type": "npm", + "name": "npm:koa-json", + "data": { + "version": "2.0.2", + "packageName": "koa-json", + "hash": "sha512-8+dz0T2ekDuNN1svYoKPCV2txotQ3Ufg8Fn5bft1T48MPJWiC/HKmkk+3xj9EC/iNZuFYeLRazN2h2o3RSUXuQ==" + } + }, + "npm:koa-morgan": { + "type": "npm", + "name": "npm:koa-morgan", + "data": { + "version": "1.0.1", + "packageName": "koa-morgan", + "hash": "sha512-JOUdCNlc21G50afBXfErUrr1RKymbgzlrO5KURY+wmDG1Uvd2jmxUJcHgylb/mYXy2SjiNZyYim/ptUBGsIi3A==" + } + }, + "npm:koa-range": { + "type": "npm", + "name": "npm:koa-range", + "data": { + "version": "0.3.0", + "packageName": "koa-range", + "hash": "sha512-Ich3pCz6RhtbajYXRWjIl6O5wtrLs6kE3nkXc9XmaWe+MysJyZO7K4L3oce1Jpg/iMgCbj+5UCiMm/rqVtcDIg==" + } + }, + "npm:koa-route": { + "type": "npm", + "name": "npm:koa-route", + "data": { + "version": "3.2.0", + "packageName": "koa-route", + "hash": "sha512-8FsuWw/L+CUWJfpgN6vrlYUDNTheEinG8Zkm97GyuLJNyWjCVUs9p10Ih3jTIWwmDVQcz6827l0RKadAS5ibqA==" + } + }, + "npm:path-to-regexp@1.9.0": { + "type": "npm", + "name": "npm:path-to-regexp@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "path-to-regexp", + "hash": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==" + } + }, + "npm:path-to-regexp@6.3.0": { + "type": "npm", + "name": "npm:path-to-regexp@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "path-to-regexp", + "hash": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" + } + }, + "npm:path-to-regexp": { + "type": "npm", + "name": "npm:path-to-regexp", + "data": { + "version": "0.1.12", + "packageName": "path-to-regexp", + "hash": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" + } + }, + "npm:path-to-regexp@0.1.7": { + "type": "npm", + "name": "npm:path-to-regexp@0.1.7", + "data": { + "version": "0.1.7", + "packageName": "path-to-regexp", + "hash": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + } + }, + "npm:koa-send": { + "type": "npm", + "name": "npm:koa-send", + "data": { + "version": "5.0.1", + "packageName": "koa-send", + "hash": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==" + } + }, + "npm:koa-static": { + "type": "npm", + "name": "npm:koa-static", + "data": { + "version": "5.0.0", + "packageName": "koa-static", + "hash": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==" + } + }, + "npm:launch-editor": { + "type": "npm", + "name": "npm:launch-editor", + "data": { + "version": "2.10.0", + "packageName": "launch-editor", + "hash": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==" + } + }, + "npm:less": { + "type": "npm", + "name": "npm:less", + "data": { + "version": "4.2.0", + "packageName": "less", + "hash": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==" + } + }, + "npm:less-loader": { + "type": "npm", + "name": "npm:less-loader", + "data": { + "version": "11.1.0", + "packageName": "less-loader", + "hash": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==" + } + }, + "npm:mime@1.6.0": { + "type": "npm", + "name": "npm:mime@1.6.0", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "2.6.0", + "packageName": "mime", + "hash": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" + } + }, + "npm:level": { + "type": "npm", + "name": "npm:level", + "data": { + "version": "6.0.1", + "packageName": "level", + "hash": "sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw==" + } + }, + "npm:level-codec": { + "type": "npm", + "name": "npm:level-codec", + "data": { + "version": "9.0.2", + "packageName": "level-codec", + "hash": "sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==" + } + }, + "npm:level-concat-iterator": { + "type": "npm", + "name": "npm:level-concat-iterator", + "data": { + "version": "2.0.1", + "packageName": "level-concat-iterator", + "hash": "sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==" + } + }, + "npm:level-errors": { + "type": "npm", + "name": "npm:level-errors", + "data": { + "version": "2.0.1", + "packageName": "level-errors", + "hash": "sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==" + } + }, + "npm:level-iterator-stream": { + "type": "npm", + "name": "npm:level-iterator-stream", + "data": { + "version": "4.0.2", + "packageName": "level-iterator-stream", + "hash": "sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==" + } + }, + "npm:level-js": { + "type": "npm", + "name": "npm:level-js", + "data": { + "version": "5.0.2", + "packageName": "level-js", + "hash": "sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg==" + } + }, + "npm:level-packager": { + "type": "npm", + "name": "npm:level-packager", + "data": { + "version": "5.1.1", + "packageName": "level-packager", + "hash": "sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==" + } + }, + "npm:level-supports": { + "type": "npm", + "name": "npm:level-supports", + "data": { + "version": "1.0.1", + "packageName": "level-supports", + "hash": "sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==" + } + }, + "npm:level-write-stream": { + "type": "npm", + "name": "npm:level-write-stream", + "data": { + "version": "1.0.0", + "packageName": "level-write-stream", + "hash": "sha512-bBNKOEOMl8msO+uIM9YX/gUO6ckokZ/4pCwTm/lwvs46x6Xs8Zy0sn3Vh37eDqse4mhy4fOMIb/JsSM2nyQFtw==" + } + }, + "npm:leveldown": { + "type": "npm", + "name": "npm:leveldown", + "data": { + "version": "5.6.0", + "packageName": "leveldown", + "hash": "sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==" + } + }, + "npm:node-gyp-build@4.1.1": { + "type": "npm", + "name": "npm:node-gyp-build@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "node-gyp-build", + "hash": "sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==" + } + }, + "npm:node-gyp-build": { + "type": "npm", + "name": "npm:node-gyp-build", + "data": { + "version": "4.8.4", + "packageName": "node-gyp-build", + "hash": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==" + } + }, + "npm:levelup": { + "type": "npm", + "name": "npm:levelup", + "data": { + "version": "4.4.0", + "packageName": "levelup", + "hash": "sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, + "npm:license-webpack-plugin": { + "type": "npm", + "name": "npm:license-webpack-plugin", + "data": { + "version": "4.0.2", + "packageName": "license-webpack-plugin", + "hash": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==" + } + }, + "npm:lilconfig": { + "type": "npm", + "name": "npm:lilconfig", + "data": { + "version": "3.1.3", + "packageName": "lilconfig", + "hash": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "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:lint-staged": { + "type": "npm", + "name": "npm:lint-staged", + "data": { + "version": "15.5.2", + "packageName": "lint-staged", + "hash": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==" + } + }, + "npm:listr2": { + "type": "npm", + "name": "npm:listr2", + "data": { + "version": "8.3.3", + "packageName": "listr2", + "hash": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "4.0.0", + "packageName": "load-json-file", + "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" + } + }, + "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:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "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:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "4.0.1", + "packageName": "pify", + "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + }, + "npm:load-module": { + "type": "npm", + "name": "npm:load-module", + "data": { + "version": "3.0.0", + "packageName": "load-module", + "hash": "sha512-ZqprfrTx4vfH5+1mgpspPh5JYsNyA193NkMUdb3GwpmVqMczOh8cUDJgZBmEZVlSR42JBGYTUxlBAX9LHIBtIA==" + } + }, + "npm:loader-runner": { + "type": "npm", + "name": "npm:loader-runner", + "data": { + "version": "4.3.0", + "packageName": "loader-runner", + "hash": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" + } + }, + "npm:local-web-server": { + "type": "npm", + "name": "npm:local-web-server", + "data": { + "version": "4.2.1", + "packageName": "local-web-server", + "hash": "sha512-v71LZool2w7uYA+tDP5HhfjzUxz5SFfcrPPB/zC98yFFawt7A6fcmAr2MR4Q9AHk/A8oyd/wrhEJBJLndwHxNQ==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:lodash.assignwith": { + "type": "npm", + "name": "npm:lodash.assignwith", + "data": { + "version": "4.2.0", + "packageName": "lodash.assignwith", + "hash": "sha512-ZznplvbvtjK2gMvnQ1BR/zqPFZmS6jbK4p+6Up4xcRYA7yMIwxHCfbTcrYxXKzzqLsQ05eJPVznEW3tuwV7k1g==" + } + }, + "npm:lodash.camelcase": { + "type": "npm", + "name": "npm:lodash.camelcase", + "data": { + "version": "4.3.0", + "packageName": "lodash.camelcase", + "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "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.throttle": { + "type": "npm", + "name": "npm:lodash.throttle", + "data": { + "version": "4.1.1", + "packageName": "lodash.throttle", + "hash": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" + } + }, + "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-update": { + "type": "npm", + "name": "npm:log-update", + "data": { + "version": "6.1.0", + "packageName": "log-update", + "hash": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==" + } + }, + "npm:restore-cursor@5.1.0": { + "type": "npm", + "name": "npm:restore-cursor@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "restore-cursor", + "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:log4js": { + "type": "npm", + "name": "npm:log4js", + "data": { + "version": "6.9.1", + "packageName": "log4js", + "hash": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==" + } + }, + "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:ltgt": { + "type": "npm", + "name": "npm:ltgt", + "data": { + "version": "2.2.1", + "packageName": "ltgt", + "hash": "sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==" + } + }, + "npm:lws": { + "type": "npm", + "name": "npm:lws", + "data": { + "version": "3.1.0", + "packageName": "lws", + "hash": "sha512-I8rTgZxz8OJL0hjdlDxs6WpcVG7WSyalVHPQXXK+WPNVjm3KhkT5gV0Qmsgm2FRLbRUp15tso80xmDxMsyt7zA==" + } + }, + "npm:lws-basic-auth": { + "type": "npm", + "name": "npm:lws-basic-auth", + "data": { + "version": "2.0.0", + "packageName": "lws-basic-auth", + "hash": "sha512-zzyoGFLQPuKaQJvHMLmmSyfT6lIvocwcDXllTVW5brD0t0YgHYopILkzja+x+MIlJX/YhNKniaTSasujniYVjw==" + } + }, + "npm:lws-blacklist": { + "type": "npm", + "name": "npm:lws-blacklist", + "data": { + "version": "3.0.0", + "packageName": "lws-blacklist", + "hash": "sha512-KNXGDBmbj+UGfWMBAefe2vrfuWpEQms/9Fd7kfMScTqAKF6nrVoEs4pkxfefArG3bX0bu7jWLyB4tJGma5WC6Q==" + } + }, + "npm:lws-body-parser": { + "type": "npm", + "name": "npm:lws-body-parser", + "data": { + "version": "2.0.0", + "packageName": "lws-body-parser", + "hash": "sha512-QFDzln3sSdKWL9fVNWy2+ZmrKy/XaYRO0/FFB0MBrDCsNnzepeCD4I7rOOfyuphLn42yR8XUpWdcJ3Ii5aauRA==" + } + }, + "npm:lws-compress": { + "type": "npm", + "name": "npm:lws-compress", + "data": { + "version": "2.0.0", + "packageName": "lws-compress", + "hash": "sha512-5qDXI9pukVYWm07WjAOfpItLXKtL8lCHvjmW4RiXULhTRJj1qqBjNcmqReyk8L7NLUKhc+8eqoDDJFKURQEp0w==" + } + }, + "npm:lws-conditional-get": { + "type": "npm", + "name": "npm:lws-conditional-get", + "data": { + "version": "2.0.0", + "packageName": "lws-conditional-get", + "hash": "sha512-U05yDlFJKIYa7gJZYfnc1HIEuXbKpDJztgkvNYyxCqJC28j/k9ORoNnFNOIHpBh/jlPJgV8x7uH34mIxFAryWA==" + } + }, + "npm:lws-cors": { + "type": "npm", + "name": "npm:lws-cors", + "data": { + "version": "3.1.1", + "packageName": "lws-cors", + "hash": "sha512-JMqRHdZ8wS17LB9MbHZvOAiDE/2MD3TSODvEAmNkIPEvutKq1Z6wfuFbfiNjAQRGyImUfiUM99vJOFHmLCg2cw==" + } + }, + "npm:lws-index": { + "type": "npm", + "name": "npm:lws-index", + "data": { + "version": "2.0.0", + "packageName": "lws-index", + "hash": "sha512-qfkeQmKYnd13LmQubzI5LtFV2N8PJQG4QvgSoefoiB3dWre9k2T4C7ajjOTKO8mgSzYpUEREduNcQcLyt62n0g==" + } + }, + "npm:lws-json": { + "type": "npm", + "name": "npm:lws-json", + "data": { + "version": "2.0.0", + "packageName": "lws-json", + "hash": "sha512-vqUFrAQ5BGpkMS2Mm/ZhgvUMi6Tgia7YtESG7pKjNoiSsD+TxncG0nqp8YjUh2xrEzi/SYFc/ed+9ZOl/t0A0g==" + } + }, + "npm:lws-log": { + "type": "npm", + "name": "npm:lws-log", + "data": { + "version": "2.0.0", + "packageName": "lws-log", + "hash": "sha512-YveoazSZ0Qb1Tljdm8G8yn9c+mAMXgvLMACZzh5aZIk7p8YJwiXf9r1S+xY7wbXEcKG629KfVO0B5G5gRFcyDQ==" + } + }, + "npm:lws-mime": { + "type": "npm", + "name": "npm:lws-mime", + "data": { + "version": "2.0.0", + "packageName": "lws-mime", + "hash": "sha512-mfrAgRQ5+hkQ7LJ6EAgwnUeymNeYxwLXZY3UQ6C2hSTr7BqMSzm9k5O0C8wWP2dzdhChzITYKwzWbUnAYVBwtA==" + } + }, + "npm:lws-range": { + "type": "npm", + "name": "npm:lws-range", + "data": { + "version": "3.0.0", + "packageName": "lws-range", + "hash": "sha512-7ZhA/LqQnKjolKBo/2BFj9DyDDXcJGY3v05TwYRD0qDGrxW4vuatEjluC3SV7ZO/k4PxDLdxuk+RCgL5t3ThtQ==" + } + }, + "npm:lws-request-monitor": { + "type": "npm", + "name": "npm:lws-request-monitor", + "data": { + "version": "2.0.0", + "packageName": "lws-request-monitor", + "hash": "sha512-ZTo0/pS42qiejcYlL+wlpurSbDSS0J7pDDohqBx7jjUQkgni2Qd8cPzn/kW8QI82gXgDmdZH+ps0vheLHlgdgg==" + } + }, + "npm:lws-rewrite": { + "type": "npm", + "name": "npm:lws-rewrite", + "data": { + "version": "3.1.1", + "packageName": "lws-rewrite", + "hash": "sha512-cOeaPXIlLUVLxS6BZ52QzZVzI8JjCzlWD4RWizB5Hd+0YGO0SPa3Vgk7CIghtAOsSdjtXg/wSOap2H1h+tw8BQ==" + } + }, + "npm:lws-spa": { + "type": "npm", + "name": "npm:lws-spa", + "data": { + "version": "3.0.0", + "packageName": "lws-spa", + "hash": "sha512-Tz10LfuOTUsRG6z+OCJ/vBN+4LQWoAGIJ1R02CFPrDk0pY3rHezM7/cCpq6Z6dXD+ipdNE8alkVn4zL2M+eVGg==" + } + }, + "npm:lws-static": { + "type": "npm", + "name": "npm:lws-static", + "data": { + "version": "2.0.0", + "packageName": "lws-static", + "hash": "sha512-P25A0+IXdkB6Y6gZAG7X0mnaa+FJ8aTiWLUgM5kazaWmruRO7lyhSjitsA3y5TLI3DpPCZn0mWE4SRREujUZLg==" + } + }, + "npm:open@7.4.2": { + "type": "npm", + "name": "npm:open@7.4.2", + "data": { + "version": "7.4.2", + "packageName": "open", + "hash": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:open@10.1.2": { + "type": "npm", + "name": "npm:open@10.1.2", + "data": { + "version": "10.1.2", + "packageName": "open", + "hash": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + } + }, + "npm:make-fetch-happen": { + "type": "npm", + "name": "npm:make-fetch-happen", + "data": { + "version": "13.0.1", + "packageName": "make-fetch-happen", + "hash": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==" + } + }, + "npm:math-intrinsics": { + "type": "npm", + "name": "npm:math-intrinsics", + "data": { + "version": "1.1.0", + "packageName": "math-intrinsics", + "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" + } + }, + "npm:media-typer": { + "type": "npm", + "name": "npm:media-typer", + "data": { + "version": "0.3.0", + "packageName": "media-typer", + "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + } + }, + "npm:memfs": { + "type": "npm", + "name": "npm:memfs", + "data": { + "version": "3.5.3", + "packageName": "memfs", + "hash": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==" + } + }, + "npm:memfs@4.17.2": { + "type": "npm", + "name": "npm:memfs@4.17.2", + "data": { + "version": "4.17.2", + "packageName": "memfs", + "hash": "sha512-NgYhCOWgovOXSzvYgUW0LQ7Qy72rWQMGGFJDoWg4G30RHd3z77VbYdtJ4fembJXBy8pMIUA31XNAupobOQlwdg==" + } + }, + "npm:memorystream": { + "type": "npm", + "name": "npm:memorystream", + "data": { + "version": "0.3.1", + "packageName": "memorystream", + "hash": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==" + } + }, + "npm:merge-descriptors": { + "type": "npm", + "name": "npm:merge-descriptors", + "data": { + "version": "1.0.3", + "packageName": "merge-descriptors", + "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" + } + }, + "npm:merge-descriptors@1.0.1": { + "type": "npm", + "name": "npm:merge-descriptors@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "merge-descriptors", + "hash": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + } + }, + "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:methods": { + "type": "npm", + "name": "npm:methods", + "data": { + "version": "1.1.2", + "packageName": "methods", + "hash": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + } + }, + "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.54.0", + "packageName": "mime-db", + "hash": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" + } + }, + "npm:mime-db@1.52.0": { + "type": "npm", + "name": "npm:mime-db@1.52.0", + "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: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:webpack-sources": { + "type": "npm", + "name": "npm:webpack-sources", + "data": { + "version": "3.3.3", + "packageName": "webpack-sources", + "hash": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==" + } + }, + "npm:minimalistic-assert": { + "type": "npm", + "name": "npm:minimalistic-assert", + "data": { + "version": "1.0.1", + "packageName": "minimalistic-assert", + "hash": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.1.2", + "packageName": "minipass", + "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" + } + }, + "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@5.0.0": { + "type": "npm", + "name": "npm:minipass@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "minipass", + "hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" + } + }, + "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-fetch": { + "type": "npm", + "name": "npm:minipass-fetch", + "data": { + "version": "3.0.5", + "packageName": "minipass-fetch", + "hash": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==" + } + }, + "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-json-stream": { + "type": "npm", + "name": "npm:minipass-json-stream", + "data": { + "version": "1.0.2", + "packageName": "minipass-json-stream", + "hash": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==" + } + }, + "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:minipass-sized": { + "type": "npm", + "name": "npm:minipass-sized", + "data": { + "version": "1.0.3", + "packageName": "minipass-sized", + "hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" + } + }, + "npm:minizlib": { + "type": "npm", + "name": "npm:minizlib", + "data": { + "version": "2.1.2", + "packageName": "minizlib", + "hash": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" + } + }, + "npm:mkdirp": { + "type": "npm", + "name": "npm:mkdirp", + "data": { + "version": "0.5.6", + "packageName": "mkdirp", + "hash": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" + } + }, + "npm:mkdirp@1.0.4": { + "type": "npm", + "name": "npm:mkdirp@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "mkdirp", + "hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + }, + "npm:morgan": { + "type": "npm", + "name": "npm:morgan", + "data": { + "version": "1.10.0", + "packageName": "morgan", + "hash": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==" + } + }, + "npm:mrmime": { + "type": "npm", + "name": "npm:mrmime", + "data": { + "version": "2.0.0", + "packageName": "mrmime", + "hash": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==" + } + }, + "npm:multicast-dns": { + "type": "npm", + "name": "npm:multicast-dns", + "data": { + "version": "7.2.5", + "packageName": "multicast-dns", + "hash": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==" + } + }, + "npm:mute-stream": { + "type": "npm", + "name": "npm:mute-stream", + "data": { + "version": "1.0.0", + "packageName": "mute-stream", + "hash": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==" + } + }, + "npm:mz": { + "type": "npm", + "name": "npm:mz", + "data": { + "version": "2.7.0", + "packageName": "mz", + "hash": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "3.3.11", + "packageName": "nanoid", + "hash": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" + } + }, + "npm:napi-macros": { + "type": "npm", + "name": "npm:napi-macros", + "data": { + "version": "2.0.0", + "packageName": "napi-macros", + "hash": "sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, + "npm:needle": { + "type": "npm", + "name": "npm:needle", + "data": { + "version": "3.3.1", + "packageName": "needle", + "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" + } + }, + "npm:neo-async": { + "type": "npm", + "name": "npm:neo-async", + "data": { + "version": "2.6.2", + "packageName": "neo-async", + "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + } + }, + "npm:nice-napi": { + "type": "npm", + "name": "npm:nice-napi", + "data": { + "version": "1.0.2", + "packageName": "nice-napi", + "hash": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==" + } + }, + "npm:nice-try": { + "type": "npm", + "name": "npm:nice-try", + "data": { + "version": "1.0.5", + "packageName": "nice-try", + "hash": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + } + }, + "npm:no-case": { + "type": "npm", + "name": "npm:no-case", + "data": { + "version": "3.0.4", + "packageName": "no-case", + "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.6.7", + "packageName": "node-fetch", + "hash": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" + } + }, + "npm:node-forge": { + "type": "npm", + "name": "npm:node-forge", + "data": { + "version": "1.3.1", + "packageName": "node-forge", + "hash": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" + } + }, + "npm:node-gyp": { + "type": "npm", + "name": "npm:node-gyp", + "data": { + "version": "10.3.1", + "packageName": "node-gyp", + "hash": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.19", + "packageName": "node-releases", + "hash": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" + } + }, + "npm:node-version-matches": { + "type": "npm", + "name": "npm:node-version-matches", + "data": { + "version": "2.0.1", + "packageName": "node-version-matches", + "hash": "sha512-oqk6+05FC0dNVY5NuXuhPEMq+m1b9ZjS9SIhVE9EjwCHZspnmjSO8npbKAEieinR8GeEgbecoQcYIvI/Kwcf6Q==" + } + }, + "npm:nopt": { + "type": "npm", + "name": "npm:nopt", + "data": { + "version": "7.2.1", + "packageName": "nopt", + "hash": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.2", + "packageName": "normalize-package-data", + "hash": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==" + } + }, + "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-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:normalize-range": { + "type": "npm", + "name": "npm:normalize-range", + "data": { + "version": "0.1.2", + "packageName": "normalize-range", + "hash": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" + } + }, + "npm:npm-bundled": { + "type": "npm", + "name": "npm:npm-bundled", + "data": { + "version": "3.0.1", + "packageName": "npm-bundled", + "hash": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-packlist": { + "type": "npm", + "name": "npm:npm-packlist", + "data": { + "version": "8.0.2", + "packageName": "npm-packlist", + "hash": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-registry-fetch": { + "type": "npm", + "name": "npm:npm-registry-fetch", + "data": { + "version": "16.2.1", + "packageName": "npm-registry-fetch", + "hash": "sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA==" + } + }, + "npm:npm-run-all": { + "type": "npm", + "name": "npm:npm-run-all", + "data": { + "version": "4.1.5", + "packageName": "npm-run-all", + "hash": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "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:pidtree@0.3.1": { + "type": "npm", + "name": "npm:pidtree@0.3.1", + "data": { + "version": "0.3.1", + "packageName": "pidtree", + "hash": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "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@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "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:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "17.1.3", + "packageName": "nx", + "hash": "sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==" + } + }, + "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:obuf": { + "type": "npm", + "name": "npm:obuf", + "data": { + "version": "1.1.2", + "packageName": "obuf", + "hash": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + } + }, + "npm:on-headers": { + "type": "npm", + "name": "npm:on-headers", + "data": { + "version": "1.0.2", + "packageName": "on-headers", + "hash": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:only": { + "type": "npm", + "name": "npm:only", + "data": { + "version": "0.0.2", + "packageName": "only", + "hash": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==" + } + }, + "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.4.1", + "packageName": "ora", + "hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" + } + }, + "npm:os-tmpdir": { + "type": "npm", + "name": "npm:os-tmpdir", + "data": { + "version": "1.0.2", + "packageName": "os-tmpdir", + "hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" + } + }, + "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:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-retry": { + "type": "npm", + "name": "npm:p-retry", + "data": { + "version": "4.6.2", + "packageName": "p-retry", + "hash": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==" + } + }, + "npm:p-retry@6.2.1": { + "type": "npm", + "name": "npm:p-retry@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "p-retry", + "hash": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==" + } + }, + "npm:retry@0.13.1": { + "type": "npm", + "name": "npm:retry@0.13.1", + "data": { + "version": "0.13.1", + "packageName": "retry", + "hash": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:p-try": { + "type": "npm", + "name": "npm:p-try", + "data": { + "version": "2.2.0", + "packageName": "p-try", + "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + }, + "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:pacote": { + "type": "npm", + "name": "npm:pacote", + "data": { + "version": "17.0.6", + "packageName": "pacote", + "hash": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==" + } + }, + "npm:param-case": { + "type": "npm", + "name": "npm:param-case", + "data": { + "version": "3.0.4", + "packageName": "param-case", + "hash": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==" + } + }, + "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-node-version": { + "type": "npm", + "name": "npm:parse-node-version", + "data": { + "version": "1.0.1", + "packageName": "parse-node-version", + "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.3.0", + "packageName": "parse5", + "hash": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==" + } + }, + "npm:parse5-html-rewriting-stream": { + "type": "npm", + "name": "npm:parse5-html-rewriting-stream", + "data": { + "version": "7.0.0", + "packageName": "parse5-html-rewriting-stream", + "hash": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==" + } + }, + "npm:parse5-sax-parser": { + "type": "npm", + "name": "npm:parse5-sax-parser", + "data": { + "version": "7.0.0", + "packageName": "parse5-sax-parser", + "hash": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==" + } + }, + "npm:parseurl": { + "type": "npm", + "name": "npm:parseurl", + "data": { + "version": "1.3.3", + "packageName": "parseurl", + "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + } + }, + "npm:pascal-case": { + "type": "npm", + "name": "npm:pascal-case", + "data": { + "version": "3.1.2", + "packageName": "pascal-case", + "hash": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" + } + }, + "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:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, + "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:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.1.1", + "packageName": "picocolors", + "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + } + }, + "npm:piscina": { + "type": "npm", + "name": "npm:piscina", + "data": { + "version": "4.4.0", + "packageName": "piscina", + "hash": "sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==" + } + }, + "npm:playwright": { + "type": "npm", + "name": "npm:playwright", + "data": { + "version": "1.53.2", + "packageName": "playwright", + "hash": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==" + } + }, + "npm:playwright-core": { + "type": "npm", + "name": "npm:playwright-core", + "data": { + "version": "1.53.2", + "packageName": "playwright-core", + "hash": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==" + } + }, + "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-media-query-parser": { + "type": "npm", + "name": "npm:postcss-media-query-parser", + "data": { + "version": "0.2.3", + "packageName": "postcss-media-query-parser", + "hash": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==" + } + }, + "npm:postcss-modules-extract-imports": { + "type": "npm", + "name": "npm:postcss-modules-extract-imports", + "data": { + "version": "3.1.0", + "packageName": "postcss-modules-extract-imports", + "hash": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==" + } + }, + "npm:postcss-modules-local-by-default": { + "type": "npm", + "name": "npm:postcss-modules-local-by-default", + "data": { + "version": "4.2.0", + "packageName": "postcss-modules-local-by-default", + "hash": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==" + } + }, + "npm:postcss-modules-scope": { + "type": "npm", + "name": "npm:postcss-modules-scope", + "data": { + "version": "3.2.1", + "packageName": "postcss-modules-scope", + "hash": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==" + } + }, + "npm:postcss-modules-values": { + "type": "npm", + "name": "npm:postcss-modules-values", + "data": { + "version": "4.0.0", + "packageName": "postcss-modules-values", + "hash": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==" + } + }, + "npm:postcss-selector-parser": { + "type": "npm", + "name": "npm:postcss-selector-parser", + "data": { + "version": "7.1.0", + "packageName": "postcss-selector-parser", + "hash": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==" + } + }, + "npm:postcss-value-parser": { + "type": "npm", + "name": "npm:postcss-value-parser", + "data": { + "version": "4.2.0", + "packageName": "postcss-value-parser", + "hash": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + } + }, + "npm:pouchdb": { + "type": "npm", + "name": "npm:pouchdb", + "data": { + "version": "7.3.1", + "packageName": "pouchdb", + "hash": "sha512-oanSnM3SD9lPRuVRwEZWVbtWKYluw0q5phT5BXWi2b9Zqd5mJUPWKbKWJu03cDPM9wySmKKd7yfl9O9/eIQ5fg==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, + "npm:prettier-linter-helpers": { + "type": "npm", + "name": "npm:prettier-linter-helpers", + "data": { + "version": "1.0.0", + "packageName": "prettier-linter-helpers", + "hash": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" + } + }, + "npm:pretty-error": { + "type": "npm", + "name": "npm:pretty-error", + "data": { + "version": "4.0.0", + "packageName": "pretty-error", + "hash": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "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:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:prop-types": { + "type": "npm", + "name": "npm:prop-types", + "data": { + "version": "15.8.1", + "packageName": "prop-types", + "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" + } + }, + "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": "18.3.1", + "packageName": "react-is", + "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + } + }, + "npm:proxy-addr": { + "type": "npm", + "name": "npm:proxy-addr", + "data": { + "version": "2.0.7", + "packageName": "proxy-addr", + "hash": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:prr": { + "type": "npm", + "name": "npm:prr", + "data": { + "version": "1.0.1", + "packageName": "prr", + "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.15.0", + "packageName": "psl", + "hash": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==" + } + }, + "npm:punycode@2.3.1": { + "type": "npm", + "name": "npm:punycode@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "1.4.1", + "packageName": "punycode", + "hash": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + } + }, + "npm:qjobs": { + "type": "npm", + "name": "npm:qjobs", + "data": { + "version": "1.2.0", + "packageName": "qjobs", + "hash": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==" + } + }, + "npm:qrcode-terminal": { + "type": "npm", + "name": "npm:qrcode-terminal", + "data": { + "version": "0.12.0", + "packageName": "qrcode-terminal", + "hash": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.13.0", + "packageName": "qs", + "hash": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" + } + }, + "npm:qs@6.11.0": { + "type": "npm", + "name": "npm:qs@6.11.0", + "data": { + "version": "6.11.0", + "packageName": "qs", + "hash": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:range-parser": { + "type": "npm", + "name": "npm:range-parser", + "data": { + "version": "1.2.1", + "packageName": "range-parser", + "hash": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + } + }, + "npm:raw-body": { + "type": "npm", + "name": "npm:raw-body", + "data": { + "version": "2.5.2", + "packageName": "raw-body", + "hash": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" + } + }, + "npm:raw-body@2.5.1": { + "type": "npm", + "name": "npm:raw-body@2.5.1", + "data": { + "version": "2.5.1", + "packageName": "raw-body", + "hash": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.3.1", + "packageName": "react", + "hash": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.3.1", + "packageName": "react-dom", + "hash": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" + } + }, + "npm:react-router": { + "type": "npm", + "name": "npm:react-router", + "data": { + "version": "6.30.1", + "packageName": "react-router", + "hash": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==" + } + }, + "npm:react-router-dom": { + "type": "npm", + "name": "npm:react-router-dom", + "data": { + "version": "6.30.1", + "packageName": "react-router-dom", + "hash": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==" + } + }, + "npm:read-package-json": { + "type": "npm", + "name": "npm:read-package-json", + "data": { + "version": "7.0.1", + "packageName": "read-package-json", + "hash": "sha512-8PcDiZ8DXUjLf687Ol4BR8Bpm2umR7vhoZOzNRt+uxD9GpBh/K+CAAALVIiYFknmvlmyg7hM7BSNUXPaCCqd0Q==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:read-pkg": { + "type": "npm", + "name": "npm:read-pkg", + "data": { + "version": "3.0.0", + "packageName": "read-pkg", + "hash": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:readdirp@4.1.2": { + "type": "npm", + "name": "npm:readdirp@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "readdirp", + "hash": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.6.2", + "packageName": "rechoir", + "hash": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" + } + }, + "npm:rechoir@0.8.0": { + "type": "npm", + "name": "npm:rechoir@0.8.0", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:reduce-flatten": { + "type": "npm", + "name": "npm:reduce-flatten", + "data": { + "version": "3.0.1", + "packageName": "reduce-flatten", + "hash": "sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==" + } + }, + "npm:reduce-flatten@2.0.0": { + "type": "npm", + "name": "npm:reduce-flatten@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "reduce-flatten", + "hash": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" + } + }, + "npm:redux": { + "type": "npm", + "name": "npm:redux", + "data": { + "version": "5.0.1", + "packageName": "redux", + "hash": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" + } + }, + "npm:redux-thunk": { + "type": "npm", + "name": "npm:redux-thunk", + "data": { + "version": "3.1.0", + "packageName": "redux-thunk", + "hash": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==" + } + }, + "npm:reflect-metadata": { + "type": "npm", + "name": "npm:reflect-metadata", + "data": { + "version": "0.2.2", + "packageName": "reflect-metadata", + "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" + } + }, + "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.0", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regex-parser": { + "type": "npm", + "name": "npm:regex-parser", + "data": { + "version": "2.3.1", + "packageName": "regex-parser", + "hash": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==" + } + }, + "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.2.0", + "packageName": "regexpu-core", + "hash": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==" + } + }, + "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.12.0", + "packageName": "regjsparser", + "hash": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==" + } + }, + "npm:relateurl": { + "type": "npm", + "name": "npm:relateurl", + "data": { + "version": "0.2.7", + "packageName": "relateurl", + "hash": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==" + } + }, + "npm:renderkid": { + "type": "npm", + "name": "npm:renderkid", + "data": { + "version": "3.0.0", + "packageName": "renderkid", + "hash": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==" + } + }, + "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:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "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-path": { + "type": "npm", + "name": "npm:resolve-path", + "data": { + "version": "1.4.0", + "packageName": "resolve-path", + "hash": "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==" + } + }, + "npm:setprototypeof@1.1.0": { + "type": "npm", + "name": "npm:setprototypeof@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "setprototypeof", + "hash": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + }, + "npm:setprototypeof": { + "type": "npm", + "name": "npm:setprototypeof", + "data": { + "version": "1.2.0", + "packageName": "setprototypeof", + "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + } + }, + "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-url-loader": { + "type": "npm", + "name": "npm:resolve-url-loader", + "data": { + "version": "5.0.0", + "packageName": "resolve-url-loader", + "hash": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==" + } + }, + "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:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.44.2", + "packageName": "rollup", + "hash": "sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==" + } + }, + "npm:run-applescript": { + "type": "npm", + "name": "npm:run-applescript", + "data": { + "version": "7.0.0", + "packageName": "run-applescript", + "hash": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==" + } + }, + "npm:run-async": { + "type": "npm", + "name": "npm:run-async", + "data": { + "version": "3.0.0", + "packageName": "run-async", + "hash": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==" + } + }, + "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:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:sax": { + "type": "npm", + "name": "npm:sax", + "data": { + "version": "1.4.1", + "packageName": "sax", + "hash": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.23.2", + "packageName": "scheduler", + "hash": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" + } + }, + "npm:select-hose": { + "type": "npm", + "name": "npm:select-hose", + "data": { + "version": "2.0.0", + "packageName": "select-hose", + "hash": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + } + }, + "npm:selfsigned": { + "type": "npm", + "name": "npm:selfsigned", + "data": { + "version": "2.4.1", + "packageName": "selfsigned", + "hash": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==" + } + }, + "npm:send": { + "type": "npm", + "name": "npm:send", + "data": { + "version": "0.19.0", + "packageName": "send", + "hash": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" + } + }, + "npm:send@0.18.0": { + "type": "npm", + "name": "npm:send@0.18.0", + "data": { + "version": "0.18.0", + "packageName": "send", + "hash": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:serve-index": { + "type": "npm", + "name": "npm:serve-index", + "data": { + "version": "1.9.1", + "packageName": "serve-index", + "hash": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==" + } + }, + "npm:serve-index-75lb": { + "type": "npm", + "name": "npm:serve-index-75lb", + "data": { + "version": "2.0.1", + "packageName": "serve-index-75lb", + "hash": "sha512-/d9r8bqJlFQcwy0a0nb1KnWAA+Mno+V+VaoKocdkbW5aXKRQd/+4bfnRhQRQr6uEoYwTRJ4xgztOyCJvWcpBpQ==" + } + }, + "npm:serve-static": { + "type": "npm", + "name": "npm:serve-static", + "data": { + "version": "1.16.2", + "packageName": "serve-static", + "hash": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" + } + }, + "npm:serve-static@1.15.0": { + "type": "npm", + "name": "npm:serve-static@1.15.0", + "data": { + "version": "1.15.0", + "packageName": "serve-static", + "hash": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==" + } + }, + "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:shallow-clone": { + "type": "npm", + "name": "npm:shallow-clone", + "data": { + "version": "3.0.1", + "packageName": "shallow-clone", + "hash": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==" + } + }, + "npm:shell-quote": { + "type": "npm", + "name": "npm:shell-quote", + "data": { + "version": "1.8.3", + "packageName": "shell-quote", + "hash": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==" + } + }, + "npm:shelljs": { + "type": "npm", + "name": "npm:shelljs", + "data": { + "version": "0.8.5", + "packageName": "shelljs", + "hash": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" + } + }, + "npm:shx": { + "type": "npm", + "name": "npm:shx", + "data": { + "version": "0.3.4", + "packageName": "shx", + "hash": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==" + } + }, + "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": "2.3.1", + "packageName": "sigstore", + "hash": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==" + } + }, + "npm:smart-buffer": { + "type": "npm", + "name": "npm:smart-buffer", + "data": { + "version": "4.2.0", + "packageName": "smart-buffer", + "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + } + }, + "npm:socket.io": { + "type": "npm", + "name": "npm:socket.io", + "data": { + "version": "4.8.1", + "packageName": "socket.io", + "hash": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==" + } + }, + "npm:socket.io-adapter": { + "type": "npm", + "name": "npm:socket.io-adapter", + "data": { + "version": "2.5.5", + "packageName": "socket.io-adapter", + "hash": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==" + } + }, + "npm:socket.io-parser": { + "type": "npm", + "name": "npm:socket.io-parser", + "data": { + "version": "4.2.4", + "packageName": "socket.io-parser", + "hash": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==" + } + }, + "npm:sockjs": { + "type": "npm", + "name": "npm:sockjs", + "data": { + "version": "0.3.24", + "packageName": "sockjs", + "hash": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==" + } + }, + "npm:socks": { + "type": "npm", + "name": "npm:socks", + "data": { + "version": "2.8.5", + "packageName": "socks", + "hash": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==" + } + }, + "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-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-loader": { + "type": "npm", + "name": "npm:source-map-loader", + "data": { + "version": "5.0.0", + "packageName": "source-map-loader", + "hash": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:spark-md5": { + "type": "npm", + "name": "npm:spark-md5", + "data": { + "version": "3.0.2", + "packageName": "spark-md5", + "hash": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==" + } + }, + "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:spdy": { + "type": "npm", + "name": "npm:spdy", + "data": { + "version": "4.0.2", + "packageName": "spdy", + "hash": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==" + } + }, + "npm:spdy-transport": { + "type": "npm", + "name": "npm:spdy-transport", + "data": { + "version": "3.0.0", + "packageName": "spdy-transport", + "hash": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.6", + "packageName": "ssri", + "hash": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==" + } + }, + "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:stream-log-stats": { + "type": "npm", + "name": "npm:stream-log-stats", + "data": { + "version": "3.0.2", + "packageName": "stream-log-stats", + "hash": "sha512-393j7aeF9iRdHvyANqEQU82UQmpw2CTxgsT83caefh+lOxavVLbVrw8Mr4zjXeZLh2+xeHZMKfVx4T0rJ/EchA==" + } + }, + "npm:stream-slice": { + "type": "npm", + "name": "npm:stream-slice", + "data": { + "version": "0.1.2", + "packageName": "stream-slice", + "hash": "sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==" + } + }, + "npm:stream-via": { + "type": "npm", + "name": "npm:stream-via", + "data": { + "version": "1.0.4", + "packageName": "stream-via", + "hash": "sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==" + } + }, + "npm:streaming-json-stringify": { + "type": "npm", + "name": "npm:streaming-json-stringify", + "data": { + "version": "3.1.0", + "packageName": "streaming-json-stringify", + "hash": "sha512-axtfs3BDxAsrZ9swD163FBrXZ8dhJJp6kUI6C97TvUZG9RHKfbg9nFbXqEheFNOb3IYMEt2ag9F62sWLFUZ4ug==" + } + }, + "npm:streamroller": { + "type": "npm", + "name": "npm:streamroller", + "data": { + "version": "3.1.5", + "packageName": "streamroller", + "hash": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "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.padend": { + "type": "npm", + "name": "npm:string.prototype.padend", + "data": { + "version": "3.1.6", + "packageName": "string.prototype.padend", + "hash": "sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==" + } + }, + "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: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-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "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:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:style-loader": { + "type": "npm", + "name": "npm:style-loader", + "data": { + "version": "3.3.4", + "packageName": "style-loader", + "hash": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==" + } + }, + "npm:style-loader@2.0.0": { + "type": "npm", + "name": "npm:style-loader@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "style-loader", + "hash": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==" + } + }, + "npm:superagent": { + "type": "npm", + "name": "npm:superagent", + "data": { + "version": "10.2.2", + "packageName": "superagent", + "hash": "sha512-vWMq11OwWCC84pQaFPzF/VO3BrjkCeewuvJgt1jfV0499Z1QSAWN4EqfMM5WlFDDX9/oP8JjlDKpblrmEoyu4Q==" + } + }, + "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-tags": { + "type": "npm", + "name": "npm:svg-tags", + "data": { + "version": "1.0.0", + "packageName": "svg-tags", + "hash": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==" + } + }, + "npm:symbol-observable": { + "type": "npm", + "name": "npm:symbol-observable", + "data": { + "version": "4.0.0", + "packageName": "symbol-observable", + "hash": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" + } + }, + "npm:synckit": { + "type": "npm", + "name": "npm:synckit", + "data": { + "version": "0.11.8", + "packageName": "synckit", + "hash": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==" + } + }, + "npm:table-layout": { + "type": "npm", + "name": "npm:table-layout", + "data": { + "version": "1.0.2", + "packageName": "table-layout", + "hash": "sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==" + } + }, + "npm:tapable": { + "type": "npm", + "name": "npm:tapable", + "data": { + "version": "2.2.2", + "packageName": "tapable", + "hash": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==" + } + }, + "npm:tar": { + "type": "npm", + "name": "npm:tar", + "data": { + "version": "6.2.1", + "packageName": "tar", + "hash": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.1", + "packageName": "terser", + "hash": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==" + } + }, + "npm:terser@5.43.1": { + "type": "npm", + "name": "npm:terser@5.43.1", + "data": { + "version": "5.43.1", + "packageName": "terser", + "hash": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==" + } + }, + "npm:terser-webpack-plugin": { + "type": "npm", + "name": "npm:terser-webpack-plugin", + "data": { + "version": "5.3.14", + "packageName": "terser-webpack-plugin", + "hash": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==" + } + }, + "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-table": { + "type": "npm", + "name": "npm:text-table", + "data": { + "version": "0.2.0", + "packageName": "text-table", + "hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + } + }, + "npm:thenify": { + "type": "npm", + "name": "npm:thenify", + "data": { + "version": "3.3.1", + "packageName": "thenify", + "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" + } + }, + "npm:thenify-all": { + "type": "npm", + "name": "npm:thenify-all", + "data": { + "version": "1.6.0", + "packageName": "thenify-all", + "hash": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" + } + }, + "npm:thingies": { + "type": "npm", + "name": "npm:thingies", + "data": { + "version": "1.21.0", + "packageName": "thingies", + "hash": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==" + } + }, + "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": "3.0.2", + "packageName": "through2", + "hash": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==" + } + }, + "npm:thunky": { + "type": "npm", + "name": "npm:thunky", + "data": { + "version": "1.1.0", + "packageName": "thunky", + "hash": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + } + }, + "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:toidentifier": { + "type": "npm", + "name": "npm:toidentifier", + "data": { + "version": "1.0.1", + "packageName": "toidentifier", + "hash": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.4", + "packageName": "tough-cookie", + "hash": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:tree-dump": { + "type": "npm", + "name": "npm:tree-dump", + "data": { + "version": "1.0.3", + "packageName": "tree-dump", + "hash": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==" + } + }, + "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:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "1.4.3", + "packageName": "ts-api-utils", + "hash": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" + } + }, + "npm:tsscmp": { + "type": "npm", + "name": "npm:tsscmp", + "data": { + "version": "1.0.6", + "packageName": "tsscmp", + "hash": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==" + } + }, + "npm:tuf-js": { + "type": "npm", + "name": "npm:tuf-js", + "data": { + "version": "2.2.1", + "packageName": "tuf-js", + "hash": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==" + } + }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, + "npm:type-is": { + "type": "npm", + "name": "npm:type-is", + "data": { + "version": "1.6.18", + "packageName": "type-is", + "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" + } + }, + "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:typed-assert": { + "type": "npm", + "name": "npm:typed-assert", + "data": { + "version": "1.0.9", + "packageName": "typed-assert", + "hash": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.2.2", + "packageName": "typescript", + "hash": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" + } + }, + "npm:ua-parser-js": { + "type": "npm", + "name": "npm:ua-parser-js", + "data": { + "version": "0.7.40", + "packageName": "ua-parser-js", + "hash": "sha512-us1E3K+3jJppDBa3Tl0L3MOJiGhe1C6P0+nIvQAFYbxlMAx0h81eOwLmU57xgqToduDDPx3y5QsdjPfDu+FgOQ==" + } + }, + "npm:unbox-primitive": { + "type": "npm", + "name": "npm:unbox-primitive", + "data": { + "version": "1.1.0", + "packageName": "unbox-primitive", + "hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "6.21.0", + "packageName": "undici-types", + "hash": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" + } + }, + "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.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unique-filename": { + "type": "npm", + "name": "npm:unique-filename", + "data": { + "version": "3.0.0", + "packageName": "unique-filename", + "hash": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==" + } + }, + "npm:unique-slug": { + "type": "npm", + "name": "npm:unique-slug", + "data": { + "version": "4.0.0", + "packageName": "unique-slug", + "hash": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==" + } + }, + "npm:unpipe": { + "type": "npm", + "name": "npm:unpipe", + "data": { + "version": "1.0.0", + "packageName": "unpipe", + "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.1.3", + "packageName": "update-browserslist-db", + "hash": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:util": { + "type": "npm", + "name": "npm:util", + "data": { + "version": "0.12.5", + "packageName": "util", + "hash": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:utila": { + "type": "npm", + "name": "npm:utila", + "data": { + "version": "0.4.0", + "packageName": "utila", + "hash": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" + } + }, + "npm:utils-merge": { + "type": "npm", + "name": "npm:utils-merge", + "data": { + "version": "1.0.1", + "packageName": "utils-merge", + "hash": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "8.3.2", + "packageName": "uuid", + "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } + }, + "npm:v8-compile-cache": { + "type": "npm", + "name": "npm:v8-compile-cache", + "data": { + "version": "2.3.0", + "packageName": "v8-compile-cache", + "hash": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" + } + }, + "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: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:vary": { + "type": "npm", + "name": "npm:vary", + "data": { + "version": "1.1.2", + "packageName": "vary", + "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.4.19", + "packageName": "vite", + "hash": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==" + } + }, + "npm:void-elements": { + "type": "npm", + "name": "npm:void-elements", + "data": { + "version": "2.0.1", + "packageName": "void-elements", + "hash": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==" + } + }, + "npm:vuvuzela": { + "type": "npm", + "name": "npm:vuvuzela", + "data": { + "version": "1.0.3", + "packageName": "vuvuzela", + "hash": "sha512-Tm7jR1xTzBbPW+6y1tknKiEhz04Wf/1iZkcTJjSFcpNko43+dFW6+OOeQe9taJIug3NdfUAjFKgUSyQrIKaDvQ==" + } + }, + "npm:walk-back": { + "type": "npm", + "name": "npm:walk-back", + "data": { + "version": "4.0.0", + "packageName": "walk-back", + "hash": "sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==" + } + }, + "npm:wbuf": { + "type": "npm", + "name": "npm:wbuf", + "data": { + "version": "1.7.3", + "packageName": "wbuf", + "hash": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==" + } + }, + "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": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:webpack-cli": { + "type": "npm", + "name": "npm:webpack-cli", + "data": { + "version": "5.1.4", + "packageName": "webpack-cli", + "hash": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==" + } + }, + "npm:webpack-merge": { + "type": "npm", + "name": "npm:webpack-merge", + "data": { + "version": "5.10.0", + "packageName": "webpack-merge", + "hash": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==" + } + }, + "npm:webpack-subresource-integrity": { + "type": "npm", + "name": "npm:webpack-subresource-integrity", + "data": { + "version": "5.1.0", + "packageName": "webpack-subresource-integrity", + "hash": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==" + } + }, + "npm:websocket-driver": { + "type": "npm", + "name": "npm:websocket-driver", + "data": { + "version": "0.7.4", + "packageName": "websocket-driver", + "hash": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==" + } + }, + "npm:websocket-extensions": { + "type": "npm", + "name": "npm:websocket-extensions", + "data": { + "version": "0.1.4", + "packageName": "websocket-extensions", + "hash": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "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:wildcard": { + "type": "npm", + "name": "npm:wildcard", + "data": { + "version": "2.0.1", + "packageName": "wildcard", + "hash": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wordwrapjs": { + "type": "npm", + "name": "npm:wordwrapjs", + "data": { + "version": "4.0.1", + "packageName": "wordwrapjs", + "hash": "sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==" + } + }, + "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:write-stream": { + "type": "npm", + "name": "npm:write-stream", + "data": { + "version": "0.4.3", + "packageName": "write-stream", + "hash": "sha512-IJrvkhbAnj89W/GAVdVgbnPiVw5Ntg/B4tc/MUCIEwj/g6JIww1DWJyB/yBMT3yw2/TkT6IUZ0+IYef3flEw8A==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.17.1", + "packageName": "ws", + "hash": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" + } + }, + "npm:ws@8.18.3": { + "type": "npm", + "name": "npm:ws@8.18.3", + "data": { + "version": "8.18.3", + "packageName": "ws", + "hash": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" + } + }, + "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:ylru": { + "type": "npm", + "name": "npm:ylru", + "data": { + "version": "1.4.0", + "packageName": "ylru", + "hash": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==" + } + }, + "npm:zone.js": { + "type": "npm", + "name": "npm:zone.js", + "data": { + "version": "0.14.10", + "packageName": "zone.js", + "hash": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==" + } + } + }, + "dependencies": [ + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/parser@6.13.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier@9.1.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:@types/eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:eslint-config-prettier@9.1.0", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:prettier@3.6.2", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:prettier-linter-helpers", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:synckit", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@angular-devkit/architect", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/architect", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular/compiler-cli", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/build-webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-runtime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/preset-env@7.26.9", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@discoveryjs/json-ext", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@ngtools/webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@vitejs/plugin-basic-ssl", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:autoprefixer@10.4.18", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:babel-loader@9.1.3", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:copy-webpack-plugin", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:critters", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:css-loader@6.10.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:esbuild-wasm", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:inquirer", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:karma-source-map-support", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:less-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:license-webpack-plugin", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:loader-utils", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:mini-css-extract-plugin@2.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:mrmime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:parse5-html-rewriting-stream", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:piscina", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:postcss-loader@8.1.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:resolve-url-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:sass@1.71.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:sass-loader@14.1.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:source-map-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:source-map-support", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:tree-kill", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:watchpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-dev-middleware", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-dev-server@4.15.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-merge", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-subresource-integrity", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-regexp-modifiers", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:fraction.js", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:normalize-range", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:find-cache-dir@4.0.0", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:find-cache-dir@4.0.0", + "target": "npm:common-path-prefix", + "type": "static" + }, + { + "source": "npm:find-cache-dir@4.0.0", + "target": "npm:pkg-dir@7.0.0", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:locate-path@7.2.0", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:path-exists@5.0.0", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:locate-path@7.2.0", + "target": "npm:p-locate@6.0.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:tapable", + "type": "static" + }, + { + "source": "npm:p-limit@4.0.0", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "npm:p-locate@6.0.0", + "target": "npm:p-limit@4.0.0", + "type": "static" + }, + { + "source": "npm:pkg-dir@7.0.0", + "target": "npm:find-up@6.3.0", + "type": "static" + }, + { + "source": "npm:postcss@8.4.35", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:postcss@8.4.35", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss@8.4.35", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:cosmiconfig@9.0.0", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:sass@1.71.1", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:sass@1.71.1", + "target": "npm:immutable@4.3.7", + "type": "static" + }, + { + "source": "npm:sass@1.71.1", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:sass@1.71.1", + "type": "static" + }, + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/ast", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/wasm-edit", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/wasm-parser", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:acorn-import-attributes", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:chrome-trace-event", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:enhanced-resolve", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:es-module-lexer", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:eslint-scope@5.1.1", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:events", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:json-parse-even-better-errors@2.3.1", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:loader-runner", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:tapable", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:terser-webpack-plugin", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:watchpack@2.4.4", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:webpack-sources", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:default-gateway", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:html-entities", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:webpack-dev-middleware@5.3.4", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:memfs", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + }, + { + "source": "npm:watchpack@2.4.4", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:watchpack@2.4.4", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:webpack-dev-server", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:@angular-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@angular-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:axobject-query", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular/cli", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular-eslint/eslint-plugin-template", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:ignore@5.3.0", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:eslint-scope", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular/animations", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/animations", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/schematics", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@schematics/angular", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ini", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:inquirer", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:pacote", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:symbol-observable", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:@angular/common", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/common", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/common", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/compiler", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/compiler", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@angular/compiler", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@babel/core@7.23.9", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:reflect-metadata", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@angular/core", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/core", + "target": "npm:zone.js", + "type": "static" + }, + { + "source": "npm:@angular/core", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/animations", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/compiler", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:fs-readdir-recursive", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:@nicolo-ribaudo/chokidar-2", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:chokidar", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator@7.28.0", + "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:convert-source-map@2.0.0", + "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@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:jsesc", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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@6.3.1", + "type": "static" + }, + { + "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@7.27.3", + "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@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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@7.27.3", + "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@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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.10", + "type": "static" + }, + { + "source": "npm:resolve@1.22.10", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve@1.22.10", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve@1.22.10", + "target": "npm:supports-preserve-symlinks-flag", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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@7.27.3", + "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" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/parser", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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@7.27.3", + "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" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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@7.27.3", + "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" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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@7.27.3", + "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" + }, + { + "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" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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@7.27.3", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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@7.28.0", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "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@0.13.0", + "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@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator@7.28.0", + "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" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:jsesc", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint-visitor-keys@3.4.3", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv@6.12.6", + "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", + "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@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-logger", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-oidc", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-request-middleware", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-types", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/storage", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:immer", + "type": "static" + }, + { + "source": "npm:@forgerock/javascript-sdk", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "npm:@forgerock/javascript-sdk", + "target": "npm:immer", + "type": "static" + }, + { + "source": "npm:@forgerock/ping-protect", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "npm:@forgerock/sdk-oidc", + "target": "npm:@forgerock/sdk-types", + "type": "static" + }, + { + "source": "npm:@forgerock/sdk-oidc", + "target": "npm:@forgerock/sdk-utilities", + "type": "static" + }, + { + "source": "npm:@forgerock/sdk-request-middleware", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "npm:@forgerock/storage", + "target": "npm:@forgerock/sdk-types", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:@humanwhocodes/object-schema", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "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.0", + "type": "static" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "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.0", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:find-up", + "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", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/base64", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:@jsonjoy.com/base64", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:@jsonjoy.com/util", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:hyperdyperid", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:thingies", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/util", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@koa/cors", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:@ljharb/through", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:@ngtools/webpack", + "target": "npm:@angular/compiler-cli", + "type": "static" + }, + { + "source": "npm:@ngtools/webpack", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@ngtools/webpack", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "target": "npm:eslint-scope@5.1.1", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:http-proxy-agent@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:socks-proxy-agent", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@7.0.2", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@7.0.2", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@npmcli/fs", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:ini@4.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which@4.0.0", + "type": "static" + }, + { + "source": "npm:which@4.0.0", + "target": "npm:isexe@3.1.1", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.4.5", + "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:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which@4.0.0", + "type": "static" + }, + { + "source": "npm:which@4.0.0", + "target": "npm:isexe@3.1.1", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script", + "target": "npm:@npmcli/node-gyp", + "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:which@4.0.0", + "type": "static" + }, + { + "source": "npm:which@4.0.0", + "target": "npm:isexe@3.1.1", + "type": "static" + }, + { + "source": "npm:@nrwl/devkit", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:@nrwl/devkit", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:semver@7.5.3", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:@paralleldrive/cuid2", + "target": "npm:@noble/hashes", + "type": "static" + }, + { + "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@7.1.1", + "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" + }, + { + "source": "npm:@playwright/test", + "target": "npm:playwright", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:react", + "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" + }, + { + "source": "npm:@schematics/angular", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@schematics/angular", + "target": "npm:@angular-devkit/schematics", + "type": "static" + }, + { + "source": "npm:@schematics/angular", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@sigstore/bundle", + "target": "npm:@sigstore/protobuf-specs", + "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", + "type": "static" + }, + { + "source": "npm:@sigstore/sign", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@sigstore/sign", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@sigstore/tuf", + "target": "npm:@sigstore/protobuf-specs", + "type": "static" + }, + { + "source": "npm:@sigstore/tuf", + "target": "npm:tuf-js", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@tufjs/models", + "target": "npm:@tufjs/canonical-json", + "type": "static" + }, + { + "source": "npm:@tufjs/models", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:@types/body-parser", + "target": "npm:@types/connect", + "type": "static" + }, + { + "source": "npm:@types/body-parser", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/bonjour", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/connect", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/connect-history-api-fallback", + "target": "npm:@types/express-serve-static-core", + "type": "static" + }, + { + "source": "npm:@types/connect-history-api-fallback", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/cors", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/eslint", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:@types/eslint", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@types/eslint-scope", + "target": "npm:@types/eslint", + "type": "static" + }, + { + "source": "npm:@types/eslint-scope", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/body-parser", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/express-serve-static-core@4.19.6", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/range-parser", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/send", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/range-parser", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/send", + "type": "static" + }, + { + "source": "npm:@types/http-proxy", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node-forge", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/send", + "target": "npm:@types/mime", + "type": "static" + }, + { + "source": "npm:@types/send", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/serve-index", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:@types/serve-static", + "target": "npm:@types/http-errors", + "type": "static" + }, + { + "source": "npm:@types/serve-static", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/serve-static", + "target": "npm:@types/send", + "type": "static" + }, + { + "source": "npm:@types/sockjs", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/ws", + "target": "npm:@types/node", + "type": "static" + }, + { + "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:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:minimatch@9.0.3", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:eslint-visitor-keys@3.4.3", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.3", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:minimatch@9.0.3", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:eslint-visitor-keys@3.4.3", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.3", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "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" + }, + { + "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:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@types/semver", + "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" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:eslint-visitor-keys@3.4.3", + "type": "static" + }, + { + "source": "npm:@vitejs/plugin-basic-ssl", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@webassemblyjs/ast", + "target": "npm:@webassemblyjs/helper-numbers", + "type": "static" + }, + { + "source": "npm:@webassemblyjs/ast", + "target": "npm:@webassemblyjs/helper-wasm-bytecode", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@webassemblyjs/ieee754", + "target": "npm:@xtuc/ieee754", + "type": "static" + }, + { + "source": "npm:@webassemblyjs/leb128", + "target": "npm:@xtuc/long", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:@webassemblyjs/wast-printer", + "target": "npm:@webassemblyjs/ast", + "type": "static" + }, + { + "source": "npm:@webassemblyjs/wast-printer", + "target": "npm:@xtuc/long", + "type": "static" + }, + { + "source": "npm:@webpack-cli/configtest", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/configtest", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "npm:@webpack-cli/info", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/info", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "npm:@webpack-cli/serve", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/serve", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:abort-controller", + "target": "npm:event-target-shim", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:immediate", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:level-concat-iterator", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:level-supports", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:accepts", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:accepts", + "target": "npm:negotiator", + "type": "static" + }, + { + "source": "npm:acorn-import-attributes", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:acorn-import-phases", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:acorn-jsx", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:adjust-sourcemap-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:adjust-sourcemap-loader", + "target": "npm:regex-parser", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-formats", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:ajv-formats", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ansi-escape-sequences", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:ansi-escapes", + "target": "npm:type-fest@0.21.3", + "type": "static" + }, + { + "source": "npm:ansi-styles", + "target": "npm:color-convert", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:argparse", + "target": "npm:sprintf-js", + "type": "static" + }, + { + "source": "npm:aria-query", + "target": "npm:dequal", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:autoprefixer", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:fraction.js", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:normalize-range", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:axobject-query", + "target": "npm:dequal", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:find-cache-dir", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:make-dir@3.1.0", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:schema-utils", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:make-dir@3.1.0", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "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" + }, + { + "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@6.3.1", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:basic-auth", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:body-parser", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:raw-body", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:bonjour-service", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:bonjour-service", + "target": "npm:multicast-dns", + "type": "static" + }, + { + "source": "npm:bootstrap", + "target": "npm:@popperjs/core", + "type": "static" + }, + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:braces", + "target": "npm:fill-range", + "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" + }, + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + }, + { + "source": "npm:builtins", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:bundle-name", + "target": "npm:run-applescript", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:@npmcli/fs", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:fs-minipass", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:glob@10.4.5", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:lru-cache@10.4.3", + "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", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:tar", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:unique-filename", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:cache-content-type", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:cache-content-type", + "target": "npm:ylru", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:call-bind-apply-helpers", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:call-bind-apply-helpers", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:call-bound", + "target": "npm:call-bind-apply-helpers", + "type": "static" + }, + { + "source": "npm:call-bound", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:camel-case", + "target": "npm:pascal-case", + "type": "static" + }, + { + "source": "npm:camel-case", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:chalk", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:clean-css", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:string-width@7.2.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:clone-deep", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:clone-deep", + "target": "npm:kind-of", + "type": "static" + }, + { + "source": "npm:clone-deep", + "target": "npm:shallow-clone", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:@hapi/bourne", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:inflation", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:raw-body", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + }, + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:array-back@3.1.0", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:find-replace", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:lodash.camelcase", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:typical@4.0.0", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:table-layout", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:typical@5.2.0", + "type": "static" + }, + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", + "type": "static" + }, + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + }, + { + "source": "npm:compressible", + "target": "npm:mime-db", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:compressible", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:negotiator@0.6.4", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:on-headers", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:finalhandler@1.1.2", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:utils-merge", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:on-finished@2.3.0", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:on-finished@2.3.0", + "target": "npm:ee-first", + "type": "static" + }, + { + "source": "npm:content-disposition", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:cookie-parser", + "target": "npm:cookie", + "type": "static" + }, + { + "source": "npm:cookie-parser", + "target": "npm:cookie-signature", + "type": "static" + }, + { + "source": "npm:cookies", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:cookies", + "target": "npm:keygrip", + "type": "static" + }, + { + "source": "npm:copy-anything", + "target": "npm:is-what", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:glob-parent@6.0.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:globby@13.2.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:glob-parent@6.0.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:slash@4.0.0", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:cors", + "target": "npm:object-assign", + "type": "static" + }, + { + "source": "npm:cors", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:yaml@1.10.2", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:css-select", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:dom-serializer", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:domhandler", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:htmlparser2", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:postcss-media-query-parser", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:css-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:semver", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:debug", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:default-browser", + "target": "npm:bundle-name", + "type": "static" + }, + { + "source": "npm:default-browser", + "target": "npm:default-browser-id", + "type": "static" + }, + { + "source": "npm:default-gateway", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "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@2.0.1", + "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@4.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + }, + { + "source": "npm:npm-run-path@4.0.1", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:defaults", + "target": "npm:clone", + "type": "static" + }, + { + "source": "npm:deferred-leveldown", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:deferred-leveldown", + "target": "npm:inherits", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:dezalgo", + "target": "npm:asap", + "type": "static" + }, + { + "source": "npm:dezalgo", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:dir-glob", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:dns-packet", + "target": "npm:@leichtgewicht/ip-codec", + "type": "static" + }, + { + "source": "npm:doctrine", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:dom-converter", + "target": "npm:utila", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:custom-event", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:ent", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:extend", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:void-elements", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:domhandler", + "target": "npm:domelementtype", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:dot-case", + "target": "npm:no-case", + "type": "static" + }, + { + "source": "npm:dot-case", + "target": "npm:tslib", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:ejs", + "target": "npm:jake", + "type": "static" + }, + { + "source": "npm:encoding", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:level-codec", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:level-errors", + "type": "static" + }, + { + "source": "npm:iconv-lite@0.6.3", + "target": "npm:safer-buffer", + "type": "static" + }, + { + "source": "npm:end-of-stream", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:end-stream", + "target": "npm:write-stream", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:@types/cors", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:base64id", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:cookie", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:cors", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:engine.io-parser", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:debug@4.3.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:enhanced-resolve", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:enhanced-resolve", + "target": "npm:tapable", + "type": "static" + }, + { + "source": "npm:enquirer", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:safe-regex-test", + "type": "static" + }, + { + "source": "npm:errno", + "target": "npm:prr", + "type": "static" + }, + { + "source": "npm:error-ex", + "target": "npm:is-arrayish", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:es-object-atoms", + "target": "npm:es-errors", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:es-shim-unscopables", + "target": "npm:hasown", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + }, + { + "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/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@ungap/structured-clone", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv@6.12.6", + "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:doctrine", + "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@3.4.3", + "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@5.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent@6.0.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:graphemer", + "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:is-path-inside", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:levn", + "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" + }, + { + "source": "npm:eslint", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:text-table", + "type": "static" + }, + { + "source": "npm:eslint-compat-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-compat-utils", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-promise", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:debug@3.2.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:eslint-module-utils", + "target": "npm:debug@3.2.7", + "type": "static" + }, + { + "source": "npm:debug@3.2.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:eslint-compat-utils", + "type": "static" + }, + { + "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@2.1.0", + "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@6.3.1", + "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" + }, + { + "source": "npm:debug@3.2.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:doctrine@2.1.0", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:eslint-plugin-react@3.4.2", + "type": "static" + }, + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:html-tags", + "type": "static" + }, + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:svg-tags", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:builtins", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:eslint-plugin-es-x", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:get-tsconfig", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:is-builtin-module", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier-linter-helpers", + "type": "static" + }, + { + "source": "npm:eslint-plugin-promise", + "target": "npm:eslint", + "type": "static" + }, + { + "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@2.1.0", + "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@6.3.1", + "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" + }, + { + "source": "npm:eslint-plugin-react-hooks", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:doctrine@2.1.0", + "target": "npm:esutils", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:eslint-scope", + "target": "npm:esrecurse", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:locate-path@6.0.0", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:glob-parent@6.0.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:locate-path@6.0.0", + "target": "npm:p-locate@5.0.0", + "type": "static" + }, + { + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue@0.1.0", + "type": "static" + }, + { + "source": "npm:p-locate@5.0.0", + "target": "npm:p-limit@3.1.0", + "type": "static" + }, + { + "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@3.4.3", + "type": "static" + }, + { + "source": "npm:esquery", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:esrecurse", + "target": "npm:estraverse", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:express", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:array-flatten", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:body-parser", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:cookie@0.7.1", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:cookie-signature", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:finalhandler", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:merge-descriptors", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:path-to-regexp", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:proxy-addr", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:send", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:serve-static", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:utils-merge", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:tmp@0.0.33", + "target": "npm:os-tmpdir", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + }, + { + "source": "npm:faye-websocket", + "target": "npm:websocket-driver", + "type": "static" + }, + { + "source": "npm:fetch-cookie", + "target": "npm:tough-cookie", + "type": "static" + }, + { + "source": "npm:figures", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:file-entry-cache", + "target": "npm:flat-cache", + "type": "static" + }, + { + "source": "npm:filelist", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:find-cache-dir", + "target": "npm:commondir", + "type": "static" + }, + { + "source": "npm:find-cache-dir", + "target": "npm:make-dir@3.1.0", + "type": "static" + }, + { + "source": "npm:find-cache-dir", + "target": "npm:pkg-dir", + "type": "static" + }, + { + "source": "npm:make-dir@3.1.0", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:find-replace", + "target": "npm:array-back@3.1.0", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:for-each", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:signal-exit", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:formidable", + "target": "npm:@paralleldrive/cuid2", + "type": "static" + }, + { + "source": "npm:formidable", + "target": "npm:dezalgo", + "type": "static" + }, + { + "source": "npm:formidable", + "target": "npm:once", + "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" + }, + { + "source": "npm:fs-minipass", + "target": "npm:minipass", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:get-proto", + "target": "npm:dunder-proto", + "type": "static" + }, + { + "source": "npm:get-proto", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:get-tsconfig", + "target": "npm:resolve-pkg-maps", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:globals", + "target": "npm:type-fest", + "type": "static" + }, + { + "source": "npm:globalthis", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:globalthis", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:array-union", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash@3.0.0", + "type": "static" + }, + { + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:has-proto", + "target": "npm:dunder-proto", + "type": "static" + }, + { + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:obuf", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:wbuf", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:camel-case", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:clean-css", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:commander@8.3.0", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:he", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:param-case", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:relateurl", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:@types/html-minifier-terser", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:html-minifier-terser", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:pretty-error", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:tapable", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:http-assert", + "target": "npm:deep-equal", + "type": "static" + }, + { + "source": "npm:http-assert", + "target": "npm:http-errors@1.8.1", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:toidentifier", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:toidentifier", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:requires-port", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:@tootallnate/once", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:agent-base@6.0.2", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:@types/http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", + "type": "static" + }, + { + "source": "npm:icss-utils", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:ignore-walk", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "type": "static" + }, + { + "source": "npm:import-local", + "target": "npm:pkg-dir", + "type": "static" + }, + { + "source": "npm:import-local", + "target": "npm:resolve-cwd", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:@ljharb/through", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:chalk@5.4.1", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:cli-width", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:external-editor", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:mute-stream", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:run-async", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:wrap-ansi", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:ip-address", + "target": "npm:jsbn", + "type": "static" + }, + { + "source": "npm:ip-address", + "target": "npm:sprintf-js@1.1.3", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:is-bigint", + "target": "npm:has-bigints", + "type": "static" + }, + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", + "type": "static" + }, + { + "source": "npm:is-core-module", + "target": "npm:hasown", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:is-date-object", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-finalizationregistry", + "target": "npm:call-bound", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + }, + { + "source": "npm:is-inside-container", + "target": "npm:is-docker@3.0.0", + "type": "static" + }, + { + "source": "npm:is-number-object", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-plain-object", + "target": "npm:isobject", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-string", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-string", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:is-typed-array", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:is-weakref", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-weakset", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-weakset", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:is-wsl", + "target": "npm:is-docker", + "type": "static" + }, + { + "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@6.3.1", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:make-dir@4.0.0", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:make-dir@4.0.0", + "target": "npm:semver", + "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" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:html-escaper", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:jest-diff", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:@types/node", + "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" + }, + { + "source": "npm:supports-color@8.1.1", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:esprima", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:through", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:karma", + "target": "npm:@colors/colors", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:body-parser", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:connect", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:di", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:dom-serialize", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:isbinaryfile", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:log4js", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:mkdirp", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:qjobs", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:socket.io", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:ua-parser-js", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:yargs@16.2.0", + "type": "static" + }, + { + "source": "npm:karma-chrome-launcher", + "target": "npm:which@1.3.1", + "type": "static" + }, + { + "source": "npm:which@1.3.1", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-instrument", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:karma-jasmine", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:karma-jasmine", + "target": "npm:jasmine-core@4.6.1", + "type": "static" + }, + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:jasmine-core", + "type": "static" + }, + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:karma-jasmine", + "type": "static" + }, + { + "source": "npm:karma-source-map-support", + "target": "npm:source-map-support", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:keygrip", + "target": "npm:tsscmp", + "type": "static" + }, + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:cache-content-type", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:cookies", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:delegates", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:http-assert", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:http-errors@1.8.1", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:is-generator-function", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:koa-compose", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:koa-convert", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:only", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:koa-bodyparser", + "target": "npm:co-body", + "type": "static" + }, + { + "source": "npm:koa-bodyparser", + "target": "npm:copy-to", + "type": "static" + }, + { + "source": "npm:koa-bodyparser", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:compressible", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:koa-is-json", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:koa-convert", + "target": "npm:co", + "type": "static" + }, + { + "source": "npm:koa-convert", + "target": "npm:koa-compose", + "type": "static" + }, + { + "source": "npm:koa-etag", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:koa-etag", + "target": "npm:mz", + "type": "static" + }, + { + "source": "npm:koa-json", + "target": "npm:koa-is-json", + "type": "static" + }, + { + "source": "npm:koa-json", + "target": "npm:streaming-json-stringify", + "type": "static" + }, + { + "source": "npm:koa-morgan", + "target": "npm:morgan", + "type": "static" + }, + { + "source": "npm:koa-range", + "target": "npm:stream-slice", + "type": "static" + }, + { + "source": "npm:koa-route", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa-route", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:koa-route", + "target": "npm:path-to-regexp@1.9.0", + "type": "static" + }, + { + "source": "npm:path-to-regexp@1.9.0", + "target": "npm:isarray@0.0.1", + "type": "static" + }, + { + "source": "npm:koa-send", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa-send", + "target": "npm:http-errors@1.8.1", + "type": "static" + }, + { + "source": "npm:koa-send", + "target": "npm:resolve-path", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:toidentifier", + "type": "static" + }, + { + "source": "npm:koa-static", + "target": "npm:debug@3.2.7", + "type": "static" + }, + { + "source": "npm:koa-static", + "target": "npm:koa-send", + "type": "static" + }, + { + "source": "npm:debug@3.2.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:toidentifier", + "type": "static" + }, + { + "source": "npm:launch-editor", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:launch-editor", + "target": "npm:shell-quote", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:copy-anything", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:parse-node-version", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:errno", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:image-size", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:needle", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:less-loader", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:less-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:less-loader", + "target": "npm:klona", + "type": "static" + }, + { + "source": "npm:level", + "target": "npm:level-js", + "type": "static" + }, + { + "source": "npm:level", + "target": "npm:level-packager", + "type": "static" + }, + { + "source": "npm:level", + "target": "npm:leveldown", + "type": "static" + }, + { + "source": "npm:level-codec", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:level-errors", + "target": "npm:errno", + "type": "static" + }, + { + "source": "npm:level-iterator-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:level-iterator-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:level-iterator-stream", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:ltgt", + "type": "static" + }, + { + "source": "npm:level-packager", + "target": "npm:encoding-down", + "type": "static" + }, + { + "source": "npm:level-packager", + "target": "npm:levelup", + "type": "static" + }, + { + "source": "npm:level-supports", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:level-write-stream", + "target": "npm:end-stream", + "type": "static" + }, + { + "source": "npm:leveldown", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:leveldown", + "target": "npm:napi-macros", + "type": "static" + }, + { + "source": "npm:leveldown", + "target": "npm:node-gyp-build@4.1.1", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:deferred-leveldown", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-errors", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-iterator-stream", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-supports", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:license-webpack-plugin", + "target": "npm:webpack-sources", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:chalk@5.4.1", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:commander@13.1.0", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:lilconfig", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:listr2", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:pidtree", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:string-argv", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:yaml", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:cli-truncate", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:eventemitter3@5.0.1", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:log-update", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:pify@3.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:load-module", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-basic-auth", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-blacklist", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-body-parser", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-compress", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-conditional-get", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-cors", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-index", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-json", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-log", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-mime", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-range", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-request-monitor", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-rewrite", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-spa", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-static", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:node-version-matches", + "type": "static" + }, + { + "source": "npm:locate-path", + "target": "npm:p-locate", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:ansi-escapes@7.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:cli-cursor@5.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + }, + { + "source": "npm:ansi-escapes@7.0.0", + "target": "npm:environment", + "type": "static" + }, + { + "source": "npm:cli-cursor@5.0.0", + "target": "npm:restore-cursor@5.1.0", + "type": "static" + }, + { + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", + "type": "static" + }, + { + "source": "npm:onetime@7.0.0", + "target": "npm:mimic-function", + "type": "static" + }, + { + "source": "npm:restore-cursor@5.1.0", + "target": "npm:onetime@7.0.0", + "type": "static" + }, + { + "source": "npm:restore-cursor@5.1.0", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:is-fullwidth-code-point@5.0.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.1.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:log4js", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:streamroller", + "type": "static" + }, + { + "source": "npm:loose-envify", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:lower-case", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:lru-cache", + "target": "npm:yallist", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:ansi-escape-sequences", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:byte-size", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:command-line-args", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:command-line-usage", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:create-mixin", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:koa", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:load-module", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:lodash.assignwith", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:node-version-matches", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:open@7.4.2", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:qrcode-terminal", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:reduce-flatten", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:typical", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:walk-back", + "type": "static" + }, + { + "source": "npm:lws-basic-auth", + "target": "npm:basic-auth", + "type": "static" + }, + { + "source": "npm:lws-blacklist", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws-blacklist", + "target": "npm:path-to-regexp@6.3.0", + "type": "static" + }, + { + "source": "npm:lws-body-parser", + "target": "npm:koa-bodyparser", + "type": "static" + }, + { + "source": "npm:lws-compress", + "target": "npm:koa-compress", + "type": "static" + }, + { + "source": "npm:lws-conditional-get", + "target": "npm:koa-conditional-get", + "type": "static" + }, + { + "source": "npm:lws-conditional-get", + "target": "npm:koa-etag", + "type": "static" + }, + { + "source": "npm:lws-cors", + "target": "npm:@koa/cors", + "type": "static" + }, + { + "source": "npm:lws-index", + "target": "npm:serve-index-75lb", + "type": "static" + }, + { + "source": "npm:lws-json", + "target": "npm:koa-json", + "type": "static" + }, + { + "source": "npm:lws-log", + "target": "npm:koa-morgan", + "type": "static" + }, + { + "source": "npm:lws-log", + "target": "npm:stream-log-stats", + "type": "static" + }, + { + "source": "npm:lws-range", + "target": "npm:koa-range", + "type": "static" + }, + { + "source": "npm:lws-request-monitor", + "target": "npm:byte-size", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:https-proxy-agent@5.0.1", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:koa-route", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:path-to-regexp@6.3.0", + "type": "static" + }, + { + "source": "npm:agent-base@6.0.2", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:lws-spa", + "target": "npm:koa-send", + "type": "static" + }, + { + "source": "npm:lws-static", + "target": "npm:koa-static", + "type": "static" + }, + { + "source": "npm:open@7.4.2", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open@7.4.2", + "target": "npm:is-wsl", + "type": "static" + }, + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver@5.7.2", + "type": "static" + }, + { + "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:is-lambda", + "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@4.2.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:make-fetch-happen", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:memfs", + "target": "npm:fs-monkey", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:mime-types", + "target": "npm:mime-db@1.52.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:webpack-sources@1.4.3", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + }, + { + "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@0.6.1", + "type": "static" + }, + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:minipass-collect", + "target": "npm:minipass", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:minipass-flush", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minipass-json-stream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:minipass-json-stream", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minipass-pipeline", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minipass-sized", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minizlib", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minizlib", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:mkdirp", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:basic-auth", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:on-finished@2.3.0", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:on-headers", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:on-finished@2.3.0", + "target": "npm:ee-first", + "type": "static" + }, + { + "source": "npm:multicast-dns", + "target": "npm:dns-packet", + "type": "static" + }, + { + "source": "npm:multicast-dns", + "target": "npm:thunky", + "type": "static" + }, + { + "source": "npm:mz", + "target": "npm:any-promise", + "type": "static" + }, + { + "source": "npm:mz", + "target": "npm:object-assign", + "type": "static" + }, + { + "source": "npm:mz", + "target": "npm:thenify-all", + "type": "static" + }, + { + "source": "npm:needle", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:needle", + "target": "npm:sax", + "type": "static" + }, + { + "source": "npm:iconv-lite@0.6.3", + "target": "npm:safer-buffer", + "type": "static" + }, + { + "source": "npm:nice-napi", + "target": "npm:node-addon-api", + "type": "static" + }, + { + "source": "npm:nice-napi", + "target": "npm:node-gyp-build", + "type": "static" + }, + { + "source": "npm:no-case", + "target": "npm:lower-case", + "type": "static" + }, + { + "source": "npm:no-case", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:encoding", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:whatwg-url", + "type": "static" + }, + { + "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:glob@10.4.5", + "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", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:tar", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:which@4.0.0", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:which@4.0.0", + "target": "npm:isexe@3.1.1", + "type": "static" + }, + { + "source": "npm:node-version-matches", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:nopt", + "target": "npm:abbrev", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:npm-bundled", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:npm-install-checks", + "target": "npm:semver", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + }, + { + "source": "npm:npm-packlist", + "target": "npm:ignore-walk", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch", + "target": "npm:@npmcli/redact", + "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:minipass-json-stream", + "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@4.2.0", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:cross-spawn@6.0.6", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:memorystream", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:pidtree@0.3.1", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:shell-quote", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:string.prototype.padend", + "type": "static" + }, + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:nice-try", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:path-key@2.0.1", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:semver@5.7.2", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:shebang-command@1.2.0", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:which@1.3.1", + "type": "static" + }, + { + "source": "npm:shebang-command@1.2.0", + "target": "npm:shebang-regex@1.0.0", + "type": "static" + }, + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + }, + { + "source": "npm:which@1.3.1", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:npm-run-path", + "target": "npm:path-key@4.0.0", + "type": "static" + }, + { + "source": "npm:nth-check", + "target": "npm:boolbase", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "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:chalk", + "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@16.3.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:glob@7.1.4", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser@3.2.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch@3.0.5", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path@4.0.1", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "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:v8-compile-cache", + "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" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:minimatch@3.0.5", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minimatch@3.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:npm-run-path@4.0.1", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:semver@7.5.3", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:on-finished", + "target": "npm:ee-first", + "type": "static" + }, + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "type": "static" + }, + { + "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" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-unicode-supported", + "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" + }, + { + "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" + }, + { + "source": "npm:p-limit", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:p-map", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:p-retry", + "target": "npm:@types/retry", + "type": "static" + }, + { + "source": "npm:p-retry", + "target": "npm:retry@0.13.1", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:@npmcli/installed-package-contents", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:@npmcli/promise-spawn", + "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", + "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:read-package-json", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:read-package-json-fast", + "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" + }, + { + "source": "npm:param-case", + "target": "npm:dot-case", + "type": "static" + }, + { + "source": "npm:param-case", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:parent-module", + "target": "npm:callsites", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:parse5", + "target": "npm:entities@6.0.1", + "type": "static" + }, + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:parse5", + "type": "static" + }, + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:parse5-sax-parser", + "type": "static" + }, + { + "source": "npm:parse5-sax-parser", + "target": "npm:parse5", + "type": "static" + }, + { + "source": "npm:pascal-case", + "target": "npm:no-case", + "type": "static" + }, + { + "source": "npm:pascal-case", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:piscina", + "target": "npm:nice-napi", + "type": "static" + }, + { + "source": "npm:pkg-dir", + "target": "npm:find-up", + "type": "static" + }, + { + "source": "npm:playwright", + "target": "npm:playwright-core", + "type": "static" + }, + { + "source": "npm:playwright", + "target": "npm:fsevents@2.3.2", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:postcss-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:klona", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:postcss-modules-extract-imports", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss-selector-parser", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:postcss-modules-scope", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-scope", + "target": "npm:postcss-selector-parser", + "type": "static" + }, + { + "source": "npm:postcss-modules-values", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-values", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:postcss-selector-parser", + "target": "npm:cssesc", + "type": "static" + }, + { + "source": "npm:postcss-selector-parser", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:abort-controller", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:argsarray", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:clone-buffer", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:double-ended-queue", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:fetch-cookie", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:immediate", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level-codec", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level-write-stream", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:leveldown", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:levelup", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:ltgt", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:readable-stream@1.1.14", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:spark-md5", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:vuvuzela", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:isarray@0.0.1", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:string_decoder@0.10.31", + "type": "static" + }, + { + "source": "npm:prettier-linter-helpers", + "target": "npm:fast-diff", + "type": "static" + }, + { + "source": "npm:pretty-error", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:pretty-error", + "target": "npm:renderkid", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:@jest/schemas", + "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" + }, + { + "source": "npm:promise-retry", + "target": "npm:err-code", + "type": "static" + }, + { + "source": "npm:promise-retry", + "target": "npm:retry", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:proxy-addr", + "target": "npm:forwarded", + "type": "static" + }, + { + "source": "npm:proxy-addr", + "target": "npm:ipaddr.js", + "type": "static" + }, + { + "source": "npm:psl", + "target": "npm:punycode@2.3.1", + "type": "static" + }, + { + "source": "npm:qs", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:randombytes", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:react", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:react-router", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-router", + "target": "npm:@remix-run/router", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:@remix-run/router", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:react-router", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:glob@10.4.5", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:load-json-file", + "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" + }, + { + "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" + }, + { + "source": "npm:path-type@3.0.0", + "target": "npm:pify@3.0.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:readdirp", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:rechoir", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:redux-thunk", + "target": "npm:redux", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:regjsparser", + "target": "npm:jsesc@3.0.2", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:css-select@4.3.0", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:dom-converter", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:htmlparser2@6.1.0", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:boolbase", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:css-what", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:domutils@2.8.0", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:nth-check", + "type": "static" + }, + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:entities@2.2.0", + "type": "static" + }, + { + "source": "npm:domhandler@4.3.1", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:domutils@2.8.0", + "target": "npm:dom-serializer@1.4.1", + "type": "static" + }, + { + "source": "npm:domutils@2.8.0", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:domutils@2.8.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domutils@2.8.0", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:entities@2.2.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:resolve-cwd", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:resolve-path", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:resolve-path", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:inherits@2.0.3", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:setprototypeof@1.1.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:adjust-sourcemap-loader", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:rimraf", + "target": "npm:glob@10.4.5", + "type": "static" + }, + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-musleabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-loongarch64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + }, + { + "source": "npm:rxjs", + "target": "npm:tslib", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:safe-push-apply", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:safe-push-apply", + "target": "npm:isarray", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:sass", + "target": "npm:chokidar@4.0.3", + "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" + }, + { + "source": "npm:sass-loader", + "target": "npm:sass", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:klona", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:chokidar@4.0.3", + "target": "npm:readdirp@4.1.2", + "type": "static" + }, + { + "source": "npm:scheduler", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:schema-utils", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:selfsigned", + "target": "npm:@types/node-forge", + "type": "static" + }, + { + "source": "npm:selfsigned", + "target": "npm:node-forge", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:serialize-javascript", + "target": "npm:randombytes", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:batch", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:batch", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:inherits@2.0.3", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:setprototypeof@1.1.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:inherits@2.0.3", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:setprototypeof@1.1.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:send", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:shallow-clone", + "target": "npm:kind-of", + "type": "static" + }, + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:rechoir", + "type": "static" + }, + { + "source": "npm:shx", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:shx", + "target": "npm:shelljs", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:side-channel-list", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel-list", + "target": "npm:object-inspect", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:slice-ansi", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:base64id", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:cors", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:engine.io", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:socket.io-adapter", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:socket.io-parser", + "type": "static" + }, + { + "source": "npm:socket.io-adapter", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:socket.io-adapter", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:debug@4.3.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:socket.io-parser", + "target": "npm:@socket.io/component-emitter", + "type": "static" + }, + { + "source": "npm:socket.io-parser", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:debug@4.3.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:debug@4.3.7", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:sockjs", + "target": "npm:faye-websocket", + "type": "static" + }, + { + "source": "npm:sockjs", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:sockjs", + "target": "npm:websocket-driver", + "type": "static" + }, + { + "source": "npm:socks", + "target": "npm:ip-address", + "type": "static" + }, + { + "source": "npm:socks", + "target": "npm:smart-buffer", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:source-map-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:source-map-loader", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:source-map-loader", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:iconv-lite@0.6.3", + "target": "npm:safer-buffer", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:handle-thing", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:http-deceiver", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:select-hose", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:spdy-transport", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:detect-node", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:hpack.js", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:obuf", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:wbuf", + "type": "static" + }, + { + "source": "npm:ssri", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:stop-iteration-iterator", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:stop-iteration-iterator", + "target": "npm:internal-slot", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:ansi-escape-sequences", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:byte-size", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:common-log-format", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:lodash.throttle", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:stream-via", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:table-layout", + "type": "static" + }, + { + "source": "npm:streaming-json-stringify", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:streaming-json-stringify", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:fs-extra@8.1.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:universalify@0.1.2", + "type": "static" + }, + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point@3.0.0", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:is-fullwidth-code-point@3.0.0", + "type": "static" + }, + { + "source": "npm:string-width-cjs", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:string.prototype.repeat", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.repeat", + "target": "npm:es-abstract", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:strip-ansi-cjs", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:style-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:component-emitter", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:cookiejar", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:fast-safe-stringify", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:formidable", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:synckit", + "target": "npm:@pkgr/core", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:deep-extend", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:typical@5.2.0", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:wordwrapjs", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:chownr", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:minipass@5.0.0", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:minizlib", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:fs-minipass@2.1.0", + "target": "npm:minipass@3.3.6", + "type": "static" + }, + { + "source": "npm:minipass@3.3.6", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:terser@5.43.1", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:@jridgewell/source-map", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:commander@2.20.3", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:source-map-support", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:thenify", + "target": "npm:any-promise", + "type": "static" + }, + { + "source": "npm:thenify-all", + "target": "npm:thenify", + "type": "static" + }, + { + "source": "npm:thingies", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:tmp", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:psl", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:punycode@2.3.1", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:universalify@0.2.0", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:url-parse", + "type": "static" + }, + { + "source": "npm:tree-dump", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "type": "static" + }, + { + "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", + "type": "static" + }, + { + "source": "npm:json5@1.0.2", + "target": "npm:minimist", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:type-is", + "target": "npm:media-typer", + "type": "static" + }, + { + "source": "npm:type-is", + "target": "npm:mime-types", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:unique-filename", + "target": "npm:unique-slug", + "type": "static" + }, + { + "source": "npm:unique-slug", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:uri-js", + "target": "npm:punycode@2.3.1", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:querystringify", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:requires-port", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-generator-function", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:sass", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild@0.21.5", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/aix-ppc64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-arm@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/darwin-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/darwin-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/freebsd-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/freebsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-arm@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-ia32@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-loong64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-mips64el@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-ppc64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-riscv64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-s390x@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/netbsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/openbsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/sunos-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-ia32@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:watchpack", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:watchpack", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:wbuf", + "target": "npm:minimalistic-assert", + "type": "static" + }, + { + "source": "npm:wcwidth", + "target": "npm:defaults", + "type": "static" + }, + { + "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@4.3.2", + "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@2.4.4", + "type": "static" + }, + { + "source": "npm:webpack", + "target": "npm:webpack-sources", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@discoveryjs/json-ext", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/configtest", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/info", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/serve", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:commander@10.0.1", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:envinfo", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:fastest-levenshtein", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:interpret@3.1.1", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:rechoir@0.8.0", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:webpack-merge", + "type": "static" + }, + { + "source": "npm:rechoir@0.8.0", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:memfs", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:default-gateway", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:html-entities", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:webpack-dev-middleware@5.3.4", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:memfs", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-merge", + "target": "npm:clone-deep", + "type": "static" + }, + { + "source": "npm:webpack-merge", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:webpack-merge", + "target": "npm:wildcard", + "type": "static" + }, + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:html-webpack-plugin", + "type": "static" + }, + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:typed-assert", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:watchpack@2.4.4", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:watchpack@2.4.4", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:websocket-driver", + "target": "npm:http-parser-js", + "type": "static" + }, + { + "source": "npm:websocket-driver", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:websocket-driver", + "target": "npm:websocket-extensions", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:tr46", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:webidl-conversions", + "type": "static" + }, + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:wordwrapjs", + "target": "npm:reduce-flatten@2.0.0", + "type": "static" + }, + { + "source": "npm:wordwrapjs", + "target": "npm:typical@5.2.0", + "type": "static" + }, + { + "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" + }, + { + "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" + }, + { + "source": "npm:write-stream", + "target": "npm:readable-stream@0.0.4", + "type": "static" + }, + { + "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" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/range-parser", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/send", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier@8.10.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:@types/http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:is-wsl@3.1.0", + "target": "npm:is-inside-container", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:@jsonjoy.com/json-pack", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:@jsonjoy.com/util", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:tree-dump", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:default-browser", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:define-lazy-prop@3.0.0", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:is-inside-container", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:is-wsl@3.1.0", + "type": "static" + }, + { + "source": "npm:p-retry@6.2.1", + "target": "npm:@types/retry@0.12.2", + "type": "static" + }, + { + "source": "npm:p-retry@6.2.1", + "target": "npm:is-network-error", + "type": "static" + }, + { + "source": "npm:p-retry@6.2.1", + "target": "npm:retry@0.13.1", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:memfs@4.17.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-uri", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:ajv@8.17.1", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv@8.17.1", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/express-serve-static-core@4.19.6", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:http-proxy-middleware@2.0.9", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:open@10.1.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:p-retry@6.2.1", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:webpack-dev-middleware@7.4.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ws@8.18.3", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-uri", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:ajv@8.17.1", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv@8.17.1", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier@8.10.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:qs@6.11.0", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:raw-body@2.5.1", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:array-flatten", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:body-parser@1.20.1", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:cookie@0.5.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:cookie-signature", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:finalhandler@1.2.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:merge-descriptors@1.0.1", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:path-to-regexp@0.1.7", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:proxy-addr", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:qs@6.11.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:send@0.18.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:serve-static@1.15.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:utils-merge", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:vary", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:qs@6.11.0", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:unpipe", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:send@0.18.0", + "type": "static" + } + ] +} \ No newline at end of file diff --git a/javascript/.nx/cache/project-graph.json b/javascript/.nx/cache/project-graph.json new file mode 100644 index 00000000..4d4d2818 --- /dev/null +++ b/javascript/.nx/cache/project-graph.json @@ -0,0 +1,33107 @@ +{ + "nodes": { + "embedded-login-davinci": { + "name": "embedded-login-davinci", + "type": "lib", + "data": { + "root": "embedded-login-davinci", + "sourceRoot": "embedded-login-davinci", + "name": "embedded-login-davinci", + "projectType": "library", + "targets": { + "dev": { + "executor": "nx:run-script", + "options": { + "script": "dev" + }, + "configurations": {} + }, + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "preview": { + "executor": "nx:run-script", + "options": { + "script": "preview" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "reactjs-todo-davinci": { + "name": "reactjs-todo-davinci", + "type": "lib", + "data": { + "root": "reactjs-todo-davinci", + "sourceRoot": "reactjs-todo-davinci", + "name": "reactjs-todo-davinci", + "projectType": "library", + "targets": { + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "e2e": { + "executor": "nx:run-script", + "options": { + "script": "e2e" + }, + "configurations": {} + }, + "e2e:ui": { + "executor": "nx:run-script", + "options": { + "script": "e2e:ui" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "central-login-oidc": { + "name": "central-login-oidc", + "type": "lib", + "data": { + "root": "central-login-oidc", + "sourceRoot": "central-login-oidc", + "name": "central-login-oidc", + "projectType": "library", + "targets": { + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "embedded-login": { + "name": "embedded-login", + "type": "lib", + "data": { + "root": "embedded-login", + "sourceRoot": "embedded-login", + "name": "embedded-login", + "projectType": "library", + "targets": { + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "angular-todo": { + "name": "angular-todo", + "type": "lib", + "data": { + "root": "angular-todo", + "sourceRoot": "angular-todo", + "name": "angular-todo", + "projectType": "library", + "targets": { + "ng": { + "executor": "nx:run-script", + "options": { + "script": "ng" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "setup": { + "executor": "nx:run-script", + "options": { + "script": "setup" + }, + "configurations": {} + }, + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "watch": { + "executor": "nx:run-script", + "options": { + "script": "watch" + }, + "configurations": {} + }, + "test": { + "executor": "nx:run-script", + "options": { + "script": "test" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "e2e": { + "executor": "nx:run-script", + "options": { + "script": "e2e" + }, + "configurations": {} + }, + "e2e:ui": { + "executor": "nx:run-script", + "options": { + "script": "e2e:ui" + }, + "configurations": {} + }, + "clean": { + "executor": "nx:run-script", + "options": { + "script": "clean" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "reactjs-todo": { + "name": "reactjs-todo", + "type": "lib", + "data": { + "root": "reactjs-todo", + "sourceRoot": "reactjs-todo", + "name": "reactjs-todo", + "projectType": "library", + "targets": { + "build": { + "executor": "nx:run-script", + "options": { + "script": "build" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "e2e": { + "executor": "nx:run-script", + "options": { + "script": "e2e" + }, + "configurations": {} + }, + "e2e:ui": { + "executor": "nx:run-script", + "options": { + "script": "e2e:ui" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + }, + "todo-api": { + "name": "todo-api", + "type": "lib", + "data": { + "root": "todo-api", + "sourceRoot": "todo-api", + "name": "todo-api", + "projectType": "library", + "targets": { + "dev": { + "executor": "nx:run-script", + "options": { + "script": "dev" + }, + "configurations": {} + }, + "start": { + "executor": "nx:run-script", + "options": { + "script": "start" + }, + "configurations": {} + }, + "lint": { + "executor": "nx:run-script", + "options": { + "script": "lint" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": [ + "^nx-release-publish" + ], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "implicitDependencies": [], + "tags": [] + } + } + }, + "externalNodes": { + "npm:@typescript-eslint/eslint-plugin@6.13.1": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==" + } + }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" + } + }, + "npm:@typescript-eslint/parser@6.13.1": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@6.13.1", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" + } + }, + "npm:eslint-config-prettier@9.1.0": { + "type": "npm", + "name": "npm:eslint-config-prettier@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "10.1.5", + "packageName": "eslint-config-prettier", + "hash": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==" + } + }, + "npm:eslint-config-prettier@8.10.0": { + "type": "npm", + "name": "npm:eslint-config-prettier@8.10.0", + "data": { + "version": "8.10.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==" + } + }, + "npm:eslint-plugin-prettier@5.5.1": { + "type": "npm", + "name": "npm:eslint-plugin-prettier@5.5.1", + "data": { + "version": "5.5.1", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==" + } + }, + "npm:eslint-plugin-prettier": { + "type": "npm", + "name": "npm:eslint-plugin-prettier", + "data": { + "version": "3.4.1", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==" + } + }, + "npm:prettier@3.6.2": { + "type": "npm", + "name": "npm:prettier@3.6.2", + "data": { + "version": "3.6.2", + "packageName": "prettier", + "hash": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "2.8.8", + "packageName": "prettier", + "hash": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@angular-devkit/architect": { + "type": "npm", + "name": "npm:@angular-devkit/architect", + "data": { + "version": "0.1703.17", + "packageName": "@angular-devkit/architect", + "hash": "sha512-LD6po8lGP2FI7WbnsSxtvpiIi+FYL0aNfteunkT+7po9jUNflBEYHA64UWNO56u7ryKNdbuiN8/TEh7FEUnmCw==" + } + }, + "npm:rxjs@7.8.1": { + "type": "npm", + "name": "npm:rxjs@7.8.1", + "data": { + "version": "7.8.1", + "packageName": "rxjs", + "hash": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" + } + }, + "npm:rxjs": { + "type": "npm", + "name": "npm:rxjs", + "data": { + "version": "7.8.2", + "packageName": "rxjs", + "hash": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" + } + }, + "npm:@angular-devkit/build-angular": { + "type": "npm", + "name": "npm:@angular-devkit/build-angular", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/build-angular", + "hash": "sha512-0kLVwjLZ5v4uIaG0K6sHJxxppS0bvjNmxHkbybU8FBW3r5MOBQh/ApsiCQKQQ8GBrQz9qSJvLJH8lsb/uR8aPQ==" + } + }, + "npm:@babel/core@7.26.10": { + "type": "npm", + "name": "npm:@babel/core@7.26.10", + "data": { + "version": "7.26.10", + "packageName": "@babel/core", + "hash": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==" + } + }, + "npm:@babel/core@7.23.9": { + "type": "npm", + "name": "npm:@babel/core@7.23.9", + "data": { + "version": "7.23.9", + "packageName": "@babel/core", + "hash": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.28.0", + "packageName": "@babel/core", + "hash": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==" + } + }, + "npm:semver@6.3.1": { + "type": "npm", + "name": "npm:semver@6.3.1", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:semver@7.5.3": { + "type": "npm", + "name": "npm:semver@7.5.3", + "data": { + "version": "7.5.3", + "packageName": "semver", + "hash": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==" + } + }, + "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": "7.7.2", + "packageName": "semver", + "hash": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==" + } + }, + "npm:@babel/preset-env@7.26.9": { + "type": "npm", + "name": "npm:@babel/preset-env@7.26.9", + "data": { + "version": "7.26.9", + "packageName": "@babel/preset-env", + "hash": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.28.0", + "packageName": "@babel/preset-env", + "hash": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==" + } + }, + "npm:argparse@2.0.1": { + "type": "npm", + "name": "npm:argparse@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:autoprefixer@10.4.18": { + "type": "npm", + "name": "npm:autoprefixer@10.4.18", + "data": { + "version": "10.4.18", + "packageName": "autoprefixer", + "hash": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==" + } + }, + "npm:autoprefixer": { + "type": "npm", + "name": "npm:autoprefixer", + "data": { + "version": "10.4.21", + "packageName": "autoprefixer", + "hash": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==" + } + }, + "npm:babel-loader@9.1.3": { + "type": "npm", + "name": "npm:babel-loader@9.1.3", + "data": { + "version": "9.1.3", + "packageName": "babel-loader", + "hash": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==" + } + }, + "npm:babel-loader": { + "type": "npm", + "name": "npm:babel-loader", + "data": { + "version": "8.4.1", + "packageName": "babel-loader", + "hash": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==" + } + }, + "npm:convert-source-map@2.0.0": { + "type": "npm", + "name": "npm:convert-source-map@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "1.9.0", + "packageName": "convert-source-map", + "hash": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + } + }, + "npm:cosmiconfig@9.0.0": { + "type": "npm", + "name": "npm:cosmiconfig@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" + } + }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "7.1.0", + "packageName": "cosmiconfig", + "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" + } + }, + "npm:css-loader@6.10.0": { + "type": "npm", + "name": "npm:css-loader@6.10.0", + "data": { + "version": "6.10.0", + "packageName": "css-loader", + "hash": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==" + } + }, + "npm:css-loader": { + "type": "npm", + "name": "npm:css-loader", + "data": { + "version": "6.11.0", + "packageName": "css-loader", + "hash": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==" + } + }, + "npm:css-loader@5.2.7": { + "type": "npm", + "name": "npm:css-loader@5.2.7", + "data": { + "version": "5.2.7", + "packageName": "css-loader", + "hash": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==" + } + }, + "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:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "7.2.2", + "packageName": "eslint-scope", + "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" + } + }, + "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:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:find-cache-dir@4.0.0": { + "type": "npm", + "name": "npm:find-cache-dir@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "find-cache-dir", + "hash": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==" + } + }, + "npm:find-cache-dir": { + "type": "npm", + "name": "npm:find-cache-dir", + "data": { + "version": "3.3.2", + "packageName": "find-cache-dir", + "hash": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==" + } + }, + "npm:find-up@6.3.0": { + "type": "npm", + "name": "npm:find-up@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "find-up", + "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" + } + }, + "npm:find-up@5.0.0": { + "type": "npm", + "name": "npm:find-up@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "4.1.0", + "packageName": "find-up", + "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" + } + }, + "npm:immutable@4.3.7": { + "type": "npm", + "name": "npm:immutable@4.3.7", + "data": { + "version": "4.3.7", + "packageName": "immutable", + "hash": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==" + } + }, + "npm:immutable": { + "type": "npm", + "name": "npm:immutable", + "data": { + "version": "5.1.3", + "packageName": "immutable", + "hash": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==" + } + }, + "npm:ipaddr.js@2.2.0": { + "type": "npm", + "name": "npm:ipaddr.js@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "ipaddr.js", + "hash": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==" + } + }, + "npm:ipaddr.js": { + "type": "npm", + "name": "npm:ipaddr.js", + "data": { + "version": "1.9.1", + "packageName": "ipaddr.js", + "hash": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "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-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "3.0.2", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==" + } + }, + "npm:json-schema-traverse@0.4.1": { + "type": "npm", + "name": "npm:json-schema-traverse@0.4.1", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "1.0.0", + "packageName": "json-schema-traverse", + "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + } + }, + "npm:locate-path@7.2.0": { + "type": "npm", + "name": "npm:locate-path@7.2.0", + "data": { + "version": "7.2.0", + "packageName": "locate-path", + "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" + } + }, + "npm:locate-path@6.0.0": { + "type": "npm", + "name": "npm:locate-path@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "5.0.0", + "packageName": "locate-path", + "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + } + }, + "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@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:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:mini-css-extract-plugin@2.8.1": { + "type": "npm", + "name": "npm:mini-css-extract-plugin@2.8.1", + "data": { + "version": "2.8.1", + "packageName": "mini-css-extract-plugin", + "hash": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==" + } + }, + "npm:mini-css-extract-plugin": { + "type": "npm", + "name": "npm:mini-css-extract-plugin", + "data": { + "version": "1.6.2", + "packageName": "mini-css-extract-plugin", + "hash": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==" + } + }, + "npm:p-limit@4.0.0": { + "type": "npm", + "name": "npm:p-limit@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-limit", + "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "2.3.0", + "packageName": "p-limit", + "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + } + }, + "npm:p-locate@6.0.0": { + "type": "npm", + "name": "npm:p-locate@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "p-locate", + "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" + } + }, + "npm:p-locate@5.0.0": { + "type": "npm", + "name": "npm:p-locate@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "4.1.0", + "packageName": "p-locate", + "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + } + }, + "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:pkg-dir@7.0.0": { + "type": "npm", + "name": "npm:pkg-dir@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "pkg-dir", + "hash": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==" + } + }, + "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:postcss@8.4.35": { + "type": "npm", + "name": "npm:postcss@8.4.35", + "data": { + "version": "8.4.35", + "packageName": "postcss", + "hash": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.5.6", + "packageName": "postcss", + "hash": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" + } + }, + "npm:postcss-loader@8.1.1": { + "type": "npm", + "name": "npm:postcss-loader@8.1.1", + "data": { + "version": "8.1.1", + "packageName": "postcss-loader", + "hash": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==" + } + }, + "npm:postcss-loader": { + "type": "npm", + "name": "npm:postcss-loader", + "data": { + "version": "6.2.1", + "packageName": "postcss-loader", + "hash": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.10", + "packageName": "rimraf", + "hash": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" + } + }, + "npm:sass@1.71.1": { + "type": "npm", + "name": "npm:sass@1.71.1", + "data": { + "version": "1.71.1", + "packageName": "sass", + "hash": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==" + } + }, + "npm:sass": { + "type": "npm", + "name": "npm:sass", + "data": { + "version": "1.89.2", + "packageName": "sass", + "hash": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==" + } + }, + "npm:sass-loader@14.1.1": { + "type": "npm", + "name": "npm:sass-loader@14.1.1", + "data": { + "version": "14.1.1", + "packageName": "sass-loader", + "hash": "sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw==" + } + }, + "npm:sass-loader": { + "type": "npm", + "name": "npm:sass-loader", + "data": { + "version": "12.6.0", + "packageName": "sass-loader", + "hash": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==" + } + }, + "npm:schema-utils@4.3.2": { + "type": "npm", + "name": "npm:schema-utils@4.3.2", + "data": { + "version": "4.3.2", + "packageName": "schema-utils", + "hash": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==" + } + }, + "npm:schema-utils@3.3.0": { + "type": "npm", + "name": "npm:schema-utils@3.3.0", + "data": { + "version": "3.3.0", + "packageName": "schema-utils", + "hash": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" + } + }, + "npm:schema-utils": { + "type": "npm", + "name": "npm:schema-utils", + "data": { + "version": "2.7.1", + "packageName": "schema-utils", + "hash": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==" + } + }, + "npm:tslib@2.6.2": { + "type": "npm", + "name": "npm:tslib@2.6.2", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.8.1", + "packageName": "tslib", + "hash": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } + }, + "npm:webpack@5.94.0": { + "type": "npm", + "name": "npm:webpack@5.94.0", + "data": { + "version": "5.94.0", + "packageName": "webpack", + "hash": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==" + } + }, + "npm:webpack": { + "type": "npm", + "name": "npm:webpack", + "data": { + "version": "5.100.0", + "packageName": "webpack", + "hash": "sha512-H8yBSBTk+BqxrINJnnRzaxU94SVP2bjd7WmA+PfCphoIdDpeQMJ77pq9/4I7xjLq38cB1bNKfzYPZu8pB3zKtg==" + } + }, + "npm:webpack-dev-server@4.15.1": { + "type": "npm", + "name": "npm:webpack-dev-server@4.15.1", + "data": { + "version": "4.15.1", + "packageName": "webpack-dev-server", + "hash": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==" + } + }, + "npm:webpack-dev-server": { + "type": "npm", + "name": "npm:webpack-dev-server", + "data": { + "version": "4.15.2", + "packageName": "webpack-dev-server", + "hash": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==" + } + }, + "npm:webpack-dev-server@5.2.2": { + "type": "npm", + "name": "npm:webpack-dev-server@5.2.2", + "data": { + "version": "5.2.2", + "packageName": "webpack-dev-server", + "hash": "sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==" + } + }, + "npm:webpack-dev-middleware@5.3.4": { + "type": "npm", + "name": "npm:webpack-dev-middleware@5.3.4", + "data": { + "version": "5.3.4", + "packageName": "webpack-dev-middleware", + "hash": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==" + } + }, + "npm:webpack-dev-middleware": { + "type": "npm", + "name": "npm:webpack-dev-middleware", + "data": { + "version": "6.1.2", + "packageName": "webpack-dev-middleware", + "hash": "sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==" + } + }, + "npm:webpack-dev-middleware@7.4.2": { + "type": "npm", + "name": "npm:webpack-dev-middleware@7.4.2", + "data": { + "version": "7.4.2", + "packageName": "webpack-dev-middleware", + "hash": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==" + } + }, + "npm:ajv@6.12.6": { + "type": "npm", + "name": "npm:ajv@6.12.6", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "8.12.0", + "packageName": "ajv", + "hash": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" + } + }, + "npm:ajv@8.17.1": { + "type": "npm", + "name": "npm:ajv@8.17.1", + "data": { + "version": "8.17.1", + "packageName": "ajv", + "hash": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" + } + }, + "npm:ajv-keywords@3.5.2": { + "type": "npm", + "name": "npm:ajv-keywords@3.5.2", + "data": { + "version": "3.5.2", + "packageName": "ajv-keywords", + "hash": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + } + }, + "npm:ajv-keywords": { + "type": "npm", + "name": "npm:ajv-keywords", + "data": { + "version": "5.1.0", + "packageName": "ajv-keywords", + "hash": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" + } + }, + "npm:watchpack@2.4.4": { + "type": "npm", + "name": "npm:watchpack@2.4.4", + "data": { + "version": "2.4.4", + "packageName": "watchpack", + "hash": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==" + } + }, + "npm:watchpack": { + "type": "npm", + "name": "npm:watchpack", + "data": { + "version": "2.4.0", + "packageName": "watchpack", + "hash": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==" + } + }, + "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": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:@angular-devkit/build-webpack": { + "type": "npm", + "name": "npm:@angular-devkit/build-webpack", + "data": { + "version": "0.1703.17", + "packageName": "@angular-devkit/build-webpack", + "hash": "sha512-81RJe/WFQ1QOJA9du+jK41KaaWXmEWt3frtj9eseWSr+d+Ebt0JMblzM12A70qm7LoUvG48hSiimm7GmkzV3rw==" + } + }, + "npm:@angular-devkit/core": { + "type": "npm", + "name": "npm:@angular-devkit/core", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/core", + "hash": "sha512-7aNVqS3rOGsSZYAOO44xl2KURwaoOP+EJhJs+LqOGOFpok2kd8YLf4CAMUossMF4H7HsJpgKwYqGrV5eXunrpw==" + } + }, + "npm:@angular-devkit/schematics": { + "type": "npm", + "name": "npm:@angular-devkit/schematics", + "data": { + "version": "17.3.17", + "packageName": "@angular-devkit/schematics", + "hash": "sha512-ZXsIJXZm0I0dNu1BqmjfEtQhnzqoupUHHZb4GHm5NeQHBFZctQlkkNxLUU27GVeBUwFgEmP7kFgSLlMPTGSL5g==" + } + }, + "npm:@angular-eslint/builder": { + "type": "npm", + "name": "npm:@angular-eslint/builder", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/builder", + "hash": "sha512-QGnIaypNP1osDObTIRJ5JF1KdMBn2oghZXMZAFN+qc+4+EX0SLfrSVw0YTZRH1Sg8ns3/Q+E6jYrswrhV1JmKQ==" + } + }, + "npm:@angular-eslint/bundled-angular-compiler": { + "type": "npm", + "name": "npm:@angular-eslint/bundled-angular-compiler", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/bundled-angular-compiler", + "hash": "sha512-xRlSh9qjdUdUKAy/0UQsxX7wf1tHApAsHsfismebPriqfmVAPyEg4HBrM8ImWaZxiqaTGC1AyHsUBQD5FK8o6w==" + } + }, + "npm:@angular-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@angular-eslint/eslint-plugin", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/eslint-plugin", + "hash": "sha512-fFOBlCOVObVu3gjLj+0BypqO1ZR/0bfJnDElqMdYwJG7zRaFT8NNQbrOo/q/GQoqOFoNna6mw3teTGsd5JnL2A==" + } + }, + "npm:@angular-eslint/eslint-plugin-template": { + "type": "npm", + "name": "npm:@angular-eslint/eslint-plugin-template", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/eslint-plugin-template", + "hash": "sha512-unZ6QNwtxuB8Eni7UPdw7uK6iZipZUXIsH+ZuLMOxwFgGMqeRnpv8SW0212rto3d/Ec0jESzVHKcwZ9pT+jxgw==" + } + }, + "npm:@angular-eslint/schematics": { + "type": "npm", + "name": "npm:@angular-eslint/schematics", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/schematics", + "hash": "sha512-Bkt8iOXWRQGSrcLRGzdyJLvSPcIChW5+dh5lXa5GhdLmVAF7jpjxqGwW0rNb5JhLa/phyH0XQIpLBaOPtacSMA==" + } + }, + "npm:ignore@5.3.0": { + "type": "npm", + "name": "npm:ignore@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "ignore", + "hash": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.2", + "packageName": "ignore", + "hash": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" + } + }, + "npm:@angular-eslint/template-parser": { + "type": "npm", + "name": "npm:@angular-eslint/template-parser", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/template-parser", + "hash": "sha512-ofL46rNhRVeSxrSQF0vwhKMco+vJuo+ZGjSOzFmT9N3KAMB0j+WXTbpyGGMy0gQSBc4W6p+j+zxGa2CR2xb6wA==" + } + }, + "npm:@angular-eslint/utils": { + "type": "npm", + "name": "npm:@angular-eslint/utils", + "data": { + "version": "17.1.1", + "packageName": "@angular-eslint/utils", + "hash": "sha512-CTNPOb05S/DII/Fm8JYUvKo+B4u/ctHjGJ0X1YXUR0q31oaGqTE3KePGq76+Y6swRDf9NjUIcfcnZp3u3j4CBQ==" + } + }, + "npm:@angular/animations": { + "type": "npm", + "name": "npm:@angular/animations", + "data": { + "version": "17.3.12", + "packageName": "@angular/animations", + "hash": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==" + } + }, + "npm:@angular/cli": { + "type": "npm", + "name": "npm:@angular/cli", + "data": { + "version": "17.3.17", + "packageName": "@angular/cli", + "hash": "sha512-FgOvf9q5d23Cpa7cjP1FYti/v8S1FTm8DEkW3TY8lkkoxh3isu28GFKcLD1p/XF3yqfPkPVHToOFla5QwsEgBQ==" + } + }, + "npm:@angular/common": { + "type": "npm", + "name": "npm:@angular/common", + "data": { + "version": "17.3.12", + "packageName": "@angular/common", + "hash": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==" + } + }, + "npm:@angular/compiler": { + "type": "npm", + "name": "npm:@angular/compiler", + "data": { + "version": "17.3.12", + "packageName": "@angular/compiler", + "hash": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==" + } + }, + "npm:@angular/compiler-cli": { + "type": "npm", + "name": "npm:@angular/compiler-cli", + "data": { + "version": "17.3.12", + "packageName": "@angular/compiler-cli", + "hash": "sha512-1F8M7nWfChzurb7obbvuE7mJXlHtY1UG58pcwcomVtpPb+kPavgAO8OEvJHYBMV+bzSxkXt5UIwL9lt9jHUxZA==" + } + }, + "npm:@angular/core": { + "type": "npm", + "name": "npm:@angular/core", + "data": { + "version": "17.3.12", + "packageName": "@angular/core", + "hash": "sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A==" + } + }, + "npm:@angular/forms": { + "type": "npm", + "name": "npm:@angular/forms", + "data": { + "version": "17.3.12", + "packageName": "@angular/forms", + "hash": "sha512-tV6r12Q3yEUlXwpVko4E+XscunTIpPkLbaiDn/MTL3Vxi2LZnsLgHyd/i38HaHN+e/H3B0a1ToSOhV5wf3ay4Q==" + } + }, + "npm:@angular/platform-browser": { + "type": "npm", + "name": "npm:@angular/platform-browser", + "data": { + "version": "17.3.12", + "packageName": "@angular/platform-browser", + "hash": "sha512-DYY04ptWh/ulMHzd+y52WCE8QnEYGeIiW3hEIFjCN8z0kbIdFdUtEB0IK5vjNL3ejyhUmphcpeT5PYf3YXtqWQ==" + } + }, + "npm:@angular/platform-browser-dynamic": { + "type": "npm", + "name": "npm:@angular/platform-browser-dynamic", + "data": { + "version": "17.3.12", + "packageName": "@angular/platform-browser-dynamic", + "hash": "sha512-DQwV7B2x/DRLRDSisngZRdLqHdYbbrqZv2Hmu4ZbnNYaWPC8qvzgE/0CvY+UkDat3nCcsfwsMnlDeB6TL7/IaA==" + } + }, + "npm:@angular/router": { + "type": "npm", + "name": "npm:@angular/router", + "data": { + "version": "17.3.12", + "packageName": "@angular/router", + "hash": "sha512-dg7PHBSW9fmPKTVzwvHEeHZPZdpnUqW/U7kj8D29HTP9ur8zZnx9QcnbplwPeYb8yYa62JMnZSEel2X4PxdYBg==" + } + }, + "npm:@babel/cli": { + "type": "npm", + "name": "npm:@babel/cli", + "data": { + "version": "7.28.0", + "packageName": "@babel/cli", + "hash": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.27.1", + "packageName": "@babel/code-frame", + "hash": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.28.0", + "packageName": "@babel/compat-data", + "hash": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==" + } + }, + "npm:@babel/generator@7.28.0": { + "type": "npm", + "name": "npm:@babel/generator@7.28.0", + "data": { + "version": "7.28.0", + "packageName": "@babel/generator", + "hash": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.26.10", + "packageName": "@babel/generator", + "hash": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==" + } + }, + "npm:@babel/eslint-parser": { + "type": "npm", + "name": "npm:@babel/eslint-parser", + "data": { + "version": "7.28.0", + "packageName": "@babel/eslint-parser", + "hash": "sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.25.9", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==" + } + }, + "npm:@babel/helper-annotate-as-pure@7.27.3": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure@7.27.3", + "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.27.2", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.5", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==" + } + }, + "npm:resolve@1.22.10": { + "type": "npm", + "name": "npm:resolve@1.22.10", + "data": { + "version": "1.22.10", + "packageName": "resolve", + "hash": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==" + } + }, + "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.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "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.27.1", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.27.1", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.27.3", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==" + } + }, + "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.27.1", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" + } + }, + "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.27.1", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==" + } + }, + "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-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" + } + }, + "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.27.1", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==" + } + }, + "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.27.1", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.27.6", + "packageName": "@babel/helpers", + "hash": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.28.0", + "packageName": "@babel/parser", + "hash": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "hash": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==" + } + }, + "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-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==" + } + }, + "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-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.26.8", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions@7.28.0": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.25.9", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==" + } + }, + "npm:@babel/plugin-transform-async-to-generator@7.27.1": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==" + } + }, + "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.0", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", + "hash": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==" + } + }, + "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.0", + "packageName": "@babel/plugin-transform-explicit-resource-management", + "hash": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==" + } + }, + "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-display-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-display-name", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-react-display-name", + "hash": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==" + } + }, + "npm:@babel/plugin-transform-react-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-jsx", + "hash": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==" + } + }, + "npm:@babel/plugin-transform-react-jsx-development": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx-development", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-jsx-development", + "hash": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==" + } + }, + "npm:@babel/plugin-transform-react-pure-annotations": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-pure-annotations", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-react-pure-annotations", + "hash": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.28.0", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==" + } + }, + "npm:@babel/plugin-transform-regexp-modifiers": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regexp-modifiers", + "data": { + "version": "7.27.1", + "packageName": "@babel/plugin-transform-regexp-modifiers", + "hash": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==" + } + }, + "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-runtime": { + "type": "npm", + "name": "npm:@babel/plugin-transform-runtime", + "data": { + "version": "7.26.10", + "packageName": "@babel/plugin-transform-runtime", + "hash": "sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==" + } + }, + "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-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.27.1", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==" + } + }, + "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.27.1", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==" + } + }, + "npm:babel-plugin-polyfill-corejs3@0.13.0": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "data": { + "version": "0.13.0", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.11.1", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==" + } + }, + "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.27.1", + "packageName": "@babel/preset-react", + "hash": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.26.10", + "packageName": "@babel/runtime", + "hash": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.27.2", + "packageName": "@babel/template", + "hash": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.28.0", + "packageName": "@babel/traverse", + "hash": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.28.0", + "packageName": "@babel/types", + "hash": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==" + } + }, + "npm:@colors/colors": { + "type": "npm", + "name": "npm:@colors/colors", + "data": { + "version": "1.5.0", + "packageName": "@colors/colors", + "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" + } + }, + "npm:@discoveryjs/json-ext": { + "type": "npm", + "name": "npm:@discoveryjs/json-ext", + "data": { + "version": "0.5.7", + "packageName": "@discoveryjs/json-ext", + "hash": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==" + } + }, + "npm:@esbuild/aix-ppc64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-arm", + "hash": "sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==" + } + }, + "npm:@esbuild/android-arm@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-arm@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm", + "hash": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==" + } + }, + "npm:@esbuild/android-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/android-x64", + "hash": "sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==" + } + }, + "npm:@esbuild/android-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/android-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-x64", + "hash": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==" + } + }, + "npm:@esbuild/darwin-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==" + } + }, + "npm:@esbuild/darwin-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==" + } + }, + "npm:@esbuild/freebsd-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==" + } + }, + "npm:@esbuild/freebsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==" + } + }, + "npm:@esbuild/linux-arm@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-arm@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==" + } + }, + "npm:@esbuild/linux-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==" + } + }, + "npm:@esbuild/linux-ia32@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==" + } + }, + "npm:@esbuild/linux-loong64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==" + } + }, + "npm:@esbuild/linux-mips64el@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==" + } + }, + "npm:@esbuild/linux-ppc64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==" + } + }, + "npm:@esbuild/linux-riscv64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==" + } + }, + "npm:@esbuild/linux-s390x@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==" + } + }, + "npm:@esbuild/linux-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/linux-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==" + } + }, + "npm:@esbuild/netbsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==" + } + }, + "npm:@esbuild/openbsd-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==" + } + }, + "npm:@esbuild/sunos-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==" + } + }, + "npm:@esbuild/win32-arm64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==" + } + }, + "npm:@esbuild/win32-ia32@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.20.1", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==" + } + }, + "npm:@esbuild/win32-x64@0.21.5": { + "type": "npm", + "name": "npm:@esbuild/win32-x64@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.7.0", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==" + } + }, + "npm:eslint-visitor-keys@3.4.3": { + "type": "npm", + "name": "npm:eslint-visitor-keys@3.4.3", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "2.1.0", + "packageName": "eslint-visitor-keys", + "hash": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.12.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "2.1.4", + "packageName": "@eslint/eslintrc", + "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "8.57.1", + "packageName": "@eslint/js", + "hash": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" + } + }, + "npm:@forgerock/davinci-client": { + "type": "npm", + "name": "npm:@forgerock/davinci-client", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/davinci-client", + "hash": "sha512-vS+u8iieF5Pqu/RzhjclrKfKuw14PMTBVYOOYybDyn3PQjEDUPLvCH67yXljBBUA+69dbbor3zD2PloPvz9nUw==" + } + }, + "npm:@forgerock/javascript-sdk": { + "type": "npm", + "name": "npm:@forgerock/javascript-sdk", + "data": { + "version": "4.8.2", + "packageName": "@forgerock/javascript-sdk", + "hash": "sha512-vk30flcVa0ypa92YOqEPiIZlXxTF+QVrd/ADtn0G5fIAGNUE2LMKpiGVZGAooqdaT9DpAymvaXrWCV9JLDDlMA==" + } + }, + "npm:@forgerock/ping-protect": { + "type": "npm", + "name": "npm:@forgerock/ping-protect", + "data": { + "version": "4.6.1", + "packageName": "@forgerock/ping-protect", + "hash": "sha512-3erfoAVRP1lbhAQl+cHU+C9Dys8VEOm2TwydPQL4AkPug6RNkR1xulpZKHbC5qrSvYVs9reOAKl9wljEnJLyMw==" + } + }, + "npm:@forgerock/sdk-logger": { + "type": "npm", + "name": "npm:@forgerock/sdk-logger", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-logger", + "hash": "sha512-HzlF0wtsKYQzhEnxHXRFwBjKPq7UG+w7x75dbcEgP+0tPgYRGWO2vFztHxIr1on2nFIPlGadd2Eznda0EG7v8w==" + } + }, + "npm:@forgerock/sdk-oidc": { + "type": "npm", + "name": "npm:@forgerock/sdk-oidc", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-oidc", + "hash": "sha512-hclzElCHIUrRze2eHNXjr4mtL5qBBo3rnUTLyAcIPYWOtNONLHaCt6kMR32Nan3a8nmUVBx4C+/K72RBVvv+ag==" + } + }, + "npm:@forgerock/sdk-request-middleware": { + "type": "npm", + "name": "npm:@forgerock/sdk-request-middleware", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-request-middleware", + "hash": "sha512-1CQ37K+DWjFNKT2szfKvgVUsQ/zQj+N7dwkVpPrM47rKrvpvVFGEDGURvMk99XCGLKgC3IrMoX1lcRpE599Tyw==" + } + }, + "npm:@forgerock/sdk-types": { + "type": "npm", + "name": "npm:@forgerock/sdk-types", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-types", + "hash": "sha512-Ii0Sun/88//468LIKl/BPC8bxSWrp6vPS/pTGTQWTox7BUHIDAsYudU2PHPLDHa0ZYx3Ywqa28Mzts1sMPiEuA==" + } + }, + "npm:@forgerock/sdk-utilities": { + "type": "npm", + "name": "npm:@forgerock/sdk-utilities", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/sdk-utilities", + "hash": "sha512-FVa2oPQP3+I8eWf1IAuRnRhFx2Z4cI3qb7A5bOJVITTSTvKQwzxEwbQS8I6yTc80yPCefjeHT8kqmKnrBDLngA==" + } + }, + "npm:@forgerock/storage": { + "type": "npm", + "name": "npm:@forgerock/storage", + "data": { + "version": "1.2.0", + "packageName": "@forgerock/storage", + "hash": "sha512-xNVRQqrSWf2v5VwT/OJLxhSD1sq87DEQvbwQzg3wYFf71JcI18djxoiHXcAMgmfXNrMsGFbPxQ/SmNk+S9I0qw==" + } + }, + "npm:@hapi/bourne": { + "type": "npm", + "name": "npm:@hapi/bourne", + "data": { + "version": "3.0.0", + "packageName": "@hapi/bourne", + "hash": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==" + } + }, + "npm:@humanwhocodes/config-array": { + "type": "npm", + "name": "npm:@humanwhocodes/config-array", + "data": { + "version": "0.13.0", + "packageName": "@humanwhocodes/config-array", + "hash": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@humanwhocodes/object-schema": { + "type": "npm", + "name": "npm:@humanwhocodes/object-schema", + "data": { + "version": "2.0.3", + "packageName": "@humanwhocodes/object-schema", + "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "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": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "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": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "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@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: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": { + "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.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": { + "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@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@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": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "6.2.0", + "packageName": "wrap-ansi", + "hash": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" + } + }, + "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:@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/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "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/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.10", + "packageName": "@jridgewell/source-map", + "hash": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.5.4", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==" + } + }, + "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:@jsonjoy.com/base64": { + "type": "npm", + "name": "npm:@jsonjoy.com/base64", + "data": { + "version": "1.1.2", + "packageName": "@jsonjoy.com/base64", + "hash": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==" + } + }, + "npm:@jsonjoy.com/json-pack": { + "type": "npm", + "name": "npm:@jsonjoy.com/json-pack", + "data": { + "version": "1.2.0", + "packageName": "@jsonjoy.com/json-pack", + "hash": "sha512-io1zEbbYcElht3tdlqEOFxZ0dMTYrHz9iMf0gqn1pPjZFTCgM5R4R5IMA20Chb2UPYYsxjzs8CgZ7Nb5n2K2rA==" + } + }, + "npm:@jsonjoy.com/util": { + "type": "npm", + "name": "npm:@jsonjoy.com/util", + "data": { + "version": "1.6.0", + "packageName": "@jsonjoy.com/util", + "hash": "sha512-sw/RMbehRhN68WRtcKCpQOPfnH6lLP4GJfqzi3iYej8tnzpZUDr6UkZYJjcjjC0FWEJOJbyM3PTIwxucUmDG2A==" + } + }, + "npm:@koa/cors": { + "type": "npm", + "name": "npm:@koa/cors", + "data": { + "version": "3.4.3", + "packageName": "@koa/cors", + "hash": "sha512-WPXQUaAeAMVaLTEFpoq3T2O1C+FstkjJnDQqy95Ck1UdILajsRhu6mhJ8H2f4NFPRBoCNN+qywTJfq/gGki5mw==" + } + }, + "npm:@leichtgewicht/ip-codec": { + "type": "npm", + "name": "npm:@leichtgewicht/ip-codec", + "data": { + "version": "2.0.5", + "packageName": "@leichtgewicht/ip-codec", + "hash": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" + } + }, + "npm:@ljharb/through": { + "type": "npm", + "name": "npm:@ljharb/through", + "data": { + "version": "2.3.14", + "packageName": "@ljharb/through", + "hash": "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==" + } + }, + "npm:@ngtools/webpack": { + "type": "npm", + "name": "npm:@ngtools/webpack", + "data": { + "version": "17.3.17", + "packageName": "@ngtools/webpack", + "hash": "sha512-LaO++U8DoqV36M0YLKhubc1+NqM8fyp5DN03k1uP9GvtRchP9+7bfG+IEEZiDFkCUh9lfzi1CiGvUHrN4MYcsA==" + } + }, + "npm:@nicolo-ribaudo/chokidar-2": { + "type": "npm", + "name": "npm:@nicolo-ribaudo/chokidar-2", + "data": { + "version": "2.1.8-no-fsevents.3", + "packageName": "@nicolo-ribaudo/chokidar-2", + "hash": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==" + } + }, + "npm:@nicolo-ribaudo/eslint-scope-5-internals": { + "type": "npm", + "name": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "data": { + "version": "5.1.1-v1", + "packageName": "@nicolo-ribaudo/eslint-scope-5-internals", + "hash": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==" + } + }, + "npm:@noble/hashes": { + "type": "npm", + "name": "npm:@noble/hashes", + "data": { + "version": "1.8.0", + "packageName": "@noble/hashes", + "hash": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==" + } + }, + "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": "2.2.2", + "packageName": "@npmcli/agent", + "hash": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==" + } + }, + "npm:http-proxy-agent@7.0.2": { + "type": "npm", + "name": "npm:http-proxy-agent@7.0.2", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "4.0.1", + "packageName": "http-proxy-agent", + "hash": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" + } + }, + "npm:@npmcli/fs": { + "type": "npm", + "name": "npm:@npmcli/fs", + "data": { + "version": "3.1.1", + "packageName": "@npmcli/fs", + "hash": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==" + } + }, + "npm:@npmcli/git": { + "type": "npm", + "name": "npm:@npmcli/git", + "data": { + "version": "5.0.8", + "packageName": "@npmcli/git", + "hash": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==" + } + }, + "npm:ini@4.1.3": { + "type": "npm", + "name": "npm:ini@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "ini", + "hash": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "4.1.2", + "packageName": "ini", + "hash": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==" + } + }, + "npm:isexe@3.1.1": { + "type": "npm", + "name": "npm:isexe@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:proc-log@4.2.0": { + "type": "npm", + "name": "npm:proc-log@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "proc-log", + "hash": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:which@4.0.0": { + "type": "npm", + "name": "npm:which@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:@npmcli/installed-package-contents": { + "type": "npm", + "name": "npm:@npmcli/installed-package-contents", + "data": { + "version": "2.1.0", + "packageName": "@npmcli/installed-package-contents", + "hash": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==" + } + }, + "npm:@npmcli/node-gyp": { + "type": "npm", + "name": "npm:@npmcli/node-gyp", + "data": { + "version": "3.0.0", + "packageName": "@npmcli/node-gyp", + "hash": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==" + } + }, + "npm:@npmcli/package-json": { + "type": "npm", + "name": "npm:@npmcli/package-json", + "data": { + "version": "5.2.1", + "packageName": "@npmcli/package-json", + "hash": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==" + } + }, + "npm:brace-expansion@2.0.2": { + "type": "npm", + "name": "npm:brace-expansion@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "brace-expansion", + "hash": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "1.1.12", + "packageName": "brace-expansion", + "hash": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==" + } + }, + "npm:glob@10.4.5": { + "type": "npm", + "name": "npm:glob@10.4.5", + "data": { + "version": "10.4.5", + "packageName": "glob", + "hash": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob@7.1.4": { + "type": "npm", + "name": "npm:glob@7.1.4", + "data": { + "version": "7.1.4", + "packageName": "glob", + "hash": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@9.0.3": { + "type": "npm", + "name": "npm:minimatch@9.0.3", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@3.0.5": { + "type": "npm", + "name": "npm:minimatch@3.0.5", + "data": { + "version": "3.0.5", + "packageName": "minimatch", + "hash": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==" + } + }, + "npm:@npmcli/promise-spawn": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn", + "data": { + "version": "7.0.2", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==" + } + }, + "npm:@npmcli/redact": { + "type": "npm", + "name": "npm:@npmcli/redact", + "data": { + "version": "1.1.0", + "packageName": "@npmcli/redact", + "hash": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==" + } + }, + "npm:@npmcli/run-script": { + "type": "npm", + "name": "npm:@npmcli/run-script", + "data": { + "version": "7.0.4", + "packageName": "@npmcli/run-script", + "hash": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==" + } + }, + "npm:@nrwl/devkit": { + "type": "npm", + "name": "npm:@nrwl/devkit", + "data": { + "version": "17.1.3", + "packageName": "@nrwl/devkit", + "hash": "sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "17.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==" + } + }, + "npm:@nx/devkit": { + "type": "npm", + "name": "npm:@nx/devkit", + "data": { + "version": "17.1.3", + "packageName": "@nx/devkit", + "hash": "sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "17.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==" + } + }, + "npm:@paralleldrive/cuid2": { + "type": "npm", + "name": "npm:@paralleldrive/cuid2", + "data": { + "version": "2.2.2", + "packageName": "@paralleldrive/cuid2", + "hash": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==" + } + }, + "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:node-addon-api@7.1.1": { + "type": "npm", + "name": "npm:node-addon-api@7.1.1", + "data": { + "version": "7.1.1", + "packageName": "node-addon-api", + "hash": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" + } + }, + "npm:node-addon-api": { + "type": "npm", + "name": "npm:node-addon-api", + "data": { + "version": "3.2.1", + "packageName": "node-addon-api", + "hash": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" + } + }, + "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.7", + "packageName": "@pkgr/core", + "hash": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==" + } + }, + "npm:@playwright/test": { + "type": "npm", + "name": "npm:@playwright/test", + "data": { + "version": "1.53.2", + "packageName": "@playwright/test", + "hash": "sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==" + } + }, + "npm:@popperjs/core": { + "type": "npm", + "name": "npm:@popperjs/core", + "data": { + "version": "2.11.8", + "packageName": "@popperjs/core", + "hash": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" + } + }, + "npm:@reduxjs/toolkit": { + "type": "npm", + "name": "npm:@reduxjs/toolkit", + "data": { + "version": "2.8.2", + "packageName": "@reduxjs/toolkit", + "hash": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==" + } + }, + "npm:@remix-run/router": { + "type": "npm", + "name": "npm:@remix-run/router", + "data": { + "version": "1.23.0", + "packageName": "@remix-run/router", + "hash": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==" + } + }, + "npm:@rollup/rollup-freebsd-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-arm64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-freebsd-arm64", + "hash": "sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==" + } + }, + "npm:@rollup/rollup-freebsd-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-freebsd-x64", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-freebsd-x64", + "hash": "sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==" + } + }, + "npm:@rollup/rollup-linux-arm-musleabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-musleabihf", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm-musleabihf", + "hash": "sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==" + } + }, + "npm:@rollup/rollup-linux-loongarch64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-loongarch64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-loongarch64-gnu", + "hash": "sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==" + } + }, + "npm:@rollup/rollup-linux-powerpc64le-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-powerpc64le-gnu", + "hash": "sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==" + } + }, + "npm:@rollup/rollup-linux-riscv64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-riscv64-musl", + "hash": "sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==" + } + }, + "npm:@rollup/rollup-linux-s390x-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-s390x-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-s390x-gnu", + "hash": "sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.44.2", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==" + } + }, + "npm:@rtsao/scc": { + "type": "npm", + "name": "npm:@rtsao/scc", + "data": { + "version": "1.1.0", + "packageName": "@rtsao/scc", + "hash": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==" + } + }, + "npm:@schematics/angular": { + "type": "npm", + "name": "npm:@schematics/angular", + "data": { + "version": "17.3.17", + "packageName": "@schematics/angular", + "hash": "sha512-S5HwYem5Yjeceb5OLvforNcjfTMh2qsHnTP1BAYL81XPpqeg2udjAkJjKBxCwxMZSqdCMw3ne0eKppEYTaEZ+A==" + } + }, + "npm:@sigstore/bundle": { + "type": "npm", + "name": "npm:@sigstore/bundle", + "data": { + "version": "2.3.2", + "packageName": "@sigstore/bundle", + "hash": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==" + } + }, + "npm:@sigstore/core": { + "type": "npm", + "name": "npm:@sigstore/core", + "data": { + "version": "1.1.0", + "packageName": "@sigstore/core", + "hash": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==" + } + }, + "npm:@sigstore/protobuf-specs": { + "type": "npm", + "name": "npm:@sigstore/protobuf-specs", + "data": { + "version": "0.3.3", + "packageName": "@sigstore/protobuf-specs", + "hash": "sha512-RpacQhBlwpBWd7KEJsRKcBQalbV28fvkxwTOJIqhIuDysMMaJW47V4OqW30iJB9uRpqOSxxEAQFdr8tTattReQ==" + } + }, + "npm:@sigstore/sign": { + "type": "npm", + "name": "npm:@sigstore/sign", + "data": { + "version": "2.3.2", + "packageName": "@sigstore/sign", + "hash": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==" + } + }, + "npm:@sigstore/tuf": { + "type": "npm", + "name": "npm:@sigstore/tuf", + "data": { + "version": "2.3.4", + "packageName": "@sigstore/tuf", + "hash": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==" + } + }, + "npm:@sigstore/verify": { + "type": "npm", + "name": "npm:@sigstore/verify", + "data": { + "version": "1.2.1", + "packageName": "@sigstore/verify", + "hash": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@socket.io/component-emitter": { + "type": "npm", + "name": "npm:@socket.io/component-emitter", + "data": { + "version": "3.1.2", + "packageName": "@socket.io/component-emitter", + "hash": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==" + } + }, + "npm:@standard-schema/spec": { + "type": "npm", + "name": "npm:@standard-schema/spec", + "data": { + "version": "1.0.0", + "packageName": "@standard-schema/spec", + "hash": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==" + } + }, + "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:@tootallnate/once": { + "type": "npm", + "name": "npm:@tootallnate/once", + "data": { + "version": "1.1.2", + "packageName": "@tootallnate/once", + "hash": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + } + }, + "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": "2.0.1", + "packageName": "@tufjs/models", + "hash": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==" + } + }, + "npm:@types/body-parser": { + "type": "npm", + "name": "npm:@types/body-parser", + "data": { + "version": "1.19.6", + "packageName": "@types/body-parser", + "hash": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" + } + }, + "npm:@types/bonjour": { + "type": "npm", + "name": "npm:@types/bonjour", + "data": { + "version": "3.5.13", + "packageName": "@types/bonjour", + "hash": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" + } + }, + "npm:@types/connect": { + "type": "npm", + "name": "npm:@types/connect", + "data": { + "version": "3.4.38", + "packageName": "@types/connect", + "hash": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" + } + }, + "npm:@types/connect-history-api-fallback": { + "type": "npm", + "name": "npm:@types/connect-history-api-fallback", + "data": { + "version": "1.5.4", + "packageName": "@types/connect-history-api-fallback", + "hash": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==" + } + }, + "npm:@types/cors": { + "type": "npm", + "name": "npm:@types/cors", + "data": { + "version": "2.8.19", + "packageName": "@types/cors", + "hash": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==" + } + }, + "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/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.8", + "packageName": "@types/estree", + "hash": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" + } + }, + "npm:@types/express": { + "type": "npm", + "name": "npm:@types/express", + "data": { + "version": "4.17.23", + "packageName": "@types/express", + "hash": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==" + } + }, + "npm:@types/express-serve-static-core": { + "type": "npm", + "name": "npm:@types/express-serve-static-core", + "data": { + "version": "5.0.7", + "packageName": "@types/express-serve-static-core", + "hash": "sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==" + } + }, + "npm:@types/express-serve-static-core@4.19.6": { + "type": "npm", + "name": "npm:@types/express-serve-static-core@4.19.6", + "data": { + "version": "4.19.6", + "packageName": "@types/express-serve-static-core", + "hash": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==" + } + }, + "npm:@types/html-minifier-terser": { + "type": "npm", + "name": "npm:@types/html-minifier-terser", + "data": { + "version": "6.1.0", + "packageName": "@types/html-minifier-terser", + "hash": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + } + }, + "npm:@types/http-errors": { + "type": "npm", + "name": "npm:@types/http-errors", + "data": { + "version": "2.0.5", + "packageName": "@types/http-errors", + "hash": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" + } + }, + "npm:@types/http-proxy": { + "type": "npm", + "name": "npm:@types/http-proxy", + "data": { + "version": "1.17.16", + "packageName": "@types/http-proxy", + "hash": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==" + } + }, + "npm:@types/jasmine": { + "type": "npm", + "name": "npm:@types/jasmine", + "data": { + "version": "5.1.8", + "packageName": "@types/jasmine", + "hash": "sha512-u7/CnvRdh6AaaIzYjCgUuVbREFgulhX05Qtf6ZtW+aOcjCKKVvKgpkPYJBFTZSHtFBYimzU4zP0V2vrEsq9Wcg==" + } + }, + "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/mime": { + "type": "npm", + "name": "npm:@types/mime", + "data": { + "version": "1.3.5", + "packageName": "@types/mime", + "hash": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.19.6", + "packageName": "@types/node", + "hash": "sha512-uYssdp9z5zH5GQ0L4zEJ2ZuavYsJwkozjiUzCRfGtaaQcyjAMJ34aP8idv61QlqTozu6kudyr6JMq9Chf09dfA==" + } + }, + "npm:@types/node-forge": { + "type": "npm", + "name": "npm:@types/node-forge", + "data": { + "version": "1.3.12", + "packageName": "@types/node-forge", + "hash": "sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==" + } + }, + "npm:@types/parse-json": { + "type": "npm", + "name": "npm:@types/parse-json", + "data": { + "version": "4.0.2", + "packageName": "@types/parse-json", + "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + } + }, + "npm:@types/qs": { + "type": "npm", + "name": "npm:@types/qs", + "data": { + "version": "6.14.0", + "packageName": "@types/qs", + "hash": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + } + }, + "npm:@types/range-parser": { + "type": "npm", + "name": "npm:@types/range-parser", + "data": { + "version": "1.2.7", + "packageName": "@types/range-parser", + "hash": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + } + }, + "npm:@types/retry": { + "type": "npm", + "name": "npm:@types/retry", + "data": { + "version": "0.12.0", + "packageName": "@types/retry", + "hash": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" + } + }, + "npm:@types/retry@0.12.2": { + "type": "npm", + "name": "npm:@types/retry@0.12.2", + "data": { + "version": "0.12.2", + "packageName": "@types/retry", + "hash": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==" + } + }, + "npm:@types/semver": { + "type": "npm", + "name": "npm:@types/semver", + "data": { + "version": "7.7.0", + "packageName": "@types/semver", + "hash": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==" + } + }, + "npm:@types/send": { + "type": "npm", + "name": "npm:@types/send", + "data": { + "version": "0.17.5", + "packageName": "@types/send", + "hash": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==" + } + }, + "npm:@types/serve-index": { + "type": "npm", + "name": "npm:@types/serve-index", + "data": { + "version": "1.9.4", + "packageName": "@types/serve-index", + "hash": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==" + } + }, + "npm:@types/serve-static": { + "type": "npm", + "name": "npm:@types/serve-static", + "data": { + "version": "1.15.8", + "packageName": "@types/serve-static", + "hash": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==" + } + }, + "npm:@types/sockjs": { + "type": "npm", + "name": "npm:@types/sockjs", + "data": { + "version": "0.3.36", + "packageName": "@types/sockjs", + "hash": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==" + } + }, + "npm:@types/ws": { + "type": "npm", + "name": "npm:@types/ws", + "data": { + "version": "8.18.1", + "packageName": "@types/ws", + "hash": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==" + } + }, + "npm:@typescript-eslint/scope-manager@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==" + } + }, + "npm:@typescript-eslint/type-utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==" + } + }, + "npm:@typescript-eslint/types@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/types@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/types", + "hash": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==" + } + }, + "npm:@typescript-eslint/typescript-estree@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==" + } + }, + "npm:@typescript-eslint/utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==" + } + }, + "npm:@typescript-eslint/visitor-keys@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "6.13.1", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==" + } + }, + "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:@vitejs/plugin-basic-ssl": { + "type": "npm", + "name": "npm:@vitejs/plugin-basic-ssl", + "data": { + "version": "1.1.0", + "packageName": "@vitejs/plugin-basic-ssl", + "hash": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==" + } + }, + "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:@webpack-cli/configtest": { + "type": "npm", + "name": "npm:@webpack-cli/configtest", + "data": { + "version": "2.1.1", + "packageName": "@webpack-cli/configtest", + "hash": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==" + } + }, + "npm:@webpack-cli/info": { + "type": "npm", + "name": "npm:@webpack-cli/info", + "data": { + "version": "2.0.2", + "packageName": "@webpack-cli/info", + "hash": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==" + } + }, + "npm:@webpack-cli/serve": { + "type": "npm", + "name": "npm:@webpack-cli/serve", + "data": { + "version": "2.0.5", + "packageName": "@webpack-cli/serve", + "hash": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==" + } + }, + "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.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:abbrev": { + "type": "npm", + "name": "npm:abbrev", + "data": { + "version": "2.0.0", + "packageName": "abbrev", + "hash": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==" + } + }, + "npm:abort-controller": { + "type": "npm", + "name": "npm:abort-controller", + "data": { + "version": "3.0.0", + "packageName": "abort-controller", + "hash": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" + } + }, + "npm:abstract-leveldown": { + "type": "npm", + "name": "npm:abstract-leveldown", + "data": { + "version": "6.2.3", + "packageName": "abstract-leveldown", + "hash": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==" + } + }, + "npm:accepts": { + "type": "npm", + "name": "npm:accepts", + "data": { + "version": "1.3.8", + "packageName": "accepts", + "hash": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.15.0", + "packageName": "acorn", + "hash": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" + } + }, + "npm:acorn-import-attributes": { + "type": "npm", + "name": "npm:acorn-import-attributes", + "data": { + "version": "1.9.5", + "packageName": "acorn-import-attributes", + "hash": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" + } + }, + "npm:acorn-import-phases": { + "type": "npm", + "name": "npm:acorn-import-phases", + "data": { + "version": "1.0.3", + "packageName": "acorn-import-phases", + "hash": "sha512-jtKLnfoOzm28PazuQ4dVBcE9Jeo6ha1GAJvq3N0LlNOszmTfx+wSycBehn+FN0RnyeR77IBxN/qVYMw0Rlj0Xw==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, + "npm:adjust-sourcemap-loader": { + "type": "npm", + "name": "npm:adjust-sourcemap-loader", + "data": { + "version": "4.0.0", + "packageName": "adjust-sourcemap-loader", + "hash": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==" + } + }, + "npm:loader-utils@2.0.4": { + "type": "npm", + "name": "npm:loader-utils@2.0.4", + "data": { + "version": "2.0.4", + "packageName": "loader-utils", + "hash": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==" + } + }, + "npm:loader-utils": { + "type": "npm", + "name": "npm:loader-utils", + "data": { + "version": "3.2.1", + "packageName": "loader-utils", + "hash": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.4", + "packageName": "agent-base", + "hash": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" + } + }, + "npm:agent-base@6.0.2": { + "type": "npm", + "name": "npm:agent-base@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "agent-base", + "hash": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:ajv-formats": { + "type": "npm", + "name": "npm:ajv-formats", + "data": { + "version": "2.1.1", + "packageName": "ajv-formats", + "hash": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" + } + }, + "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-escape-sequences": { + "type": "npm", + "name": "npm:ansi-escape-sequences", + "data": { + "version": "5.1.2", + "packageName": "ansi-escape-sequences", + "hash": "sha512-JcpoVp1W1bl1Qn4cVuiXEhD6+dyXKSOgCn2zlzE8inYgCJCBy1aPnUhlz6I4DFum8D4ovb9Qi/iAjUcGvG2lqw==" + } + }, + "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@7.0.0": { + "type": "npm", + "name": "npm:ansi-escapes@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "ansi-escapes", + "hash": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==" + } + }, + "npm:type-fest@0.21.3": { + "type": "npm", + "name": "npm:type-fest@0.21.3", + "data": { + "version": "0.21.3", + "packageName": "type-fest", + "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.20.2", + "packageName": "type-fest", + "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + } + }, + "npm:ansi-html-community": { + "type": "npm", + "name": "npm:ansi-html-community", + "data": { + "version": "0.0.8", + "packageName": "ansi-html-community", + "hash": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" + } + }, + "npm:any-promise": { + "type": "npm", + "name": "npm:any-promise", + "data": { + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:argsarray": { + "type": "npm", + "name": "npm:argsarray", + "data": { + "version": "0.0.1", + "packageName": "argsarray", + "hash": "sha512-u96dg2GcAKtpTrBdDoFIM7PjcBA+6rSP0OR94MOReNRyUECL6MtQt5XXmRr4qrftYaef9+l5hcpO5te7sML1Cg==" + } + }, + "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-back": { + "type": "npm", + "name": "npm:array-back", + "data": { + "version": "4.0.2", + "packageName": "array-back", + "hash": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==" + } + }, + "npm:array-back@3.1.0": { + "type": "npm", + "name": "npm:array-back@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "array-back", + "hash": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" + } + }, + "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-flatten": { + "type": "npm", + "name": "npm:array-flatten", + "data": { + "version": "1.1.1", + "packageName": "array-flatten", + "hash": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + } + }, + "npm:array-includes": { + "type": "npm", + "name": "npm:array-includes", + "data": { + "version": "3.1.9", + "packageName": "array-includes", + "hash": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==" + } + }, + "npm:array-union": { + "type": "npm", + "name": "npm:array-union", + "data": { + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + } + }, + "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:asap": { + "type": "npm", + "name": "npm:asap", + "data": { + "version": "2.0.6", + "packageName": "asap", + "hash": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + } + }, + "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: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:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.10.0", + "packageName": "axios", + "hash": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==" + } + }, + "npm:axobject-query": { + "type": "npm", + "name": "npm:axobject-query", + "data": { + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + } + }, + "npm:make-dir@3.1.0": { + "type": "npm", + "name": "npm:make-dir@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "make-dir", + "hash": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" + } + }, + "npm:make-dir@4.0.0": { + "type": "npm", + "name": "npm:make-dir@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "2.1.0", + "packageName": "make-dir", + "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" + } + }, + "npm:babel-plugin-istanbul": { + "type": "npm", + "name": "npm:babel-plugin-istanbul", + "data": { + "version": "6.1.1", + "packageName": "babel-plugin-istanbul", + "hash": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.14", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.5", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:base64id": { + "type": "npm", + "name": "npm:base64id", + "data": { + "version": "2.0.0", + "packageName": "base64id", + "hash": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" + } + }, + "npm:basic-auth": { + "type": "npm", + "name": "npm:basic-auth", + "data": { + "version": "2.0.1", + "packageName": "basic-auth", + "hash": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==" + } + }, + "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:batch": { + "type": "npm", + "name": "npm:batch", + "data": { + "version": "0.6.1", + "packageName": "batch", + "hash": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" + } + }, + "npm:big.js": { + "type": "npm", + "name": "npm:big.js", + "data": { + "version": "5.2.2", + "packageName": "big.js", + "hash": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:body-parser": { + "type": "npm", + "name": "npm:body-parser", + "data": { + "version": "1.20.3", + "packageName": "body-parser", + "hash": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==" + } + }, + "npm:body-parser@1.20.1": { + "type": "npm", + "name": "npm:body-parser@1.20.1", + "data": { + "version": "1.20.1", + "packageName": "body-parser", + "hash": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==" + } + }, + "npm:debug@2.6.9": { + "type": "npm", + "name": "npm:debug@2.6.9", + "data": { + "version": "2.6.9", + "packageName": "debug", + "hash": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.4.1", + "packageName": "debug", + "hash": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==" + } + }, + "npm:debug@4.3.7": { + "type": "npm", + "name": "npm:debug@4.3.7", + "data": { + "version": "4.3.7", + "packageName": "debug", + "hash": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" + } + }, + "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:ms@2.0.0": { + "type": "npm", + "name": "npm:ms@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "ms", + "hash": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.3", + "packageName": "ms", + "hash": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + }, + "npm:bonjour-service": { + "type": "npm", + "name": "npm:bonjour-service", + "data": { + "version": "1.3.0", + "packageName": "bonjour-service", + "hash": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==" + } + }, + "npm:boolbase": { + "type": "npm", + "name": "npm:boolbase", + "data": { + "version": "1.0.0", + "packageName": "boolbase", + "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + } + }, + "npm:bootstrap": { + "type": "npm", + "name": "npm:bootstrap", + "data": { + "version": "5.3.7", + "packageName": "bootstrap", + "hash": "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==" + } + }, + "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.25.1", + "packageName": "browserslist", + "hash": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "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:builtin-modules": { + "type": "npm", + "name": "npm:builtin-modules", + "data": { + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + } + }, + "npm:builtins": { + "type": "npm", + "name": "npm:builtins", + "data": { + "version": "5.1.0", + "packageName": "builtins", + "hash": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==" + } + }, + "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": "6.2.0", + "packageName": "byte-size", + "hash": "sha512-6EspYUCAPMc7E2rltBgKwhG+Cmk0pDm9zDtF1Awe2dczNUL3YpZ8mTs/dueOTS1hqGWBOatqef4jYMGjln7WmA==" + } + }, + "npm:bytes": { + "type": "npm", + "name": "npm:bytes", + "data": { + "version": "3.1.2", + "packageName": "bytes", + "hash": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + } + }, + "npm:cacache": { + "type": "npm", + "name": "npm:cacache", + "data": { + "version": "18.0.4", + "packageName": "cacache", + "hash": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==" + } + }, + "npm:cache-content-type": { + "type": "npm", + "name": "npm:cache-content-type", + "data": { + "version": "1.0.1", + "packageName": "cache-content-type", + "hash": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==" + } + }, + "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:camel-case": { + "type": "npm", + "name": "npm:camel-case", + "data": { + "version": "4.1.2", + "packageName": "camel-case", + "hash": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "5.3.1", + "packageName": "camelcase", + "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001727", + "packageName": "caniuse-lite", + "hash": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "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@5.4.1": { + "type": "npm", + "name": "npm:chalk@5.4.1", + "data": { + "version": "5.4.1", + "packageName": "chalk", + "hash": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" + } + }, + "npm:chardet": { + "type": "npm", + "name": "npm:chardet", + "data": { + "version": "0.7.0", + "packageName": "chardet", + "hash": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:chokidar@4.0.3": { + "type": "npm", + "name": "npm:chokidar@4.0.3", + "data": { + "version": "4.0.3", + "packageName": "chokidar", + "hash": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" + } + }, + "npm:chownr": { + "type": "npm", + "name": "npm:chownr", + "data": { + "version": "2.0.0", + "packageName": "chownr", + "hash": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + } + }, + "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:clean-css": { + "type": "npm", + "name": "npm:clean-css", + "data": { + "version": "5.3.3", + "packageName": "clean-css", + "hash": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "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@5.0.0": { + "type": "npm", + "name": "npm:cli-cursor@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "cli-cursor", + "hash": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==" + } + }, + "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-truncate": { + "type": "npm", + "name": "npm:cli-truncate", + "data": { + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + } + }, + "npm:cli-width": { + "type": "npm", + "name": "npm:cli-width", + "data": { + "version": "4.1.0", + "packageName": "cli-width", + "hash": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" + } + }, + "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:clone-buffer": { + "type": "npm", + "name": "npm:clone-buffer", + "data": { + "version": "1.0.0", + "packageName": "clone-buffer", + "hash": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==" + } + }, + "npm:clone-deep": { + "type": "npm", + "name": "npm:clone-deep", + "data": { + "version": "4.0.1", + "packageName": "clone-deep", + "hash": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==" + } + }, + "npm:co": { + "type": "npm", + "name": "npm:co", + "data": { + "version": "4.6.0", + "packageName": "co", + "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" + } + }, + "npm:co-body": { + "type": "npm", + "name": "npm:co-body", + "data": { + "version": "6.2.0", + "packageName": "co-body", + "hash": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==" + } + }, + "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@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@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:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:command-line-args": { + "type": "npm", + "name": "npm:command-line-args", + "data": { + "version": "5.2.1", + "packageName": "command-line-args", + "hash": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==" + } + }, + "npm:typical@4.0.0": { + "type": "npm", + "name": "npm:typical@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "typical", + "hash": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" + } + }, + "npm:typical@5.2.0": { + "type": "npm", + "name": "npm:typical@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "typical", + "hash": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==" + } + }, + "npm:typical": { + "type": "npm", + "name": "npm:typical", + "data": { + "version": "6.0.1", + "packageName": "typical", + "hash": "sha512-+g3NEp7fJLe9DPa1TArHm9QAA7YciZmWnfAqEaFrBihQ7epOv9i99rjtgb6Iz0wh3WuQDjsCTDfgRoGnmHN81A==" + } + }, + "npm:command-line-usage": { + "type": "npm", + "name": "npm:command-line-usage", + "data": { + "version": "6.1.3", + "packageName": "command-line-usage", + "hash": "sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==" + } + }, + "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": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "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": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "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@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": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "6.2.1", + "packageName": "commander", + "hash": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" + } + }, + "npm:commander@8.3.0": { + "type": "npm", + "name": "npm:commander@8.3.0", + "data": { + "version": "8.3.0", + "packageName": "commander", + "hash": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" + } + }, + "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@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:commander@10.0.1": { + "type": "npm", + "name": "npm:commander@10.0.1", + "data": { + "version": "10.0.1", + "packageName": "commander", + "hash": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" + } + }, + "npm:common-log-format": { + "type": "npm", + "name": "npm:common-log-format", + "data": { + "version": "1.0.0", + "packageName": "common-log-format", + "hash": "sha512-fFn/WPNbsTCGTTwdCpZfVZSa5mgqMEkA0gMTRApFSlEsYN+9B2FPfiqch5FT+jsv5IV1RHV3GeZvCa7Qg+jssw==" + } + }, + "npm:common-path-prefix": { + "type": "npm", + "name": "npm:common-path-prefix", + "data": { + "version": "3.0.0", + "packageName": "common-path-prefix", + "hash": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" + } + }, + "npm:commondir": { + "type": "npm", + "name": "npm:commondir", + "data": { + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + } + }, + "npm:component-emitter": { + "type": "npm", + "name": "npm:component-emitter", + "data": { + "version": "1.3.1", + "packageName": "component-emitter", + "hash": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==" + } + }, + "npm:compressible": { + "type": "npm", + "name": "npm:compressible", + "data": { + "version": "2.0.18", + "packageName": "compressible", + "hash": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==" + } + }, + "npm:compression": { + "type": "npm", + "name": "npm:compression", + "data": { + "version": "1.8.0", + "packageName": "compression", + "hash": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==" + } + }, + "npm:negotiator@0.6.4": { + "type": "npm", + "name": "npm:negotiator@0.6.4", + "data": { + "version": "0.6.4", + "packageName": "negotiator", + "hash": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==" + } + }, + "npm:negotiator": { + "type": "npm", + "name": "npm:negotiator", + "data": { + "version": "0.6.3", + "packageName": "negotiator", + "hash": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:connect": { + "type": "npm", + "name": "npm:connect", + "data": { + "version": "3.7.0", + "packageName": "connect", + "hash": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==" + } + }, + "npm:connect-history-api-fallback": { + "type": "npm", + "name": "npm:connect-history-api-fallback", + "data": { + "version": "2.0.0", + "packageName": "connect-history-api-fallback", + "hash": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" + } + }, + "npm:encodeurl@1.0.2": { + "type": "npm", + "name": "npm:encodeurl@1.0.2", + "data": { + "version": "1.0.2", + "packageName": "encodeurl", + "hash": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" + } + }, + "npm:encodeurl": { + "type": "npm", + "name": "npm:encodeurl", + "data": { + "version": "2.0.0", + "packageName": "encodeurl", + "hash": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" + } + }, + "npm:finalhandler@1.1.2": { + "type": "npm", + "name": "npm:finalhandler@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "finalhandler", + "hash": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==" + } + }, + "npm:finalhandler": { + "type": "npm", + "name": "npm:finalhandler", + "data": { + "version": "1.3.1", + "packageName": "finalhandler", + "hash": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" + } + }, + "npm:finalhandler@1.2.0": { + "type": "npm", + "name": "npm:finalhandler@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "finalhandler", + "hash": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==" + } + }, + "npm:on-finished@2.3.0": { + "type": "npm", + "name": "npm:on-finished@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "on-finished", + "hash": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==" + } + }, + "npm:on-finished": { + "type": "npm", + "name": "npm:on-finished", + "data": { + "version": "2.4.1", + "packageName": "on-finished", + "hash": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" + } + }, + "npm:statuses@1.5.0": { + "type": "npm", + "name": "npm:statuses@1.5.0", + "data": { + "version": "1.5.0", + "packageName": "statuses", + "hash": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" + } + }, + "npm:statuses": { + "type": "npm", + "name": "npm:statuses", + "data": { + "version": "2.0.1", + "packageName": "statuses", + "hash": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + } + }, + "npm:content-disposition": { + "type": "npm", + "name": "npm:content-disposition", + "data": { + "version": "0.5.4", + "packageName": "content-disposition", + "hash": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" + } + }, + "npm:content-type": { + "type": "npm", + "name": "npm:content-type", + "data": { + "version": "1.0.5", + "packageName": "content-type", + "hash": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" + } + }, + "npm:cookie": { + "type": "npm", + "name": "npm:cookie", + "data": { + "version": "0.7.2", + "packageName": "cookie", + "hash": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" + } + }, + "npm:cookie@0.7.1": { + "type": "npm", + "name": "npm:cookie@0.7.1", + "data": { + "version": "0.7.1", + "packageName": "cookie", + "hash": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==" + } + }, + "npm:cookie@0.5.0": { + "type": "npm", + "name": "npm:cookie@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "cookie", + "hash": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + } + }, + "npm:cookie-parser": { + "type": "npm", + "name": "npm:cookie-parser", + "data": { + "version": "1.4.7", + "packageName": "cookie-parser", + "hash": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==" + } + }, + "npm:cookie-signature": { + "type": "npm", + "name": "npm:cookie-signature", + "data": { + "version": "1.0.6", + "packageName": "cookie-signature", + "hash": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + } + }, + "npm:cookiejar": { + "type": "npm", + "name": "npm:cookiejar", + "data": { + "version": "2.1.4", + "packageName": "cookiejar", + "hash": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" + } + }, + "npm:cookies": { + "type": "npm", + "name": "npm:cookies", + "data": { + "version": "0.9.1", + "packageName": "cookies", + "hash": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==" + } + }, + "npm:copy-anything": { + "type": "npm", + "name": "npm:copy-anything", + "data": { + "version": "2.0.6", + "packageName": "copy-anything", + "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" + } + }, + "npm:copy-to": { + "type": "npm", + "name": "npm:copy-to", + "data": { + "version": "2.0.1", + "packageName": "copy-to", + "hash": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==" + } + }, + "npm:copy-webpack-plugin": { + "type": "npm", + "name": "npm:copy-webpack-plugin", + "data": { + "version": "11.0.0", + "packageName": "copy-webpack-plugin", + "hash": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==" + } + }, + "npm:glob-parent@6.0.2": { + "type": "npm", + "name": "npm:glob-parent@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:globby@13.2.2": { + "type": "npm", + "name": "npm:globby@13.2.2", + "data": { + "version": "13.2.2", + "packageName": "globby", + "hash": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" + } + }, + "npm:slash@4.0.0": { + "type": "npm", + "name": "npm:slash@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "slash", + "hash": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" + } + }, + "npm:slash@3.0.0": { + "type": "npm", + "name": "npm:slash@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "2.0.0", + "packageName": "slash", + "hash": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.44.0", + "packageName": "core-js-compat", + "hash": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cors": { + "type": "npm", + "name": "npm:cors", + "data": { + "version": "2.8.5", + "packageName": "cors", + "hash": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==" + } + }, + "npm:yaml@1.10.2": { + "type": "npm", + "name": "npm:yaml@1.10.2", + "data": { + "version": "1.10.2", + "packageName": "yaml", + "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.8.0", + "packageName": "yaml", + "hash": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==" + } + }, + "npm:create-mixin": { + "type": "npm", + "name": "npm:create-mixin", + "data": { + "version": "3.0.0", + "packageName": "create-mixin", + "hash": "sha512-LkdMqnWT9LaqBN4huqpUnMz56Yr1mVSoCduAd2xXefgH/YZP2sXCMAyztXjk4q8hTF/TlcDa+zQW2aTgGdjjKQ==" + } + }, + "npm:critters": { + "type": "npm", + "name": "npm:critters", + "data": { + "version": "0.0.22", + "packageName": "critters", + "hash": "sha512-NU7DEcQZM2Dy8XTKFHxtdnIM/drE312j2T4PCVaSUcS0oBeyT/NImpRw/Ap0zOr/1SE7SgPK9tGPg1WK/sVakw==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.6", + "packageName": "cross-spawn", + "hash": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" + } + }, + "npm:cross-spawn@6.0.6": { + "type": "npm", + "name": "npm:cross-spawn@6.0.6", + "data": { + "version": "6.0.6", + "packageName": "cross-spawn", + "hash": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==" + } + }, + "npm:css-select": { + "type": "npm", + "name": "npm:css-select", + "data": { + "version": "5.2.2", + "packageName": "css-select", + "hash": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==" + } + }, + "npm:css-select@4.3.0": { + "type": "npm", + "name": "npm:css-select@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "css-select", + "hash": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" + } + }, + "npm:css-what": { + "type": "npm", + "name": "npm:css-what", + "data": { + "version": "6.2.2", + "packageName": "css-what", + "hash": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==" + } + }, + "npm:cssesc": { + "type": "npm", + "name": "npm:cssesc", + "data": { + "version": "3.0.0", + "packageName": "cssesc", + "hash": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + } + }, + "npm:custom-event": { + "type": "npm", + "name": "npm:custom-event", + "data": { + "version": "1.0.1", + "packageName": "custom-event", + "hash": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==" + } + }, + "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-format": { + "type": "npm", + "name": "npm:date-format", + "data": { + "version": "4.0.14", + "packageName": "date-format", + "hash": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" + } + }, + "npm:deep-equal": { + "type": "npm", + "name": "npm:deep-equal", + "data": { + "version": "1.0.1", + "packageName": "deep-equal", + "hash": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==" + } + }, + "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:default-browser": { + "type": "npm", + "name": "npm:default-browser", + "data": { + "version": "5.2.1", + "packageName": "default-browser", + "hash": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==" + } + }, + "npm:default-browser-id": { + "type": "npm", + "name": "npm:default-browser-id", + "data": { + "version": "5.0.0", + "packageName": "default-browser-id", + "hash": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==" + } + }, + "npm:default-gateway": { + "type": "npm", + "name": "npm:default-gateway", + "data": { + "version": "6.0.3", + "packageName": "default-gateway", + "hash": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==" + } + }, + "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": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "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": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "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:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:is-stream@2.0.1": { + "type": "npm", + "name": "npm:is-stream@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:npm-run-path@4.0.1": { + "type": "npm", + "name": "npm:npm-run-path@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "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": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:strip-final-newline@2.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:deferred-leveldown": { + "type": "npm", + "name": "npm:deferred-leveldown", + "data": { + "version": "5.3.0", + "packageName": "deferred-leveldown", + "hash": "sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==" + } + }, + "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": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-lazy-prop@3.0.0": { + "type": "npm", + "name": "npm:define-lazy-prop@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:delegates": { + "type": "npm", + "name": "npm:delegates", + "data": { + "version": "1.0.0", + "packageName": "delegates", + "hash": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + } + }, + "npm:depd": { + "type": "npm", + "name": "npm:depd", + "data": { + "version": "2.0.0", + "packageName": "depd", + "hash": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + } + }, + "npm:depd@1.1.2": { + "type": "npm", + "name": "npm:depd@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "depd", + "hash": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" + } + }, + "npm:dequal": { + "type": "npm", + "name": "npm:dequal", + "data": { + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" + } + }, + "npm:destroy": { + "type": "npm", + "name": "npm:destroy", + "data": { + "version": "1.2.0", + "packageName": "destroy", + "hash": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + } + }, + "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-node": { + "type": "npm", + "name": "npm:detect-node", + "data": { + "version": "2.1.0", + "packageName": "detect-node", + "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + } + }, + "npm:dezalgo": { + "type": "npm", + "name": "npm:dezalgo", + "data": { + "version": "1.0.4", + "packageName": "dezalgo", + "hash": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==" + } + }, + "npm:di": { + "type": "npm", + "name": "npm:di", + "data": { + "version": "0.0.1", + "packageName": "di", + "hash": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dir-glob": { + "type": "npm", + "name": "npm:dir-glob", + "data": { + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" + } + }, + "npm:dns-packet": { + "type": "npm", + "name": "npm:dns-packet", + "data": { + "version": "5.6.1", + "packageName": "dns-packet", + "hash": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==" + } + }, + "npm:doctrine": { + "type": "npm", + "name": "npm:doctrine", + "data": { + "version": "3.0.0", + "packageName": "doctrine", + "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" + } + }, + "npm:doctrine@2.1.0": { + "type": "npm", + "name": "npm:doctrine@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "doctrine", + "hash": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==" + } + }, + "npm:dom-converter": { + "type": "npm", + "name": "npm:dom-converter", + "data": { + "version": "0.2.0", + "packageName": "dom-converter", + "hash": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==" + } + }, + "npm:dom-serialize": { + "type": "npm", + "name": "npm:dom-serialize", + "data": { + "version": "2.2.1", + "packageName": "dom-serialize", + "hash": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==" + } + }, + "npm:dom-serializer": { + "type": "npm", + "name": "npm:dom-serializer", + "data": { + "version": "2.0.0", + "packageName": "dom-serializer", + "hash": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" + } + }, + "npm:dom-serializer@1.4.1": { + "type": "npm", + "name": "npm:dom-serializer@1.4.1", + "data": { + "version": "1.4.1", + "packageName": "dom-serializer", + "hash": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" + } + }, + "npm:domelementtype": { + "type": "npm", + "name": "npm:domelementtype", + "data": { + "version": "2.3.0", + "packageName": "domelementtype", + "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" + } + }, + "npm:domhandler": { + "type": "npm", + "name": "npm:domhandler", + "data": { + "version": "5.0.3", + "packageName": "domhandler", + "hash": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" + } + }, + "npm:domhandler@4.3.1": { + "type": "npm", + "name": "npm:domhandler@4.3.1", + "data": { + "version": "4.3.1", + "packageName": "domhandler", + "hash": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" + } + }, + "npm:domutils": { + "type": "npm", + "name": "npm:domutils", + "data": { + "version": "3.2.2", + "packageName": "domutils", + "hash": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" + } + }, + "npm:domutils@2.8.0": { + "type": "npm", + "name": "npm:domutils@2.8.0", + "data": { + "version": "2.8.0", + "packageName": "domutils", + "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" + } + }, + "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.6.1", + "packageName": "dotenv", + "hash": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==" + } + }, + "npm:dotenv@16.3.2": { + "type": "npm", + "name": "npm:dotenv@16.3.2", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:dotenv@10.0.0": { + "type": "npm", + "name": "npm:dotenv@10.0.0", + "data": { + "version": "10.0.0", + "packageName": "dotenv", + "hash": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" + } + }, + "npm:dotenv@16.3.1": { + "type": "npm", + "name": "npm:dotenv@16.3.1", + "data": { + "version": "16.3.1", + "packageName": "dotenv", + "hash": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:double-ended-queue": { + "type": "npm", + "name": "npm:double-ended-queue", + "data": { + "version": "2.1.0-0", + "packageName": "double-ended-queue", + "hash": "sha512-+BNfZ+deCo8hMNpDqDnvT+c0XpJ5cUa6mqYq89bho2Ifze4URTqRkcwR399hWoTrTkbZ/XJYDgP6rc7pRgffEQ==" + } + }, + "npm:dunder-proto": { + "type": "npm", + "name": "npm:dunder-proto", + "data": { + "version": "1.0.1", + "packageName": "dunder-proto", + "hash": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, + "npm:ee-first": { + "type": "npm", + "name": "npm:ee-first", + "data": { + "version": "1.1.1", + "packageName": "ee-first", + "hash": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + } + }, + "npm:ejs": { + "type": "npm", + "name": "npm:ejs", + "data": { + "version": "3.1.10", + "packageName": "ejs", + "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.5.180", + "packageName": "electron-to-chromium", + "hash": "sha512-ED+GEyEh3kYMwt2faNmgMB0b8O5qtATGgR4RmRsIp4T6p7B8vdMbIedYndnvZfsaXvSzegtpfqRMDNCjjiSduA==" + } + }, + "npm:emojis-list": { + "type": "npm", + "name": "npm:emojis-list", + "data": { + "version": "3.0.0", + "packageName": "emojis-list", + "hash": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + } + }, + "npm:encoding": { + "type": "npm", + "name": "npm:encoding", + "data": { + "version": "0.1.13", + "packageName": "encoding", + "hash": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" + } + }, + "npm:encoding-down": { + "type": "npm", + "name": "npm:encoding-down", + "data": { + "version": "6.3.0", + "packageName": "encoding-down", + "hash": "sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==" + } + }, + "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:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.5", + "packageName": "end-of-stream", + "hash": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" + } + }, + "npm:end-stream": { + "type": "npm", + "name": "npm:end-stream", + "data": { + "version": "0.1.0", + "packageName": "end-stream", + "hash": "sha512-Brl10T8kYnc75IepKizW6Y9liyW8ikz1B7n/xoHrJxoVSSjoqPn30sb7XVFfQERK4QfUMYRGs9dhWwtt2eu6uA==" + } + }, + "npm:engine.io": { + "type": "npm", + "name": "npm:engine.io", + "data": { + "version": "6.6.4", + "packageName": "engine.io", + "hash": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==" + } + }, + "npm:engine.io-parser": { + "type": "npm", + "name": "npm:engine.io-parser", + "data": { + "version": "5.2.3", + "packageName": "engine.io-parser", + "hash": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==" + } + }, + "npm:enhanced-resolve": { + "type": "npm", + "name": "npm:enhanced-resolve", + "data": { + "version": "5.18.2", + "packageName": "enhanced-resolve", + "hash": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:ent": { + "type": "npm", + "name": "npm:ent", + "data": { + "version": "2.2.2", + "packageName": "ent", + "hash": "sha512-kKvD1tO6BM+oK9HzCPpUdRb4vKFQY/FPTFmurMvh6LlN68VMrdj77w8yp51/kDbpkFOS9J8w5W6zIzgM2H8/hw==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + } + }, + "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:entities@2.2.0": { + "type": "npm", + "name": "npm:entities@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "entities", + "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" + } + }, + "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.14.0", + "packageName": "envinfo", + "hash": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==" + } + }, + "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:errno": { + "type": "npm", + "name": "npm:errno", + "data": { + "version": "0.1.8", + "packageName": "errno", + "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" + } + }, + "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": "1.7.0", + "packageName": "es-module-lexer", + "hash": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" + } + }, + "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:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.20.1", + "packageName": "esbuild", + "hash": "sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==" + } + }, + "npm:esbuild@0.21.5": { + "type": "npm", + "name": "npm:esbuild@0.21.5", + "data": { + "version": "0.21.5", + "packageName": "esbuild", + "hash": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" + } + }, + "npm:esbuild-wasm": { + "type": "npm", + "name": "npm:esbuild-wasm", + "data": { + "version": "0.20.1", + "packageName": "esbuild-wasm", + "hash": "sha512-6v/WJubRsjxBbQdz6izgvx7LsVFvVaGmSdwrFHmEzoVgfXL89hkKPoQHsnVI2ngOkcBUQT9kmAM1hVL1k/Av4A==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.2.0", + "packageName": "escalade", + "hash": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" + } + }, + "npm:escape-html": { + "type": "npm", + "name": "npm:escape-html", + "data": { + "version": "1.0.3", + "packageName": "escape-html", + "hash": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "8.57.1", + "packageName": "eslint", + "hash": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==" + } + }, + "npm:eslint-compat-utils": { + "type": "npm", + "name": "npm:eslint-compat-utils", + "data": { + "version": "0.5.1", + "packageName": "eslint-compat-utils", + "hash": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==" + } + }, + "npm:eslint-config-standard": { + "type": "npm", + "name": "npm:eslint-config-standard", + "data": { + "version": "17.1.0", + "packageName": "eslint-config-standard", + "hash": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==" + } + }, + "npm:eslint-import-resolver-node": { + "type": "npm", + "name": "npm:eslint-import-resolver-node", + "data": { + "version": "0.3.9", + "packageName": "eslint-import-resolver-node", + "hash": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" + } + }, + "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-es-x": { + "type": "npm", + "name": "npm:eslint-plugin-es-x", + "data": { + "version": "7.8.0", + "packageName": "eslint-plugin-es-x", + "hash": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==" + } + }, + "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-jsx": { + "type": "npm", + "name": "npm:eslint-plugin-jsx", + "data": { + "version": "0.1.0", + "packageName": "eslint-plugin-jsx", + "hash": "sha512-278HIClJgb3Gp1b89wbva7AGS7cxQzBNgKFysy6aEB44Acso2M8ARdoaLUnN7VTWf0vnSvtwugCmc/B8MSzY5g==" + } + }, + "npm:eslint-plugin-react@3.4.2": { + "type": "npm", + "name": "npm:eslint-plugin-react@3.4.2", + "data": { + "version": "3.4.2", + "packageName": "eslint-plugin-react", + "hash": "sha512-rIhweRuQMLxNOOHHl9pEkQR+6QiKt9wUHpBvjSefSzUg5qdhC08jc2rxsSm1TAXii9rxabhzK5MUu+YBJxn6sA==" + } + }, + "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-n": { + "type": "npm", + "name": "npm:eslint-plugin-n", + "data": { + "version": "16.6.2", + "packageName": "eslint-plugin-n", + "hash": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==" + } + }, + "npm:eslint-plugin-promise": { + "type": "npm", + "name": "npm:eslint-plugin-promise", + "data": { + "version": "6.6.0", + "packageName": "eslint-plugin-promise", + "hash": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==" + } + }, + "npm:eslint-plugin-react-hooks": { + "type": "npm", + "name": "npm:eslint-plugin-react-hooks", + "data": { + "version": "4.6.2", + "packageName": "eslint-plugin-react-hooks", + "hash": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==" + } + }, + "npm:yocto-queue@0.1.0": { + "type": "npm", + "name": "npm:yocto-queue@0.1.0", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "1.2.1", + "packageName": "yocto-queue", + "hash": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, + "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:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:etag": { + "type": "npm", + "name": "npm:etag", + "data": { + "version": "1.8.1", + "packageName": "etag", + "hash": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + } + }, + "npm:event-target-shim": { + "type": "npm", + "name": "npm:event-target-shim", + "data": { + "version": "5.0.1", + "packageName": "event-target-shim", + "hash": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:eventemitter3@5.0.1": { + "type": "npm", + "name": "npm:eventemitter3@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + } + }, + "npm:events": { + "type": "npm", + "name": "npm:events", + "data": { + "version": "3.3.0", + "packageName": "events", + "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" + } + }, + "npm:exponential-backoff": { + "type": "npm", + "name": "npm:exponential-backoff", + "data": { + "version": "3.1.2", + "packageName": "exponential-backoff", + "hash": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==" + } + }, + "npm:express": { + "type": "npm", + "name": "npm:express", + "data": { + "version": "4.21.2", + "packageName": "express", + "hash": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==" + } + }, + "npm:express@4.18.2": { + "type": "npm", + "name": "npm:express@4.18.2", + "data": { + "version": "4.18.2", + "packageName": "express", + "hash": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==" + } + }, + "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.1", + "packageName": "tmp", + "hash": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==" + } + }, + "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-diff": { + "type": "npm", + "name": "npm:fast-diff", + "data": { + "version": "1.3.0", + "packageName": "fast-diff", + "hash": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "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-safe-stringify": { + "type": "npm", + "name": "npm:fast-safe-stringify", + "data": { + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + } + }, + "npm:fast-uri": { + "type": "npm", + "name": "npm:fast-uri", + "data": { + "version": "3.0.6", + "packageName": "fast-uri", + "hash": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==" + } + }, + "npm:fastest-levenshtein": { + "type": "npm", + "name": "npm:fastest-levenshtein", + "data": { + "version": "1.0.16", + "packageName": "fastest-levenshtein", + "hash": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.19.1", + "packageName": "fastq", + "hash": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==" + } + }, + "npm:faye-websocket": { + "type": "npm", + "name": "npm:faye-websocket", + "data": { + "version": "0.11.4", + "packageName": "faye-websocket", + "hash": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==" + } + }, + "npm:fetch-cookie": { + "type": "npm", + "name": "npm:fetch-cookie", + "data": { + "version": "0.11.0", + "packageName": "fetch-cookie", + "hash": "sha512-BQm7iZLFhMWFy5CZ/162sAGjBfdNWb7a8LEqqnzsHFhxT/X/SVj/z2t2nu3aJvjlbQkrAlTUApplPRjWyH4mhA==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "6.0.1", + "packageName": "file-entry-cache", + "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" + } + }, + "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-replace": { + "type": "npm", + "name": "npm:find-replace", + "data": { + "version": "3.0.0", + "packageName": "find-replace", + "hash": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==" + } + }, + "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": "3.2.0", + "packageName": "flat-cache", + "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.3", + "packageName": "flatted", + "hash": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.9", + "packageName": "follow-redirects", + "hash": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" + } + }, + "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:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.3", + "packageName": "form-data", + "hash": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==" + } + }, + "npm:formidable": { + "type": "npm", + "name": "npm:formidable", + "data": { + "version": "3.5.4", + "packageName": "formidable", + "hash": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==" + } + }, + "npm:forwarded": { + "type": "npm", + "name": "npm:forwarded", + "data": { + "version": "0.2.0", + "packageName": "forwarded", + "hash": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + } + }, + "npm:fraction.js": { + "type": "npm", + "name": "npm:fraction.js", + "data": { + "version": "4.3.7", + "packageName": "fraction.js", + "hash": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" + } + }, + "npm:fresh": { + "type": "npm", + "name": "npm:fresh", + "data": { + "version": "0.5.2", + "packageName": "fresh", + "hash": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + } + }, + "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": "11.3.0", + "packageName": "fs-extra", + "hash": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==" + } + }, + "npm:fs-extra@8.1.0": { + "type": "npm", + "name": "npm:fs-extra@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "fs-extra", + "hash": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==" + } + }, + "npm:fs-minipass": { + "type": "npm", + "name": "npm:fs-minipass", + "data": { + "version": "3.0.3", + "packageName": "fs-minipass", + "hash": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==" + } + }, + "npm:fs-minipass@2.1.0": { + "type": "npm", + "name": "npm:fs-minipass@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "fs-minipass", + "hash": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" + } + }, + "npm:fs-monkey": { + "type": "npm", + "name": "npm:fs-monkey", + "data": { + "version": "1.0.6", + "packageName": "fs-monkey", + "hash": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==" + } + }, + "npm:fs-readdir-recursive": { + "type": "npm", + "name": "npm:fs-readdir-recursive", + "data": { + "version": "1.1.0", + "packageName": "fs-readdir-recursive", + "hash": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==" + } + }, + "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:fsevents@2.3.2": { + "type": "npm", + "name": "npm:fsevents@2.3.2", + "data": { + "version": "2.3.2", + "packageName": "fsevents", + "hash": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + } + }, + "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-package-type": { + "type": "npm", + "name": "npm:get-package-type", + "data": { + "version": "0.1.0", + "packageName": "get-package-type", + "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + } + }, + "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: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:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "13.24.0", + "packageName": "globals", + "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" + } + }, + "npm:globalthis": { + "type": "npm", + "name": "npm:globalthis", + "data": { + "version": "1.0.4", + "packageName": "globalthis", + "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.2.0", + "packageName": "gopd", + "hash": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" + } + }, + "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:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, + "npm:handle-thing": { + "type": "npm", + "name": "npm:handle-thing", + "data": { + "version": "2.0.1", + "packageName": "handle-thing", + "hash": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.1.0", + "packageName": "has-bigints", + "hash": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" + } + }, + "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:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.2", + "packageName": "hosted-git-info", + "hash": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" + } + }, + "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:hpack.js": { + "type": "npm", + "name": "npm:hpack.js", + "data": { + "version": "2.1.6", + "packageName": "hpack.js", + "hash": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==" + } + }, + "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:isarray@0.0.1": { + "type": "npm", + "name": "npm:isarray@0.0.1", + "data": { + "version": "0.0.1", + "packageName": "isarray", + "hash": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" + } + }, + "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@1.1.14": { + "type": "npm", + "name": "npm:readable-stream@1.1.14", + "data": { + "version": "1.1.14", + "packageName": "readable-stream", + "hash": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readable-stream@0.0.4": { + "type": "npm", + "name": "npm:readable-stream@0.0.4", + "data": { + "version": "0.0.4", + "packageName": "readable-stream", + "hash": "sha512-azrivNydKRYt7zwLV5wWUK7YzKTWs3q87xSmY6DlHapPrCvaT6ZrukvM5erV+yCSSPmZT8zkSdttOHQpWWm9zw==" + } + }, + "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@0.10.31": { + "type": "npm", + "name": "npm:string_decoder@0.10.31", + "data": { + "version": "0.10.31", + "packageName": "string_decoder", + "hash": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" + } + }, + "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:html-entities": { + "type": "npm", + "name": "npm:html-entities", + "data": { + "version": "2.6.0", + "packageName": "html-entities", + "hash": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:html-minifier-terser": { + "type": "npm", + "name": "npm:html-minifier-terser", + "data": { + "version": "6.1.0", + "packageName": "html-minifier-terser", + "hash": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==" + } + }, + "npm:html-tags": { + "type": "npm", + "name": "npm:html-tags", + "data": { + "version": "1.2.0", + "packageName": "html-tags", + "hash": "sha512-uVteDXUCs08M7QJx0eY6ue7qQztwIfknap81vAtNob2sdEPKa8PjPinx0vxbs2JONPamovZjMvKZWNW44/PBKg==" + } + }, + "npm:html-webpack-plugin": { + "type": "npm", + "name": "npm:html-webpack-plugin", + "data": { + "version": "5.6.3", + "packageName": "html-webpack-plugin", + "hash": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==" + } + }, + "npm:htmlparser2": { + "type": "npm", + "name": "npm:htmlparser2", + "data": { + "version": "8.0.2", + "packageName": "htmlparser2", + "hash": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" + } + }, + "npm:htmlparser2@6.1.0": { + "type": "npm", + "name": "npm:htmlparser2@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "htmlparser2", + "hash": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==" + } + }, + "npm:http-assert": { + "type": "npm", + "name": "npm:http-assert", + "data": { + "version": "1.5.0", + "packageName": "http-assert", + "hash": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==" + } + }, + "npm:http-errors@1.8.1": { + "type": "npm", + "name": "npm:http-errors@1.8.1", + "data": { + "version": "1.8.1", + "packageName": "http-errors", + "hash": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==" + } + }, + "npm:http-errors": { + "type": "npm", + "name": "npm:http-errors", + "data": { + "version": "2.0.0", + "packageName": "http-errors", + "hash": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" + } + }, + "npm:http-errors@1.6.3": { + "type": "npm", + "name": "npm:http-errors@1.6.3", + "data": { + "version": "1.6.3", + "packageName": "http-errors", + "hash": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==" + } + }, + "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-deceiver": { + "type": "npm", + "name": "npm:http-deceiver", + "data": { + "version": "1.2.7", + "packageName": "http-deceiver", + "hash": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" + } + }, + "npm:http-parser-js": { + "type": "npm", + "name": "npm:http-parser-js", + "data": { + "version": "0.5.10", + "packageName": "http-parser-js", + "hash": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==" + } + }, + "npm:http-proxy": { + "type": "npm", + "name": "npm:http-proxy", + "data": { + "version": "1.18.1", + "packageName": "http-proxy", + "hash": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" + } + }, + "npm:http-proxy-middleware": { + "type": "npm", + "name": "npm:http-proxy-middleware", + "data": { + "version": "2.0.8", + "packageName": "http-proxy-middleware", + "hash": "sha512-/iazaeFPmL8KLA6QB7DFAU4O5j+9y/TA0D019MbLtPuFI56VK4BXFzM6j6QS9oGpScy8IIDH4S2LHv3zg/63Bw==" + } + }, + "npm:http-proxy-middleware@2.0.9": { + "type": "npm", + "name": "npm:http-proxy-middleware@2.0.9", + "data": { + "version": "2.0.9", + "packageName": "http-proxy-middleware", + "hash": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:https-proxy-agent@5.0.1": { + "type": "npm", + "name": "npm:https-proxy-agent@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "https-proxy-agent", + "hash": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.1.7", + "packageName": "husky", + "hash": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==" + } + }, + "npm:hyperdyperid": { + "type": "npm", + "name": "npm:hyperdyperid", + "data": { + "version": "1.2.0", + "packageName": "hyperdyperid", + "hash": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==" + } + }, + "npm:icss-utils": { + "type": "npm", + "name": "npm:icss-utils", + "data": { + "version": "5.1.0", + "packageName": "icss-utils", + "hash": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" + } + }, + "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": "6.0.5", + "packageName": "ignore-walk", + "hash": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==" + } + }, + "npm:image-size": { + "type": "npm", + "name": "npm:image-size", + "data": { + "version": "0.5.5", + "packageName": "image-size", + "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" + } + }, + "npm:immediate": { + "type": "npm", + "name": "npm:immediate", + "data": { + "version": "3.3.0", + "packageName": "immediate", + "hash": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" + } + }, + "npm:immer": { + "type": "npm", + "name": "npm:immer", + "data": { + "version": "10.1.1", + "packageName": "immer", + "hash": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==" + } + }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.1", + "packageName": "import-fresh", + "hash": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" + } + }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:import-local": { + "type": "npm", + "name": "npm:import-local", + "data": { + "version": "3.2.0", + "packageName": "import-local", + "hash": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" + } + }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:inflation": { + "type": "npm", + "name": "npm:inflation", + "data": { + "version": "2.1.0", + "packageName": "inflation", + "hash": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==" + } + }, + "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:inherits@2.0.3": { + "type": "npm", + "name": "npm:inherits@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "inherits", + "hash": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + } + }, + "npm:inquirer": { + "type": "npm", + "name": "npm:inquirer", + "data": { + "version": "9.2.15", + "packageName": "inquirer", + "hash": "sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.1.0", + "packageName": "internal-slot", + "hash": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "1.4.0", + "packageName": "interpret", + "hash": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + } + }, + "npm:interpret@3.1.1": { + "type": "npm", + "name": "npm:interpret@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + } + }, + "npm:ip-address": { + "type": "npm", + "name": "npm:ip-address", + "data": { + "version": "9.0.5", + "packageName": "ip-address", + "hash": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==" + } + }, + "npm:sprintf-js@1.1.3": { + "type": "npm", + "name": "npm:sprintf-js@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "sprintf-js", + "hash": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:is-arguments": { + "type": "npm", + "name": "npm:is-arguments", + "data": { + "version": "1.2.0", + "packageName": "is-arguments", + "hash": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==" + } + }, + "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-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "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-builtin-module": { + "type": "npm", + "name": "npm:is-builtin-module", + "data": { + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + } + }, + "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-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": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-docker@3.0.0": { + "type": "npm", + "name": "npm:is-docker@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "is-docker", + "hash": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" + } + }, + "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-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + } + }, + "npm:is-fullwidth-code-point@5.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + } + }, + "npm:is-fullwidth-code-point@3.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "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-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-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-lambda": { + "type": "npm", + "name": "npm:is-lambda", + "data": { + "version": "1.0.1", + "packageName": "is-lambda", + "hash": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" + } + }, + "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-negative-zero": { + "type": "npm", + "name": "npm:is-negative-zero", + "data": { + "version": "2.0.3", + "packageName": "is-negative-zero", + "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" + } + }, + "npm:is-network-error": { + "type": "npm", + "name": "npm:is-network-error", + "data": { + "version": "1.1.0", + "packageName": "is-network-error", + "hash": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==" + } + }, + "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-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:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "3.0.0", + "packageName": "is-plain-obj", + "hash": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "2.0.4", + "packageName": "is-plain-object", + "hash": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==" + } + }, + "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-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-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-typed-array": { + "type": "npm", + "name": "npm:is-typed-array", + "data": { + "version": "1.1.15", + "packageName": "is-typed-array", + "hash": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" + } + }, + "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: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-what": { + "type": "npm", + "name": "npm:is-what", + "data": { + "version": "3.14.1", + "packageName": "is-what", + "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:is-wsl@3.1.0": { + "type": "npm", + "name": "npm:is-wsl@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "is-wsl", + "hash": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" + } + }, + "npm:isbinaryfile": { + "type": "npm", + "name": "npm:isbinaryfile", + "data": { + "version": "4.0.10", + "packageName": "isbinaryfile", + "hash": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==" + } + }, + "npm:isobject": { + "type": "npm", + "name": "npm:isobject", + "data": { + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + } + }, + "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": "5.2.1", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" + } + }, + "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": "4.0.1", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:iterator.prototype": { + "type": "npm", + "name": "npm:iterator.prototype", + "data": { + "version": "1.1.5", + "packageName": "iterator.prototype", + "hash": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "3.4.3", + "packageName": "jackspeak", + "hash": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" + } + }, + "npm:jake": { + "type": "npm", + "name": "npm:jake", + "data": { + "version": "10.9.2", + "packageName": "jake", + "hash": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" + } + }, + "npm:jasmine-core": { + "type": "npm", + "name": "npm:jasmine-core", + "data": { + "version": "5.1.2", + "packageName": "jasmine-core", + "hash": "sha512-2oIUMGn00FdUiqz6epiiJr7xcFyNYj3rDcfmnzfkBnHyBQ3cBQUs4mmyGsOb7TTLb9kxk7dBcmEmqhDKkBoDyA==" + } + }, + "npm:jasmine-core@4.6.1": { + "type": "npm", + "name": "npm:jasmine-core@4.6.1", + "data": { + "version": "4.6.1", + "packageName": "jasmine-core", + "hash": "sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jest-worker": { + "type": "npm", + "name": "npm:jest-worker", + "data": { + "version": "27.5.1", + "packageName": "jest-worker", + "hash": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.7", + "packageName": "jiti", + "hash": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==" + } + }, + "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": "1.1.0", + "packageName": "jsbn", + "hash": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "3.1.0", + "packageName": "jsesc", + "hash": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" + } + }, + "npm:jsesc@3.0.2": { + "type": "npm", + "name": "npm:jsesc@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "jsesc", + "hash": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" + } + }, + "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-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-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.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + } + }, + "npm:jsonc-parser@3.2.0": { + "type": "npm", + "name": "npm:jsonc-parser@3.2.0", + "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:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:jsx-ast-utils": { + "type": "npm", + "name": "npm:jsx-ast-utils", + "data": { + "version": "3.3.5", + "packageName": "jsx-ast-utils", + "hash": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==" + } + }, + "npm:karma": { + "type": "npm", + "name": "npm:karma", + "data": { + "version": "6.4.4", + "packageName": "karma", + "hash": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==" + } + }, + "npm:karma-chrome-launcher": { + "type": "npm", + "name": "npm:karma-chrome-launcher", + "data": { + "version": "3.2.0", + "packageName": "karma-chrome-launcher", + "hash": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==" + } + }, + "npm:karma-coverage": { + "type": "npm", + "name": "npm:karma-coverage", + "data": { + "version": "2.2.1", + "packageName": "karma-coverage", + "hash": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==" + } + }, + "npm:karma-jasmine": { + "type": "npm", + "name": "npm:karma-jasmine", + "data": { + "version": "5.1.0", + "packageName": "karma-jasmine", + "hash": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==" + } + }, + "npm:karma-jasmine-html-reporter": { + "type": "npm", + "name": "npm:karma-jasmine-html-reporter", + "data": { + "version": "2.1.0", + "packageName": "karma-jasmine-html-reporter", + "hash": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==" + } + }, + "npm:karma-source-map-support": { + "type": "npm", + "name": "npm:karma-source-map-support", + "data": { + "version": "1.4.0", + "packageName": "karma-source-map-support", + "hash": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==" + } + }, + "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:keygrip": { + "type": "npm", + "name": "npm:keygrip", + "data": { + "version": "1.1.0", + "packageName": "keygrip", + "hash": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==" + } + }, + "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:klona": { + "type": "npm", + "name": "npm:klona", + "data": { + "version": "2.0.6", + "packageName": "klona", + "hash": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" + } + }, + "npm:koa": { + "type": "npm", + "name": "npm:koa", + "data": { + "version": "2.16.1", + "packageName": "koa", + "hash": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==" + } + }, + "npm:koa-bodyparser": { + "type": "npm", + "name": "npm:koa-bodyparser", + "data": { + "version": "4.4.1", + "packageName": "koa-bodyparser", + "hash": "sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==" + } + }, + "npm:koa-compose": { + "type": "npm", + "name": "npm:koa-compose", + "data": { + "version": "4.1.0", + "packageName": "koa-compose", + "hash": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" + } + }, + "npm:koa-compress": { + "type": "npm", + "name": "npm:koa-compress", + "data": { + "version": "3.1.0", + "packageName": "koa-compress", + "hash": "sha512-0m24/yS/GbhWI+g9FqtvStY+yJwTObwoxOvPok6itVjRen7PBWkjsJ8pre76m+99YybXLKhOJ62mJ268qyBFMQ==" + } + }, + "npm:koa-conditional-get": { + "type": "npm", + "name": "npm:koa-conditional-get", + "data": { + "version": "2.0.0", + "packageName": "koa-conditional-get", + "hash": "sha512-FTZYr681zfyW0bz8FDc55RJrRnicz6KPv2oA3GOf6knksJd0uJdfenKud+RtBjHzO0g1tVHNjwN6gk7OfHAtbQ==" + } + }, + "npm:koa-convert": { + "type": "npm", + "name": "npm:koa-convert", + "data": { + "version": "2.0.0", + "packageName": "koa-convert", + "hash": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==" + } + }, + "npm:koa-etag": { + "type": "npm", + "name": "npm:koa-etag", + "data": { + "version": "3.0.0", + "packageName": "koa-etag", + "hash": "sha512-HYU1zIsH4S9xOlUZGuZIP1PIiJ0EkBXgwL8PjFECb/pUYmAee8gfcvIovregBMYxECDhLulEWT2+ZRsA/lczCQ==" + } + }, + "npm:koa-is-json": { + "type": "npm", + "name": "npm:koa-is-json", + "data": { + "version": "1.0.0", + "packageName": "koa-is-json", + "hash": "sha512-+97CtHAlWDx0ndt0J8y3P12EWLwTLMXIfMnYDev3wOTwH/RpBGMlfn4bDXlMEg1u73K6XRE9BbUp+5ZAYoRYWw==" + } + }, + "npm:koa-json": { + "type": "npm", + "name": "npm:koa-json", + "data": { + "version": "2.0.2", + "packageName": "koa-json", + "hash": "sha512-8+dz0T2ekDuNN1svYoKPCV2txotQ3Ufg8Fn5bft1T48MPJWiC/HKmkk+3xj9EC/iNZuFYeLRazN2h2o3RSUXuQ==" + } + }, + "npm:koa-morgan": { + "type": "npm", + "name": "npm:koa-morgan", + "data": { + "version": "1.0.1", + "packageName": "koa-morgan", + "hash": "sha512-JOUdCNlc21G50afBXfErUrr1RKymbgzlrO5KURY+wmDG1Uvd2jmxUJcHgylb/mYXy2SjiNZyYim/ptUBGsIi3A==" + } + }, + "npm:koa-range": { + "type": "npm", + "name": "npm:koa-range", + "data": { + "version": "0.3.0", + "packageName": "koa-range", + "hash": "sha512-Ich3pCz6RhtbajYXRWjIl6O5wtrLs6kE3nkXc9XmaWe+MysJyZO7K4L3oce1Jpg/iMgCbj+5UCiMm/rqVtcDIg==" + } + }, + "npm:koa-route": { + "type": "npm", + "name": "npm:koa-route", + "data": { + "version": "3.2.0", + "packageName": "koa-route", + "hash": "sha512-8FsuWw/L+CUWJfpgN6vrlYUDNTheEinG8Zkm97GyuLJNyWjCVUs9p10Ih3jTIWwmDVQcz6827l0RKadAS5ibqA==" + } + }, + "npm:path-to-regexp@1.9.0": { + "type": "npm", + "name": "npm:path-to-regexp@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "path-to-regexp", + "hash": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==" + } + }, + "npm:path-to-regexp@6.3.0": { + "type": "npm", + "name": "npm:path-to-regexp@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "path-to-regexp", + "hash": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" + } + }, + "npm:path-to-regexp": { + "type": "npm", + "name": "npm:path-to-regexp", + "data": { + "version": "0.1.12", + "packageName": "path-to-regexp", + "hash": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" + } + }, + "npm:path-to-regexp@0.1.7": { + "type": "npm", + "name": "npm:path-to-regexp@0.1.7", + "data": { + "version": "0.1.7", + "packageName": "path-to-regexp", + "hash": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + } + }, + "npm:koa-send": { + "type": "npm", + "name": "npm:koa-send", + "data": { + "version": "5.0.1", + "packageName": "koa-send", + "hash": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==" + } + }, + "npm:koa-static": { + "type": "npm", + "name": "npm:koa-static", + "data": { + "version": "5.0.0", + "packageName": "koa-static", + "hash": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==" + } + }, + "npm:launch-editor": { + "type": "npm", + "name": "npm:launch-editor", + "data": { + "version": "2.10.0", + "packageName": "launch-editor", + "hash": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==" + } + }, + "npm:less": { + "type": "npm", + "name": "npm:less", + "data": { + "version": "4.2.0", + "packageName": "less", + "hash": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==" + } + }, + "npm:less-loader": { + "type": "npm", + "name": "npm:less-loader", + "data": { + "version": "11.1.0", + "packageName": "less-loader", + "hash": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==" + } + }, + "npm:mime@1.6.0": { + "type": "npm", + "name": "npm:mime@1.6.0", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "2.6.0", + "packageName": "mime", + "hash": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" + } + }, + "npm:level": { + "type": "npm", + "name": "npm:level", + "data": { + "version": "6.0.1", + "packageName": "level", + "hash": "sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw==" + } + }, + "npm:level-codec": { + "type": "npm", + "name": "npm:level-codec", + "data": { + "version": "9.0.2", + "packageName": "level-codec", + "hash": "sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==" + } + }, + "npm:level-concat-iterator": { + "type": "npm", + "name": "npm:level-concat-iterator", + "data": { + "version": "2.0.1", + "packageName": "level-concat-iterator", + "hash": "sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==" + } + }, + "npm:level-errors": { + "type": "npm", + "name": "npm:level-errors", + "data": { + "version": "2.0.1", + "packageName": "level-errors", + "hash": "sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==" + } + }, + "npm:level-iterator-stream": { + "type": "npm", + "name": "npm:level-iterator-stream", + "data": { + "version": "4.0.2", + "packageName": "level-iterator-stream", + "hash": "sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==" + } + }, + "npm:level-js": { + "type": "npm", + "name": "npm:level-js", + "data": { + "version": "5.0.2", + "packageName": "level-js", + "hash": "sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg==" + } + }, + "npm:level-packager": { + "type": "npm", + "name": "npm:level-packager", + "data": { + "version": "5.1.1", + "packageName": "level-packager", + "hash": "sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==" + } + }, + "npm:level-supports": { + "type": "npm", + "name": "npm:level-supports", + "data": { + "version": "1.0.1", + "packageName": "level-supports", + "hash": "sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==" + } + }, + "npm:level-write-stream": { + "type": "npm", + "name": "npm:level-write-stream", + "data": { + "version": "1.0.0", + "packageName": "level-write-stream", + "hash": "sha512-bBNKOEOMl8msO+uIM9YX/gUO6ckokZ/4pCwTm/lwvs46x6Xs8Zy0sn3Vh37eDqse4mhy4fOMIb/JsSM2nyQFtw==" + } + }, + "npm:leveldown": { + "type": "npm", + "name": "npm:leveldown", + "data": { + "version": "5.6.0", + "packageName": "leveldown", + "hash": "sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==" + } + }, + "npm:node-gyp-build@4.1.1": { + "type": "npm", + "name": "npm:node-gyp-build@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "node-gyp-build", + "hash": "sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==" + } + }, + "npm:node-gyp-build": { + "type": "npm", + "name": "npm:node-gyp-build", + "data": { + "version": "4.8.4", + "packageName": "node-gyp-build", + "hash": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==" + } + }, + "npm:levelup": { + "type": "npm", + "name": "npm:levelup", + "data": { + "version": "4.4.0", + "packageName": "levelup", + "hash": "sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, + "npm:license-webpack-plugin": { + "type": "npm", + "name": "npm:license-webpack-plugin", + "data": { + "version": "4.0.2", + "packageName": "license-webpack-plugin", + "hash": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==" + } + }, + "npm:lilconfig": { + "type": "npm", + "name": "npm:lilconfig", + "data": { + "version": "3.1.3", + "packageName": "lilconfig", + "hash": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "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:lint-staged": { + "type": "npm", + "name": "npm:lint-staged", + "data": { + "version": "15.5.2", + "packageName": "lint-staged", + "hash": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==" + } + }, + "npm:listr2": { + "type": "npm", + "name": "npm:listr2", + "data": { + "version": "8.3.3", + "packageName": "listr2", + "hash": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "4.0.0", + "packageName": "load-json-file", + "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" + } + }, + "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:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "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:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "4.0.1", + "packageName": "pify", + "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + }, + "npm:load-module": { + "type": "npm", + "name": "npm:load-module", + "data": { + "version": "3.0.0", + "packageName": "load-module", + "hash": "sha512-ZqprfrTx4vfH5+1mgpspPh5JYsNyA193NkMUdb3GwpmVqMczOh8cUDJgZBmEZVlSR42JBGYTUxlBAX9LHIBtIA==" + } + }, + "npm:loader-runner": { + "type": "npm", + "name": "npm:loader-runner", + "data": { + "version": "4.3.0", + "packageName": "loader-runner", + "hash": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" + } + }, + "npm:local-web-server": { + "type": "npm", + "name": "npm:local-web-server", + "data": { + "version": "4.2.1", + "packageName": "local-web-server", + "hash": "sha512-v71LZool2w7uYA+tDP5HhfjzUxz5SFfcrPPB/zC98yFFawt7A6fcmAr2MR4Q9AHk/A8oyd/wrhEJBJLndwHxNQ==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:lodash.assignwith": { + "type": "npm", + "name": "npm:lodash.assignwith", + "data": { + "version": "4.2.0", + "packageName": "lodash.assignwith", + "hash": "sha512-ZznplvbvtjK2gMvnQ1BR/zqPFZmS6jbK4p+6Up4xcRYA7yMIwxHCfbTcrYxXKzzqLsQ05eJPVznEW3tuwV7k1g==" + } + }, + "npm:lodash.camelcase": { + "type": "npm", + "name": "npm:lodash.camelcase", + "data": { + "version": "4.3.0", + "packageName": "lodash.camelcase", + "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "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.throttle": { + "type": "npm", + "name": "npm:lodash.throttle", + "data": { + "version": "4.1.1", + "packageName": "lodash.throttle", + "hash": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" + } + }, + "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-update": { + "type": "npm", + "name": "npm:log-update", + "data": { + "version": "6.1.0", + "packageName": "log-update", + "hash": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==" + } + }, + "npm:restore-cursor@5.1.0": { + "type": "npm", + "name": "npm:restore-cursor@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "restore-cursor", + "hash": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:log4js": { + "type": "npm", + "name": "npm:log4js", + "data": { + "version": "6.9.1", + "packageName": "log4js", + "hash": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==" + } + }, + "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:ltgt": { + "type": "npm", + "name": "npm:ltgt", + "data": { + "version": "2.2.1", + "packageName": "ltgt", + "hash": "sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==" + } + }, + "npm:lws": { + "type": "npm", + "name": "npm:lws", + "data": { + "version": "3.1.0", + "packageName": "lws", + "hash": "sha512-I8rTgZxz8OJL0hjdlDxs6WpcVG7WSyalVHPQXXK+WPNVjm3KhkT5gV0Qmsgm2FRLbRUp15tso80xmDxMsyt7zA==" + } + }, + "npm:lws-basic-auth": { + "type": "npm", + "name": "npm:lws-basic-auth", + "data": { + "version": "2.0.0", + "packageName": "lws-basic-auth", + "hash": "sha512-zzyoGFLQPuKaQJvHMLmmSyfT6lIvocwcDXllTVW5brD0t0YgHYopILkzja+x+MIlJX/YhNKniaTSasujniYVjw==" + } + }, + "npm:lws-blacklist": { + "type": "npm", + "name": "npm:lws-blacklist", + "data": { + "version": "3.0.0", + "packageName": "lws-blacklist", + "hash": "sha512-KNXGDBmbj+UGfWMBAefe2vrfuWpEQms/9Fd7kfMScTqAKF6nrVoEs4pkxfefArG3bX0bu7jWLyB4tJGma5WC6Q==" + } + }, + "npm:lws-body-parser": { + "type": "npm", + "name": "npm:lws-body-parser", + "data": { + "version": "2.0.0", + "packageName": "lws-body-parser", + "hash": "sha512-QFDzln3sSdKWL9fVNWy2+ZmrKy/XaYRO0/FFB0MBrDCsNnzepeCD4I7rOOfyuphLn42yR8XUpWdcJ3Ii5aauRA==" + } + }, + "npm:lws-compress": { + "type": "npm", + "name": "npm:lws-compress", + "data": { + "version": "2.0.0", + "packageName": "lws-compress", + "hash": "sha512-5qDXI9pukVYWm07WjAOfpItLXKtL8lCHvjmW4RiXULhTRJj1qqBjNcmqReyk8L7NLUKhc+8eqoDDJFKURQEp0w==" + } + }, + "npm:lws-conditional-get": { + "type": "npm", + "name": "npm:lws-conditional-get", + "data": { + "version": "2.0.0", + "packageName": "lws-conditional-get", + "hash": "sha512-U05yDlFJKIYa7gJZYfnc1HIEuXbKpDJztgkvNYyxCqJC28j/k9ORoNnFNOIHpBh/jlPJgV8x7uH34mIxFAryWA==" + } + }, + "npm:lws-cors": { + "type": "npm", + "name": "npm:lws-cors", + "data": { + "version": "3.1.1", + "packageName": "lws-cors", + "hash": "sha512-JMqRHdZ8wS17LB9MbHZvOAiDE/2MD3TSODvEAmNkIPEvutKq1Z6wfuFbfiNjAQRGyImUfiUM99vJOFHmLCg2cw==" + } + }, + "npm:lws-index": { + "type": "npm", + "name": "npm:lws-index", + "data": { + "version": "2.0.0", + "packageName": "lws-index", + "hash": "sha512-qfkeQmKYnd13LmQubzI5LtFV2N8PJQG4QvgSoefoiB3dWre9k2T4C7ajjOTKO8mgSzYpUEREduNcQcLyt62n0g==" + } + }, + "npm:lws-json": { + "type": "npm", + "name": "npm:lws-json", + "data": { + "version": "2.0.0", + "packageName": "lws-json", + "hash": "sha512-vqUFrAQ5BGpkMS2Mm/ZhgvUMi6Tgia7YtESG7pKjNoiSsD+TxncG0nqp8YjUh2xrEzi/SYFc/ed+9ZOl/t0A0g==" + } + }, + "npm:lws-log": { + "type": "npm", + "name": "npm:lws-log", + "data": { + "version": "2.0.0", + "packageName": "lws-log", + "hash": "sha512-YveoazSZ0Qb1Tljdm8G8yn9c+mAMXgvLMACZzh5aZIk7p8YJwiXf9r1S+xY7wbXEcKG629KfVO0B5G5gRFcyDQ==" + } + }, + "npm:lws-mime": { + "type": "npm", + "name": "npm:lws-mime", + "data": { + "version": "2.0.0", + "packageName": "lws-mime", + "hash": "sha512-mfrAgRQ5+hkQ7LJ6EAgwnUeymNeYxwLXZY3UQ6C2hSTr7BqMSzm9k5O0C8wWP2dzdhChzITYKwzWbUnAYVBwtA==" + } + }, + "npm:lws-range": { + "type": "npm", + "name": "npm:lws-range", + "data": { + "version": "3.0.0", + "packageName": "lws-range", + "hash": "sha512-7ZhA/LqQnKjolKBo/2BFj9DyDDXcJGY3v05TwYRD0qDGrxW4vuatEjluC3SV7ZO/k4PxDLdxuk+RCgL5t3ThtQ==" + } + }, + "npm:lws-request-monitor": { + "type": "npm", + "name": "npm:lws-request-monitor", + "data": { + "version": "2.0.0", + "packageName": "lws-request-monitor", + "hash": "sha512-ZTo0/pS42qiejcYlL+wlpurSbDSS0J7pDDohqBx7jjUQkgni2Qd8cPzn/kW8QI82gXgDmdZH+ps0vheLHlgdgg==" + } + }, + "npm:lws-rewrite": { + "type": "npm", + "name": "npm:lws-rewrite", + "data": { + "version": "3.1.1", + "packageName": "lws-rewrite", + "hash": "sha512-cOeaPXIlLUVLxS6BZ52QzZVzI8JjCzlWD4RWizB5Hd+0YGO0SPa3Vgk7CIghtAOsSdjtXg/wSOap2H1h+tw8BQ==" + } + }, + "npm:lws-spa": { + "type": "npm", + "name": "npm:lws-spa", + "data": { + "version": "3.0.0", + "packageName": "lws-spa", + "hash": "sha512-Tz10LfuOTUsRG6z+OCJ/vBN+4LQWoAGIJ1R02CFPrDk0pY3rHezM7/cCpq6Z6dXD+ipdNE8alkVn4zL2M+eVGg==" + } + }, + "npm:lws-static": { + "type": "npm", + "name": "npm:lws-static", + "data": { + "version": "2.0.0", + "packageName": "lws-static", + "hash": "sha512-P25A0+IXdkB6Y6gZAG7X0mnaa+FJ8aTiWLUgM5kazaWmruRO7lyhSjitsA3y5TLI3DpPCZn0mWE4SRREujUZLg==" + } + }, + "npm:open@7.4.2": { + "type": "npm", + "name": "npm:open@7.4.2", + "data": { + "version": "7.4.2", + "packageName": "open", + "hash": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:open@10.1.2": { + "type": "npm", + "name": "npm:open@10.1.2", + "data": { + "version": "10.1.2", + "packageName": "open", + "hash": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + } + }, + "npm:make-fetch-happen": { + "type": "npm", + "name": "npm:make-fetch-happen", + "data": { + "version": "13.0.1", + "packageName": "make-fetch-happen", + "hash": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==" + } + }, + "npm:math-intrinsics": { + "type": "npm", + "name": "npm:math-intrinsics", + "data": { + "version": "1.1.0", + "packageName": "math-intrinsics", + "hash": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" + } + }, + "npm:media-typer": { + "type": "npm", + "name": "npm:media-typer", + "data": { + "version": "0.3.0", + "packageName": "media-typer", + "hash": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + } + }, + "npm:memfs": { + "type": "npm", + "name": "npm:memfs", + "data": { + "version": "3.5.3", + "packageName": "memfs", + "hash": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==" + } + }, + "npm:memfs@4.17.2": { + "type": "npm", + "name": "npm:memfs@4.17.2", + "data": { + "version": "4.17.2", + "packageName": "memfs", + "hash": "sha512-NgYhCOWgovOXSzvYgUW0LQ7Qy72rWQMGGFJDoWg4G30RHd3z77VbYdtJ4fembJXBy8pMIUA31XNAupobOQlwdg==" + } + }, + "npm:memorystream": { + "type": "npm", + "name": "npm:memorystream", + "data": { + "version": "0.3.1", + "packageName": "memorystream", + "hash": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==" + } + }, + "npm:merge-descriptors": { + "type": "npm", + "name": "npm:merge-descriptors", + "data": { + "version": "1.0.3", + "packageName": "merge-descriptors", + "hash": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" + } + }, + "npm:merge-descriptors@1.0.1": { + "type": "npm", + "name": "npm:merge-descriptors@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "merge-descriptors", + "hash": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + } + }, + "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:methods": { + "type": "npm", + "name": "npm:methods", + "data": { + "version": "1.1.2", + "packageName": "methods", + "hash": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + } + }, + "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.54.0", + "packageName": "mime-db", + "hash": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" + } + }, + "npm:mime-db@1.52.0": { + "type": "npm", + "name": "npm:mime-db@1.52.0", + "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: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:webpack-sources": { + "type": "npm", + "name": "npm:webpack-sources", + "data": { + "version": "3.3.3", + "packageName": "webpack-sources", + "hash": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==" + } + }, + "npm:minimalistic-assert": { + "type": "npm", + "name": "npm:minimalistic-assert", + "data": { + "version": "1.0.1", + "packageName": "minimalistic-assert", + "hash": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.1.2", + "packageName": "minipass", + "hash": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" + } + }, + "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@5.0.0": { + "type": "npm", + "name": "npm:minipass@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "minipass", + "hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" + } + }, + "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-fetch": { + "type": "npm", + "name": "npm:minipass-fetch", + "data": { + "version": "3.0.5", + "packageName": "minipass-fetch", + "hash": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==" + } + }, + "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-json-stream": { + "type": "npm", + "name": "npm:minipass-json-stream", + "data": { + "version": "1.0.2", + "packageName": "minipass-json-stream", + "hash": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==" + } + }, + "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:minipass-sized": { + "type": "npm", + "name": "npm:minipass-sized", + "data": { + "version": "1.0.3", + "packageName": "minipass-sized", + "hash": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" + } + }, + "npm:minizlib": { + "type": "npm", + "name": "npm:minizlib", + "data": { + "version": "2.1.2", + "packageName": "minizlib", + "hash": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" + } + }, + "npm:mkdirp": { + "type": "npm", + "name": "npm:mkdirp", + "data": { + "version": "0.5.6", + "packageName": "mkdirp", + "hash": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" + } + }, + "npm:mkdirp@1.0.4": { + "type": "npm", + "name": "npm:mkdirp@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "mkdirp", + "hash": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + } + }, + "npm:morgan": { + "type": "npm", + "name": "npm:morgan", + "data": { + "version": "1.10.0", + "packageName": "morgan", + "hash": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==" + } + }, + "npm:mrmime": { + "type": "npm", + "name": "npm:mrmime", + "data": { + "version": "2.0.0", + "packageName": "mrmime", + "hash": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==" + } + }, + "npm:multicast-dns": { + "type": "npm", + "name": "npm:multicast-dns", + "data": { + "version": "7.2.5", + "packageName": "multicast-dns", + "hash": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==" + } + }, + "npm:mute-stream": { + "type": "npm", + "name": "npm:mute-stream", + "data": { + "version": "1.0.0", + "packageName": "mute-stream", + "hash": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==" + } + }, + "npm:mz": { + "type": "npm", + "name": "npm:mz", + "data": { + "version": "2.7.0", + "packageName": "mz", + "hash": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "3.3.11", + "packageName": "nanoid", + "hash": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" + } + }, + "npm:napi-macros": { + "type": "npm", + "name": "npm:napi-macros", + "data": { + "version": "2.0.0", + "packageName": "napi-macros", + "hash": "sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, + "npm:needle": { + "type": "npm", + "name": "npm:needle", + "data": { + "version": "3.3.1", + "packageName": "needle", + "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" + } + }, + "npm:neo-async": { + "type": "npm", + "name": "npm:neo-async", + "data": { + "version": "2.6.2", + "packageName": "neo-async", + "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + } + }, + "npm:nice-napi": { + "type": "npm", + "name": "npm:nice-napi", + "data": { + "version": "1.0.2", + "packageName": "nice-napi", + "hash": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==" + } + }, + "npm:nice-try": { + "type": "npm", + "name": "npm:nice-try", + "data": { + "version": "1.0.5", + "packageName": "nice-try", + "hash": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + } + }, + "npm:no-case": { + "type": "npm", + "name": "npm:no-case", + "data": { + "version": "3.0.4", + "packageName": "no-case", + "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.6.7", + "packageName": "node-fetch", + "hash": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" + } + }, + "npm:node-forge": { + "type": "npm", + "name": "npm:node-forge", + "data": { + "version": "1.3.1", + "packageName": "node-forge", + "hash": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" + } + }, + "npm:node-gyp": { + "type": "npm", + "name": "npm:node-gyp", + "data": { + "version": "10.3.1", + "packageName": "node-gyp", + "hash": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.19", + "packageName": "node-releases", + "hash": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" + } + }, + "npm:node-version-matches": { + "type": "npm", + "name": "npm:node-version-matches", + "data": { + "version": "2.0.1", + "packageName": "node-version-matches", + "hash": "sha512-oqk6+05FC0dNVY5NuXuhPEMq+m1b9ZjS9SIhVE9EjwCHZspnmjSO8npbKAEieinR8GeEgbecoQcYIvI/Kwcf6Q==" + } + }, + "npm:nopt": { + "type": "npm", + "name": "npm:nopt", + "data": { + "version": "7.2.1", + "packageName": "nopt", + "hash": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.2", + "packageName": "normalize-package-data", + "hash": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==" + } + }, + "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-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:normalize-range": { + "type": "npm", + "name": "npm:normalize-range", + "data": { + "version": "0.1.2", + "packageName": "normalize-range", + "hash": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" + } + }, + "npm:npm-bundled": { + "type": "npm", + "name": "npm:npm-bundled", + "data": { + "version": "3.0.1", + "packageName": "npm-bundled", + "hash": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-packlist": { + "type": "npm", + "name": "npm:npm-packlist", + "data": { + "version": "8.0.2", + "packageName": "npm-packlist", + "hash": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-registry-fetch": { + "type": "npm", + "name": "npm:npm-registry-fetch", + "data": { + "version": "16.2.1", + "packageName": "npm-registry-fetch", + "hash": "sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA==" + } + }, + "npm:npm-run-all": { + "type": "npm", + "name": "npm:npm-run-all", + "data": { + "version": "4.1.5", + "packageName": "npm-run-all", + "hash": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "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:pidtree@0.3.1": { + "type": "npm", + "name": "npm:pidtree@0.3.1", + "data": { + "version": "0.3.1", + "packageName": "pidtree", + "hash": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "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@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "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:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "17.1.3", + "packageName": "nx", + "hash": "sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==" + } + }, + "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:obuf": { + "type": "npm", + "name": "npm:obuf", + "data": { + "version": "1.1.2", + "packageName": "obuf", + "hash": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + } + }, + "npm:on-headers": { + "type": "npm", + "name": "npm:on-headers", + "data": { + "version": "1.0.2", + "packageName": "on-headers", + "hash": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:only": { + "type": "npm", + "name": "npm:only", + "data": { + "version": "0.0.2", + "packageName": "only", + "hash": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==" + } + }, + "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.4.1", + "packageName": "ora", + "hash": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" + } + }, + "npm:os-tmpdir": { + "type": "npm", + "name": "npm:os-tmpdir", + "data": { + "version": "1.0.2", + "packageName": "os-tmpdir", + "hash": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" + } + }, + "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:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-retry": { + "type": "npm", + "name": "npm:p-retry", + "data": { + "version": "4.6.2", + "packageName": "p-retry", + "hash": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==" + } + }, + "npm:p-retry@6.2.1": { + "type": "npm", + "name": "npm:p-retry@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "p-retry", + "hash": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==" + } + }, + "npm:retry@0.13.1": { + "type": "npm", + "name": "npm:retry@0.13.1", + "data": { + "version": "0.13.1", + "packageName": "retry", + "hash": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:p-try": { + "type": "npm", + "name": "npm:p-try", + "data": { + "version": "2.2.0", + "packageName": "p-try", + "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + }, + "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:pacote": { + "type": "npm", + "name": "npm:pacote", + "data": { + "version": "17.0.6", + "packageName": "pacote", + "hash": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==" + } + }, + "npm:param-case": { + "type": "npm", + "name": "npm:param-case", + "data": { + "version": "3.0.4", + "packageName": "param-case", + "hash": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==" + } + }, + "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-node-version": { + "type": "npm", + "name": "npm:parse-node-version", + "data": { + "version": "1.0.1", + "packageName": "parse-node-version", + "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.3.0", + "packageName": "parse5", + "hash": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==" + } + }, + "npm:parse5-html-rewriting-stream": { + "type": "npm", + "name": "npm:parse5-html-rewriting-stream", + "data": { + "version": "7.0.0", + "packageName": "parse5-html-rewriting-stream", + "hash": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==" + } + }, + "npm:parse5-sax-parser": { + "type": "npm", + "name": "npm:parse5-sax-parser", + "data": { + "version": "7.0.0", + "packageName": "parse5-sax-parser", + "hash": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==" + } + }, + "npm:parseurl": { + "type": "npm", + "name": "npm:parseurl", + "data": { + "version": "1.3.3", + "packageName": "parseurl", + "hash": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + } + }, + "npm:pascal-case": { + "type": "npm", + "name": "npm:pascal-case", + "data": { + "version": "3.1.2", + "packageName": "pascal-case", + "hash": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" + } + }, + "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:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, + "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:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.1.1", + "packageName": "picocolors", + "hash": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + } + }, + "npm:piscina": { + "type": "npm", + "name": "npm:piscina", + "data": { + "version": "4.4.0", + "packageName": "piscina", + "hash": "sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==" + } + }, + "npm:playwright": { + "type": "npm", + "name": "npm:playwright", + "data": { + "version": "1.53.2", + "packageName": "playwright", + "hash": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==" + } + }, + "npm:playwright-core": { + "type": "npm", + "name": "npm:playwright-core", + "data": { + "version": "1.53.2", + "packageName": "playwright-core", + "hash": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==" + } + }, + "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-media-query-parser": { + "type": "npm", + "name": "npm:postcss-media-query-parser", + "data": { + "version": "0.2.3", + "packageName": "postcss-media-query-parser", + "hash": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==" + } + }, + "npm:postcss-modules-extract-imports": { + "type": "npm", + "name": "npm:postcss-modules-extract-imports", + "data": { + "version": "3.1.0", + "packageName": "postcss-modules-extract-imports", + "hash": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==" + } + }, + "npm:postcss-modules-local-by-default": { + "type": "npm", + "name": "npm:postcss-modules-local-by-default", + "data": { + "version": "4.2.0", + "packageName": "postcss-modules-local-by-default", + "hash": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==" + } + }, + "npm:postcss-modules-scope": { + "type": "npm", + "name": "npm:postcss-modules-scope", + "data": { + "version": "3.2.1", + "packageName": "postcss-modules-scope", + "hash": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==" + } + }, + "npm:postcss-modules-values": { + "type": "npm", + "name": "npm:postcss-modules-values", + "data": { + "version": "4.0.0", + "packageName": "postcss-modules-values", + "hash": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==" + } + }, + "npm:postcss-selector-parser": { + "type": "npm", + "name": "npm:postcss-selector-parser", + "data": { + "version": "7.1.0", + "packageName": "postcss-selector-parser", + "hash": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==" + } + }, + "npm:postcss-value-parser": { + "type": "npm", + "name": "npm:postcss-value-parser", + "data": { + "version": "4.2.0", + "packageName": "postcss-value-parser", + "hash": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + } + }, + "npm:pouchdb": { + "type": "npm", + "name": "npm:pouchdb", + "data": { + "version": "7.3.1", + "packageName": "pouchdb", + "hash": "sha512-oanSnM3SD9lPRuVRwEZWVbtWKYluw0q5phT5BXWi2b9Zqd5mJUPWKbKWJu03cDPM9wySmKKd7yfl9O9/eIQ5fg==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, + "npm:prettier-linter-helpers": { + "type": "npm", + "name": "npm:prettier-linter-helpers", + "data": { + "version": "1.0.0", + "packageName": "prettier-linter-helpers", + "hash": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" + } + }, + "npm:pretty-error": { + "type": "npm", + "name": "npm:pretty-error", + "data": { + "version": "4.0.0", + "packageName": "pretty-error", + "hash": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "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:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:prop-types": { + "type": "npm", + "name": "npm:prop-types", + "data": { + "version": "15.8.1", + "packageName": "prop-types", + "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" + } + }, + "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": "18.3.1", + "packageName": "react-is", + "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + } + }, + "npm:proxy-addr": { + "type": "npm", + "name": "npm:proxy-addr", + "data": { + "version": "2.0.7", + "packageName": "proxy-addr", + "hash": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:prr": { + "type": "npm", + "name": "npm:prr", + "data": { + "version": "1.0.1", + "packageName": "prr", + "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.15.0", + "packageName": "psl", + "hash": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==" + } + }, + "npm:punycode@2.3.1": { + "type": "npm", + "name": "npm:punycode@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "1.4.1", + "packageName": "punycode", + "hash": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + } + }, + "npm:qjobs": { + "type": "npm", + "name": "npm:qjobs", + "data": { + "version": "1.2.0", + "packageName": "qjobs", + "hash": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==" + } + }, + "npm:qrcode-terminal": { + "type": "npm", + "name": "npm:qrcode-terminal", + "data": { + "version": "0.12.0", + "packageName": "qrcode-terminal", + "hash": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.13.0", + "packageName": "qs", + "hash": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==" + } + }, + "npm:qs@6.11.0": { + "type": "npm", + "name": "npm:qs@6.11.0", + "data": { + "version": "6.11.0", + "packageName": "qs", + "hash": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:range-parser": { + "type": "npm", + "name": "npm:range-parser", + "data": { + "version": "1.2.1", + "packageName": "range-parser", + "hash": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + } + }, + "npm:raw-body": { + "type": "npm", + "name": "npm:raw-body", + "data": { + "version": "2.5.2", + "packageName": "raw-body", + "hash": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==" + } + }, + "npm:raw-body@2.5.1": { + "type": "npm", + "name": "npm:raw-body@2.5.1", + "data": { + "version": "2.5.1", + "packageName": "raw-body", + "hash": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.3.1", + "packageName": "react", + "hash": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.3.1", + "packageName": "react-dom", + "hash": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==" + } + }, + "npm:react-router": { + "type": "npm", + "name": "npm:react-router", + "data": { + "version": "6.30.1", + "packageName": "react-router", + "hash": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==" + } + }, + "npm:react-router-dom": { + "type": "npm", + "name": "npm:react-router-dom", + "data": { + "version": "6.30.1", + "packageName": "react-router-dom", + "hash": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==" + } + }, + "npm:read-package-json": { + "type": "npm", + "name": "npm:read-package-json", + "data": { + "version": "7.0.1", + "packageName": "read-package-json", + "hash": "sha512-8PcDiZ8DXUjLf687Ol4BR8Bpm2umR7vhoZOzNRt+uxD9GpBh/K+CAAALVIiYFknmvlmyg7hM7BSNUXPaCCqd0Q==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:read-pkg": { + "type": "npm", + "name": "npm:read-pkg", + "data": { + "version": "3.0.0", + "packageName": "read-pkg", + "hash": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:readdirp@4.1.2": { + "type": "npm", + "name": "npm:readdirp@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "readdirp", + "hash": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.6.2", + "packageName": "rechoir", + "hash": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" + } + }, + "npm:rechoir@0.8.0": { + "type": "npm", + "name": "npm:rechoir@0.8.0", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:reduce-flatten": { + "type": "npm", + "name": "npm:reduce-flatten", + "data": { + "version": "3.0.1", + "packageName": "reduce-flatten", + "hash": "sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==" + } + }, + "npm:reduce-flatten@2.0.0": { + "type": "npm", + "name": "npm:reduce-flatten@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "reduce-flatten", + "hash": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==" + } + }, + "npm:redux": { + "type": "npm", + "name": "npm:redux", + "data": { + "version": "5.0.1", + "packageName": "redux", + "hash": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" + } + }, + "npm:redux-thunk": { + "type": "npm", + "name": "npm:redux-thunk", + "data": { + "version": "3.1.0", + "packageName": "redux-thunk", + "hash": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==" + } + }, + "npm:reflect-metadata": { + "type": "npm", + "name": "npm:reflect-metadata", + "data": { + "version": "0.2.2", + "packageName": "reflect-metadata", + "hash": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" + } + }, + "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.0", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regex-parser": { + "type": "npm", + "name": "npm:regex-parser", + "data": { + "version": "2.3.1", + "packageName": "regex-parser", + "hash": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==" + } + }, + "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.2.0", + "packageName": "regexpu-core", + "hash": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==" + } + }, + "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.12.0", + "packageName": "regjsparser", + "hash": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==" + } + }, + "npm:relateurl": { + "type": "npm", + "name": "npm:relateurl", + "data": { + "version": "0.2.7", + "packageName": "relateurl", + "hash": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==" + } + }, + "npm:renderkid": { + "type": "npm", + "name": "npm:renderkid", + "data": { + "version": "3.0.0", + "packageName": "renderkid", + "hash": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==" + } + }, + "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:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "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-path": { + "type": "npm", + "name": "npm:resolve-path", + "data": { + "version": "1.4.0", + "packageName": "resolve-path", + "hash": "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==" + } + }, + "npm:setprototypeof@1.1.0": { + "type": "npm", + "name": "npm:setprototypeof@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "setprototypeof", + "hash": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + }, + "npm:setprototypeof": { + "type": "npm", + "name": "npm:setprototypeof", + "data": { + "version": "1.2.0", + "packageName": "setprototypeof", + "hash": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + } + }, + "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-url-loader": { + "type": "npm", + "name": "npm:resolve-url-loader", + "data": { + "version": "5.0.0", + "packageName": "resolve-url-loader", + "hash": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==" + } + }, + "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:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.44.2", + "packageName": "rollup", + "hash": "sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==" + } + }, + "npm:run-applescript": { + "type": "npm", + "name": "npm:run-applescript", + "data": { + "version": "7.0.0", + "packageName": "run-applescript", + "hash": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==" + } + }, + "npm:run-async": { + "type": "npm", + "name": "npm:run-async", + "data": { + "version": "3.0.0", + "packageName": "run-async", + "hash": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==" + } + }, + "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:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:sax": { + "type": "npm", + "name": "npm:sax", + "data": { + "version": "1.4.1", + "packageName": "sax", + "hash": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.23.2", + "packageName": "scheduler", + "hash": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==" + } + }, + "npm:select-hose": { + "type": "npm", + "name": "npm:select-hose", + "data": { + "version": "2.0.0", + "packageName": "select-hose", + "hash": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + } + }, + "npm:selfsigned": { + "type": "npm", + "name": "npm:selfsigned", + "data": { + "version": "2.4.1", + "packageName": "selfsigned", + "hash": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==" + } + }, + "npm:send": { + "type": "npm", + "name": "npm:send", + "data": { + "version": "0.19.0", + "packageName": "send", + "hash": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" + } + }, + "npm:send@0.18.0": { + "type": "npm", + "name": "npm:send@0.18.0", + "data": { + "version": "0.18.0", + "packageName": "send", + "hash": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:serve-index": { + "type": "npm", + "name": "npm:serve-index", + "data": { + "version": "1.9.1", + "packageName": "serve-index", + "hash": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==" + } + }, + "npm:serve-index-75lb": { + "type": "npm", + "name": "npm:serve-index-75lb", + "data": { + "version": "2.0.1", + "packageName": "serve-index-75lb", + "hash": "sha512-/d9r8bqJlFQcwy0a0nb1KnWAA+Mno+V+VaoKocdkbW5aXKRQd/+4bfnRhQRQr6uEoYwTRJ4xgztOyCJvWcpBpQ==" + } + }, + "npm:serve-static": { + "type": "npm", + "name": "npm:serve-static", + "data": { + "version": "1.16.2", + "packageName": "serve-static", + "hash": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" + } + }, + "npm:serve-static@1.15.0": { + "type": "npm", + "name": "npm:serve-static@1.15.0", + "data": { + "version": "1.15.0", + "packageName": "serve-static", + "hash": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==" + } + }, + "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:shallow-clone": { + "type": "npm", + "name": "npm:shallow-clone", + "data": { + "version": "3.0.1", + "packageName": "shallow-clone", + "hash": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==" + } + }, + "npm:shell-quote": { + "type": "npm", + "name": "npm:shell-quote", + "data": { + "version": "1.8.3", + "packageName": "shell-quote", + "hash": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==" + } + }, + "npm:shelljs": { + "type": "npm", + "name": "npm:shelljs", + "data": { + "version": "0.8.5", + "packageName": "shelljs", + "hash": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" + } + }, + "npm:shx": { + "type": "npm", + "name": "npm:shx", + "data": { + "version": "0.3.4", + "packageName": "shx", + "hash": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==" + } + }, + "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": "2.3.1", + "packageName": "sigstore", + "hash": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==" + } + }, + "npm:smart-buffer": { + "type": "npm", + "name": "npm:smart-buffer", + "data": { + "version": "4.2.0", + "packageName": "smart-buffer", + "hash": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + } + }, + "npm:socket.io": { + "type": "npm", + "name": "npm:socket.io", + "data": { + "version": "4.8.1", + "packageName": "socket.io", + "hash": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==" + } + }, + "npm:socket.io-adapter": { + "type": "npm", + "name": "npm:socket.io-adapter", + "data": { + "version": "2.5.5", + "packageName": "socket.io-adapter", + "hash": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==" + } + }, + "npm:socket.io-parser": { + "type": "npm", + "name": "npm:socket.io-parser", + "data": { + "version": "4.2.4", + "packageName": "socket.io-parser", + "hash": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==" + } + }, + "npm:sockjs": { + "type": "npm", + "name": "npm:sockjs", + "data": { + "version": "0.3.24", + "packageName": "sockjs", + "hash": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==" + } + }, + "npm:socks": { + "type": "npm", + "name": "npm:socks", + "data": { + "version": "2.8.5", + "packageName": "socks", + "hash": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==" + } + }, + "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-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-loader": { + "type": "npm", + "name": "npm:source-map-loader", + "data": { + "version": "5.0.0", + "packageName": "source-map-loader", + "hash": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:spark-md5": { + "type": "npm", + "name": "npm:spark-md5", + "data": { + "version": "3.0.2", + "packageName": "spark-md5", + "hash": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==" + } + }, + "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:spdy": { + "type": "npm", + "name": "npm:spdy", + "data": { + "version": "4.0.2", + "packageName": "spdy", + "hash": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==" + } + }, + "npm:spdy-transport": { + "type": "npm", + "name": "npm:spdy-transport", + "data": { + "version": "3.0.0", + "packageName": "spdy-transport", + "hash": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.6", + "packageName": "ssri", + "hash": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==" + } + }, + "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:stream-log-stats": { + "type": "npm", + "name": "npm:stream-log-stats", + "data": { + "version": "3.0.2", + "packageName": "stream-log-stats", + "hash": "sha512-393j7aeF9iRdHvyANqEQU82UQmpw2CTxgsT83caefh+lOxavVLbVrw8Mr4zjXeZLh2+xeHZMKfVx4T0rJ/EchA==" + } + }, + "npm:stream-slice": { + "type": "npm", + "name": "npm:stream-slice", + "data": { + "version": "0.1.2", + "packageName": "stream-slice", + "hash": "sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==" + } + }, + "npm:stream-via": { + "type": "npm", + "name": "npm:stream-via", + "data": { + "version": "1.0.4", + "packageName": "stream-via", + "hash": "sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==" + } + }, + "npm:streaming-json-stringify": { + "type": "npm", + "name": "npm:streaming-json-stringify", + "data": { + "version": "3.1.0", + "packageName": "streaming-json-stringify", + "hash": "sha512-axtfs3BDxAsrZ9swD163FBrXZ8dhJJp6kUI6C97TvUZG9RHKfbg9nFbXqEheFNOb3IYMEt2ag9F62sWLFUZ4ug==" + } + }, + "npm:streamroller": { + "type": "npm", + "name": "npm:streamroller", + "data": { + "version": "3.1.5", + "packageName": "streamroller", + "hash": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "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.padend": { + "type": "npm", + "name": "npm:string.prototype.padend", + "data": { + "version": "3.1.6", + "packageName": "string.prototype.padend", + "hash": "sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==" + } + }, + "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: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-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "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:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:style-loader": { + "type": "npm", + "name": "npm:style-loader", + "data": { + "version": "3.3.4", + "packageName": "style-loader", + "hash": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==" + } + }, + "npm:style-loader@2.0.0": { + "type": "npm", + "name": "npm:style-loader@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "style-loader", + "hash": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==" + } + }, + "npm:superagent": { + "type": "npm", + "name": "npm:superagent", + "data": { + "version": "10.2.2", + "packageName": "superagent", + "hash": "sha512-vWMq11OwWCC84pQaFPzF/VO3BrjkCeewuvJgt1jfV0499Z1QSAWN4EqfMM5WlFDDX9/oP8JjlDKpblrmEoyu4Q==" + } + }, + "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-tags": { + "type": "npm", + "name": "npm:svg-tags", + "data": { + "version": "1.0.0", + "packageName": "svg-tags", + "hash": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==" + } + }, + "npm:symbol-observable": { + "type": "npm", + "name": "npm:symbol-observable", + "data": { + "version": "4.0.0", + "packageName": "symbol-observable", + "hash": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" + } + }, + "npm:synckit": { + "type": "npm", + "name": "npm:synckit", + "data": { + "version": "0.11.8", + "packageName": "synckit", + "hash": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==" + } + }, + "npm:table-layout": { + "type": "npm", + "name": "npm:table-layout", + "data": { + "version": "1.0.2", + "packageName": "table-layout", + "hash": "sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==" + } + }, + "npm:tapable": { + "type": "npm", + "name": "npm:tapable", + "data": { + "version": "2.2.2", + "packageName": "tapable", + "hash": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==" + } + }, + "npm:tar": { + "type": "npm", + "name": "npm:tar", + "data": { + "version": "6.2.1", + "packageName": "tar", + "hash": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.1", + "packageName": "terser", + "hash": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==" + } + }, + "npm:terser@5.43.1": { + "type": "npm", + "name": "npm:terser@5.43.1", + "data": { + "version": "5.43.1", + "packageName": "terser", + "hash": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==" + } + }, + "npm:terser-webpack-plugin": { + "type": "npm", + "name": "npm:terser-webpack-plugin", + "data": { + "version": "5.3.14", + "packageName": "terser-webpack-plugin", + "hash": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==" + } + }, + "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-table": { + "type": "npm", + "name": "npm:text-table", + "data": { + "version": "0.2.0", + "packageName": "text-table", + "hash": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + } + }, + "npm:thenify": { + "type": "npm", + "name": "npm:thenify", + "data": { + "version": "3.3.1", + "packageName": "thenify", + "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" + } + }, + "npm:thenify-all": { + "type": "npm", + "name": "npm:thenify-all", + "data": { + "version": "1.6.0", + "packageName": "thenify-all", + "hash": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" + } + }, + "npm:thingies": { + "type": "npm", + "name": "npm:thingies", + "data": { + "version": "1.21.0", + "packageName": "thingies", + "hash": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==" + } + }, + "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": "3.0.2", + "packageName": "through2", + "hash": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==" + } + }, + "npm:thunky": { + "type": "npm", + "name": "npm:thunky", + "data": { + "version": "1.1.0", + "packageName": "thunky", + "hash": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + } + }, + "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:toidentifier": { + "type": "npm", + "name": "npm:toidentifier", + "data": { + "version": "1.0.1", + "packageName": "toidentifier", + "hash": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.4", + "packageName": "tough-cookie", + "hash": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:tree-dump": { + "type": "npm", + "name": "npm:tree-dump", + "data": { + "version": "1.0.3", + "packageName": "tree-dump", + "hash": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==" + } + }, + "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:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "1.4.3", + "packageName": "ts-api-utils", + "hash": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==" + } + }, + "npm:tsscmp": { + "type": "npm", + "name": "npm:tsscmp", + "data": { + "version": "1.0.6", + "packageName": "tsscmp", + "hash": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==" + } + }, + "npm:tuf-js": { + "type": "npm", + "name": "npm:tuf-js", + "data": { + "version": "2.2.1", + "packageName": "tuf-js", + "hash": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==" + } + }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, + "npm:type-is": { + "type": "npm", + "name": "npm:type-is", + "data": { + "version": "1.6.18", + "packageName": "type-is", + "hash": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" + } + }, + "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:typed-assert": { + "type": "npm", + "name": "npm:typed-assert", + "data": { + "version": "1.0.9", + "packageName": "typed-assert", + "hash": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.2.2", + "packageName": "typescript", + "hash": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" + } + }, + "npm:ua-parser-js": { + "type": "npm", + "name": "npm:ua-parser-js", + "data": { + "version": "0.7.40", + "packageName": "ua-parser-js", + "hash": "sha512-us1E3K+3jJppDBa3Tl0L3MOJiGhe1C6P0+nIvQAFYbxlMAx0h81eOwLmU57xgqToduDDPx3y5QsdjPfDu+FgOQ==" + } + }, + "npm:unbox-primitive": { + "type": "npm", + "name": "npm:unbox-primitive", + "data": { + "version": "1.1.0", + "packageName": "unbox-primitive", + "hash": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "6.21.0", + "packageName": "undici-types", + "hash": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" + } + }, + "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.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unique-filename": { + "type": "npm", + "name": "npm:unique-filename", + "data": { + "version": "3.0.0", + "packageName": "unique-filename", + "hash": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==" + } + }, + "npm:unique-slug": { + "type": "npm", + "name": "npm:unique-slug", + "data": { + "version": "4.0.0", + "packageName": "unique-slug", + "hash": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==" + } + }, + "npm:unpipe": { + "type": "npm", + "name": "npm:unpipe", + "data": { + "version": "1.0.0", + "packageName": "unpipe", + "hash": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.1.3", + "packageName": "update-browserslist-db", + "hash": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:util": { + "type": "npm", + "name": "npm:util", + "data": { + "version": "0.12.5", + "packageName": "util", + "hash": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:utila": { + "type": "npm", + "name": "npm:utila", + "data": { + "version": "0.4.0", + "packageName": "utila", + "hash": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" + } + }, + "npm:utils-merge": { + "type": "npm", + "name": "npm:utils-merge", + "data": { + "version": "1.0.1", + "packageName": "utils-merge", + "hash": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "8.3.2", + "packageName": "uuid", + "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } + }, + "npm:v8-compile-cache": { + "type": "npm", + "name": "npm:v8-compile-cache", + "data": { + "version": "2.3.0", + "packageName": "v8-compile-cache", + "hash": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" + } + }, + "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: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:vary": { + "type": "npm", + "name": "npm:vary", + "data": { + "version": "1.1.2", + "packageName": "vary", + "hash": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.4.19", + "packageName": "vite", + "hash": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==" + } + }, + "npm:void-elements": { + "type": "npm", + "name": "npm:void-elements", + "data": { + "version": "2.0.1", + "packageName": "void-elements", + "hash": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==" + } + }, + "npm:vuvuzela": { + "type": "npm", + "name": "npm:vuvuzela", + "data": { + "version": "1.0.3", + "packageName": "vuvuzela", + "hash": "sha512-Tm7jR1xTzBbPW+6y1tknKiEhz04Wf/1iZkcTJjSFcpNko43+dFW6+OOeQe9taJIug3NdfUAjFKgUSyQrIKaDvQ==" + } + }, + "npm:walk-back": { + "type": "npm", + "name": "npm:walk-back", + "data": { + "version": "4.0.0", + "packageName": "walk-back", + "hash": "sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==" + } + }, + "npm:wbuf": { + "type": "npm", + "name": "npm:wbuf", + "data": { + "version": "1.7.3", + "packageName": "wbuf", + "hash": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==" + } + }, + "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": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:webpack-cli": { + "type": "npm", + "name": "npm:webpack-cli", + "data": { + "version": "5.1.4", + "packageName": "webpack-cli", + "hash": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==" + } + }, + "npm:webpack-merge": { + "type": "npm", + "name": "npm:webpack-merge", + "data": { + "version": "5.10.0", + "packageName": "webpack-merge", + "hash": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==" + } + }, + "npm:webpack-subresource-integrity": { + "type": "npm", + "name": "npm:webpack-subresource-integrity", + "data": { + "version": "5.1.0", + "packageName": "webpack-subresource-integrity", + "hash": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==" + } + }, + "npm:websocket-driver": { + "type": "npm", + "name": "npm:websocket-driver", + "data": { + "version": "0.7.4", + "packageName": "websocket-driver", + "hash": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==" + } + }, + "npm:websocket-extensions": { + "type": "npm", + "name": "npm:websocket-extensions", + "data": { + "version": "0.1.4", + "packageName": "websocket-extensions", + "hash": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "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:wildcard": { + "type": "npm", + "name": "npm:wildcard", + "data": { + "version": "2.0.1", + "packageName": "wildcard", + "hash": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wordwrapjs": { + "type": "npm", + "name": "npm:wordwrapjs", + "data": { + "version": "4.0.1", + "packageName": "wordwrapjs", + "hash": "sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==" + } + }, + "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:write-stream": { + "type": "npm", + "name": "npm:write-stream", + "data": { + "version": "0.4.3", + "packageName": "write-stream", + "hash": "sha512-IJrvkhbAnj89W/GAVdVgbnPiVw5Ntg/B4tc/MUCIEwj/g6JIww1DWJyB/yBMT3yw2/TkT6IUZ0+IYef3flEw8A==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.17.1", + "packageName": "ws", + "hash": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" + } + }, + "npm:ws@8.18.3": { + "type": "npm", + "name": "npm:ws@8.18.3", + "data": { + "version": "8.18.3", + "packageName": "ws", + "hash": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" + } + }, + "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:ylru": { + "type": "npm", + "name": "npm:ylru", + "data": { + "version": "1.4.0", + "packageName": "ylru", + "hash": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==" + } + }, + "npm:zone.js": { + "type": "npm", + "name": "npm:zone.js", + "data": { + "version": "0.14.10", + "packageName": "zone.js", + "hash": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==" + } + } + }, + "dependencies": { + "embedded-login-davinci": [ + { + "source": "embedded-login-davinci", + "target": "npm:@forgerock/davinci-client", + "type": "static" + }, + { + "source": "embedded-login-davinci", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "embedded-login-davinci", + "target": "npm:vite", + "type": "static" + } + ], + "reactjs-todo-davinci": [ + { + "source": "reactjs-todo-davinci", + "target": "npm:@forgerock/davinci-client", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:cookie-parser", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:cors", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:express", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:pouchdb", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:react", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:react-router-dom", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@babel/cli", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@babel/eslint-parser", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@babel/preset-env", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@babel/preset-react", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@playwright/test", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:autoprefixer", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:babel-loader", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:bootstrap", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:css-loader", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-config-standard", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-jsx", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-promise", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-react", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:eslint-plugin-react-hooks", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:local-web-server", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:mini-css-extract-plugin", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:postcss-loader", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:sass", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:sass-loader", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:shx", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:style-loader", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "reactjs-todo-davinci", + "target": "npm:webpack-dev-server", + "type": "static" + } + ], + "central-login-oidc": [ + { + "source": "central-login-oidc", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:css-loader", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-config-standard", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:eslint-plugin-promise", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:html-webpack-plugin", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:style-loader", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "central-login-oidc", + "target": "npm:webpack-dev-server", + "type": "static" + } + ], + "embedded-login": [ + { + "source": "embedded-login", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:css-loader", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:eslint-config-standard", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:eslint-plugin-promise", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:html-webpack-plugin", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:style-loader", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:webpack-cli", + "type": "static" + }, + { + "source": "embedded-login", + "target": "npm:webpack-dev-server", + "type": "static" + } + ], + "angular-todo": [ + { + "source": "angular-todo", + "target": "npm:@angular/animations", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/compiler", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/forms", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/platform-browser-dynamic", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/router", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:bootstrap", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:zone.js", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-devkit/build-angular", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-eslint/builder", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-eslint/eslint-plugin-template", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-eslint/schematics", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular-eslint/template-parser", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/cli", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@angular/compiler-cli", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@types/jasmine", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@typescript-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:jasmine-core", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:karma", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:karma-chrome-launcher", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:karma-coverage", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:karma-jasmine", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:karma-jasmine-html-reporter", + "type": "static" + }, + { + "source": "angular-todo", + "target": "npm:typescript", + "type": "static" + } + ], + "reactjs-todo": [ + { + "source": "reactjs-todo", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@forgerock/ping-protect", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:cookie-parser", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:cors", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:express", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:pouchdb", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:react", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:react-router-dom", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@babel/cli", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@babel/eslint-parser", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@babel/preset-env", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@babel/preset-react", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@playwright/test", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:autoprefixer", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:babel-loader", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:bootstrap", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:css-loader", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-config-standard", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-jsx", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-promise", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-react", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:eslint-plugin-react-hooks", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:local-web-server", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:mini-css-extract-plugin", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:postcss-loader", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:sass", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:sass-loader", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:shx", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:style-loader", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "reactjs-todo", + "target": "npm:webpack-cli", + "type": "static" + } + ], + "todo-api": [ + { + "source": "todo-api", + "target": "npm:cookie-parser", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:cors", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:express", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:pouchdb", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:superagent", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:util", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:eslint-config-standard", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "todo-api", + "target": "npm:eslint-plugin-promise", + "type": "static" + } + ], + "npm:@typescript-eslint/eslint-plugin@6.13.1": [ + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/parser@6.13.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@6.13.1", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/parser@6.13.1": [ + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@6.13.1", + "target": "npm:debug", + "type": "static" + } + ], + "npm:eslint-config-prettier@9.1.0": [ + { + "source": "npm:eslint-config-prettier@9.1.0", + "target": "npm:eslint", + "type": "static" + } + ], + "npm:eslint-plugin-prettier@5.5.1": [ + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:@types/eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:eslint-config-prettier@9.1.0", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:prettier@3.6.2", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:prettier-linter-helpers", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier@5.5.1", + "target": "npm:synckit", + "type": "static" + } + ], + "npm:@ampproject/remapping": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@angular-devkit/architect": [ + { + "source": "npm:@angular-devkit/architect", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/architect", + "target": "npm:rxjs@7.8.1", + "type": "static" + } + ], + "npm:rxjs@7.8.1": [ + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:rxjs@7.8.1", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@angular-devkit/build-angular": [ + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular/compiler-cli", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/build-webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/plugin-transform-runtime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/preset-env@7.26.9", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@discoveryjs/json-ext", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@ngtools/webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:@vitejs/plugin-basic-ssl", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:autoprefixer@10.4.18", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:babel-loader@9.1.3", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:copy-webpack-plugin", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:critters", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:css-loader@6.10.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:esbuild-wasm", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:inquirer", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:karma-source-map-support", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:less-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:license-webpack-plugin", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:loader-utils", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:mini-css-extract-plugin@2.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:mrmime", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:parse5-html-rewriting-stream", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:piscina", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:postcss-loader@8.1.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:resolve-url-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:sass@1.71.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:sass-loader@14.1.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:source-map-loader", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:source-map-support", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:tree-kill", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:watchpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-dev-middleware", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-dev-server@4.15.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-merge", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:webpack-subresource-integrity", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-angular", + "target": "npm:esbuild", + "type": "static" + } + ], + "npm:@babel/core@7.26.10": [ + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core@7.26.10", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/preset-env@7.26.9": [ + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-regexp-modifiers", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env@7.26.9", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:autoprefixer@10.4.18": [ + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:fraction.js", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:normalize-range", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:autoprefixer@10.4.18", + "target": "npm:postcss-value-parser", + "type": "static" + } + ], + "npm:babel-loader@9.1.3": [ + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:@babel/core@7.26.10", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:find-cache-dir@4.0.0", + "type": "static" + }, + { + "source": "npm:babel-loader@9.1.3", + "target": "npm:schema-utils@4.3.2", + "type": "static" + } + ], + "npm:cosmiconfig@9.0.0": [ + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig@9.0.0", + "target": "npm:parse-json", + "type": "static" + } + ], + "npm:css-loader@6.10.0": [ + { + "source": "npm:css-loader@6.10.0", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader@6.10.0", + "target": "npm:semver@7.6.0", + "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:find-cache-dir@4.0.0": [ + { + "source": "npm:find-cache-dir@4.0.0", + "target": "npm:common-path-prefix", + "type": "static" + }, + { + "source": "npm:find-cache-dir@4.0.0", + "target": "npm:pkg-dir@7.0.0", + "type": "static" + } + ], + "npm:find-up@6.3.0": [ + { + "source": "npm:find-up@6.3.0", + "target": "npm:locate-path@7.2.0", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:path-exists@5.0.0", + "type": "static" + } + ], + "npm:js-yaml@4.1.0": [ + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + } + ], + "npm:locate-path@7.2.0": [ + { + "source": "npm:locate-path@7.2.0", + "target": "npm:p-locate@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:mini-css-extract-plugin@2.8.1": [ + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin@2.8.1", + "target": "npm:tapable", + "type": "static" + } + ], + "npm:p-limit@4.0.0": [ + { + "source": "npm:p-limit@4.0.0", + "target": "npm:yocto-queue", + "type": "static" + } + ], + "npm:p-locate@6.0.0": [ + { + "source": "npm:p-locate@6.0.0", + "target": "npm:p-limit@4.0.0", + "type": "static" + } + ], + "npm:pkg-dir@7.0.0": [ + { + "source": "npm:pkg-dir@7.0.0", + "target": "npm:find-up@6.3.0", + "type": "static" + } + ], + "npm:postcss@8.4.35": [ + { + "source": "npm:postcss@8.4.35", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:postcss@8.4.35", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss@8.4.35", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:postcss-loader@8.1.1": [ + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:postcss@8.4.35", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:cosmiconfig@9.0.0", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:postcss-loader@8.1.1", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:rimraf@3.0.2": [ + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob", + "type": "static" + } + ], + "npm:sass@1.71.1": [ + { + "source": "npm:sass@1.71.1", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:sass@1.71.1", + "target": "npm:immutable@4.3.7", + "type": "static" + }, + { + "source": "npm:sass@1.71.1", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:sass-loader@14.1.1": [ + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:sass@1.71.1", + "type": "static" + }, + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:sass-loader@14.1.1", + "target": "npm:neo-async", + "type": "static" + } + ], + "npm:schema-utils@4.3.2": [ + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv-keywords", + "type": "static" + }, + { + "source": "npm:schema-utils@4.3.2", + "target": "npm:ajv@8.17.1", + "type": "static" + } + ], + "npm:semver@7.6.0": [ + { + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:webpack@5.94.0": [ + { + "source": "npm:webpack@5.94.0", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/ast", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/wasm-edit", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:@webassemblyjs/wasm-parser", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:acorn-import-attributes", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:chrome-trace-event", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:enhanced-resolve", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:es-module-lexer", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:eslint-scope@5.1.1", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:events", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:json-parse-even-better-errors@2.3.1", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:loader-runner", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:tapable", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:terser-webpack-plugin", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:watchpack@2.4.4", + "type": "static" + }, + { + "source": "npm:webpack@5.94.0", + "target": "npm:webpack-sources", + "type": "static" + } + ], + "npm:webpack-dev-server@4.15.1": [ + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:default-gateway", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:html-entities", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:webpack-dev-middleware@5.3.4", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@4.15.1", + "target": "npm:ws", + "type": "static" + } + ], + "npm:webpack-dev-middleware@5.3.4": [ + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:webpack@5.94.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:memfs", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@5.3.4", + "target": "npm:webpack", + "type": "static" + } + ], + "npm:ajv@6.12.6": [ + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + } + ], + "npm:ajv-keywords@3.5.2": [ + { + "source": "npm:ajv-keywords@3.5.2", + "target": "npm:ajv@6.12.6", + "type": "static" + } + ], + "npm:schema-utils@3.3.0": [ + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils@3.3.0", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + } + ], + "npm:watchpack@2.4.4": [ + { + "source": "npm:watchpack@2.4.4", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:watchpack@2.4.4", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:@angular-devkit/build-webpack": [ + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:webpack-dev-server", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular-devkit/build-webpack", + "target": "npm:rxjs@7.8.1", + "type": "static" + } + ], + "npm:@angular-devkit/core": [ + { + "source": "npm:@angular-devkit/core", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:ajv-formats", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:rxjs@7.8.1", + "type": "static" + }, + { + "source": "npm:@angular-devkit/core", + "target": "npm:source-map", + "type": "static" + } + ], + "npm:@angular-devkit/schematics": [ + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular-devkit/schematics", + "target": "npm:rxjs@7.8.1", + "type": "static" + } + ], + "npm:@angular-eslint/builder": [ + { + "source": "npm:@angular-eslint/builder", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@angular-eslint/builder", + "target": "npm:nx", + "type": "static" + } + ], + "npm:@angular-eslint/eslint-plugin": [ + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:@angular-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + } + ], + "npm:@angular-eslint/eslint-plugin-template": [ + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@angular-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:@angular-eslint/eslint-plugin-template", + "target": "npm:axobject-query", + "type": "static" + } + ], + "npm:@angular-eslint/schematics": [ + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular/cli", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular-eslint/eslint-plugin", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@angular-eslint/eslint-plugin-template", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:ignore@5.3.0", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:@angular-eslint/schematics", + "target": "npm:tmp", + "type": "static" + } + ], + "npm:@angular-eslint/template-parser": [ + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/template-parser", + "target": "npm:eslint-scope", + "type": "static" + } + ], + "npm:@angular-eslint/utils": [ + { + "source": "npm:@angular-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:@angular-eslint/bundled-angular-compiler", + "type": "static" + }, + { + "source": "npm:@angular-eslint/utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + } + ], + "npm:@angular/animations": [ + { + "source": "npm:@angular/animations", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/animations", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/cli": [ + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/architect", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@angular-devkit/schematics", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@schematics/angular", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ini", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:inquirer", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:pacote", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:symbol-observable", + "type": "static" + }, + { + "source": "npm:@angular/cli", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:@angular/common": [ + { + "source": "npm:@angular/common", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/common", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/common", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/compiler": [ + { + "source": "npm:@angular/compiler", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/compiler", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/compiler-cli": [ + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@angular/compiler", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@babel/core@7.23.9", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:reflect-metadata", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@angular/compiler-cli", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:@babel/core@7.23.9": [ + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core@7.23.9", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@angular/core": [ + { + "source": "npm:@angular/core", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/core", + "target": "npm:zone.js", + "type": "static" + }, + { + "source": "npm:@angular/core", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/forms": [ + { + "source": "npm:@angular/forms", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/forms", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/platform-browser": [ + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/animations", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/platform-browser-dynamic": [ + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/compiler", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/platform-browser-dynamic", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@angular/router": [ + { + "source": "npm:@angular/router", + "target": "npm:@angular/common", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:@angular/core", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:@angular/platform-browser", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:@angular/router", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@babel/cli": [ + { + "source": "npm:@babel/cli", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:convert-source-map@2.0.0", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:fs-readdir-recursive", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:@nicolo-ribaudo/chokidar-2", + "type": "static" + }, + { + "source": "npm:@babel/cli", + "target": "npm:chokidar", + "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:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator@7.28.0", + "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:convert-source-map@2.0.0", + "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@6.3.1", + "type": "static" + } + ], + "npm:@babel/generator@7.28.0": [ + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator@7.28.0", + "target": "npm:jsesc", + "type": "static" + } + ], + "npm:@babel/eslint-parser": [ + { + "source": "npm:@babel/eslint-parser", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@babel/eslint-parser", + "target": "npm:semver@6.3.1", + "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@6.3.1", + "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@7.27.3", + "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@6.3.1", + "type": "static" + } + ], + "npm:@babel/helper-annotate-as-pure@7.27.3": [ + { + "source": "npm:@babel/helper-annotate-as-pure@7.27.3", + "target": "npm:@babel/types", + "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@7.27.3", + "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@6.3.1", + "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.10", + "type": "static" + } + ], + "npm:resolve@1.22.10": [ + { + "source": "npm:resolve@1.22.10", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve@1.22.10", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve@1.22.10", + "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@7.27.3", + "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-split-export-declaration": [ + { + "source": "npm:@babel/helper-split-export-declaration", + "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-private-property-in-object": [ + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "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-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-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@7.27.3", + "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@7.27.3", + "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-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@7.27.3", + "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@7.27.3", + "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-runtime": [ + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:semver@6.3.1", + "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-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@7.28.0", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "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@0.13.0", + "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@6.3.1", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-generator-functions@7.28.0": [ + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions@7.28.0", + "target": "npm:@babel/traverse", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-to-generator@7.27.1": [ + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator@7.27.1", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-corejs3@0.13.0": [ + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3@0.13.0", + "target": "npm:core-js-compat", + "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/runtime": [ + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "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@7.28.0", + "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:@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@3.4.3", + "type": "static" + } + ], + "npm:@eslint/eslintrc": [ + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv@6.12.6", + "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", + "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@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + } + ], + "npm:@forgerock/davinci-client": [ + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-logger", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-oidc", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-request-middleware", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/sdk-types", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@forgerock/storage", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "npm:@forgerock/davinci-client", + "target": "npm:immer", + "type": "static" + } + ], + "npm:@forgerock/javascript-sdk": [ + { + "source": "npm:@forgerock/javascript-sdk", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "npm:@forgerock/javascript-sdk", + "target": "npm:immer", + "type": "static" + } + ], + "npm:@forgerock/ping-protect": [ + { + "source": "npm:@forgerock/ping-protect", + "target": "npm:@forgerock/javascript-sdk", + "type": "static" + } + ], + "npm:@forgerock/sdk-oidc": [ + { + "source": "npm:@forgerock/sdk-oidc", + "target": "npm:@forgerock/sdk-types", + "type": "static" + }, + { + "source": "npm:@forgerock/sdk-oidc", + "target": "npm:@forgerock/sdk-utilities", + "type": "static" + } + ], + "npm:@forgerock/sdk-request-middleware": [ + { + "source": "npm:@forgerock/sdk-request-middleware", + "target": "npm:@reduxjs/toolkit", + "type": "static" + } + ], + "npm:@forgerock/storage": [ + { + "source": "npm:@forgerock/storage", + "target": "npm:@forgerock/sdk-types", + "type": "static" + } + ], + "npm:@humanwhocodes/config-array": [ + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:@humanwhocodes/object-schema", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:minimatch", + "type": "static" + } + ], + "npm:@isaacs/cliui": [ + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "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.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@8.1.0": [ + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "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.0", + "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", + "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", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:resolve-from", + "type": "static" + } + ], + "npm:@jest/schemas": [ + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "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/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:@jsonjoy.com/base64": [ + { + "source": "npm:@jsonjoy.com/base64", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@jsonjoy.com/json-pack": [ + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:@jsonjoy.com/base64", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:@jsonjoy.com/util", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:hyperdyperid", + "type": "static" + }, + { + "source": "npm:@jsonjoy.com/json-pack", + "target": "npm:thingies", + "type": "static" + } + ], + "npm:@jsonjoy.com/util": [ + { + "source": "npm:@jsonjoy.com/util", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@koa/cors": [ + { + "source": "npm:@koa/cors", + "target": "npm:vary", + "type": "static" + } + ], + "npm:@ljharb/through": [ + { + "source": "npm:@ljharb/through", + "target": "npm:call-bind", + "type": "static" + } + ], + "npm:@ngtools/webpack": [ + { + "source": "npm:@ngtools/webpack", + "target": "npm:@angular/compiler-cli", + "type": "static" + }, + { + "source": "npm:@ngtools/webpack", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@ngtools/webpack", + "target": "npm:webpack", + "type": "static" + } + ], + "npm:@nicolo-ribaudo/eslint-scope-5-internals": [ + { + "source": "npm:@nicolo-ribaudo/eslint-scope-5-internals", + "target": "npm:eslint-scope@5.1.1", + "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@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:@npmcli/agent", + "target": "npm:socks-proxy-agent", + "type": "static" + } + ], + "npm:http-proxy-agent@7.0.2": [ + { + "source": "npm:http-proxy-agent@7.0.2", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@7.0.2", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@npmcli/fs": [ + { + "source": "npm:@npmcli/fs", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@npmcli/git": [ + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:ini@4.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.4.3", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which@4.0.0", + "type": "static" + } + ], + "npm:which@4.0.0": [ + { + "source": "npm:which@4.0.0", + "target": "npm:isexe@3.1.1", + "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/package-json": [ + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.4.5", + "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:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver", + "type": "static" + } + ], + "npm:brace-expansion@2.0.2": [ + { + "source": "npm:brace-expansion@2.0.2", + "target": "npm:balanced-match", + "type": "static" + } + ], + "npm:glob@10.4.5": [ + { + "source": "npm:glob@10.4.5", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:package-json-from-dist", + "type": "static" + }, + { + "source": "npm:glob@10.4.5", + "target": "npm:path-scurry", + "type": "static" + } + ], + "npm:minimatch@9.0.5": [ + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + } + ], + "npm:@npmcli/promise-spawn": [ + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which@4.0.0", + "type": "static" + } + ], + "npm:@npmcli/run-script": [ + { + "source": "npm:@npmcli/run-script", + "target": "npm:@npmcli/node-gyp", + "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:which@4.0.0", + "type": "static" + } + ], + "npm:@nrwl/devkit": [ + { + "source": "npm:@nrwl/devkit", + "target": "npm:@nx/devkit", + "type": "static" + } + ], + "npm:@nrwl/tao": [ + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@nx/devkit": [ + { + "source": "npm:@nx/devkit", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:@nrwl/devkit", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:semver@7.5.3": [ + { + "source": "npm:semver@7.5.3", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:@paralleldrive/cuid2": [ + { + "source": "npm:@paralleldrive/cuid2", + "target": "npm:@noble/hashes", + "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@7.1.1", + "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:@playwright/test": [ + { + "source": "npm:@playwright/test", + "target": "npm:playwright", + "type": "static" + } + ], + "npm:@reduxjs/toolkit": [ + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:react", + "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:@schematics/angular": [ + { + "source": "npm:@schematics/angular", + "target": "npm:@angular-devkit/core", + "type": "static" + }, + { + "source": "npm:@schematics/angular", + "target": "npm:@angular-devkit/schematics", + "type": "static" + }, + { + "source": "npm:@schematics/angular", + "target": "npm:jsonc-parser", + "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:@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", + "type": "static" + }, + { + "source": "npm:@sigstore/sign", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:@sigstore/sign", + "target": "npm:promise-retry", + "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:@tufjs/models": [ + { + "source": "npm:@tufjs/models", + "target": "npm:@tufjs/canonical-json", + "type": "static" + }, + { + "source": "npm:@tufjs/models", + "target": "npm:minimatch@9.0.5", + "type": "static" + } + ], + "npm:@types/body-parser": [ + { + "source": "npm:@types/body-parser", + "target": "npm:@types/connect", + "type": "static" + }, + { + "source": "npm:@types/body-parser", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/bonjour": [ + { + "source": "npm:@types/bonjour", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/connect": [ + { + "source": "npm:@types/connect", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/connect-history-api-fallback": [ + { + "source": "npm:@types/connect-history-api-fallback", + "target": "npm:@types/express-serve-static-core", + "type": "static" + }, + { + "source": "npm:@types/connect-history-api-fallback", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/cors": [ + { + "source": "npm:@types/cors", + "target": "npm:@types/node", + "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/express": [ + { + "source": "npm:@types/express", + "target": "npm:@types/body-parser", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/express-serve-static-core@4.19.6", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express", + "target": "npm:@types/serve-static", + "type": "static" + } + ], + "npm:@types/express-serve-static-core": [ + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/range-parser", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core", + "target": "npm:@types/send", + "type": "static" + } + ], + "npm:@types/express-serve-static-core@4.19.6": [ + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/range-parser", + "type": "static" + }, + { + "source": "npm:@types/express-serve-static-core@4.19.6", + "target": "npm:@types/send", + "type": "static" + } + ], + "npm:@types/http-proxy": [ + { + "source": "npm:@types/http-proxy", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/node": [ + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + } + ], + "npm:@types/node-forge": [ + { + "source": "npm:@types/node-forge", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/send": [ + { + "source": "npm:@types/send", + "target": "npm:@types/mime", + "type": "static" + }, + { + "source": "npm:@types/send", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/serve-index": [ + { + "source": "npm:@types/serve-index", + "target": "npm:@types/express", + "type": "static" + } + ], + "npm:@types/serve-static": [ + { + "source": "npm:@types/serve-static", + "target": "npm:@types/http-errors", + "type": "static" + }, + { + "source": "npm:@types/serve-static", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/serve-static", + "target": "npm:@types/send", + "type": "static" + } + ], + "npm:@types/sockjs": [ + { + "source": "npm:@types/sockjs", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/ws": [ + { + "source": "npm:@types/ws", + "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:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/scope-manager@6.21.0": [ + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + } + ], + "npm:@typescript-eslint/type-utils@6.21.0": [ + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/typescript-estree@6.21.0": [ + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:minimatch@9.0.3", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/utils@6.21.0": [ + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@typescript-eslint/visitor-keys@6.21.0": [ + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@6.21.0", + "target": "npm:eslint-visitor-keys@3.4.3", + "type": "static" + } + ], + "npm:minimatch@9.0.3": [ + { + "source": "npm:minimatch@9.0.3", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + } + ], + "npm:@typescript-eslint/parser": [ + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "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/type-utils": [ + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "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-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:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "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:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@types/semver", + "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" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:semver", + "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@3.4.3", + "type": "static" + } + ], + "npm:@vitejs/plugin-basic-ssl": [ + { + "source": "npm:@vitejs/plugin-basic-ssl", + "target": "npm:vite", + "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:@webpack-cli/configtest": [ + { + "source": "npm:@webpack-cli/configtest", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/configtest", + "target": "npm:webpack-cli", + "type": "static" + } + ], + "npm:@webpack-cli/info": [ + { + "source": "npm:@webpack-cli/info", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/info", + "target": "npm:webpack-cli", + "type": "static" + } + ], + "npm:@webpack-cli/serve": [ + { + "source": "npm:@webpack-cli/serve", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:@webpack-cli/serve", + "target": "npm:webpack-cli", + "type": "static" + } + ], + "npm:@yarnpkg/parsers": [ + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@zkochan/js-yaml": [ + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse@2.0.1", + "type": "static" + } + ], + "npm:abort-controller": [ + { + "source": "npm:abort-controller", + "target": "npm:event-target-shim", + "type": "static" + } + ], + "npm:abstract-leveldown": [ + { + "source": "npm:abstract-leveldown", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:immediate", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:level-concat-iterator", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:level-supports", + "type": "static" + }, + { + "source": "npm:abstract-leveldown", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:accepts": [ + { + "source": "npm:accepts", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:accepts", + "target": "npm:negotiator", + "type": "static" + } + ], + "npm:acorn-import-attributes": [ + { + "source": "npm:acorn-import-attributes", + "target": "npm:acorn", + "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:adjust-sourcemap-loader": [ + { + "source": "npm:adjust-sourcemap-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:adjust-sourcemap-loader", + "target": "npm:regex-parser", + "type": "static" + } + ], + "npm:loader-utils@2.0.4": [ + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:big.js", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:emojis-list", + "type": "static" + }, + { + "source": "npm:loader-utils@2.0.4", + "target": "npm:json5", + "type": "static" + } + ], + "npm:aggregate-error": [ + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + } + ], + "npm:ajv": [ + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + } + ], + "npm:ajv-formats": [ + { + "source": "npm:ajv-formats", + "target": "npm:ajv", + "type": "static" + } + ], + "npm:ajv-keywords": [ + { + "source": "npm:ajv-keywords", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv-keywords", + "target": "npm:ajv@8.17.1", + "type": "static" + } + ], + "npm:ansi-escape-sequences": [ + { + "source": "npm:ansi-escape-sequences", + "target": "npm:array-back", + "type": "static" + } + ], + "npm:ansi-escapes": [ + { + "source": "npm:ansi-escapes", + "target": "npm:type-fest@0.21.3", + "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@2.3.1", + "type": "static" + } + ], + "npm:argparse": [ + { + "source": "npm:argparse", + "target": "npm:sprintf-js", + "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:autoprefixer": [ + { + "source": "npm:autoprefixer", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:fraction.js", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:normalize-range", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:autoprefixer", + "target": "npm:postcss-value-parser", + "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", + "type": "static" + } + ], + "npm:axobject-query": [ + { + "source": "npm:axobject-query", + "target": "npm:dequal", + "type": "static" + } + ], + "npm:babel-loader": [ + { + "source": "npm:babel-loader", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:find-cache-dir", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:make-dir@3.1.0", + "type": "static" + }, + { + "source": "npm:babel-loader", + "target": "npm:schema-utils", + "type": "static" + } + ], + "npm:make-dir@3.1.0": [ + { + "source": "npm:make-dir@3.1.0", + "target": "npm:semver@6.3.1", + "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-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@6.3.1", + "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:basic-auth": [ + { + "source": "npm:basic-auth", + "target": "npm:safe-buffer@5.1.2", + "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:body-parser": [ + { + "source": "npm:body-parser", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:raw-body", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:body-parser", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:debug@2.6.9": [ + { + "source": "npm:debug@2.6.9", + "target": "npm:ms@2.0.0", + "type": "static" + } + ], + "npm:bonjour-service": [ + { + "source": "npm:bonjour-service", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:bonjour-service", + "target": "npm:multicast-dns", + "type": "static" + } + ], + "npm:bootstrap": [ + { + "source": "npm:bootstrap", + "target": "npm:@popperjs/core", + "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: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:buffer": [ + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + } + ], + "npm:builtins": [ + { + "source": "npm:builtins", + "target": "npm:semver", + "type": "static" + } + ], + "npm:bundle-name": [ + { + "source": "npm:bundle-name", + "target": "npm:run-applescript", + "type": "static" + } + ], + "npm:cacache": [ + { + "source": "npm:cacache", + "target": "npm:@npmcli/fs", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:fs-minipass", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:glob@10.4.5", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:lru-cache@10.4.3", + "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", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:tar", + "type": "static" + }, + { + "source": "npm:cacache", + "target": "npm:unique-filename", + "type": "static" + } + ], + "npm:cache-content-type": [ + { + "source": "npm:cache-content-type", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:cache-content-type", + "target": "npm:ylru", + "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:camel-case": [ + { + "source": "npm:camel-case", + "target": "npm:pascal-case", + "type": "static" + }, + { + "source": "npm:camel-case", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:chalk": [ + { + "source": "npm:chalk", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:chokidar": [ + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:clean-css": [ + { + "source": "npm:clean-css", + "target": "npm:source-map@0.6.1", + "type": "static" + } + ], + "npm:cli-cursor": [ + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + } + ], + "npm:cli-truncate": [ + { + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:string-width@7.2.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: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:clone-deep": [ + { + "source": "npm:clone-deep", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:clone-deep", + "target": "npm:kind-of", + "type": "static" + }, + { + "source": "npm:clone-deep", + "target": "npm:shallow-clone", + "type": "static" + } + ], + "npm:co-body": [ + { + "source": "npm:co-body", + "target": "npm:@hapi/bourne", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:inflation", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:raw-body", + "type": "static" + }, + { + "source": "npm:co-body", + "target": "npm:type-is", + "type": "static" + } + ], + "npm:color-convert": [ + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + } + ], + "npm:combined-stream": [ + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + } + ], + "npm:command-line-args": [ + { + "source": "npm:command-line-args", + "target": "npm:array-back@3.1.0", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:find-replace", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:lodash.camelcase", + "type": "static" + }, + { + "source": "npm:command-line-args", + "target": "npm:typical@4.0.0", + "type": "static" + } + ], + "npm:command-line-usage": [ + { + "source": "npm:command-line-usage", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:table-layout", + "type": "static" + }, + { + "source": "npm:command-line-usage", + "target": "npm:typical@5.2.0", + "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:supports-color@5.5.0": [ + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + } + ], + "npm:compressible": [ + { + "source": "npm:compressible", + "target": "npm:mime-db", + "type": "static" + } + ], + "npm:compression": [ + { + "source": "npm:compression", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:compressible", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:negotiator@0.6.4", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:on-headers", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:compression", + "target": "npm:vary", + "type": "static" + } + ], + "npm:connect": [ + { + "source": "npm:connect", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:finalhandler@1.1.2", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:connect", + "target": "npm:utils-merge", + "type": "static" + } + ], + "npm:finalhandler@1.1.2": [ + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:on-finished@2.3.0", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:finalhandler@1.1.2", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:on-finished@2.3.0": [ + { + "source": "npm:on-finished@2.3.0", + "target": "npm:ee-first", + "type": "static" + } + ], + "npm:content-disposition": [ + { + "source": "npm:content-disposition", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:cookie-parser": [ + { + "source": "npm:cookie-parser", + "target": "npm:cookie", + "type": "static" + }, + { + "source": "npm:cookie-parser", + "target": "npm:cookie-signature", + "type": "static" + } + ], + "npm:cookies": [ + { + "source": "npm:cookies", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:cookies", + "target": "npm:keygrip", + "type": "static" + } + ], + "npm:copy-anything": [ + { + "source": "npm:copy-anything", + "target": "npm:is-what", + "type": "static" + } + ], + "npm:copy-webpack-plugin": [ + { + "source": "npm:copy-webpack-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:glob-parent@6.0.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:globby@13.2.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:copy-webpack-plugin", + "target": "npm:serialize-javascript", + "type": "static" + } + ], + "npm:glob-parent@6.0.2": [ + { + "source": "npm:glob-parent@6.0.2", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:globby@13.2.2": [ + { + "source": "npm:globby@13.2.2", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby@13.2.2", + "target": "npm:slash@4.0.0", + "type": "static" + } + ], + "npm:core-js-compat": [ + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + } + ], + "npm:cors": [ + { + "source": "npm:cors", + "target": "npm:object-assign", + "type": "static" + }, + { + "source": "npm:cors", + "target": "npm:vary", + "type": "static" + } + ], + "npm:cosmiconfig": [ + { + "source": "npm:cosmiconfig", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:yaml@1.10.2", + "type": "static" + } + ], + "npm:critters": [ + { + "source": "npm:critters", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:css-select", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:dom-serializer", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:domhandler", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:htmlparser2", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:critters", + "target": "npm:postcss-media-query-parser", + "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:css-loader": [ + { + "source": "npm:css-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader", + "target": "npm:semver", + "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: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:default-browser": [ + { + "source": "npm:default-browser", + "target": "npm:bundle-name", + "type": "static" + }, + { + "source": "npm:default-browser", + "target": "npm:default-browser-id", + "type": "static" + } + ], + "npm:default-gateway": [ + { + "source": "npm:default-gateway", + "target": "npm:execa@5.1.1", + "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@2.0.1", + "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@4.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + } + ], + "npm:npm-run-path@4.0.1": [ + { + "source": "npm:npm-run-path@4.0.1", + "target": "npm:path-key", + "type": "static" + } + ], + "npm:onetime@5.1.2": [ + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + } + ], + "npm:defaults": [ + { + "source": "npm:defaults", + "target": "npm:clone", + "type": "static" + } + ], + "npm:deferred-leveldown": [ + { + "source": "npm:deferred-leveldown", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:deferred-leveldown", + "target": "npm:inherits", + "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:dezalgo": [ + { + "source": "npm:dezalgo", + "target": "npm:asap", + "type": "static" + }, + { + "source": "npm:dezalgo", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:dir-glob": [ + { + "source": "npm:dir-glob", + "target": "npm:path-type", + "type": "static" + } + ], + "npm:dns-packet": [ + { + "source": "npm:dns-packet", + "target": "npm:@leichtgewicht/ip-codec", + "type": "static" + } + ], + "npm:doctrine": [ + { + "source": "npm:doctrine", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:dom-converter": [ + { + "source": "npm:dom-converter", + "target": "npm:utila", + "type": "static" + } + ], + "npm:dom-serialize": [ + { + "source": "npm:dom-serialize", + "target": "npm:custom-event", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:ent", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:extend", + "type": "static" + }, + { + "source": "npm:dom-serialize", + "target": "npm:void-elements", + "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: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: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-down": [ + { + "source": "npm:encoding-down", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:level-codec", + "type": "static" + }, + { + "source": "npm:encoding-down", + "target": "npm:level-errors", + "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:end-stream": [ + { + "source": "npm:end-stream", + "target": "npm:write-stream", + "type": "static" + } + ], + "npm:engine.io": [ + { + "source": "npm:engine.io", + "target": "npm:@types/cors", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:base64id", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:cookie", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:cors", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:engine.io-parser", + "type": "static" + }, + { + "source": "npm:engine.io", + "target": "npm:ws", + "type": "static" + } + ], + "npm:debug@4.3.7": [ + { + "source": "npm:debug@4.3.7", + "target": "npm:ms", + "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" + } + ], + "npm:ent": [ + { + "source": "npm:ent", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:ent", + "target": "npm:safe-regex-test", + "type": "static" + } + ], + "npm:errno": [ + { + "source": "npm:errno", + "target": "npm:prr", + "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:esbuild": [ + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "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/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@ungap/structured-clone", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv@6.12.6", + "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:doctrine", + "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@3.4.3", + "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@5.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent@6.0.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:graphemer", + "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:is-path-inside", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:levn", + "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" + }, + { + "source": "npm:eslint", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:text-table", + "type": "static" + } + ], + "npm:eslint-compat-utils": [ + { + "source": "npm:eslint-compat-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-compat-utils", + "target": "npm:semver", + "type": "static" + } + ], + "npm:eslint-config-prettier": [ + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + } + ], + "npm:eslint-config-standard": [ + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-import", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-n", + "type": "static" + }, + { + "source": "npm:eslint-config-standard", + "target": "npm:eslint-plugin-promise", + "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", + "type": "static" + } + ], + "npm:debug@3.2.7": [ + { + "source": "npm:debug@3.2.7", + "target": "npm:ms", + "type": "static" + } + ], + "npm:eslint-module-utils": [ + { + "source": "npm:eslint-module-utils", + "target": "npm:debug@3.2.7", + "type": "static" + } + ], + "npm:eslint-plugin-es-x": [ + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint-plugin-es-x", + "target": "npm:eslint-compat-utils", + "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@2.1.0", + "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@6.3.1", + "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:doctrine@2.1.0": [ + { + "source": "npm:doctrine@2.1.0", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:eslint-plugin-jsx": [ + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:eslint-plugin-react@3.4.2", + "type": "static" + }, + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:html-tags", + "type": "static" + }, + { + "source": "npm:eslint-plugin-jsx", + "target": "npm:svg-tags", + "type": "static" + } + ], + "npm:eslint-plugin-n": [ + { + "source": "npm:eslint-plugin-n", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:builtins", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:eslint-plugin-es-x", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:get-tsconfig", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:is-builtin-module", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:eslint-plugin-n", + "target": "npm:semver", + "type": "static" + } + ], + "npm:eslint-plugin-prettier": [ + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier-linter-helpers", + "type": "static" + } + ], + "npm:eslint-plugin-promise": [ + { + "source": "npm:eslint-plugin-promise", + "target": "npm:eslint", + "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@2.1.0", + "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@6.3.1", + "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" + } + ], + "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:find-up@5.0.0": [ + { + "source": "npm:find-up@5.0.0", + "target": "npm:locate-path@6.0.0", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:path-exists", + "type": "static" + } + ], + "npm:locate-path@6.0.0": [ + { + "source": "npm:locate-path@6.0.0", + "target": "npm:p-locate@5.0.0", + "type": "static" + } + ], + "npm:p-limit@3.1.0": [ + { + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue@0.1.0", + "type": "static" + } + ], + "npm:p-locate@5.0.0": [ + { + "source": "npm:p-locate@5.0.0", + "target": "npm:p-limit@3.1.0", + "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@3.4.3", + "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:express": [ + { + "source": "npm:express", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:array-flatten", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:body-parser", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:cookie@0.7.1", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:cookie-signature", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:finalhandler", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:merge-descriptors", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:path-to-regexp", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:proxy-addr", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:send", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:serve-static", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:utils-merge", + "type": "static" + }, + { + "source": "npm:express", + "target": "npm:vary", + "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: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", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:fastq": [ + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + } + ], + "npm:faye-websocket": [ + { + "source": "npm:faye-websocket", + "target": "npm:websocket-driver", + "type": "static" + } + ], + "npm:fetch-cookie": [ + { + "source": "npm:fetch-cookie", + "target": "npm:tough-cookie", + "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:filelist": [ + { + "source": "npm:filelist", + "target": "npm:minimatch@5.1.6", + "type": "static" + } + ], + "npm:minimatch@5.1.6": [ + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion@2.0.2", + "type": "static" + } + ], + "npm:fill-range": [ + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + } + ], + "npm:finalhandler": [ + { + "source": "npm:finalhandler", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:finalhandler", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:find-cache-dir": [ + { + "source": "npm:find-cache-dir", + "target": "npm:commondir", + "type": "static" + }, + { + "source": "npm:find-cache-dir", + "target": "npm:make-dir@3.1.0", + "type": "static" + }, + { + "source": "npm:find-cache-dir", + "target": "npm:pkg-dir", + "type": "static" + } + ], + "npm:find-replace": [ + { + "source": "npm:find-replace", + "target": "npm:array-back@3.1.0", + "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" + }, + { + "source": "npm:flat-cache", + "target": "npm:rimraf@3.0.2", + "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", + "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:formidable": [ + { + "source": "npm:formidable", + "target": "npm:@paralleldrive/cuid2", + "type": "static" + }, + { + "source": "npm:formidable", + "target": "npm:dezalgo", + "type": "static" + }, + { + "source": "npm:formidable", + "target": "npm:once", + "type": "static" + } + ], + "npm:fs-extra": [ + { + "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-proto": [ + { + "source": "npm:get-proto", + "target": "npm:dunder-proto", + "type": "static" + }, + { + "source": "npm:get-proto", + "target": "npm:es-object-atoms", + "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: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:globals": [ + { + "source": "npm:globals", + "target": "npm:type-fest", + "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:array-union", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash@3.0.0", + "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:hasown": [ + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + } + ], + "npm:hosted-git-info": [ + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.4.3", + "type": "static" + } + ], + "npm:hpack.js": [ + { + "source": "npm:hpack.js", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:obuf", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:hpack.js", + "target": "npm:wbuf", + "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:html-minifier-terser": [ + { + "source": "npm:html-minifier-terser", + "target": "npm:camel-case", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:clean-css", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:commander@8.3.0", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:he", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:param-case", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:relateurl", + "type": "static" + }, + { + "source": "npm:html-minifier-terser", + "target": "npm:terser", + "type": "static" + } + ], + "npm:html-webpack-plugin": [ + { + "source": "npm:html-webpack-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:@types/html-minifier-terser", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:html-minifier-terser", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:pretty-error", + "type": "static" + }, + { + "source": "npm:html-webpack-plugin", + "target": "npm:tapable", + "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", + "type": "static" + } + ], + "npm:http-assert": [ + { + "source": "npm:http-assert", + "target": "npm:deep-equal", + "type": "static" + }, + { + "source": "npm:http-assert", + "target": "npm:http-errors@1.8.1", + "type": "static" + } + ], + "npm:http-errors@1.8.1": [ + { + "source": "npm:http-errors@1.8.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.8.1", + "target": "npm:toidentifier", + "type": "static" + } + ], + "npm:http-errors": [ + { + "source": "npm:http-errors", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:http-errors", + "target": "npm:toidentifier", + "type": "static" + } + ], + "npm:http-proxy": [ + { + "source": "npm:http-proxy", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:http-proxy", + "target": "npm:requires-port", + "type": "static" + } + ], + "npm:http-proxy-agent": [ + { + "source": "npm:http-proxy-agent", + "target": "npm:@tootallnate/once", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + } + ], + "npm:agent-base@6.0.2": [ + { + "source": "npm:agent-base@6.0.2", + "target": "npm:debug", + "type": "static" + } + ], + "npm:http-proxy-middleware": [ + { + "source": "npm:http-proxy-middleware", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:@types/http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware", + "target": "npm:micromatch", + "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:icss-utils": [ + { + "source": "npm:icss-utils", + "target": "npm:postcss", + "type": "static" + } + ], + "npm:ignore-walk": [ + { + "source": "npm:ignore-walk", + "target": "npm:minimatch@9.0.5", + "type": "static" + } + ], + "npm:import-fresh": [ + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "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:inquirer": [ + { + "source": "npm:inquirer", + "target": "npm:@ljharb/through", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:chalk@5.4.1", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:cli-width", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:external-editor", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:mute-stream", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:run-async", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:rxjs", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:inquirer", + "target": "npm:wrap-ansi", + "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:ip-address": [ + { + "source": "npm:ip-address", + "target": "npm:jsbn", + "type": "static" + }, + { + "source": "npm:ip-address", + "target": "npm:sprintf-js@1.1.3", + "type": "static" + } + ], + "npm:is-arguments": [ + { + "source": "npm:is-arguments", + "target": "npm:call-bound", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", + "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-binary-path": [ + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "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-builtin-module": [ + { + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", + "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@3.0.0", + "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-plain-object": [ + { + "source": "npm:is-plain-object", + "target": "npm:isobject", + "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-shared-array-buffer": [ + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bound", + "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-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-docker", + "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@6.3.1", + "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@4.0.0", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:make-dir@4.0.0": [ + { + "source": "npm:make-dir@4.0.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:istanbul-lib-source-maps": [ + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:source-map@0.6.1", + "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-diff": [ + { + "source": "npm:jest-diff", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-worker": [ + { + "source": "npm:jest-worker", + "target": "npm:@types/node", + "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:supports-color@8.1.1": [ + { + "source": "npm:supports-color@8.1.1", + "target": "npm:has-flag", + "type": "static" + } + ], + "npm:js-yaml": [ + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:esprima", + "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: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:karma": [ + { + "source": "npm:karma", + "target": "npm:@colors/colors", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:body-parser", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:connect", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:di", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:dom-serialize", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:isbinaryfile", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:log4js", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:mkdirp", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:qjobs", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:socket.io", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:ua-parser-js", + "type": "static" + }, + { + "source": "npm:karma", + "target": "npm:yargs@16.2.0", + "type": "static" + } + ], + "npm:karma-chrome-launcher": [ + { + "source": "npm:karma-chrome-launcher", + "target": "npm:which@1.3.1", + "type": "static" + } + ], + "npm:which@1.3.1": [ + { + "source": "npm:which@1.3.1", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:karma-coverage": [ + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-instrument", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:karma-coverage", + "target": "npm:minimatch", + "type": "static" + } + ], + "npm:karma-jasmine": [ + { + "source": "npm:karma-jasmine", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:karma-jasmine", + "target": "npm:jasmine-core@4.6.1", + "type": "static" + } + ], + "npm:karma-jasmine-html-reporter": [ + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:jasmine-core", + "type": "static" + }, + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:karma", + "type": "static" + }, + { + "source": "npm:karma-jasmine-html-reporter", + "target": "npm:karma-jasmine", + "type": "static" + } + ], + "npm:karma-source-map-support": [ + { + "source": "npm:karma-source-map-support", + "target": "npm:source-map-support", + "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:keygrip": [ + { + "source": "npm:keygrip", + "target": "npm:tsscmp", + "type": "static" + } + ], + "npm:keyv": [ + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + } + ], + "npm:koa": [ + { + "source": "npm:koa", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:cache-content-type", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:cookies", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:delegates", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:http-assert", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:http-errors@1.8.1", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:is-generator-function", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:koa-compose", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:koa-convert", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:only", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:statuses@1.5.0", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:koa", + "target": "npm:vary", + "type": "static" + } + ], + "npm:koa-bodyparser": [ + { + "source": "npm:koa-bodyparser", + "target": "npm:co-body", + "type": "static" + }, + { + "source": "npm:koa-bodyparser", + "target": "npm:copy-to", + "type": "static" + }, + { + "source": "npm:koa-bodyparser", + "target": "npm:type-is", + "type": "static" + } + ], + "npm:koa-compress": [ + { + "source": "npm:koa-compress", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:compressible", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:koa-is-json", + "type": "static" + }, + { + "source": "npm:koa-compress", + "target": "npm:statuses@1.5.0", + "type": "static" + } + ], + "npm:koa-convert": [ + { + "source": "npm:koa-convert", + "target": "npm:co", + "type": "static" + }, + { + "source": "npm:koa-convert", + "target": "npm:koa-compose", + "type": "static" + } + ], + "npm:koa-etag": [ + { + "source": "npm:koa-etag", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:koa-etag", + "target": "npm:mz", + "type": "static" + } + ], + "npm:koa-json": [ + { + "source": "npm:koa-json", + "target": "npm:koa-is-json", + "type": "static" + }, + { + "source": "npm:koa-json", + "target": "npm:streaming-json-stringify", + "type": "static" + } + ], + "npm:koa-morgan": [ + { + "source": "npm:koa-morgan", + "target": "npm:morgan", + "type": "static" + } + ], + "npm:koa-range": [ + { + "source": "npm:koa-range", + "target": "npm:stream-slice", + "type": "static" + } + ], + "npm:koa-route": [ + { + "source": "npm:koa-route", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa-route", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:koa-route", + "target": "npm:path-to-regexp@1.9.0", + "type": "static" + } + ], + "npm:path-to-regexp@1.9.0": [ + { + "source": "npm:path-to-regexp@1.9.0", + "target": "npm:isarray@0.0.1", + "type": "static" + } + ], + "npm:koa-send": [ + { + "source": "npm:koa-send", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:koa-send", + "target": "npm:http-errors@1.8.1", + "type": "static" + }, + { + "source": "npm:koa-send", + "target": "npm:resolve-path", + "type": "static" + } + ], + "npm:koa-static": [ + { + "source": "npm:koa-static", + "target": "npm:debug@3.2.7", + "type": "static" + }, + { + "source": "npm:koa-static", + "target": "npm:koa-send", + "type": "static" + } + ], + "npm:launch-editor": [ + { + "source": "npm:launch-editor", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:launch-editor", + "target": "npm:shell-quote", + "type": "static" + } + ], + "npm:less": [ + { + "source": "npm:less", + "target": "npm:copy-anything", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:parse-node-version", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:errno", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:image-size", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:needle", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:source-map@0.6.1", + "type": "static" + } + ], + "npm:less-loader": [ + { + "source": "npm:less-loader", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:less-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:less-loader", + "target": "npm:klona", + "type": "static" + } + ], + "npm:level": [ + { + "source": "npm:level", + "target": "npm:level-js", + "type": "static" + }, + { + "source": "npm:level", + "target": "npm:level-packager", + "type": "static" + }, + { + "source": "npm:level", + "target": "npm:leveldown", + "type": "static" + } + ], + "npm:level-codec": [ + { + "source": "npm:level-codec", + "target": "npm:buffer", + "type": "static" + } + ], + "npm:level-errors": [ + { + "source": "npm:level-errors", + "target": "npm:errno", + "type": "static" + } + ], + "npm:level-iterator-stream": [ + { + "source": "npm:level-iterator-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:level-iterator-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:level-iterator-stream", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:level-js": [ + { + "source": "npm:level-js", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:level-js", + "target": "npm:ltgt", + "type": "static" + } + ], + "npm:level-packager": [ + { + "source": "npm:level-packager", + "target": "npm:encoding-down", + "type": "static" + }, + { + "source": "npm:level-packager", + "target": "npm:levelup", + "type": "static" + } + ], + "npm:level-supports": [ + { + "source": "npm:level-supports", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:level-write-stream": [ + { + "source": "npm:level-write-stream", + "target": "npm:end-stream", + "type": "static" + } + ], + "npm:leveldown": [ + { + "source": "npm:leveldown", + "target": "npm:abstract-leveldown", + "type": "static" + }, + { + "source": "npm:leveldown", + "target": "npm:napi-macros", + "type": "static" + }, + { + "source": "npm:leveldown", + "target": "npm:node-gyp-build@4.1.1", + "type": "static" + } + ], + "npm:levelup": [ + { + "source": "npm:levelup", + "target": "npm:deferred-leveldown", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-errors", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-iterator-stream", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:level-supports", + "type": "static" + }, + { + "source": "npm:levelup", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:levn": [ + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + } + ], + "npm:license-webpack-plugin": [ + { + "source": "npm:license-webpack-plugin", + "target": "npm:webpack-sources", + "type": "static" + } + ], + "npm:lint-staged": [ + { + "source": "npm:lint-staged", + "target": "npm:chalk@5.4.1", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:commander@13.1.0", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:lilconfig", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:listr2", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:pidtree", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:string-argv", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:yaml", + "type": "static" + } + ], + "npm:listr2": [ + { + "source": "npm:listr2", + "target": "npm:cli-truncate", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:eventemitter3@5.0.1", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:log-update", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.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:load-json-file": [ + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:pify@3.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom", + "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:load-module": [ + { + "source": "npm:load-module", + "target": "npm:array-back", + "type": "static" + } + ], + "npm:local-web-server": [ + { + "source": "npm:local-web-server", + "target": "npm:lws", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-basic-auth", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-blacklist", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-body-parser", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-compress", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-conditional-get", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-cors", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-index", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-json", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-log", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-mime", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-range", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-request-monitor", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-rewrite", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-spa", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:lws-static", + "type": "static" + }, + { + "source": "npm:local-web-server", + "target": "npm:node-version-matches", + "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@7.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:cli-cursor@5.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + } + ], + "npm:ansi-escapes@7.0.0": [ + { + "source": "npm:ansi-escapes@7.0.0", + "target": "npm:environment", + "type": "static" + } + ], + "npm:cli-cursor@5.0.0": [ + { + "source": "npm:cli-cursor@5.0.0", + "target": "npm:restore-cursor@5.1.0", + "type": "static" + } + ], + "npm:is-fullwidth-code-point@5.0.0": [ + { + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", + "type": "static" + } + ], + "npm:onetime@7.0.0": [ + { + "source": "npm:onetime@7.0.0", + "target": "npm:mimic-function", + "type": "static" + } + ], + "npm:restore-cursor@5.1.0": [ + { + "source": "npm:restore-cursor@5.1.0", + "target": "npm:onetime@7.0.0", + "type": "static" + }, + { + "source": "npm:restore-cursor@5.1.0", + "target": "npm:signal-exit", + "type": "static" + } + ], + "npm:slice-ansi@7.1.0": [ + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:is-fullwidth-code-point@5.0.0", + "type": "static" + } + ], + "npm:log4js": [ + { + "source": "npm:log4js", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:streamroller", + "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:lws": [ + { + "source": "npm:lws", + "target": "npm:ansi-escape-sequences", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:byte-size", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:command-line-args", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:command-line-usage", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:create-mixin", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:koa", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:load-module", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:lodash.assignwith", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:node-version-matches", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:open@7.4.2", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:qrcode-terminal", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:reduce-flatten", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:typical", + "type": "static" + }, + { + "source": "npm:lws", + "target": "npm:walk-back", + "type": "static" + } + ], + "npm:lws-basic-auth": [ + { + "source": "npm:lws-basic-auth", + "target": "npm:basic-auth", + "type": "static" + } + ], + "npm:lws-blacklist": [ + { + "source": "npm:lws-blacklist", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws-blacklist", + "target": "npm:path-to-regexp@6.3.0", + "type": "static" + } + ], + "npm:lws-body-parser": [ + { + "source": "npm:lws-body-parser", + "target": "npm:koa-bodyparser", + "type": "static" + } + ], + "npm:lws-compress": [ + { + "source": "npm:lws-compress", + "target": "npm:koa-compress", + "type": "static" + } + ], + "npm:lws-conditional-get": [ + { + "source": "npm:lws-conditional-get", + "target": "npm:koa-conditional-get", + "type": "static" + }, + { + "source": "npm:lws-conditional-get", + "target": "npm:koa-etag", + "type": "static" + } + ], + "npm:lws-cors": [ + { + "source": "npm:lws-cors", + "target": "npm:@koa/cors", + "type": "static" + } + ], + "npm:lws-index": [ + { + "source": "npm:lws-index", + "target": "npm:serve-index-75lb", + "type": "static" + } + ], + "npm:lws-json": [ + { + "source": "npm:lws-json", + "target": "npm:koa-json", + "type": "static" + } + ], + "npm:lws-log": [ + { + "source": "npm:lws-log", + "target": "npm:koa-morgan", + "type": "static" + }, + { + "source": "npm:lws-log", + "target": "npm:stream-log-stats", + "type": "static" + } + ], + "npm:lws-range": [ + { + "source": "npm:lws-range", + "target": "npm:koa-range", + "type": "static" + } + ], + "npm:lws-request-monitor": [ + { + "source": "npm:lws-request-monitor", + "target": "npm:byte-size", + "type": "static" + } + ], + "npm:lws-rewrite": [ + { + "source": "npm:lws-rewrite", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:https-proxy-agent@5.0.1", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:koa-route", + "type": "static" + }, + { + "source": "npm:lws-rewrite", + "target": "npm:path-to-regexp@6.3.0", + "type": "static" + } + ], + "npm:https-proxy-agent@5.0.1": [ + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:debug", + "type": "static" + } + ], + "npm:lws-spa": [ + { + "source": "npm:lws-spa", + "target": "npm:koa-send", + "type": "static" + } + ], + "npm:lws-static": [ + { + "source": "npm:lws-static", + "target": "npm:koa-static", + "type": "static" + } + ], + "npm:open@7.4.2": [ + { + "source": "npm:open@7.4.2", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open@7.4.2", + "target": "npm:is-wsl", + "type": "static" + } + ], + "npm:magic-string": [ + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:make-dir": [ + { + "source": "npm:make-dir", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver@5.7.2", + "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:is-lambda", + "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@4.2.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:make-fetch-happen", + "target": "npm:ssri", + "type": "static" + } + ], + "npm:memfs": [ + { + "source": "npm:memfs", + "target": "npm:fs-monkey", + "type": "static" + } + ], + "npm:micromatch": [ + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:mime-types": [ + { + "source": "npm:mime-types", + "target": "npm:mime-db@1.52.0", + "type": "static" + } + ], + "npm:mini-css-extract-plugin": [ + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:mini-css-extract-plugin", + "target": "npm:webpack-sources@1.4.3", + "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@0.6.1", + "type": "static" + } + ], + "npm:minimatch": [ + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "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-json-stream": [ + { + "source": "npm:minipass-json-stream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:minipass-json-stream", + "target": "npm:minipass@3.3.6", + "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@3.3.6", + "type": "static" + }, + { + "source": "npm:minizlib", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:mkdirp": [ + { + "source": "npm:mkdirp", + "target": "npm:minimist", + "type": "static" + } + ], + "npm:morgan": [ + { + "source": "npm:morgan", + "target": "npm:basic-auth", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:on-finished@2.3.0", + "type": "static" + }, + { + "source": "npm:morgan", + "target": "npm:on-headers", + "type": "static" + } + ], + "npm:multicast-dns": [ + { + "source": "npm:multicast-dns", + "target": "npm:dns-packet", + "type": "static" + }, + { + "source": "npm:multicast-dns", + "target": "npm:thunky", + "type": "static" + } + ], + "npm:mz": [ + { + "source": "npm:mz", + "target": "npm:any-promise", + "type": "static" + }, + { + "source": "npm:mz", + "target": "npm:object-assign", + "type": "static" + }, + { + "source": "npm:mz", + "target": "npm:thenify-all", + "type": "static" + } + ], + "npm:needle": [ + { + "source": "npm:needle", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:needle", + "target": "npm:sax", + "type": "static" + } + ], + "npm:nice-napi": [ + { + "source": "npm:nice-napi", + "target": "npm:node-addon-api", + "type": "static" + }, + { + "source": "npm:nice-napi", + "target": "npm:node-gyp-build", + "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-fetch": [ + { + "source": "npm:node-fetch", + "target": "npm:encoding", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:whatwg-url", + "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:glob@10.4.5", + "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", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:proc-log@4.2.0", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:tar", + "type": "static" + }, + { + "source": "npm:node-gyp", + "target": "npm:which@4.0.0", + "type": "static" + } + ], + "npm:node-version-matches": [ + { + "source": "npm:node-version-matches", + "target": "npm:semver@6.3.1", + "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", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "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", + "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", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + } + ], + "npm:npm-packlist": [ + { + "source": "npm:npm-packlist", + "target": "npm:ignore-walk", + "type": "static" + } + ], + "npm:npm-pick-manifest": [ + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:semver", + "type": "static" + } + ], + "npm:npm-registry-fetch": [ + { + "source": "npm:npm-registry-fetch", + "target": "npm:@npmcli/redact", + "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:minipass-json-stream", + "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@4.2.0", + "type": "static" + } + ], + "npm:npm-run-all": [ + { + "source": "npm:npm-run-all", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:cross-spawn@6.0.6", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:memorystream", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:pidtree@0.3.1", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:shell-quote", + "type": "static" + }, + { + "source": "npm:npm-run-all", + "target": "npm:string.prototype.padend", + "type": "static" + } + ], + "npm:cross-spawn@6.0.6": [ + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:nice-try", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:path-key@2.0.1", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:semver@5.7.2", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:shebang-command@1.2.0", + "type": "static" + }, + { + "source": "npm:cross-spawn@6.0.6", + "target": "npm:which@1.3.1", + "type": "static" + } + ], + "npm:shebang-command@1.2.0": [ + { + "source": "npm:shebang-command@1.2.0", + "target": "npm:shebang-regex@1.0.0", + "type": "static" + } + ], + "npm:npm-run-path": [ + { + "source": "npm:npm-run-path", + "target": "npm:path-key@4.0.0", + "type": "static" + } + ], + "npm:nth-check": [ + { + "source": "npm:nth-check", + "target": "npm:boolbase", + "type": "static" + } + ], + "npm:nx": [ + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "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:chalk", + "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@16.3.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:glob@7.1.4", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser@3.2.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch@3.0.5", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path@4.0.1", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "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:v8-compile-cache", + "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:glob@7.1.4": [ + { + "source": "npm:glob@7.1.4", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:minimatch@3.0.5", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob@7.1.4", + "target": "npm:path-is-absolute", + "type": "static" + } + ], + "npm:minimatch@3.0.5": [ + { + "source": "npm:minimatch@3.0.5", + "target": "npm:brace-expansion", + "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", + "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:on-finished": [ + { + "source": "npm:on-finished", + "target": "npm:ee-first", + "type": "static" + } + ], + "npm:once": [ + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:onetime": [ + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + } + ], + "npm:open": [ + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "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", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-unicode-supported", + "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:p-limit": [ + { + "source": "npm:p-limit", + "target": "npm:p-try", + "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-retry": [ + { + "source": "npm:p-retry", + "target": "npm:@types/retry", + "type": "static" + }, + { + "source": "npm:p-retry", + "target": "npm:retry@0.13.1", + "type": "static" + } + ], + "npm:pacote": [ + { + "source": "npm:pacote", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:@npmcli/installed-package-contents", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:@npmcli/promise-spawn", + "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", + "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:read-package-json", + "type": "static" + }, + { + "source": "npm:pacote", + "target": "npm:read-package-json-fast", + "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:param-case": [ + { + "source": "npm:param-case", + "target": "npm:dot-case", + "type": "static" + }, + { + "source": "npm:param-case", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:parent-module": [ + { + "source": "npm:parent-module", + "target": "npm:callsites", + "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:parse5": [ + { + "source": "npm:parse5", + "target": "npm:entities@6.0.1", + "type": "static" + } + ], + "npm:parse5-html-rewriting-stream": [ + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:parse5", + "type": "static" + }, + { + "source": "npm:parse5-html-rewriting-stream", + "target": "npm:parse5-sax-parser", + "type": "static" + } + ], + "npm:parse5-sax-parser": [ + { + "source": "npm:parse5-sax-parser", + "target": "npm:parse5", + "type": "static" + } + ], + "npm:pascal-case": [ + { + "source": "npm:pascal-case", + "target": "npm:no-case", + "type": "static" + }, + { + "source": "npm:pascal-case", + "target": "npm:tslib", + "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:piscina": [ + { + "source": "npm:piscina", + "target": "npm:nice-napi", + "type": "static" + } + ], + "npm:pkg-dir": [ + { + "source": "npm:pkg-dir", + "target": "npm:find-up", + "type": "static" + } + ], + "npm:playwright": [ + { + "source": "npm:playwright", + "target": "npm:playwright-core", + "type": "static" + }, + { + "source": "npm:playwright", + "target": "npm:fsevents@2.3.2", + "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-loader": [ + { + "source": "npm:postcss-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:klona", + "type": "static" + }, + { + "source": "npm:postcss-loader", + "target": "npm:semver", + "type": "static" + } + ], + "npm:postcss-modules-extract-imports": [ + { + "source": "npm:postcss-modules-extract-imports", + "target": "npm:postcss", + "type": "static" + } + ], + "npm:postcss-modules-local-by-default": [ + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss-selector-parser", + "type": "static" + }, + { + "source": "npm:postcss-modules-local-by-default", + "target": "npm:postcss-value-parser", + "type": "static" + } + ], + "npm:postcss-modules-scope": [ + { + "source": "npm:postcss-modules-scope", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-scope", + "target": "npm:postcss-selector-parser", + "type": "static" + } + ], + "npm:postcss-modules-values": [ + { + "source": "npm:postcss-modules-values", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:postcss-modules-values", + "target": "npm:icss-utils", + "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:pouchdb": [ + { + "source": "npm:pouchdb", + "target": "npm:abort-controller", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:argsarray", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:clone-buffer", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:double-ended-queue", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:fetch-cookie", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:immediate", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level-codec", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:level-write-stream", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:leveldown", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:levelup", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:ltgt", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:readable-stream@1.1.14", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:spark-md5", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:pouchdb", + "target": "npm:vuvuzela", + "type": "static" + } + ], + "npm:readable-stream@1.1.14": [ + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:isarray@0.0.1", + "type": "static" + }, + { + "source": "npm:readable-stream@1.1.14", + "target": "npm:string_decoder@0.10.31", + "type": "static" + } + ], + "npm:prettier-linter-helpers": [ + { + "source": "npm:prettier-linter-helpers", + "target": "npm:fast-diff", + "type": "static" + } + ], + "npm:pretty-error": [ + { + "source": "npm:pretty-error", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:pretty-error", + "target": "npm:renderkid", + "type": "static" + } + ], + "npm:pretty-format": [ + { + "source": "npm:pretty-format", + "target": "npm:@jest/schemas", + "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:promise-retry": [ + { + "source": "npm:promise-retry", + "target": "npm:err-code", + "type": "static" + }, + { + "source": "npm:promise-retry", + "target": "npm:retry", + "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:proxy-addr": [ + { + "source": "npm:proxy-addr", + "target": "npm:forwarded", + "type": "static" + }, + { + "source": "npm:proxy-addr", + "target": "npm:ipaddr.js", + "type": "static" + } + ], + "npm:psl": [ + { + "source": "npm:psl", + "target": "npm:punycode@2.3.1", + "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:raw-body": [ + { + "source": "npm:raw-body", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:raw-body", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:react": [ + { + "source": "npm:react", + "target": "npm:loose-envify", + "type": "static" + } + ], + "npm:react-dom": [ + { + "source": "npm:react-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:scheduler", + "type": "static" + } + ], + "npm:react-router": [ + { + "source": "npm:react-router", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-router", + "target": "npm:@remix-run/router", + "type": "static" + } + ], + "npm:react-router-dom": [ + { + "source": "npm:react-router-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:@remix-run/router", + "type": "static" + }, + { + "source": "npm:react-router-dom", + "target": "npm:react-router", + "type": "static" + } + ], + "npm:read-package-json": [ + { + "source": "npm:read-package-json", + "target": "npm:glob@10.4.5", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-package-json", + "target": "npm:npm-normalize-package-bin", + "type": "static" + } + ], + "npm:read-package-json-fast": [ + { + "source": "npm:read-package-json-fast", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:npm-normalize-package-bin", + "type": "static" + } + ], + "npm:read-pkg": [ + { + "source": "npm:read-pkg", + "target": "npm:load-json-file", + "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: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: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:readdirp": [ + { + "source": "npm:readdirp", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:rechoir": [ + { + "source": "npm:rechoir", + "target": "npm:resolve", + "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:regjsparser": [ + { + "source": "npm:regjsparser", + "target": "npm:jsesc@3.0.2", + "type": "static" + } + ], + "npm:renderkid": [ + { + "source": "npm:renderkid", + "target": "npm:css-select@4.3.0", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:dom-converter", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:htmlparser2@6.1.0", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:renderkid", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:css-select@4.3.0": [ + { + "source": "npm:css-select@4.3.0", + "target": "npm:boolbase", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:css-what", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:domutils@2.8.0", + "type": "static" + }, + { + "source": "npm:css-select@4.3.0", + "target": "npm:nth-check", + "type": "static" + } + ], + "npm:dom-serializer@1.4.1": [ + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:dom-serializer@1.4.1", + "target": "npm:entities@2.2.0", + "type": "static" + } + ], + "npm:domhandler@4.3.1": [ + { + "source": "npm:domhandler@4.3.1", + "target": "npm:domelementtype", + "type": "static" + } + ], + "npm:domutils@2.8.0": [ + { + "source": "npm:domutils@2.8.0", + "target": "npm:dom-serializer@1.4.1", + "type": "static" + }, + { + "source": "npm:domutils@2.8.0", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:domutils@2.8.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + } + ], + "npm:htmlparser2@6.1.0": [ + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domelementtype", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domhandler@4.3.1", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:domutils@2.8.0", + "type": "static" + }, + { + "source": "npm:htmlparser2@6.1.0", + "target": "npm:entities@2.2.0", + "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", + "type": "static" + } + ], + "npm:resolve-path": [ + { + "source": "npm:resolve-path", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:resolve-path", + "target": "npm:path-is-absolute", + "type": "static" + } + ], + "npm:http-errors@1.6.3": [ + { + "source": "npm:http-errors@1.6.3", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:inherits@2.0.3", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:setprototypeof@1.1.0", + "type": "static" + }, + { + "source": "npm:http-errors@1.6.3", + "target": "npm:statuses@1.5.0", + "type": "static" + } + ], + "npm:resolve-url-loader": [ + { + "source": "npm:resolve-url-loader", + "target": "npm:adjust-sourcemap-loader", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:resolve-url-loader", + "target": "npm:source-map@0.6.1", + "type": "static" + } + ], + "npm:restore-cursor": [ + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + } + ], + "npm:rimraf": [ + { + "source": "npm:rimraf", + "target": "npm:glob@10.4.5", + "type": "static" + } + ], + "npm:rollup": [ + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-freebsd-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-musleabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-loongarch64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-powerpc64le-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-s390x-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "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@4.0.3", + "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:sass-loader": [ + { + "source": "npm:sass-loader", + "target": "npm:sass", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:klona", + "type": "static" + }, + { + "source": "npm:sass-loader", + "target": "npm:neo-async", + "type": "static" + } + ], + "npm:chokidar@4.0.3": [ + { + "source": "npm:chokidar@4.0.3", + "target": "npm:readdirp@4.1.2", + "type": "static" + } + ], + "npm:scheduler": [ + { + "source": "npm:scheduler", + "target": "npm:loose-envify", + "type": "static" + } + ], + "npm:schema-utils": [ + { + "source": "npm:schema-utils", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:schema-utils", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:schema-utils", + "target": "npm:ajv-keywords@3.5.2", + "type": "static" + } + ], + "npm:selfsigned": [ + { + "source": "npm:selfsigned", + "target": "npm:@types/node-forge", + "type": "static" + }, + { + "source": "npm:selfsigned", + "target": "npm:node-forge", + "type": "static" + } + ], + "npm:send": [ + { + "source": "npm:send", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:send", + "target": "npm:statuses", + "type": "static" + } + ], + "npm:serialize-javascript": [ + { + "source": "npm:serialize-javascript", + "target": "npm:randombytes", + "type": "static" + } + ], + "npm:serve-index": [ + { + "source": "npm:serve-index", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:batch", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:serve-index", + "target": "npm:parseurl", + "type": "static" + } + ], + "npm:serve-index-75lb": [ + { + "source": "npm:serve-index-75lb", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:batch", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:http-errors@1.6.3", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:serve-index-75lb", + "target": "npm:parseurl", + "type": "static" + } + ], + "npm:serve-static": [ + { + "source": "npm:serve-static", + "target": "npm:encodeurl", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:serve-static", + "target": "npm:send", + "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:shallow-clone": [ + { + "source": "npm:shallow-clone", + "target": "npm:kind-of", + "type": "static" + } + ], + "npm:shebang-command": [ + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + } + ], + "npm:shelljs": [ + { + "source": "npm:shelljs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:rechoir", + "type": "static" + } + ], + "npm:shx": [ + { + "source": "npm:shx", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:shx", + "target": "npm:shelljs", + "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@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi", + "target": "npm:is-fullwidth-code-point", + "type": "static" + } + ], + "npm:socket.io": [ + { + "source": "npm:socket.io", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:base64id", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:cors", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:engine.io", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:socket.io-adapter", + "type": "static" + }, + { + "source": "npm:socket.io", + "target": "npm:socket.io-parser", + "type": "static" + } + ], + "npm:socket.io-adapter": [ + { + "source": "npm:socket.io-adapter", + "target": "npm:debug@4.3.7", + "type": "static" + }, + { + "source": "npm:socket.io-adapter", + "target": "npm:ws", + "type": "static" + } + ], + "npm:socket.io-parser": [ + { + "source": "npm:socket.io-parser", + "target": "npm:@socket.io/component-emitter", + "type": "static" + }, + { + "source": "npm:socket.io-parser", + "target": "npm:debug@4.3.7", + "type": "static" + } + ], + "npm:sockjs": [ + { + "source": "npm:sockjs", + "target": "npm:faye-websocket", + "type": "static" + }, + { + "source": "npm:sockjs", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:sockjs", + "target": "npm:websocket-driver", + "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-loader": [ + { + "source": "npm:source-map-loader", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:source-map-loader", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:source-map-loader", + "target": "npm:source-map-js", + "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@0.6.1", + "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:spdy": [ + { + "source": "npm:spdy", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:handle-thing", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:http-deceiver", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:select-hose", + "type": "static" + }, + { + "source": "npm:spdy", + "target": "npm:spdy-transport", + "type": "static" + } + ], + "npm:spdy-transport": [ + { + "source": "npm:spdy-transport", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:detect-node", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:hpack.js", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:obuf", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:spdy-transport", + "target": "npm:wbuf", + "type": "static" + } + ], + "npm:ssri": [ + { + "source": "npm:ssri", + "target": "npm:minipass", + "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:stream-log-stats": [ + { + "source": "npm:stream-log-stats", + "target": "npm:ansi-escape-sequences", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:byte-size", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:common-log-format", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:lodash.throttle", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:stream-via", + "type": "static" + }, + { + "source": "npm:stream-log-stats", + "target": "npm:table-layout", + "type": "static" + } + ], + "npm:streaming-json-stringify": [ + { + "source": "npm:streaming-json-stringify", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:streaming-json-stringify", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:streamroller": [ + { + "source": "npm:streamroller", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:fs-extra@8.1.0", + "type": "static" + } + ], + "npm:fs-extra@8.1.0": [ + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:universalify@0.1.2", + "type": "static" + } + ], + "npm:jsonfile@4.0.0": [ + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:string_decoder": [ + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer", + "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@3.0.0", + "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@3.0.0", + "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.padend": [ + { + "source": "npm:string.prototype.padend", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:string.prototype.padend", + "target": "npm:es-object-atoms", + "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: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:strong-log-transformer": [ + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + } + ], + "npm:style-loader": [ + { + "source": "npm:style-loader", + "target": "npm:webpack", + "type": "static" + } + ], + "npm:superagent": [ + { + "source": "npm:superagent", + "target": "npm:component-emitter", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:cookiejar", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:fast-safe-stringify", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:formidable", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:superagent", + "target": "npm:qs", + "type": "static" + } + ], + "npm:supports-color": [ + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + } + ], + "npm:synckit": [ + { + "source": "npm:synckit", + "target": "npm:@pkgr/core", + "type": "static" + } + ], + "npm:table-layout": [ + { + "source": "npm:table-layout", + "target": "npm:array-back", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:deep-extend", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:typical@5.2.0", + "type": "static" + }, + { + "source": "npm:table-layout", + "target": "npm:wordwrapjs", + "type": "static" + } + ], + "npm:tar": [ + { + "source": "npm:tar", + "target": "npm:chownr", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:minipass@5.0.0", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:minizlib", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:tar", + "target": "npm:yallist@4.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:fs-minipass@2.1.0": [ + { + "source": "npm:fs-minipass@2.1.0", + "target": "npm:minipass@3.3.6", + "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", + "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", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:terser-webpack-plugin", + "target": "npm:terser@5.43.1", + "type": "static" + } + ], + "npm:terser@5.43.1": [ + { + "source": "npm:terser@5.43.1", + "target": "npm:@jridgewell/source-map", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:commander@2.20.3", + "type": "static" + }, + { + "source": "npm:terser@5.43.1", + "target": "npm:source-map-support", + "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:thenify": [ + { + "source": "npm:thenify", + "target": "npm:any-promise", + "type": "static" + } + ], + "npm:thenify-all": [ + { + "source": "npm:thenify-all", + "target": "npm:thenify", + "type": "static" + } + ], + "npm:thingies": [ + { + "source": "npm:thingies", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:through2": [ + { + "source": "npm:through2", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:tmp": [ + { + "source": "npm:tmp", + "target": "npm:rimraf@3.0.2", + "type": "static" + } + ], + "npm:to-regex-range": [ + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + } + ], + "npm:tough-cookie": [ + { + "source": "npm:tough-cookie", + "target": "npm:psl", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:punycode@2.3.1", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:universalify@0.2.0", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:url-parse", + "type": "static" + } + ], + "npm:tree-dump": [ + { + "source": "npm:tree-dump", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:ts-api-utils": [ + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "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", + "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:type-check": [ + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + } + ], + "npm:type-is": [ + { + "source": "npm:type-is", + "target": "npm:media-typer", + "type": "static" + }, + { + "source": "npm:type-is", + "target": "npm:mime-types", + "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: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: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:uri-js": [ + { + "source": "npm:uri-js", + "target": "npm:punycode@2.3.1", + "type": "static" + } + ], + "npm:url-parse": [ + { + "source": "npm:url-parse", + "target": "npm:querystringify", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:requires-port", + "type": "static" + } + ], + "npm:util": [ + { + "source": "npm:util", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-generator-function", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:which-typed-array", + "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:vite": [ + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:sass", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild@0.21.5", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:esbuild@0.21.5": [ + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/aix-ppc64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-arm@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/android-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/darwin-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/darwin-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/freebsd-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/freebsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-arm@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-ia32@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-loong64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-mips64el@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-ppc64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-riscv64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-s390x@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/linux-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/netbsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/openbsd-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/sunos-x64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-arm64@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-ia32@0.21.5", + "type": "static" + }, + { + "source": "npm:esbuild@0.21.5", + "target": "npm:@esbuild/win32-x64@0.21.5", + "type": "static" + } + ], + "npm:watchpack": [ + { + "source": "npm:watchpack", + "target": "npm:glob-to-regexp", + "type": "static" + }, + { + "source": "npm:watchpack", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:wbuf": [ + { + "source": "npm:wbuf", + "target": "npm:minimalistic-assert", + "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@4.3.2", + "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@2.4.4", + "type": "static" + }, + { + "source": "npm:webpack", + "target": "npm:webpack-sources", + "type": "static" + } + ], + "npm:webpack-cli": [ + { + "source": "npm:webpack-cli", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@discoveryjs/json-ext", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/configtest", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/info", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:@webpack-cli/serve", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:commander@10.0.1", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:envinfo", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:fastest-levenshtein", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:interpret@3.1.1", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:rechoir@0.8.0", + "type": "static" + }, + { + "source": "npm:webpack-cli", + "target": "npm:webpack-merge", + "type": "static" + } + ], + "npm:rechoir@0.8.0": [ + { + "source": "npm:rechoir@0.8.0", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:webpack-dev-middleware": [ + { + "source": "npm:webpack-dev-middleware", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:memfs", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware", + "target": "npm:schema-utils@4.3.2", + "type": "static" + } + ], + "npm:webpack-dev-server": [ + { + "source": "npm:webpack-dev-server", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:default-gateway", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:html-entities", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:http-proxy-middleware", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:webpack-dev-middleware@5.3.4", + "type": "static" + }, + { + "source": "npm:webpack-dev-server", + "target": "npm:ws", + "type": "static" + } + ], + "npm:webpack-merge": [ + { + "source": "npm:webpack-merge", + "target": "npm:clone-deep", + "type": "static" + }, + { + "source": "npm:webpack-merge", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:webpack-merge", + "target": "npm:wildcard", + "type": "static" + } + ], + "npm:webpack-subresource-integrity": [ + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:html-webpack-plugin", + "type": "static" + }, + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-subresource-integrity", + "target": "npm:typed-assert", + "type": "static" + } + ], + "npm:websocket-driver": [ + { + "source": "npm:websocket-driver", + "target": "npm:http-parser-js", + "type": "static" + }, + { + "source": "npm:websocket-driver", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:websocket-driver", + "target": "npm:websocket-extensions", + "type": "static" + } + ], + "npm:whatwg-url": [ + { + "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:wordwrapjs": [ + { + "source": "npm:wordwrapjs", + "target": "npm:reduce-flatten@2.0.0", + "type": "static" + }, + { + "source": "npm:wordwrapjs", + "target": "npm:typical@5.2.0", + "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-stream": [ + { + "source": "npm:write-stream", + "target": "npm:readable-stream@0.0.4", + "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:css-loader@5.2.7": [ + { + "source": "npm:css-loader@5.2.7", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:icss-utils", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-extract-imports", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-local-by-default", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-scope", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-modules-values", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:postcss-value-parser", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:schema-utils@3.3.0", + "type": "static" + }, + { + "source": "npm:css-loader@5.2.7", + "target": "npm:semver", + "type": "static" + } + ], + "npm:eslint-config-prettier@8.10.0": [ + { + "source": "npm:eslint-config-prettier@8.10.0", + "target": "npm:eslint", + "type": "static" + } + ], + "npm:http-proxy-middleware@2.0.9": [ + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:@types/http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:http-proxy", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:http-proxy-middleware@2.0.9", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:is-wsl@3.1.0": [ + { + "source": "npm:is-wsl@3.1.0", + "target": "npm:is-inside-container", + "type": "static" + } + ], + "npm:memfs@4.17.2": [ + { + "source": "npm:memfs@4.17.2", + "target": "npm:@jsonjoy.com/json-pack", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:@jsonjoy.com/util", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:tree-dump", + "type": "static" + }, + { + "source": "npm:memfs@4.17.2", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:open@10.1.2": [ + { + "source": "npm:open@10.1.2", + "target": "npm:default-browser", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:define-lazy-prop@3.0.0", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:is-inside-container", + "type": "static" + }, + { + "source": "npm:open@10.1.2", + "target": "npm:is-wsl@3.1.0", + "type": "static" + } + ], + "npm:p-retry@6.2.1": [ + { + "source": "npm:p-retry@6.2.1", + "target": "npm:@types/retry@0.12.2", + "type": "static" + }, + { + "source": "npm:p-retry@6.2.1", + "target": "npm:is-network-error", + "type": "static" + }, + { + "source": "npm:p-retry@6.2.1", + "target": "npm:retry@0.13.1", + "type": "static" + } + ], + "npm:style-loader@2.0.0": [ + { + "source": "npm:style-loader@2.0.0", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:loader-utils@2.0.4", + "type": "static" + }, + { + "source": "npm:style-loader@2.0.0", + "target": "npm:schema-utils@3.3.0", + "type": "static" + } + ], + "npm:webpack-dev-middleware@7.4.2": [ + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:memfs@4.17.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:webpack-dev-middleware@7.4.2", + "target": "npm:schema-utils@4.3.2", + "type": "static" + } + ], + "npm:ajv@8.17.1": [ + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:fast-uri", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv@8.17.1", + "target": "npm:require-from-string", + "type": "static" + } + ], + "npm:webpack-dev-server@5.2.2": [ + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:webpack", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/bonjour", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/express-serve-static-core@4.19.6", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/serve-static", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ansi-html-community", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:bonjour-service", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:compression", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:connect-history-api-fallback", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:express", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:http-proxy-middleware@2.0.9", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ipaddr.js@2.2.0", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:launch-editor", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:open@10.1.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:p-retry@6.2.1", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:schema-utils@4.3.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:selfsigned", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:serve-index", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:sockjs", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:spdy", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:webpack-dev-middleware@7.4.2", + "type": "static" + }, + { + "source": "npm:webpack-dev-server@5.2.2", + "target": "npm:ws@8.18.3", + "type": "static" + } + ], + "npm:body-parser@1.20.1": [ + { + "source": "npm:body-parser@1.20.1", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:qs@6.11.0", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:raw-body@2.5.1", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:body-parser@1.20.1", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:express@4.18.2": [ + { + "source": "npm:express@4.18.2", + "target": "npm:accepts", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:array-flatten", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:body-parser@1.20.1", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:content-disposition", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:content-type", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:cookie@0.5.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:cookie-signature", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:finalhandler@1.2.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:merge-descriptors@1.0.1", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:methods", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:path-to-regexp@0.1.7", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:proxy-addr", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:qs@6.11.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:send@0.18.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:serve-static@1.15.0", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:setprototypeof", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:type-is", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:utils-merge", + "type": "static" + }, + { + "source": "npm:express@4.18.2", + "target": "npm:vary", + "type": "static" + } + ], + "npm:finalhandler@1.2.0": [ + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:statuses", + "type": "static" + }, + { + "source": "npm:finalhandler@1.2.0", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:qs@6.11.0": [ + { + "source": "npm:qs@6.11.0", + "target": "npm:side-channel", + "type": "static" + } + ], + "npm:raw-body@2.5.1": [ + { + "source": "npm:raw-body@2.5.1", + "target": "npm:bytes", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:raw-body@2.5.1", + "target": "npm:unpipe", + "type": "static" + } + ], + "npm:send@0.18.0": [ + { + "source": "npm:send@0.18.0", + "target": "npm:debug@2.6.9", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:depd", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:destroy", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:etag", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:fresh", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:http-errors", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:mime@1.6.0", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:on-finished", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:range-parser", + "type": "static" + }, + { + "source": "npm:send@0.18.0", + "target": "npm:statuses", + "type": "static" + } + ], + "npm:serve-static@1.15.0": [ + { + "source": "npm:serve-static@1.15.0", + "target": "npm:encodeurl@1.0.2", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:escape-html", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:parseurl", + "type": "static" + }, + { + "source": "npm:serve-static@1.15.0", + "target": "npm:send@0.18.0", + "type": "static" + } + ] + }, + "version": "6.0" +} diff --git a/javascript/Dockerfile.angular b/javascript/Dockerfile.angular new file mode 100644 index 00000000..d171e7f7 --- /dev/null +++ b/javascript/Dockerfile.angular @@ -0,0 +1,101 @@ +# Multi-stage build for Angular apps +# Supports: angular-todo, angular-todo-davinci +# Production-optimized build with static file serving + +# Build argument for app name +ARG APP_NAME + +# Build stage +FROM node:18.17.0-alpine AS builder + +ARG APP_NAME +WORKDIR /app + +# Copy workspace root files +COPY package*.json ./ + +# Copy specific app directory +COPY ${APP_NAME} ./${APP_NAME}/ + +# Install dependencies for workspace +RUN npm ci + +# Set environment and build the app +WORKDIR /app/${APP_NAME} + +# Note: .env files are automatically included if they exist in the app directory +# The earlier COPY ${APP_NAME} ./${APP_NAME}/ includes all files not in .dockerignore + +# Run environment setup script if it exists (uses .env if present) +RUN if [ -f "set-env.mjs" ]; then node set-env.mjs; fi + +# Build the Angular app for production +RUN npm run build -- --configuration production + +# Runtime stage - serve static files with nginx +FROM nginx:alpine + +ARG APP_NAME + +# Copy built files from builder +# Angular apps output to dist/ directory +COPY --from=builder /app/${APP_NAME}/dist/${APP_NAME}/browser /usr/share/nginx/html 2>/dev/null || \ + COPY --from=builder /app/${APP_NAME}/dist/${APP_NAME} /usr/share/nginx/html + +# Create nginx configuration +RUN cat > /etc/nginx/conf.d/default.conf <<'EOF' +server { + listen 8443 ssl; + server_name localhost; + + # Self-signed certificate for development + ssl_certificate /etc/nginx/ssl/cert.pem; + ssl_certificate_key /etc/nginx/ssl/key.pem; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} + +server { + listen 8080; + server_name localhost; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} +EOF + +# Generate self-signed certificate for HTTPS +RUN mkdir -p /etc/nginx/ssl && \ + apk add --no-cache openssl && \ + openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ + -keyout /etc/nginx/ssl/key.pem \ + -out /etc/nginx/ssl/cert.pem \ + -subj "/C=US/ST=State/L=City/O=Organization/CN=localhost" && \ + apk del openssl + +# Expose ports (8443 for HTTPS, 8080 for HTTP) +EXPOSE 8443 8080 + +# Start nginx +CMD ["nginx", "-g", "daemon off;"] diff --git a/javascript/Dockerfile.api b/javascript/Dockerfile.api new file mode 100644 index 00000000..412f56da --- /dev/null +++ b/javascript/Dockerfile.api @@ -0,0 +1,48 @@ +# Multi-stage build for todo-api +# Production-optimized Node.js backend + +# Build stage +FROM node:18.17.0-alpine AS builder + +WORKDIR /app + +# Copy workspace root package files +COPY package*.json ./ + +# Copy todo-api package files +COPY todo-api/package*.json ./todo-api/ + +# Install all dependencies (workspace-aware) +# This installs dependencies for the root and all workspaces +RUN npm ci + +# Runtime stage +FROM node:18.17.0-alpine + +WORKDIR /app + +# Copy workspace root package files +COPY package*.json ./ + +# Copy todo-api package files and source +COPY todo-api ./todo-api/ + +# Copy node_modules from builder +# Note: npm workspaces hoist all dependencies to root node_modules +COPY --from=builder /app/node_modules ./node_modules + +# Create directories for PouchDB databases +RUN mkdir -p /app/todo-api/todos /app/todo-api/users && \ + chown -R node:node /app + +# Switch to non-root user +USER node + +# Expose API port +EXPOSE 9443 + +# Set working directory to todo-api +WORKDIR /app/todo-api + +# Start the API server +CMD ["node", "src/index.js"] diff --git a/javascript/Dockerfile.react b/javascript/Dockerfile.react new file mode 100644 index 00000000..9ddf9abb --- /dev/null +++ b/javascript/Dockerfile.react @@ -0,0 +1,97 @@ +# Multi-stage build for React/Webpack apps +# Supports: reactjs-todo, reactjs-todo-davinci, embedded-login, central-login-oidc +# Production-optimized build with static file serving + +# Build argument for app name +ARG APP_NAME + +# Build stage +FROM node:18.17.0-alpine AS builder + +ARG APP_NAME +WORKDIR /app + +# Copy workspace root files +COPY package*.json ./ + +# Copy specific app directory +COPY ${APP_NAME} ./${APP_NAME}/ + +# Install dependencies for workspace +RUN npm ci + +# Build the app +WORKDIR /app/${APP_NAME} + +# Note: .env files are automatically included if they exist in the app directory +# The earlier COPY ${APP_NAME} ./${APP_NAME}/ includes all files not in .dockerignore + +# Build the app +RUN npm run build + +# Runtime stage - serve static files with nginx +FROM nginx:alpine + +ARG APP_NAME + +# Copy built files from builder +# React apps output to public/ directory +COPY --from=builder /app/${APP_NAME}/public /usr/share/nginx/html + +# Create nginx configuration +RUN cat > /etc/nginx/conf.d/default.conf <<'EOF' +server { + listen 8443 ssl; + server_name localhost; + + # Self-signed certificate for development + ssl_certificate /etc/nginx/ssl/cert.pem; + ssl_certificate_key /etc/nginx/ssl/key.pem; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} + +server { + listen 8080; + server_name localhost; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} +EOF + +# Generate self-signed certificate for HTTPS +RUN mkdir -p /etc/nginx/ssl && \ + apk add --no-cache openssl && \ + openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ + -keyout /etc/nginx/ssl/key.pem \ + -out /etc/nginx/ssl/cert.pem \ + -subj "/C=US/ST=State/L=City/O=Organization/CN=localhost" && \ + apk del openssl + +# Expose ports (8443 for HTTPS, 8080 for HTTP) +EXPOSE 8443 8080 + +# Start nginx +CMD ["nginx", "-g", "daemon off;"] diff --git a/javascript/Dockerfile.vite b/javascript/Dockerfile.vite new file mode 100644 index 00000000..c49f4969 --- /dev/null +++ b/javascript/Dockerfile.vite @@ -0,0 +1,98 @@ +# Multi-stage build for Vite apps +# Supports: embedded-login-davinci +# Production-optimized build with static file serving + +# Build argument for app name +ARG APP_NAME + +# Build stage +FROM node:18.17.0-alpine AS builder + +ARG APP_NAME +WORKDIR /app + +# Copy workspace root files +COPY package*.json ./ + +# Copy specific app directory +COPY ${APP_NAME} ./${APP_NAME}/ + +# Install dependencies for workspace +RUN npm ci + +# Build the app +WORKDIR /app/${APP_NAME} + +# Note: .env files are automatically included if they exist in the app directory +# The earlier COPY ${APP_NAME} ./${APP_NAME}/ includes all files not in .dockerignore +# Vite will use .env files at build time if present + +# Build with Vite +RUN npm run build + +# Runtime stage - serve static files with nginx +FROM nginx:alpine + +ARG APP_NAME + +# Copy built files from builder +# Vite apps output to dist/ directory +COPY --from=builder /app/${APP_NAME}/dist /usr/share/nginx/html + +# Create nginx configuration +RUN cat > /etc/nginx/conf.d/default.conf <<'EOF' +server { + listen 5829 ssl; + server_name localhost; + + # Self-signed certificate for development + ssl_certificate /etc/nginx/ssl/cert.pem; + ssl_certificate_key /etc/nginx/ssl/key.pem; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} + +server { + listen 5829; + server_name localhost; + + root /usr/share/nginx/html; + index index.html; + + # SPA routing - all routes serve index.html + location / { + try_files $uri $uri/ /index.html; + } + + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; +} +EOF + +# Generate self-signed certificate for HTTPS +RUN mkdir -p /etc/nginx/ssl && \ + apk add --no-cache openssl && \ + openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ + -keyout /etc/nginx/ssl/key.pem \ + -out /etc/nginx/ssl/cert.pem \ + -subj "/C=US/ST=State/L=City/O=Organization/CN=localhost" && \ + apk del openssl + +# Expose port 5829 (both HTTP and HTTPS on same port based on request) +EXPOSE 5829 + +# Start nginx +CMD ["nginx", "-g", "daemon off;"] diff --git a/javascript/README.docker.md b/javascript/README.docker.md new file mode 100644 index 00000000..0a019361 --- /dev/null +++ b/javascript/README.docker.md @@ -0,0 +1,491 @@ +# Docker Development Environment + +This Docker setup provides a production-optimized environment for running all JavaScript sample applications in the `sdk-sample-apps/javascript` folder. Each application can be started with a simple Docker command that handles all dependencies, builds, and configurations automatically. + +## Table of Contents + +- [Prerequisites](#prerequisites) +- [Quick Start](#quick-start) +- [Available Applications](#available-applications) +- [Environment Configuration](#environment-configuration) +- [Usage Examples](#usage-examples) +- [Troubleshooting](#troubleshooting) +- [Advanced Usage](#advanced-usage) + +--- + +## Prerequisites + +- **Docker** (v20.10+) +- **Docker Compose** (v2.0+) +- **Git** (to clone the repository) + +Verify your installation: + +```bash +docker --version +docker-compose --version +``` + +--- + +## Quick Start + +### 1. Configure Environment Variables (Optional) + +Environment variables are **optional** - the Docker setup works out of the box with default values. However, to connect to your PingOne Advanced Identity Cloud, PingAM, or PingOne DaVinci instance, you'll need to configure them. + +**Two ways to configure:** + +**Option A: Root-level configuration (Recommended for API)** +```bash +# Copy the example file to the javascript/ directory +cp .env.example .env +# Edit .env with your PingOne/PingAM configuration +``` +This automatically configures the todo-api backend. + +**Option B: App-specific configuration (For frontend builds)** +```bash +# For specific apps, copy their .env.example file +cp reactjs-todo/.env.example reactjs-todo/.env +# Edit with your configuration +``` +This bakes configuration into the frontend build. + +### 2. Run an Application + +Use Docker Compose profiles to start specific applications: + +```bash +# React Todo App (with API) +docker-compose --profile reactjs-todo up + +# Angular Todo App (with API) +docker-compose --profile angular-todo up + +# Embedded Login (standalone) +docker-compose --profile embedded-login up + +# Central Login OIDC (standalone) +docker-compose --profile central-login up + +# React Todo DaVinci (with API) +docker-compose --profile reactjs-davinci up + +# Angular Todo DaVinci (with API) +docker-compose --profile angular-davinci up + +# Embedded Login DaVinci (standalone) +docker-compose --profile embedded-davinci up +``` + +### 3. Access the Application + +Once the containers are running, access the applications at: + +- **React/Angular/Embedded/Central Login apps**: + - HTTPS: `https://localhost:8443` + - HTTP: `http://localhost:8080` +- **Embedded Login DaVinci**: + - `http://localhost:5829` or `https://localhost:5829` +- **Todo API** (when running with todo apps): + - `http://localhost:9443` + +**Note:** For HTTPS, you'll see a browser warning about self-signed certificates. This is expected - click "Advanced" and "Proceed to localhost" (exact wording varies by browser). + +--- + +## Available Applications + +### Applications with Todo API + +These applications require the `todo-api` backend and will start it automatically: + +| Profile | Application | Description | Ports | +|---------|-------------|-------------|-------| +| `reactjs-todo` | React Todo App | React 18 Todo app with PingOne AIC/AM integration | 8443 (HTTPS), 8080 (HTTP), 9443 (API) | +| `angular-todo` | Angular Todo App | Angular 17 Todo app with PingOne AIC/AM integration | 8443 (HTTPS), 8080 (HTTP), 9443 (API) | +| `reactjs-davinci` | React Todo DaVinci | React 18 Todo app with PingOne DaVinci flows | 8443 (HTTPS), 8080 (HTTP), 9443 (API) | +| `angular-davinci` | Angular Todo DaVinci | Angular 18 Todo app with PingOne DaVinci flows | 8443 (HTTPS), 8080 (HTTP), 9443 (API) | + +### Standalone Applications + +These applications run independently without the API: + +| Profile | Application | Description | Ports | +|---------|-------------|-------------|-------| +| `embedded-login` | Embedded Login | Vanilla JS embedded login with PingOne AIC/AM | 8443 (HTTPS), 8080 (HTTP) | +| `central-login` | Central Login OIDC | Vanilla JS centralized OIDC login with PingOne AIC/AM | 8443 (HTTPS), 8080 (HTTP) | +| `embedded-davinci` | Embedded Login DaVinci | Vite-based embedded login with PingOne DaVinci | 5829 | + +--- + +## Environment Configuration + +### Environment Variables Overview + +Environment variables are **optional** - applications will build and run with sensible defaults. However, to connect to your actual PingOne/PingAM instance, you'll need to configure them. + +**Two configuration approaches:** + +1. **Root-level `.env`** (in `javascript/` directory) - Automatically loaded by Docker Compose, used for todo-api runtime configuration +2. **App-specific `.env`** (in each app directory) - Baked into frontend builds at build time + +The specific variables depend on whether you're using PingOne AIC/AM or PingOne DaVinci. + +#### For PingOne AIC/AM Applications + +Create a `.env` file in the app directory with these variables: + +```bash +# PingOne Advanced Identity Cloud / PingAM Configuration +SERVER_URL=https://your-instance.forgeblocks.com/am +REALM_PATH=/alpha +WEB_OAUTH_CLIENT=your-oauth-client-id +JOURNEY_LOGIN=Login +JOURNEY_REGISTER=Registration +DEBUGGER_OFF=false + +# For Todo apps only +APP_URL=https://localhost:8443 +API_URL=http://localhost:9443 +``` + +#### For PingOne DaVinci Applications + +Create a `.env` file in the app directory with these variables: + +```bash +# PingOne DaVinci Configuration +VITE_DAVINCI_URL=https://auth.pingone.com//davinci/v1 +VITE_COMPANY_ID=your-company-id +VITE_API_KEY=your-api-key +VITE_POLICY_ID=your-policy-id +``` + +**Important:** +- Environment variables are optional - apps will build/run without them (useful for testing Docker setup) +- To connect to your PingOne/PingAM instance, configure `.env` files with your actual values +- Root-level `.env` (javascript/.env) is automatically loaded by Docker Compose for the API +- App-specific `.env` files are copied into builds if they exist +- Never commit `.env` files to version control +- Use `.env.example` as a template (available at root and in each app directory) + +--- + +## Usage Examples + +### Starting Applications + +#### React Todo App with API + +```bash +# Start the application +docker-compose --profile reactjs-todo up + +# Start in detached mode (background) +docker-compose --profile reactjs-todo up -d + +# View logs +docker-compose logs -f reactjs-todo + +# Stop the application +docker-compose --profile reactjs-todo down +``` + +#### Multiple Applications + +You can run multiple applications simultaneously by specifying multiple profiles: + +```bash +# Run both embedded login demos +docker-compose --profile embedded-login --profile embedded-davinci up +``` + +**Note:** Be aware of port conflicts when running multiple applications. + +### Rebuilding After Changes + +If you modify code or environment variables that affect the build: + +```bash +# Rebuild and restart +docker-compose --profile reactjs-todo up --build + +# Force rebuild without cache +docker-compose --profile reactjs-todo build --no-cache +docker-compose --profile reactjs-todo up +``` + +### Stopping Applications + +```bash +# Stop services (preserves volumes) +docker-compose --profile reactjs-todo down + +# Stop and remove volumes (clears database) +docker-compose --profile reactjs-todo down -v + +# Stop all running services +docker-compose down +``` + +### Viewing Logs + +```bash +# All services +docker-compose logs -f + +# Specific service +docker-compose logs -f reactjs-todo +docker-compose logs -f todo-api + +# Last 100 lines +docker-compose logs --tail=100 reactjs-todo +``` + +--- + +## Troubleshooting + +### Build Errors + +#### "Cannot find module" or dependency errors + +**Solution:** Clear Docker cache and rebuild: + +```bash +docker-compose build --no-cache --pull +docker-compose up +``` + +#### "COPY failed" or file not found errors + +**Solution:** Ensure you're running commands from the `javascript/` directory: + +```bash +cd sdk-sample-apps/javascript +docker-compose --profile reactjs-todo up +``` + +### Runtime Errors + +#### "Connection refused" to API + +**Problem:** The frontend app cannot connect to the todo-api. + +**Solution:** +1. Check that `API_URL` in your `.env` file points to `http://localhost:9443` +2. Verify the todo-api container is healthy: + ```bash + docker-compose ps + ``` +3. Check API logs: + ```bash + docker-compose logs todo-api + ``` + +#### "Invalid redirect URI" or OAuth errors + +**Problem:** Mismatch between configured OAuth client and application URL. + +**Solution:** +1. Verify `APP_URL` in `.env` matches your access URL (e.g., `https://localhost:8443`) +2. Configure your PingOne/PingAM OAuth client with the correct redirect URIs: + - `https://localhost:8443/callback` + - `http://localhost:8080/callback` + +#### Browser shows "Your connection is not private" + +**Problem:** Self-signed SSL certificate warning (expected behavior). + +**Solution:** +- Click "Advanced" → "Proceed to localhost" (Chrome) +- Click "Advanced" → "Accept the Risk and Continue" (Firefox) +- This is safe for local development + +### Port Conflicts + +#### "Port is already allocated" + +**Problem:** Another service is using the required port. + +**Solution:** +1. Stop other applications using the port +2. Or modify `docker-compose.yml` to use different ports: + ```yaml + ports: + - "9443:8443" # Map external port 9443 to container port 8443 + ``` + +### Data Persistence + +#### Todos not persisting between restarts + +**Problem:** Database volumes may have been deleted. + +**Solution:** Avoid using `docker-compose down -v` unless you want to clear data: + +```bash +# Preserve data +docker-compose --profile reactjs-todo down + +# Clear data (when needed) +docker-compose --profile reactjs-todo down -v +``` + +--- + +## Advanced Usage + +### Building Individual Dockerfiles + +You can build and run containers without docker-compose: + +```bash +# Build React app +docker build -f Dockerfile.react --build-arg APP_NAME=reactjs-todo -t reactjs-todo . + +# Run React app (env vars are baked into build, no runtime env needed) +docker run -p 8443:8443 -p 8080:8080 reactjs-todo + +# Build and run API (can pass env vars if needed) +docker build -f Dockerfile.api -t todo-api . +docker run -p 9443:9443 -e PORT=9443 -e NODE_ENV=production todo-api +# Or use --env-file if you have a .env file: +# docker run -p 9443:9443 --env-file .env todo-api +``` + +### Custom Network Configuration + +To integrate with existing Docker networks: + +```yaml +# In docker-compose.yml +networks: + ping-sdk-network: + external: true + name: my-existing-network +``` + +### Development Mode with Volume Mounting + +For development with live code changes, you can mount source directories: + +```yaml +# Add to service definition in docker-compose.yml +volumes: + - ./reactjs-todo:/app/reactjs-todo + - /app/reactjs-todo/node_modules # Prevent overwriting +``` + +**Note:** The provided Dockerfiles are optimized for production. For active development with hot-reload, consider using the native `npm run` commands instead. + +### Inspecting Containers + +```bash +# Access container shell +docker exec -it reactjs-todo sh +docker exec -it todo-api sh + +# Inspect container details +docker inspect reactjs-todo + +# View container resource usage +docker stats +``` + +### Cleaning Up + +```bash +# Remove all stopped containers +docker-compose down + +# Remove all unused images +docker image prune -a + +# Full cleanup (containers, images, volumes, networks) +docker system prune -a --volumes +``` + +--- + +## Architecture Overview + +``` +┌─────────────────────────────────────────────────────┐ +│ Frontend Containers (React/Angular/Vanilla) │ +│ - Nginx serving static files │ +│ - Self-signed SSL certificates │ +│ - Ports: 8443 (HTTPS), 8080 (HTTP), 5829 (Vite) │ +└──────────────────┬──────────────────────────────────┘ + │ HTTP API calls + ▼ +┌─────────────────────────────────────────────────────┐ +│ todo-api Container (Express.js) │ +│ - Node.js runtime │ +│ - PouchDB database │ +│ - Port: 9443 │ +│ - Persistent volumes for data │ +└─────────────────────────────────────────────────────┘ + │ + ▼ +┌─────────────────────────────────────────────────────┐ +│ PingOne AIC / PingAM / PingOne DaVinci │ +│ - OAuth/OIDC authentication │ +│ - User management │ +│ - Journey/Flow orchestration │ +└─────────────────────────────────────────────────────┘ +``` + +### Build Process + +1. **Build Stage:** + - Copies source code and package files + - Installs all dependencies with `npm ci` + - Runs production builds (webpack/Angular CLI/Vite) + - Outputs static files + +2. **Runtime Stage:** + - Nginx Alpine image (lightweight) + - Copies only built assets + - Generates self-signed certificates + - Configures HTTPS and HTTP servers + - Serves static files with SPA routing + +--- + +## Security Considerations + +1. **Self-Signed Certificates:** Only use for development. In production, use valid SSL certificates from a Certificate Authority. + +2. **Environment Variables:** Never commit `.env` files. Use secrets management in production. + +3. **Network Isolation:** The `ping-sdk-network` isolates containers. Expose only necessary ports. + +4. **Non-Root User:** The API container runs as a non-root user for security. + +5. **Production Deployment:** These Dockerfiles are production-optimized but may need additional hardening for public deployments (rate limiting, WAF, etc.). + +--- + +## Additional Resources + +- [ForgeRock JavaScript SDK Documentation](https://backstage.forgerock.com/docs/sdks/latest/index.html) +- [PingOne DaVinci Documentation](https://docs.pingidentity.com/bundle/davinci) +- [Docker Documentation](https://docs.docker.com/) +- [Docker Compose Documentation](https://docs.docker.com/compose/) + +--- + +## Support + +For issues specific to: +- **Docker setup:** Open an issue in this repository +- **Sample applications:** See the main README.md in each app directory +- **ForgeRock/Ping SDK:** Consult the official documentation or support channels + +--- + +**Last Updated:** 2025-11-07 diff --git a/javascript/docker-compose.yml b/javascript/docker-compose.yml new file mode 100644 index 00000000..6127a087 --- /dev/null +++ b/javascript/docker-compose.yml @@ -0,0 +1,191 @@ +services: + # ============================================================ + # Backend API (shared by todo apps) + # ============================================================ + todo-api: + build: + context: . + dockerfile: Dockerfile.api + container_name: todo-api + environment: + # Load .env file if it exists, otherwise use these defaults + - PORT=${PORT:-9443} + - NODE_ENV=${NODE_ENV:-production} + # PingOne/AM configuration (override via .env file at project root) + - AM_URL=${AM_URL:-} + - REALM_PATH=${REALM_PATH:-} + - WEB_OAUTH_CLIENT=${WEB_OAUTH_CLIENT:-} + - DEBUGGER_OFF=${DEBUGGER_OFF:-false} + ports: + - "9443:9443" + volumes: + # Persist PouchDB databases + - todo-api-data:/app/todo-api/todos + - todo-api-users:/app/todo-api/users + networks: + - ping-sdk-network + profiles: + - reactjs-todo + - angular-todo + - reactjs-davinci + - angular-davinci + - api-only + healthcheck: + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:9443/healthcheck"] + interval: 30s + timeout: 10s + retries: 3 + start_period: 40s + + # ============================================================ + # React Todo App (with PingOne AIC/AM) + # ============================================================ + reactjs-todo: + build: + context: . + dockerfile: Dockerfile.react + args: + APP_NAME: reactjs-todo + container_name: reactjs-todo + ports: + - "8443:8443" + - "8080:8080" + depends_on: + todo-api: + condition: service_healthy + networks: + - ping-sdk-network + profiles: + - reactjs-todo + + # ============================================================ + # Angular Todo App (with PingOne AIC/AM) + # ============================================================ + angular-todo: + build: + context: . + dockerfile: Dockerfile.angular + args: + APP_NAME: angular-todo + container_name: angular-todo + ports: + - "8443:8443" + - "8080:8080" + depends_on: + todo-api: + condition: service_healthy + networks: + - ping-sdk-network + profiles: + - angular-todo + + # ============================================================ + # React Todo DaVinci App + # ============================================================ + reactjs-todo-davinci: + build: + context: . + dockerfile: Dockerfile.react + args: + APP_NAME: reactjs-todo-davinci + container_name: reactjs-todo-davinci + ports: + - "8443:8443" + - "8080:8080" + depends_on: + todo-api: + condition: service_healthy + networks: + - ping-sdk-network + profiles: + - reactjs-davinci + + # ============================================================ + # Angular Todo DaVinci App + # ============================================================ + angular-todo-davinci: + build: + context: . + dockerfile: Dockerfile.angular + args: + APP_NAME: angular-todo-davinci + container_name: angular-todo-davinci + ports: + - "8443:8443" + - "8080:8080" + depends_on: + todo-api: + condition: service_healthy + networks: + - ping-sdk-network + profiles: + - angular-davinci + + # ============================================================ + # Embedded Login (with PingOne AIC/AM) + # ============================================================ + embedded-login: + build: + context: . + dockerfile: Dockerfile.react + args: + APP_NAME: embedded-login + container_name: embedded-login + ports: + - "8443:8443" + - "8080:8080" + networks: + - ping-sdk-network + profiles: + - embedded-login + + # ============================================================ + # Central Login OIDC (with PingOne AIC/AM) + # ============================================================ + central-login-oidc: + build: + context: . + dockerfile: Dockerfile.react + args: + APP_NAME: central-login-oidc + container_name: central-login-oidc + ports: + - "8443:8443" + - "8080:8080" + networks: + - ping-sdk-network + profiles: + - central-login + + # ============================================================ + # Embedded Login DaVinci (Vite-based) + # ============================================================ + embedded-login-davinci: + build: + context: . + dockerfile: Dockerfile.vite + args: + APP_NAME: embedded-login-davinci + container_name: embedded-login-davinci + ports: + - "5829:5829" + networks: + - ping-sdk-network + profiles: + - embedded-davinci + +# ============================================================ +# Networks +# ============================================================ +networks: + ping-sdk-network: + driver: bridge + +# ============================================================ +# Volumes (for persistent data) +# ============================================================ +volumes: + todo-api-data: + driver: local + todo-api-users: + driver: local