@ngxtm/devkit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +180 -0
- package/agents/backend-engineer.md +154 -0
- package/agents/brainstormer.md +169 -0
- package/agents/business-analyst.md +166 -0
- package/agents/database-architect.md +159 -0
- package/agents/debugger.md +155 -0
- package/agents/designer.md +150 -0
- package/agents/devops-engineer.md +155 -0
- package/agents/docs-manager.md +171 -0
- package/agents/frontend-engineer.md +159 -0
- package/agents/game-engineer.md +148 -0
- package/agents/mobile-engineer.md +149 -0
- package/agents/performance-engineer.md +152 -0
- package/agents/planner.md +161 -0
- package/agents/project-manager.md +160 -0
- package/agents/researcher.md +146 -0
- package/agents/reviewer.md +155 -0
- package/agents/scouter.md +157 -0
- package/agents/security-engineer.md +154 -0
- package/agents/tech-lead.md +159 -0
- package/agents/tester.md +157 -0
- package/agents-claudekit/brainstormer.md +113 -0
- package/agents-claudekit/code-reviewer.md +157 -0
- package/agents-claudekit/code-simplifier.md +42 -0
- package/agents-claudekit/copywriter.md +110 -0
- package/agents-claudekit/database-admin.md +92 -0
- package/agents-claudekit/debugger.md +137 -0
- package/agents-claudekit/docs-manager.md +208 -0
- package/agents-claudekit/fullstack-developer.md +95 -0
- package/agents-claudekit/git-manager.md +394 -0
- package/agents-claudekit/journal-writer.md +113 -0
- package/agents-claudekit/mcp-manager.md +93 -0
- package/agents-claudekit/planner.md +108 -0
- package/agents-claudekit/project-manager.md +125 -0
- package/agents-claudekit/researcher.md +38 -0
- package/agents-claudekit/scout-external.md +141 -0
- package/agents-claudekit/scout.md +107 -0
- package/agents-claudekit/tester.md +105 -0
- package/agents-claudekit/ui-ux-designer.md +236 -0
- package/cli/index.js +76 -0
- package/cli/install.js +274 -0
- package/commands/ask/fast.md +119 -0
- package/commands/ask/hard.md +161 -0
- package/commands/ask.md +64 -0
- package/commands/auto.md +111 -0
- package/commands/brainstorm/fast.md +166 -0
- package/commands/brainstorm/hard.md +195 -0
- package/commands/brainstorm.md +64 -0
- package/commands/code/fast.md +166 -0
- package/commands/code/hard.md +330 -0
- package/commands/code.md +64 -0
- package/commands/cook/fast.md +103 -0
- package/commands/cook/hard.md +202 -0
- package/commands/cook.md +64 -0
- package/commands/debug/fast.md +65 -0
- package/commands/debug/hard.md +96 -0
- package/commands/debug.md +64 -0
- package/commands/deploy/check.md +150 -0
- package/commands/deploy/preview.md +125 -0
- package/commands/deploy/production.md +160 -0
- package/commands/deploy/rollback.md +149 -0
- package/commands/deploy.md +71 -0
- package/commands/design/fast.md +134 -0
- package/commands/design/hard.md +209 -0
- package/commands/design.md +64 -0
- package/commands/docs/audit.md +167 -0
- package/commands/docs/business.md +167 -0
- package/commands/docs/core.md +161 -0
- package/commands/docs.md +178 -0
- package/commands/fix/fast.md +84 -0
- package/commands/fix/hard.md +116 -0
- package/commands/fix.md +64 -0
- package/commands/plan/fast.md +78 -0
- package/commands/plan/hard.md +131 -0
- package/commands/plan.md +64 -0
- package/commands/review/fast.md +65 -0
- package/commands/review/hard.md +96 -0
- package/commands/review.md +64 -0
- package/commands/test/fast.md +75 -0
- package/commands/test/hard.md +108 -0
- package/commands/test.md +64 -0
- package/commands-claudekit/ask.md +56 -0
- package/commands-claudekit/bootstrap/auto/fast.md +111 -0
- package/commands-claudekit/bootstrap/auto/parallel.md +66 -0
- package/commands-claudekit/bootstrap/auto.md +115 -0
- package/commands-claudekit/bootstrap.md +137 -0
- package/commands-claudekit/brainstorm.md +12 -0
- package/commands-claudekit/ck-help.md +129 -0
- package/commands-claudekit/code/auto.md +203 -0
- package/commands-claudekit/code/no-test.md +174 -0
- package/commands-claudekit/code/parallel.md +100 -0
- package/commands-claudekit/code.md +205 -0
- package/commands-claudekit/coding-level.md +48 -0
- package/commands-claudekit/content/cro.md +43 -0
- package/commands-claudekit/content/enhance.md +14 -0
- package/commands-claudekit/content/fast.md +13 -0
- package/commands-claudekit/content/good.md +16 -0
- package/commands-claudekit/cook/auto/fast.md +26 -0
- package/commands-claudekit/cook/auto/parallel.md +49 -0
- package/commands-claudekit/cook/auto.md +15 -0
- package/commands-claudekit/cook.md +105 -0
- package/commands-claudekit/debug.md +13 -0
- package/commands-claudekit/design/3d.md +83 -0
- package/commands-claudekit/design/describe.md +23 -0
- package/commands-claudekit/design/fast.md +31 -0
- package/commands-claudekit/design/good.md +35 -0
- package/commands-claudekit/design/screenshot.md +34 -0
- package/commands-claudekit/design/video.md +34 -0
- package/commands-claudekit/docs/init.md +40 -0
- package/commands-claudekit/docs/summarize.md +22 -0
- package/commands-claudekit/docs/update.md +78 -0
- package/commands-claudekit/fix/ci.md +17 -0
- package/commands-claudekit/fix/fast.md +19 -0
- package/commands-claudekit/fix/hard.md +39 -0
- package/commands-claudekit/fix/logs.md +26 -0
- package/commands-claudekit/fix/parallel.md +54 -0
- package/commands-claudekit/fix/test.md +20 -0
- package/commands-claudekit/fix/types.md +9 -0
- package/commands-claudekit/fix/ui.md +48 -0
- package/commands-claudekit/fix.md +43 -0
- package/commands-claudekit/git/cm.md +9 -0
- package/commands-claudekit/git/cp.md +9 -0
- package/commands-claudekit/git/merge.md +42 -0
- package/commands-claudekit/git/pr.md +52 -0
- package/commands-claudekit/integrate/polar.md +28 -0
- package/commands-claudekit/integrate/sepay.md +28 -0
- package/commands-claudekit/journal.md +7 -0
- package/commands-claudekit/kanban.md +99 -0
- package/commands-claudekit/plan/archive.md +57 -0
- package/commands-claudekit/plan/ci.md +33 -0
- package/commands-claudekit/plan/cro.md +69 -0
- package/commands-claudekit/plan/fast.md +66 -0
- package/commands-claudekit/plan/hard.md +92 -0
- package/commands-claudekit/plan/parallel.md +129 -0
- package/commands-claudekit/plan/two.md +45 -0
- package/commands-claudekit/plan/validate.md +117 -0
- package/commands-claudekit/plan.md +30 -0
- package/commands-claudekit/preview.md +85 -0
- package/commands-claudekit/review/codebase/parallel.md +122 -0
- package/commands-claudekit/review/codebase.md +49 -0
- package/commands-claudekit/scout/ext.md +35 -0
- package/commands-claudekit/scout.md +28 -0
- package/commands-claudekit/skill/add.md +36 -0
- package/commands-claudekit/skill/create.md +29 -0
- package/commands-claudekit/skill/fix-logs.md +22 -0
- package/commands-claudekit/skill/optimize/auto.md +25 -0
- package/commands-claudekit/skill/optimize.md +34 -0
- package/commands-claudekit/skill/plan.md +45 -0
- package/commands-claudekit/skill/update.md +36 -0
- package/commands-claudekit/test/ui.md +92 -0
- package/commands-claudekit/test.md +8 -0
- package/commands-claudekit/use-mcp.md +34 -0
- package/commands-claudekit/watzup.md +8 -0
- package/commands-claudekit/worktree.md +138 -0
- package/hooks/__tests__/ck-config-utils.test.cjs +557 -0
- package/hooks/__tests__/dev-rules-reminder.test.cjs +336 -0
- package/hooks/__tests__/integration/path-resolution.test.cjs +319 -0
- package/hooks/__tests__/privacy-block.test.cjs +273 -0
- package/hooks/__tests__/session-init.test.cjs +308 -0
- package/hooks/__tests__/subagent-init.test.cjs +622 -0
- package/hooks/dev-rules-reminder.cjs +52 -0
- package/hooks/docs/README.md +179 -0
- package/hooks/lib/__tests__/README.md +240 -0
- package/hooks/lib/__tests__/ck-config-utils.test.cjs +781 -0
- package/hooks/lib/__tests__/context-builder.test.cjs +373 -0
- package/hooks/lib/__tests__/statusline-integration.test.cjs +678 -0
- package/hooks/lib/__tests__/statusline.test.cjs +689 -0
- package/hooks/lib/ck-config-utils.cjs +769 -0
- package/hooks/lib/ck-paths.cjs +110 -0
- package/hooks/lib/colors.cjs +95 -0
- package/hooks/lib/config-counter.cjs +103 -0
- package/hooks/lib/context-builder.cjs +600 -0
- package/hooks/lib/context-tracker.cjs +335 -0
- package/hooks/lib/privacy-checker.cjs +297 -0
- package/hooks/lib/project-detector.cjs +430 -0
- package/hooks/lib/scout-checker.cjs +172 -0
- package/hooks/lib/transcript-parser.cjs +164 -0
- package/hooks/notifications/.env.example +21 -0
- package/hooks/notifications/discord_notify.sh +234 -0
- package/hooks/notifications/docs/discord-hook-setup.md +461 -0
- package/hooks/notifications/docs/slack-hook-setup.md +118 -0
- package/hooks/notifications/docs/telegram-hook-setup.md +813 -0
- package/hooks/notifications/lib/env-loader.cjs +105 -0
- package/hooks/notifications/lib/sender.cjs +128 -0
- package/hooks/notifications/notify.cjs +156 -0
- package/hooks/notifications/providers/discord.cjs +197 -0
- package/hooks/notifications/providers/slack.cjs +111 -0
- package/hooks/notifications/providers/telegram.cjs +109 -0
- package/hooks/notifications/send-discord.sh +75 -0
- package/hooks/notifications/telegram_notify.sh +137 -0
- package/hooks/post-edit-simplify-reminder.cjs +132 -0
- package/hooks/privacy-block.cjs +145 -0
- package/hooks/scout-block/broad-pattern-detector.cjs +266 -0
- package/hooks/scout-block/error-formatter.cjs +156 -0
- package/hooks/scout-block/path-extractor.cjs +238 -0
- package/hooks/scout-block/pattern-matcher.cjs +184 -0
- package/hooks/scout-block/tests/test-broad-pattern-detector.cjs +225 -0
- package/hooks/scout-block/tests/test-broad-pattern-detector.js +225 -0
- package/hooks/scout-block/tests/test-build-command-allowlist.cjs +137 -0
- package/hooks/scout-block/tests/test-build-command-allowlist.js +137 -0
- package/hooks/scout-block/tests/test-error-formatter.cjs +109 -0
- package/hooks/scout-block/tests/test-error-formatter.js +109 -0
- package/hooks/scout-block/tests/test-full-flow-edge-cases.cjs +75 -0
- package/hooks/scout-block/tests/test-full-flow-edge-cases.js +75 -0
- package/hooks/scout-block/tests/test-monorepo-scenarios.cjs +225 -0
- package/hooks/scout-block/tests/test-monorepo-scenarios.js +225 -0
- package/hooks/scout-block/tests/test-path-extractor.cjs +138 -0
- package/hooks/scout-block/tests/test-path-extractor.js +138 -0
- package/hooks/scout-block/tests/test-pattern-matcher.cjs +64 -0
- package/hooks/scout-block/tests/test-pattern-matcher.js +64 -0
- package/hooks/scout-block/vendor/ignore.cjs +627 -0
- package/hooks/scout-block/vendor/ignore.js +627 -0
- package/hooks/scout-block.cjs +117 -0
- package/hooks/session-end.cjs +35 -0
- package/hooks/session-init.cjs +201 -0
- package/hooks/subagent-init.cjs +167 -0
- package/hooks/tests/test-ckignore.cjs +194 -0
- package/hooks/tests/test-ckignore.js +194 -0
- package/hooks/tests/test-context-tracker.cjs +454 -0
- package/hooks/tests/test-modularization-hook.cjs +126 -0
- package/hooks/tests/test-modularization-hook.js +126 -0
- package/hooks/tests/test-privacy-block.cjs +298 -0
- package/hooks/tests/test-privacy-block.js +298 -0
- package/hooks/tests/test-scout-block.cjs +229 -0
- package/hooks/tests/test-scout-block.js +229 -0
- package/hooks/usage-context-awareness.cjs +146 -0
- package/hooks/write-compact-marker.cjs +159 -0
- package/matrix-skills/_index.yaml +275 -0
- package/matrix-skills/ai-ml.yaml +353 -0
- package/matrix-skills/architecture.yaml +93 -0
- package/matrix-skills/backend.yaml +280 -0
- package/matrix-skills/cloud.yaml +112 -0
- package/matrix-skills/data.yaml +74 -0
- package/matrix-skills/design.yaml +98 -0
- package/matrix-skills/devops.yaml +200 -0
- package/matrix-skills/frontend.yaml +200 -0
- package/matrix-skills/gaming.yaml +39 -0
- package/matrix-skills/languages.yaml +160 -0
- package/matrix-skills/management.yaml +50 -0
- package/matrix-skills/mcp.yaml +82 -0
- package/matrix-skills/mobile.yaml +85 -0
- package/matrix-skills/performance.yaml +23 -0
- package/matrix-skills/planning.yaml +117 -0
- package/matrix-skills/quality.yaml +195 -0
- package/matrix-skills/research.yaml +106 -0
- package/matrix-skills/security.yaml +293 -0
- package/matrix-skills/tools.yaml +352 -0
- package/output-styles/coding-level-0-eli5.md +103 -0
- package/output-styles/coding-level-1-junior.md +124 -0
- package/output-styles/coding-level-2-mid.md +146 -0
- package/output-styles/coding-level-3-senior.md +148 -0
- package/output-styles/coding-level-4-lead.md +159 -0
- package/output-styles/coding-level-5-god.md +91 -0
- package/package.json +87 -0
- package/rules/README.md +141 -0
- package/rules/dart/best-practices/SKILL.md +23 -0
- package/rules/dart/language/SKILL.md +52 -0
- package/rules/dart/tooling/SKILL.md +43 -0
- package/rules/flutter/auto-route-navigation/SKILL.md +43 -0
- package/rules/flutter/auto-route-navigation/references/REFERENCE.md +19 -0
- package/rules/flutter/auto-route-navigation/references/router-config.md +62 -0
- package/rules/flutter/bloc-state-management/SKILL.md +64 -0
- package/rules/flutter/bloc-state-management/references/REFERENCE.md +20 -0
- package/rules/flutter/bloc-state-management/references/auth-bloc-example.md +52 -0
- package/rules/flutter/bloc-state-management/references/equatable-usage.md +56 -0
- package/rules/flutter/bloc-state-management/references/property-based-state.md +68 -0
- package/rules/flutter/bloc.rule.md +76 -0
- package/rules/flutter/cicd/SKILL.md +48 -0
- package/rules/flutter/cicd/references/advanced-workflow.md +66 -0
- package/rules/flutter/cicd/references/fastlane.md +139 -0
- package/rules/flutter/cicd/references/github-actions.md +59 -0
- package/rules/flutter/dependency-injection/SKILL.md +42 -0
- package/rules/flutter/dependency-injection/references/REFERENCE.md +15 -0
- package/rules/flutter/dependency-injection/references/modules.md +37 -0
- package/rules/flutter/error-handling/SKILL.md +32 -0
- package/rules/flutter/error-handling/references/REFERENCE.md +19 -0
- package/rules/flutter/error-handling/references/error-mapping.md +31 -0
- package/rules/flutter/feature-based-clean-architecture/SKILL.md +46 -0
- package/rules/flutter/feature-based-clean-architecture/references/REFERENCE.md +14 -0
- package/rules/flutter/feature-based-clean-architecture/references/folder-structure.md +36 -0
- package/rules/flutter/getx-navigation/SKILL.md +70 -0
- package/rules/flutter/getx-navigation/references/app-pages.md +40 -0
- package/rules/flutter/getx-navigation/references/middleware-example.md +29 -0
- package/rules/flutter/getx-state-management/SKILL.md +76 -0
- package/rules/flutter/getx-state-management/references/binding-example.md +32 -0
- package/rules/flutter/getx-state-management/references/reactive-vs-simple.md +39 -0
- package/rules/flutter/go-router-navigation/SKILL.md +57 -0
- package/rules/flutter/idiomatic-flutter/SKILL.md +20 -0
- package/rules/flutter/layer-based-clean-architecture/SKILL.md +50 -0
- package/rules/flutter/layer-based-clean-architecture/references/REFERENCE.md +60 -0
- package/rules/flutter/layer-based-clean-architecture/references/repository-mapping.md +50 -0
- package/rules/flutter/localization/SKILL.md +50 -0
- package/rules/flutter/localization/references/REFERENCE.md +48 -0
- package/rules/flutter/localization/references/sheet-loader.md +33 -0
- package/rules/flutter/navigator-v1-navigation/SKILL.md +71 -0
- package/rules/flutter/navigator-v1-navigation/references/on-generate-route.md +48 -0
- package/rules/flutter/performance/SKILL.md +24 -0
- package/rules/flutter/retrofit-networking/SKILL.md +51 -0
- package/rules/flutter/retrofit-networking/references/REFERENCE.md +19 -0
- package/rules/flutter/retrofit-networking/references/token-refresh.md +40 -0
- package/rules/flutter/riverpod-state-management/SKILL.md +53 -0
- package/rules/flutter/riverpod-state-management/references/architecture.md +124 -0
- package/rules/flutter/riverpod-state-management/references/best-practices.md +89 -0
- package/rules/flutter/riverpod-state-management/references/testing.md +73 -0
- package/rules/flutter/riverpod.rule.md +78 -0
- package/rules/flutter/security/SKILL.md +33 -0
- package/rules/flutter/security/references/REFERENCE.md +15 -0
- package/rules/flutter/security/references/network-security.md +28 -0
- package/rules/flutter/testing/SKILL.md +44 -0
- package/rules/flutter/testing/references/REFERENCE.md +21 -0
- package/rules/flutter/testing/references/bloc-testing.md +38 -0
- package/rules/flutter/testing/references/integration-testing.md +128 -0
- package/rules/flutter/testing/references/robot-pattern.md +82 -0
- package/rules/flutter/testing/references/unit-testing.md +130 -0
- package/rules/flutter/testing/references/widget-testing.md +120 -0
- package/rules/flutter/widgets/SKILL.md +37 -0
- package/rules/golang/chi-router/SKILL.md +219 -0
- package/rules/golang/chi-router/references/REFERENCE.md +13 -0
- package/rules/golang/chi-router/references/routing-patterns.md +205 -0
- package/rules/golang/cobra-cli/SKILL.md +227 -0
- package/rules/golang/cobra-cli/references/REFERENCE.md +13 -0
- package/rules/golang/cobra-cli/references/command-patterns.md +224 -0
- package/rules/golang/core/SKILL.md +210 -0
- package/rules/golang/core/references/REFERENCE.md +14 -0
- package/rules/golang/core/references/concurrency-patterns.md +114 -0
- package/rules/golang/core/references/error-handling.md +87 -0
- package/rules/golang/echo-framework/SKILL.md +215 -0
- package/rules/golang/echo-framework/references/REFERENCE.md +14 -0
- package/rules/golang/echo-framework/references/middleware-patterns.md +141 -0
- package/rules/golang/echo-framework/references/routing-patterns.md +140 -0
- package/rules/golang/ent-orm/SKILL.md +239 -0
- package/rules/golang/ent-orm/references/REFERENCE.md +13 -0
- package/rules/golang/ent-orm/references/schema-patterns.md +255 -0
- package/rules/golang/fiber-framework/SKILL.md +196 -0
- package/rules/golang/fiber-framework/references/REFERENCE.md +13 -0
- package/rules/golang/fiber-framework/references/routing-patterns.md +191 -0
- package/rules/golang/gin-framework/SKILL.md +205 -0
- package/rules/golang/gin-framework/references/REFERENCE.md +14 -0
- package/rules/golang/gin-framework/references/middleware-patterns.md +119 -0
- package/rules/golang/gorm-orm/SKILL.md +196 -0
- package/rules/golang/gorm-orm/references/REFERENCE.md +14 -0
- package/rules/golang/gorm-orm/references/model-definitions.md +167 -0
- package/rules/golang/gorm-orm/references/query-patterns.md +161 -0
- package/rules/golang/grpc/SKILL.md +231 -0
- package/rules/golang/grpc/references/REFERENCE.md +13 -0
- package/rules/golang/grpc/references/service-patterns.md +276 -0
- package/rules/golang/testify/SKILL.md +239 -0
- package/rules/golang/testify/references/REFERENCE.md +13 -0
- package/rules/golang/testify/references/assert-patterns.md +170 -0
- package/rules/golang/validator/SKILL.md +234 -0
- package/rules/golang/validator/references/REFERENCE.md +13 -0
- package/rules/golang/validator/references/validation-tags.md +211 -0
- package/rules/golang/viper-config/SKILL.md +244 -0
- package/rules/golang/viper-config/references/REFERENCE.md +13 -0
- package/rules/golang/viper-config/references/config-loading.md +181 -0
- package/rules/golang/wire-di/SKILL.md +243 -0
- package/rules/golang/wire-di/references/REFERENCE.md +13 -0
- package/rules/golang/wire-di/references/provider-patterns.md +193 -0
- package/rules/golang/zap-logging/SKILL.md +203 -0
- package/rules/golang/zap-logging/references/REFERENCE.md +13 -0
- package/rules/golang/zap-logging/references/logger-config.md +165 -0
- package/rules/java/build-gradle/SKILL.md +92 -0
- package/rules/java/build-gradle/references/REFERENCE.md +14 -0
- package/rules/java/build-gradle/references/kotlin-dsl.md +118 -0
- package/rules/java/build-gradle/references/task-configuration.md +132 -0
- package/rules/java/build-maven/SKILL.md +86 -0
- package/rules/java/build-maven/references/REFERENCE.md +14 -0
- package/rules/java/build-maven/references/dependency-management.md +111 -0
- package/rules/java/build-maven/references/lifecycle-phases.md +114 -0
- package/rules/java/graalvm-native/SKILL.md +105 -0
- package/rules/java/graalvm-native/references/REFERENCE.md +12 -0
- package/rules/java/java-collections-streams/SKILL.md +148 -0
- package/rules/java/java-collections-streams/references/REFERENCE.md +15 -0
- package/rules/java/java-collections-streams/references/collectors-patterns.md +178 -0
- package/rules/java/java-collections-streams/references/stream-pipelines.md +165 -0
- package/rules/java/java-concurrency/SKILL.md +187 -0
- package/rules/java/java-concurrency/references/REFERENCE.md +17 -0
- package/rules/java/java-concurrency/references/completable-future.md +165 -0
- package/rules/java/java-concurrency/references/executor-patterns.md +176 -0
- package/rules/java/java-concurrency/references/virtual-threads.md +190 -0
- package/rules/java/java-core-language/SKILL.md +121 -0
- package/rules/java/java-core-language/references/REFERENCE.md +15 -0
- package/rules/java/java-core-language/references/jvm-memory-model.md +160 -0
- package/rules/java/java-core-language/references/modern-java-features.md +168 -0
- package/rules/java/java-project-structure/SKILL.md +195 -0
- package/rules/java/java-project-structure/references/REFERENCE.md +15 -0
- package/rules/java/java-project-structure/references/maven-project-layout.md +199 -0
- package/rules/java/java-project-structure/references/module-system.md +159 -0
- package/rules/java/micronaut-core/SKILL.md +99 -0
- package/rules/java/micronaut-core/references/REFERENCE.md +12 -0
- package/rules/java/micronaut-reactive/SKILL.md +68 -0
- package/rules/java/micronaut-reactive/references/REFERENCE.md +12 -0
- package/rules/java/quarkus-core/SKILL.md +85 -0
- package/rules/java/quarkus-core/references/REFERENCE.md +12 -0
- package/rules/java/quarkus-reactive/SKILL.md +67 -0
- package/rules/java/quarkus-reactive/references/REFERENCE.md +12 -0
- package/rules/java/spring-batch/SKILL.md +102 -0
- package/rules/java/spring-batch/references/REFERENCE.md +12 -0
- package/rules/java/spring-boot-architecture/SKILL.md +206 -0
- package/rules/java/spring-boot-architecture/references/REFERENCE.md +15 -0
- package/rules/java/spring-boot-architecture/references/auto-configuration.md +158 -0
- package/rules/java/spring-boot-architecture/references/configuration-properties.md +202 -0
- package/rules/java/spring-boot-web/SKILL.md +217 -0
- package/rules/java/spring-boot-web/references/REFERENCE.md +17 -0
- package/rules/java/spring-cloud/SKILL.md +109 -0
- package/rules/java/spring-cloud/references/REFERENCE.md +13 -0
- package/rules/java/spring-data-jpa/SKILL.md +241 -0
- package/rules/java/spring-data-jpa/references/REFERENCE.md +16 -0
- package/rules/java/spring-security/SKILL.md +161 -0
- package/rules/java/spring-security/references/REFERENCE.md +16 -0
- package/rules/java/spring-security/references/jwt-auth-flow.md +213 -0
- package/rules/java/testing-junit-mockito/SKILL.md +135 -0
- package/rules/java/testing-junit-mockito/references/REFERENCE.md +15 -0
- package/rules/java/testing-junit-mockito/references/junit5-patterns.md +159 -0
- package/rules/java/testing-junit-mockito/references/mockito-patterns.md +148 -0
- package/rules/java/testing-junit-mockito/references/spring-boot-testing.md +152 -0
- package/rules/javascript/best-practices/SKILL.md +64 -0
- package/rules/javascript/best-practices/references/REFERENCE.md +91 -0
- package/rules/javascript/language/SKILL.md +71 -0
- package/rules/javascript/language/references/REFERENCE.md +106 -0
- package/rules/javascript/tooling/SKILL.md +60 -0
- package/rules/javascript/tooling/references/REFERENCE.md +107 -0
- package/rules/metadata.json +54 -0
- package/rules/nestjs/api-standards/SKILL.md +47 -0
- package/rules/nestjs/api-standards/references/pagination-wrapper.md +87 -0
- package/rules/nestjs/architecture/SKILL.md +68 -0
- package/rules/nestjs/architecture/references/dynamic-module.md +53 -0
- package/rules/nestjs/caching/SKILL.md +51 -0
- package/rules/nestjs/caching/references/REFERENCE.md +13 -0
- package/rules/nestjs/caching/references/cache-patterns.md +183 -0
- package/rules/nestjs/configuration/SKILL.md +41 -0
- package/rules/nestjs/configuration/references/REFERENCE.md +13 -0
- package/rules/nestjs/configuration/references/config-patterns.md +184 -0
- package/rules/nestjs/controllers-services/SKILL.md +63 -0
- package/rules/nestjs/controllers-services/references/REFERENCE.md +14 -0
- package/rules/nestjs/controllers-services/references/controller-patterns.md +119 -0
- package/rules/nestjs/controllers-services/references/service-patterns.md +129 -0
- package/rules/nestjs/database/SKILL.md +102 -0
- package/rules/nestjs/database/references/REFERENCE.md +14 -0
- package/rules/nestjs/database/references/typeorm-patterns.md +156 -0
- package/rules/nestjs/deployment/SKILL.md +36 -0
- package/rules/nestjs/deployment/references/REFERENCE.md +13 -0
- package/rules/nestjs/deployment/references/deployment-patterns.md +140 -0
- package/rules/nestjs/documentation/SKILL.md +64 -0
- package/rules/nestjs/documentation/references/REFERENCE.md +13 -0
- package/rules/nestjs/documentation/references/swagger-patterns.md +139 -0
- package/rules/nestjs/error-handling/SKILL.md +55 -0
- package/rules/nestjs/error-handling/references/REFERENCE.md +13 -0
- package/rules/nestjs/error-handling/references/exception-filters.md +152 -0
- package/rules/nestjs/file-uploads/SKILL.md +35 -0
- package/rules/nestjs/file-uploads/references/REFERENCE.md +13 -0
- package/rules/nestjs/file-uploads/references/upload-patterns.md +125 -0
- package/rules/nestjs/observability/SKILL.md +39 -0
- package/rules/nestjs/observability/references/REFERENCE.md +13 -0
- package/rules/nestjs/observability/references/logging-metrics.md +175 -0
- package/rules/nestjs/performance/SKILL.md +60 -0
- package/rules/nestjs/performance/references/REFERENCE.md +13 -0
- package/rules/nestjs/performance/references/performance-patterns.md +107 -0
- package/rules/nestjs/real-time/SKILL.md +45 -0
- package/rules/nestjs/real-time/references/REFERENCE.md +13 -0
- package/rules/nestjs/real-time/references/websocket-patterns.md +121 -0
- package/rules/nestjs/scheduling/SKILL.md +39 -0
- package/rules/nestjs/scheduling/references/REFERENCE.md +13 -0
- package/rules/nestjs/scheduling/references/scheduling-patterns.md +137 -0
- package/rules/nestjs/search/SKILL.md +41 -0
- package/rules/nestjs/search/references/REFERENCE.md +13 -0
- package/rules/nestjs/search/references/search-patterns.md +137 -0
- package/rules/nestjs/security/SKILL.md +87 -0
- package/rules/nestjs/security/references/REFERENCE.md +14 -0
- package/rules/nestjs/security/references/authentication.md +151 -0
- package/rules/nestjs/testing/SKILL.md +40 -0
- package/rules/nestjs/testing/references/REFERENCE.md +14 -0
- package/rules/nestjs/testing/references/unit-testing.md +179 -0
- package/rules/nestjs/transport/SKILL.md +45 -0
- package/rules/nestjs/transport/references/REFERENCE.md +13 -0
- package/rules/nestjs/transport/references/microservices-patterns.md +170 -0
- package/rules/nextjs/app-router/SKILL.md +46 -0
- package/rules/nextjs/app-router/references/REFERENCE.md +14 -0
- package/rules/nextjs/app-router/references/routing-patterns.md +182 -0
- package/rules/nextjs/architecture/SKILL.md +44 -0
- package/rules/nextjs/architecture/references/fsd-structure.md +77 -0
- package/rules/nextjs/authentication/SKILL.md +29 -0
- package/rules/nextjs/authentication/references/auth-implementation.md +73 -0
- package/rules/nextjs/caching/SKILL.md +66 -0
- package/rules/nextjs/caching/references/REFERENCE.md +13 -0
- package/rules/nextjs/caching/references/cache-strategies.md +168 -0
- package/rules/nextjs/data-access-layer/SKILL.md +33 -0
- package/rules/nextjs/data-access-layer/references/patterns.md +66 -0
- package/rules/nextjs/data-fetching/SKILL.md +59 -0
- package/rules/nextjs/data-fetching/references/REFERENCE.md +13 -0
- package/rules/nextjs/data-fetching/references/fetch-patterns.md +160 -0
- package/rules/nextjs/internationalization/SKILL.md +105 -0
- package/rules/nextjs/internationalization/references/REFERENCE.md +13 -0
- package/rules/nextjs/internationalization/references/i18n-patterns.md +180 -0
- package/rules/nextjs/optimization/SKILL.md +64 -0
- package/rules/nextjs/optimization/references/REFERENCE.md +13 -0
- package/rules/nextjs/optimization/references/optimization-patterns.md +190 -0
- package/rules/nextjs/rendering/SKILL.md +91 -0
- package/rules/nextjs/rendering/references/REFERENCE.md +13 -0
- package/rules/nextjs/rendering/references/rendering-modes.md +163 -0
- package/rules/nextjs/server-actions/SKILL.md +46 -0
- package/rules/nextjs/server-actions/references/REFERENCE.md +13 -0
- package/rules/nextjs/server-actions/references/action-patterns.md +188 -0
- package/rules/nextjs/server-components/SKILL.md +52 -0
- package/rules/nextjs/server-components/references/REFERENCE.md +13 -0
- package/rules/nextjs/server-components/references/component-patterns.md +175 -0
- package/rules/nextjs/state-management/SKILL.md +73 -0
- package/rules/nextjs/state-management/references/REFERENCE.md +13 -0
- package/rules/nextjs/state-management/references/state-patterns.md +218 -0
- package/rules/nextjs/styling/SKILL.md +31 -0
- package/rules/nextjs/styling/references/implementation.md +56 -0
- package/rules/react/component-patterns/SKILL.md +66 -0
- package/rules/react/component-patterns/references/REFERENCE.md +126 -0
- package/rules/react/hooks/SKILL.md +60 -0
- package/rules/react/hooks/references/REFERENCE.md +132 -0
- package/rules/react/hooks.rule.md +79 -0
- package/rules/react/performance/SKILL.md +69 -0
- package/rules/react/performance/references/REFERENCE.md +143 -0
- package/rules/react/security/SKILL.md +46 -0
- package/rules/react/security/references/REFERENCE.md +170 -0
- package/rules/react/state-management/SKILL.md +56 -0
- package/rules/react/state-management/references/REFERENCE.md +137 -0
- package/rules/react/testing/SKILL.md +45 -0
- package/rules/react/testing/references/REFERENCE.md +149 -0
- package/rules/react/tooling/SKILL.md +39 -0
- package/rules/react/typescript/SKILL.md +53 -0
- package/rules/rust/actix-web/SKILL.md +160 -0
- package/rules/rust/actix-web/references/REFERENCE.md +13 -0
- package/rules/rust/actix-web/references/handler-patterns.md +198 -0
- package/rules/rust/async-graphql/SKILL.md +228 -0
- package/rules/rust/async-graphql/references/REFERENCE.md +13 -0
- package/rules/rust/async-graphql/references/schema-patterns.md +215 -0
- package/rules/rust/axum/SKILL.md +161 -0
- package/rules/rust/axum/references/REFERENCE.md +14 -0
- package/rules/rust/axum/references/handler-patterns.md +97 -0
- package/rules/rust/bevy/SKILL.md +206 -0
- package/rules/rust/bevy/references/REFERENCE.md +13 -0
- package/rules/rust/bevy/references/ecs-patterns.md +226 -0
- package/rules/rust/clap/SKILL.md +217 -0
- package/rules/rust/clap/references/REFERENCE.md +13 -0
- package/rules/rust/clap/references/derive-patterns.md +205 -0
- package/rules/rust/core/SKILL.md +154 -0
- package/rules/rust/core/references/REFERENCE.md +14 -0
- package/rules/rust/core/references/error-handling.md +92 -0
- package/rules/rust/diesel-orm/SKILL.md +176 -0
- package/rules/rust/diesel-orm/references/REFERENCE.md +13 -0
- package/rules/rust/diesel-orm/references/schema-patterns.md +206 -0
- package/rules/rust/rocket/SKILL.md +182 -0
- package/rules/rust/rocket/references/REFERENCE.md +13 -0
- package/rules/rust/rocket/references/handler-patterns.md +209 -0
- package/rules/rust/sea-orm/SKILL.md +230 -0
- package/rules/rust/sea-orm/references/REFERENCE.md +13 -0
- package/rules/rust/sea-orm/references/entity-patterns.md +221 -0
- package/rules/rust/serde-serialization/SKILL.md +150 -0
- package/rules/rust/serde-serialization/references/REFERENCE.md +13 -0
- package/rules/rust/serde-serialization/references/serialization-patterns.md +199 -0
- package/rules/rust/sqlx-database/SKILL.md +140 -0
- package/rules/rust/sqlx-database/references/REFERENCE.md +13 -0
- package/rules/rust/sqlx-database/references/query-patterns.md +210 -0
- package/rules/rust/tauri/SKILL.md +180 -0
- package/rules/rust/tauri/references/REFERENCE.md +13 -0
- package/rules/rust/tauri/references/command-patterns.md +209 -0
- package/rules/rust/tokio-runtime/SKILL.md +167 -0
- package/rules/rust/tokio-runtime/references/REFERENCE.md +14 -0
- package/rules/rust/tokio-runtime/references/async-patterns.md +137 -0
- package/rules/rust/tokio-runtime/references/synchronization.md +152 -0
- package/rules/rust/tonic/SKILL.md +231 -0
- package/rules/rust/tonic/references/REFERENCE.md +13 -0
- package/rules/rust/tonic/references/service-patterns.md +213 -0
- package/rules/rust/tracing/SKILL.md +214 -0
- package/rules/rust/tracing/references/REFERENCE.md +13 -0
- package/rules/rust/tracing/references/instrumentation.md +187 -0
- package/rules/typescript/best-practices/SKILL.md +108 -0
- package/rules/typescript/best-practices/references/REFERENCE.md +68 -0
- package/rules/typescript/language/SKILL.md +72 -0
- package/rules/typescript/language/references/REFERENCE.md +67 -0
- package/rules/typescript/patterns.rule.md +85 -0
- package/rules/typescript/security/SKILL.md +59 -0
- package/rules/typescript/security/references/REFERENCE.md +113 -0
- package/rules/typescript/tooling/SKILL.md +52 -0
- package/rules/typescript/tooling/references/REFERENCE.md +110 -0
- package/settings.json +94 -0
- package/skills/3d-web-experience/SKILL.md +254 -0
- package/skills/README.md +23 -0
- package/skills/ab-test-setup/SKILL.md +232 -0
- package/skills/active-directory-attacks/SKILL.md +383 -0
- package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/skills/address-github-comments/SKILL.md +55 -0
- package/skills/aesthetic/SKILL.md +134 -0
- package/skills/aesthetic/assets/design-guideline-template.md +163 -0
- package/skills/aesthetic/assets/design-story-template.md +135 -0
- package/skills/aesthetic/references/design-principles.md +62 -0
- package/skills/aesthetic/references/design-resources.md +86 -0
- package/skills/aesthetic/references/micro-interactions.md +53 -0
- package/skills/aesthetic/references/storytelling-design.md +50 -0
- package/skills/agent-evaluation/SKILL.md +64 -0
- package/skills/agent-framework-azure-hosted-agents/SKILL.md +335 -0
- package/skills/agent-framework-azure-hosted-agents/references/advanced.md +512 -0
- package/skills/agent-framework-azure-hosted-agents/references/mcp.md +301 -0
- package/skills/agent-framework-azure-hosted-agents/references/threads.md +300 -0
- package/skills/agent-framework-azure-hosted-agents/references/tools.md +278 -0
- package/skills/agent-manager-skill/SKILL.md +40 -0
- package/skills/agent-memory-mcp/SKILL.md +82 -0
- package/skills/agent-memory-systems/SKILL.md +67 -0
- package/skills/agent-tool-builder/SKILL.md +53 -0
- package/skills/agile-product-owner/SKILL.md +31 -0
- package/skills/agile-product-owner/scripts/user_story_generator.py +387 -0
- package/skills/ai-agents-architect/SKILL.md +90 -0
- package/skills/ai-artist/SKILL.md +75 -0
- package/skills/ai-artist/references/advanced-techniques.md +184 -0
- package/skills/ai-artist/references/domain-code.md +66 -0
- package/skills/ai-artist/references/domain-data.md +72 -0
- package/skills/ai-artist/references/domain-marketing.md +66 -0
- package/skills/ai-artist/references/domain-patterns.md +33 -0
- package/skills/ai-artist/references/domain-writing.md +68 -0
- package/skills/ai-artist/references/image-prompting.md +141 -0
- package/skills/ai-artist/references/llm-prompting.md +165 -0
- package/skills/ai-artist/references/nano-banana.md +59 -0
- package/skills/ai-artist/references/reasoning-techniques.md +201 -0
- package/skills/ai-multimodal/.env.example +204 -0
- package/skills/ai-multimodal/SKILL.md +109 -0
- package/skills/ai-multimodal/references/audio-processing.md +387 -0
- package/skills/ai-multimodal/references/image-generation.md +939 -0
- package/skills/ai-multimodal/references/music-generation.md +311 -0
- package/skills/ai-multimodal/references/video-analysis.md +515 -0
- package/skills/ai-multimodal/references/video-generation.md +457 -0
- package/skills/ai-multimodal/references/vision-understanding.md +492 -0
- package/skills/ai-multimodal/scripts/.coverage +0 -0
- package/skills/ai-multimodal/scripts/check_setup.py +315 -0
- package/skills/ai-multimodal/scripts/document_converter.py +395 -0
- package/skills/ai-multimodal/scripts/gemini_batch_process.py +1185 -0
- package/skills/ai-multimodal/scripts/media_optimizer.py +506 -0
- package/skills/ai-multimodal/scripts/requirements.txt +26 -0
- package/skills/ai-multimodal/scripts/tests/.coverage +0 -0
- package/skills/ai-multimodal/scripts/tests/requirements.txt +20 -0
- package/skills/ai-multimodal/scripts/tests/test_document_converter.py +74 -0
- package/skills/ai-multimodal/scripts/tests/test_gemini_batch_process.py +362 -0
- package/skills/ai-multimodal/scripts/tests/test_media_optimizer.py +373 -0
- package/skills/ai-product/SKILL.md +54 -0
- package/skills/ai-wrapper-product/SKILL.md +273 -0
- package/skills/algolia-search/SKILL.md +66 -0
- package/skills/algorithmic-art/LICENSE.txt +202 -0
- package/skills/algorithmic-art/SKILL.md +405 -0
- package/skills/algorithmic-art/templates/generator_template.js +223 -0
- package/skills/algorithmic-art/templates/viewer.html +599 -0
- package/skills/analytics-tracking/SKILL.md +404 -0
- package/skills/angular-architect/SKILL.md +97 -0
- package/skills/angular-architect/references/components.md +300 -0
- package/skills/angular-architect/references/ngrx.md +404 -0
- package/skills/angular-architect/references/routing.md +364 -0
- package/skills/angular-architect/references/rxjs.md +322 -0
- package/skills/angular-architect/references/testing.md +408 -0
- package/skills/api-designer/SKILL.md +101 -0
- package/skills/api-designer/references/error-handling.md +541 -0
- package/skills/api-designer/references/openapi.md +824 -0
- package/skills/api-designer/references/pagination.md +494 -0
- package/skills/api-designer/references/rest-patterns.md +335 -0
- package/skills/api-designer/references/versioning.md +391 -0
- package/skills/api-documentation-generator/SKILL.md +484 -0
- package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
- package/skills/api-patterns/SKILL.md +81 -0
- package/skills/api-patterns/api-style.md +42 -0
- package/skills/api-patterns/auth.md +24 -0
- package/skills/api-patterns/documentation.md +26 -0
- package/skills/api-patterns/graphql.md +41 -0
- package/skills/api-patterns/rate-limiting.md +31 -0
- package/skills/api-patterns/response.md +37 -0
- package/skills/api-patterns/rest.md +40 -0
- package/skills/api-patterns/scripts/api_validator.py +211 -0
- package/skills/api-patterns/security-testing.md +122 -0
- package/skills/api-patterns/trpc.md +41 -0
- package/skills/api-patterns/versioning.md +22 -0
- package/skills/api-security-best-practices/SKILL.md +907 -0
- package/skills/app-builder/SKILL.md +75 -0
- package/skills/app-builder/agent-coordination.md +71 -0
- package/skills/app-builder/feature-building.md +53 -0
- package/skills/app-builder/project-detection.md +34 -0
- package/skills/app-builder/scaffolding.md +118 -0
- package/skills/app-builder/tech-stack.md +40 -0
- package/skills/app-builder/templates/SKILL.md +39 -0
- package/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
- package/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
- package/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
- package/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
- package/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
- package/skills/app-store-optimization/HOW_TO_USE.md +281 -0
- package/skills/app-store-optimization/README.md +430 -0
- package/skills/app-store-optimization/SKILL.md +403 -0
- package/skills/app-store-optimization/ab_test_planner.py +662 -0
- package/skills/app-store-optimization/aso_scorer.py +482 -0
- package/skills/app-store-optimization/competitor_analyzer.py +577 -0
- package/skills/app-store-optimization/expected_output.json +170 -0
- package/skills/app-store-optimization/keyword_analyzer.py +406 -0
- package/skills/app-store-optimization/launch_checklist.py +739 -0
- package/skills/app-store-optimization/localization_helper.py +588 -0
- package/skills/app-store-optimization/metadata_optimizer.py +581 -0
- package/skills/app-store-optimization/review_analyzer.py +714 -0
- package/skills/app-store-optimization/sample_input.json +30 -0
- package/skills/architecture/SKILL.md +55 -0
- package/skills/architecture/context-discovery.md +43 -0
- package/skills/architecture/examples.md +94 -0
- package/skills/architecture/pattern-selection.md +68 -0
- package/skills/architecture/patterns-reference.md +50 -0
- package/skills/architecture/trade-off-analysis.md +77 -0
- package/skills/architecture-designer/SKILL.md +89 -0
- package/skills/architecture-designer/references/adr-template.md +119 -0
- package/skills/architecture-designer/references/architecture-patterns.md +114 -0
- package/skills/architecture-designer/references/database-selection.md +105 -0
- package/skills/architecture-designer/references/nfr-checklist.md +115 -0
- package/skills/architecture-designer/references/system-design.md +103 -0
- package/skills/artifacts-builder/SKILL.md +74 -0
- package/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
- package/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/skills/ask-questions-if-underspecified/SKILL.md +81 -0
- package/skills/atlassian-mcp/SKILL.md +100 -0
- package/skills/atlassian-mcp/references/authentication-patterns.md +523 -0
- package/skills/atlassian-mcp/references/common-workflows.md +663 -0
- package/skills/atlassian-mcp/references/confluence-operations.md +531 -0
- package/skills/atlassian-mcp/references/jira-queries.md +424 -0
- package/skills/atlassian-mcp/references/mcp-server-setup.md +295 -0
- package/skills/autonomous-agent-patterns/SKILL.md +761 -0
- package/skills/autonomous-agents/SKILL.md +68 -0
- package/skills/avalonia-layout-zafiro/SKILL.md +59 -0
- package/skills/avalonia-layout-zafiro/behaviors.md +35 -0
- package/skills/avalonia-layout-zafiro/components.md +41 -0
- package/skills/avalonia-layout-zafiro/containers.md +50 -0
- package/skills/avalonia-layout-zafiro/icons.md +53 -0
- package/skills/avalonia-layout-zafiro/themes.md +51 -0
- package/skills/avalonia-viewmodels-zafiro/SKILL.md +29 -0
- package/skills/avalonia-viewmodels-zafiro/composition.md +75 -0
- package/skills/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
- package/skills/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
- package/skills/avalonia-viewmodels-zafiro/wizards.md +47 -0
- package/skills/avalonia-zafiro-development/SKILL.md +29 -0
- package/skills/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
- package/skills/avalonia-zafiro-development/core-technical-skills.md +19 -0
- package/skills/avalonia-zafiro-development/naming-standards.md +15 -0
- package/skills/avalonia-zafiro-development/patterns.md +45 -0
- package/skills/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
- package/skills/aws-agentic-ai/SKILL.md +117 -0
- package/skills/aws-agentic-ai/cross-service/credential-management.md +450 -0
- package/skills/aws-agentic-ai/services/browser/README.md +363 -0
- package/skills/aws-agentic-ai/services/code-interpreter/README.md +232 -0
- package/skills/aws-agentic-ai/services/gateway/README.md +100 -0
- package/skills/aws-agentic-ai/services/gateway/deploy-template.sh +117 -0
- package/skills/aws-agentic-ai/services/gateway/deployment-strategies.md +416 -0
- package/skills/aws-agentic-ai/services/gateway/troubleshooting-guide.md +384 -0
- package/skills/aws-agentic-ai/services/gateway/validate-deployment.sh +186 -0
- package/skills/aws-agentic-ai/services/identity/README.md +186 -0
- package/skills/aws-agentic-ai/services/memory/README.md +253 -0
- package/skills/aws-agentic-ai/services/observability/README.md +517 -0
- package/skills/aws-agentic-ai/services/runtime/README.md +215 -0
- package/skills/aws-cdk-development/SKILL.md +278 -0
- package/skills/aws-cdk-development/references/cdk-patterns.md +431 -0
- package/skills/aws-cdk-development/scripts/validate-stack.sh +240 -0
- package/skills/aws-cost-operations/SKILL.md +317 -0
- package/skills/aws-cost-operations/references/cloudwatch-alarms.md +567 -0
- package/skills/aws-cost-operations/references/operations-patterns.md +394 -0
- package/skills/aws-penetration-testing/SKILL.md +405 -0
- package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
- package/skills/aws-serverless/SKILL.md +323 -0
- package/skills/aws-serverless-eda/SKILL.md +757 -0
- package/skills/aws-serverless-eda/references/deployment-best-practices.md +830 -0
- package/skills/aws-serverless-eda/references/eda-patterns.md +1002 -0
- package/skills/aws-serverless-eda/references/observability-best-practices.md +770 -0
- package/skills/aws-serverless-eda/references/performance-optimization.md +671 -0
- package/skills/aws-serverless-eda/references/security-best-practices.md +625 -0
- package/skills/aws-serverless-eda/references/serverless-patterns.md +838 -0
- package/skills/azd-deployment/SKILL.md +298 -0
- package/skills/azd-deployment/references/azure-yaml-schema.md +369 -0
- package/skills/azd-deployment/references/bicep-patterns.md +371 -0
- package/skills/azd-deployment/references/troubleshooting.md +386 -0
- package/skills/azure-ai-agents-python/SKILL.md +277 -0
- package/skills/azure-ai-agents-python/references/async-patterns.md +494 -0
- package/skills/azure-ai-agents-python/references/streaming.md +337 -0
- package/skills/azure-ai-agents-python/references/tools.md +461 -0
- package/skills/azure-ai-search-python/SKILL.md +198 -0
- package/skills/azure-ai-search-python/references/agentic-retrieval.md +263 -0
- package/skills/azure-ai-search-python/scripts/setup_agentic_retrieval.py +164 -0
- package/skills/azure-ai-voicelive-skill/SKILL.md +294 -0
- package/skills/azure-ai-voicelive-skill/references/api-reference.md +344 -0
- package/skills/azure-ai-voicelive-skill/references/examples.md +558 -0
- package/skills/azure-ai-voicelive-skill/references/models.md +737 -0
- package/skills/azure-functions/SKILL.md +42 -0
- package/skills/backend-dev-guidelines/SKILL.md +342 -0
- package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
- package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
- package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
- package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
- package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
- package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
- package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
- package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
- package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
- package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
- package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
- package/skills/backend-development/SKILL.md +155 -0
- package/skills/bash-linux/SKILL.md +199 -0
- package/skills/behavioral-modes/SKILL.md +242 -0
- package/skills/best-practices/SKILL.md +500 -0
- package/skills/best-practices/agents/best-practices-referencer.md +263 -0
- package/skills/best-practices/agents/codebase-context-builder.md +326 -0
- package/skills/best-practices/agents/task-intent-analyzer.md +245 -0
- package/skills/best-practices/references/anti-patterns.md +571 -0
- package/skills/best-practices/references/before-after-examples.md +1114 -0
- package/skills/best-practices/references/best-practices-guide.md +513 -0
- package/skills/best-practices/references/common-workflows.md +692 -0
- package/skills/best-practices/references/prompt-patterns.md +547 -0
- package/skills/better-auth/SKILL.md +204 -0
- package/skills/better-auth/references/advanced-features.md +553 -0
- package/skills/better-auth/references/database-integration.md +577 -0
- package/skills/better-auth/references/email-password-auth.md +416 -0
- package/skills/better-auth/references/oauth-providers.md +430 -0
- package/skills/better-auth/scripts/.coverage +0 -0
- package/skills/better-auth/scripts/better_auth_init.py +521 -0
- package/skills/better-auth/scripts/requirements.txt +15 -0
- package/skills/better-auth/scripts/tests/.coverage +0 -0
- package/skills/better-auth/scripts/tests/test_better_auth_init.py +421 -0
- package/skills/blockrun/SKILL.md +292 -0
- package/skills/brainstorming/SKILL.md +230 -0
- package/skills/brand-guidelines/LICENSE.txt +202 -0
- package/skills/brand-guidelines/SKILL.md +73 -0
- package/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/skills/brand-guidelines-anthropic/SKILL.md +73 -0
- package/skills/brand-guidelines-community/LICENSE.txt +202 -0
- package/skills/brand-guidelines-community/SKILL.md +73 -0
- package/skills/broken-authentication/SKILL.md +476 -0
- package/skills/browser-automation/SKILL.md +70 -0
- package/skills/browser-extension-builder/SKILL.md +261 -0
- package/skills/building-ai-agent-on-cloudflare/SKILL.md +391 -0
- package/skills/building-ai-agent-on-cloudflare/references/agent-patterns.md +461 -0
- package/skills/building-ai-agent-on-cloudflare/references/examples.md +188 -0
- package/skills/building-ai-agent-on-cloudflare/references/state-patterns.md +360 -0
- package/skills/building-ai-agent-on-cloudflare/references/troubleshooting.md +362 -0
- package/skills/building-mcp-server-on-cloudflare/SKILL.md +265 -0
- package/skills/building-mcp-server-on-cloudflare/references/examples.md +115 -0
- package/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +338 -0
- package/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +317 -0
- package/skills/bullmq-specialist/SKILL.md +57 -0
- package/skills/bun-development/SKILL.md +691 -0
- package/skills/burp-suite-testing/SKILL.md +380 -0
- package/skills/busybox-on-windows/SKILL.md +30 -0
- package/skills/canvas-design/LICENSE.txt +202 -0
- package/skills/canvas-design/SKILL.md +130 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/cc-skill-backend-patterns/SKILL.md +584 -0
- package/skills/cc-skill-clickhouse-io/SKILL.md +431 -0
- package/skills/cc-skill-coding-standards/SKILL.md +522 -0
- package/skills/cc-skill-continuous-learning/SKILL.md +10 -0
- package/skills/cc-skill-continuous-learning/config.json +18 -0
- package/skills/cc-skill-continuous-learning/evaluate-session.sh +60 -0
- package/skills/cc-skill-frontend-patterns/SKILL.md +633 -0
- package/skills/cc-skill-project-guidelines-example/SKILL.md +352 -0
- package/skills/cc-skill-security-review/SKILL.md +496 -0
- package/skills/cc-skill-strategic-compact/SKILL.md +10 -0
- package/skills/cc-skill-strategic-compact/suggest-compact.sh +52 -0
- package/skills/changelog-generator/SKILL.md +104 -0
- package/skills/chaos-engineer/SKILL.md +98 -0
- package/skills/chaos-engineer/references/chaos-tools.md +514 -0
- package/skills/chaos-engineer/references/experiment-design.md +232 -0
- package/skills/chaos-engineer/references/game-days.md +437 -0
- package/skills/chaos-engineer/references/infrastructure-chaos.md +351 -0
- package/skills/chaos-engineer/references/kubernetes-chaos.md +435 -0
- package/skills/chrome-devtools/SKILL.md +407 -0
- package/skills/chrome-devtools/references/cdp-domains.md +694 -0
- package/skills/chrome-devtools/references/performance-guide.md +999 -0
- package/skills/chrome-devtools/references/puppeteer-reference.md +953 -0
- package/skills/chrome-devtools/scripts/README.md +228 -0
- package/skills/chrome-devtools/scripts/__tests__/selector.test.js +210 -0
- package/skills/chrome-devtools/scripts/click.js +79 -0
- package/skills/chrome-devtools/scripts/console.js +75 -0
- package/skills/chrome-devtools/scripts/evaluate.js +49 -0
- package/skills/chrome-devtools/scripts/fill.js +72 -0
- package/skills/chrome-devtools/scripts/install-deps.sh +181 -0
- package/skills/chrome-devtools/scripts/install.sh +83 -0
- package/skills/chrome-devtools/scripts/lib/browser.js +122 -0
- package/skills/chrome-devtools/scripts/lib/selector.js +178 -0
- package/skills/chrome-devtools/scripts/navigate.js +46 -0
- package/skills/chrome-devtools/scripts/network.js +102 -0
- package/skills/chrome-devtools/scripts/package.json +15 -0
- package/skills/chrome-devtools/scripts/performance.js +145 -0
- package/skills/chrome-devtools/scripts/screenshot.js +180 -0
- package/skills/chrome-devtools/scripts/snapshot.js +131 -0
- package/skills/claude-code-guide/SKILL.md +68 -0
- package/skills/claude-d3js-skill/SKILL.md +820 -0
- package/skills/claude-d3js-skill/assets/chart-template.jsx +106 -0
- package/skills/claude-d3js-skill/assets/interactive-template.jsx +227 -0
- package/skills/claude-d3js-skill/assets/sample-data.json +115 -0
- package/skills/claude-d3js-skill/references/colour-schemes.md +564 -0
- package/skills/claude-d3js-skill/references/d3-patterns.md +869 -0
- package/skills/claude-d3js-skill/references/scale-reference.md +509 -0
- package/skills/clean-code/SKILL.md +201 -0
- package/skills/clerk-auth/SKILL.md +56 -0
- package/skills/cli-developer/SKILL.md +97 -0
- package/skills/cli-developer/references/design-patterns.md +224 -0
- package/skills/cli-developer/references/go-cli.md +543 -0
- package/skills/cli-developer/references/node-cli.md +386 -0
- package/skills/cli-developer/references/python-cli.md +425 -0
- package/skills/cli-developer/references/ux-patterns.md +451 -0
- package/skills/cloud-architect/SKILL.md +106 -0
- package/skills/cloud-architect/references/aws.md +394 -0
- package/skills/cloud-architect/references/azure.md +562 -0
- package/skills/cloud-architect/references/gcp.md +633 -0
- package/skills/cloud-penetration-testing/SKILL.md +501 -0
- package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
- package/skills/cloudflare-expert/SKILL.md +227 -0
- package/skills/cloudflare-expert/references/agents-sdk/README.md +35 -0
- package/skills/cloudflare-expert/references/agents-sdk/api.md +100 -0
- package/skills/cloudflare-expert/references/agents-sdk/configuration.md +99 -0
- package/skills/cloudflare-expert/references/agents-sdk/gotchas.md +59 -0
- package/skills/cloudflare-expert/references/agents-sdk/patterns.md +89 -0
- package/skills/cloudflare-expert/references/ai-gateway/README.md +695 -0
- package/skills/cloudflare-expert/references/ai-search/README.md +14 -0
- package/skills/cloudflare-expert/references/ai-search/api.md +38 -0
- package/skills/cloudflare-expert/references/ai-search/configuration.md +52 -0
- package/skills/cloudflare-expert/references/ai-search/gotchas.md +41 -0
- package/skills/cloudflare-expert/references/ai-search/patterns.md +45 -0
- package/skills/cloudflare-expert/references/analytics-engine/README.md +14 -0
- package/skills/cloudflare-expert/references/analytics-engine/api.md +27 -0
- package/skills/cloudflare-expert/references/analytics-engine/configuration.md +45 -0
- package/skills/cloudflare-expert/references/analytics-engine/gotchas.md +3 -0
- package/skills/cloudflare-expert/references/analytics-engine/patterns.md +36 -0
- package/skills/cloudflare-expert/references/api/README.md +21 -0
- package/skills/cloudflare-expert/references/api/api.md +31 -0
- package/skills/cloudflare-expert/references/api/configuration.md +20 -0
- package/skills/cloudflare-expert/references/api/gotchas.md +28 -0
- package/skills/cloudflare-expert/references/api/patterns.md +47 -0
- package/skills/cloudflare-expert/references/api-shield/README.md +20 -0
- package/skills/cloudflare-expert/references/api-shield/api.md +78 -0
- package/skills/cloudflare-expert/references/api-shield/configuration.md +128 -0
- package/skills/cloudflare-expert/references/api-shield/gotchas.md +51 -0
- package/skills/cloudflare-expert/references/api-shield/patterns.md +145 -0
- package/skills/cloudflare-expert/references/argo-smart-routing/README.md +16 -0
- package/skills/cloudflare-expert/references/argo-smart-routing/api.md +50 -0
- package/skills/cloudflare-expert/references/argo-smart-routing/configuration.md +53 -0
- package/skills/cloudflare-expert/references/argo-smart-routing/gotchas.md +16 -0
- package/skills/cloudflare-expert/references/argo-smart-routing/patterns.md +45 -0
- package/skills/cloudflare-expert/references/bindings/README.md +14 -0
- package/skills/cloudflare-expert/references/bindings/api.md +3 -0
- package/skills/cloudflare-expert/references/bindings/configuration.md +58 -0
- package/skills/cloudflare-expert/references/bindings/gotchas.md +35 -0
- package/skills/cloudflare-expert/references/bindings/patterns.md +37 -0
- package/skills/cloudflare-expert/references/bot-management/README.md +71 -0
- package/skills/cloudflare-expert/references/bot-management/api.md +168 -0
- package/skills/cloudflare-expert/references/bot-management/configuration.md +114 -0
- package/skills/cloudflare-expert/references/bot-management/gotchas.md +99 -0
- package/skills/cloudflare-expert/references/bot-management/patterns.md +125 -0
- package/skills/cloudflare-expert/references/browser-rendering/README.md +16 -0
- package/skills/cloudflare-expert/references/browser-rendering/api.md +54 -0
- package/skills/cloudflare-expert/references/browser-rendering/configuration.md +47 -0
- package/skills/cloudflare-expert/references/browser-rendering/gotchas.md +29 -0
- package/skills/cloudflare-expert/references/browser-rendering/patterns.md +29 -0
- package/skills/cloudflare-expert/references/c3/README.md +264 -0
- package/skills/cloudflare-expert/references/cache-reserve/README.md +93 -0
- package/skills/cloudflare-expert/references/cache-reserve/api.md +176 -0
- package/skills/cloudflare-expert/references/cache-reserve/configuration.md +164 -0
- package/skills/cloudflare-expert/references/cache-reserve/gotchas.md +203 -0
- package/skills/cloudflare-expert/references/cache-reserve/patterns.md +180 -0
- package/skills/cloudflare-expert/references/containers/README.md +16 -0
- package/skills/cloudflare-expert/references/containers/api.md +43 -0
- package/skills/cloudflare-expert/references/containers/configuration.md +56 -0
- package/skills/cloudflare-expert/references/containers/gotchas.md +21 -0
- package/skills/cloudflare-expert/references/containers/patterns.md +40 -0
- package/skills/cloudflare-expert/references/cron-triggers/README.md +85 -0
- package/skills/cloudflare-expert/references/cron-triggers/api.md +198 -0
- package/skills/cloudflare-expert/references/cron-triggers/configuration.md +151 -0
- package/skills/cloudflare-expert/references/cron-triggers/gotchas.md +129 -0
- package/skills/cloudflare-expert/references/cron-triggers/patterns.md +122 -0
- package/skills/cloudflare-expert/references/d1/README.md +92 -0
- package/skills/cloudflare-expert/references/d1/api.md +141 -0
- package/skills/cloudflare-expert/references/d1/configuration.md +127 -0
- package/skills/cloudflare-expert/references/d1/gotchas.md +70 -0
- package/skills/cloudflare-expert/references/d1/patterns.md +144 -0
- package/skills/cloudflare-expert/references/ddos/README.md +34 -0
- package/skills/cloudflare-expert/references/ddos/api.md +136 -0
- package/skills/cloudflare-expert/references/ddos/configuration.md +67 -0
- package/skills/cloudflare-expert/references/ddos/gotchas.md +114 -0
- package/skills/cloudflare-expert/references/ddos/patterns.md +158 -0
- package/skills/cloudflare-expert/references/do-storage/README.md +62 -0
- package/skills/cloudflare-expert/references/do-storage/api.md +89 -0
- package/skills/cloudflare-expert/references/do-storage/configuration.md +116 -0
- package/skills/cloudflare-expert/references/do-storage/gotchas.md +93 -0
- package/skills/cloudflare-expert/references/do-storage/patterns.md +112 -0
- package/skills/cloudflare-expert/references/durable-objects/README.md +125 -0
- package/skills/cloudflare-expert/references/durable-objects/api.md +152 -0
- package/skills/cloudflare-expert/references/durable-objects/configuration.md +148 -0
- package/skills/cloudflare-expert/references/durable-objects/gotchas.md +158 -0
- package/skills/cloudflare-expert/references/durable-objects/patterns.md +255 -0
- package/skills/cloudflare-expert/references/email-routing/README.md +18 -0
- package/skills/cloudflare-expert/references/email-routing/api.md +46 -0
- package/skills/cloudflare-expert/references/email-routing/configuration.md +63 -0
- package/skills/cloudflare-expert/references/email-routing/gotchas.md +16 -0
- package/skills/cloudflare-expert/references/email-routing/patterns.md +46 -0
- package/skills/cloudflare-expert/references/email-workers/README.md +598 -0
- package/skills/cloudflare-expert/references/hyperdrive/README.md +62 -0
- package/skills/cloudflare-expert/references/hyperdrive/api.md +137 -0
- package/skills/cloudflare-expert/references/hyperdrive/configuration.md +133 -0
- package/skills/cloudflare-expert/references/hyperdrive/gotchas.md +184 -0
- package/skills/cloudflare-expert/references/hyperdrive/patterns.md +176 -0
- package/skills/cloudflare-expert/references/images/README.md +14 -0
- package/skills/cloudflare-expert/references/images/api.md +3 -0
- package/skills/cloudflare-expert/references/images/configuration.md +45 -0
- package/skills/cloudflare-expert/references/images/gotchas.md +23 -0
- package/skills/cloudflare-expert/references/images/patterns.md +31 -0
- package/skills/cloudflare-expert/references/kv/README.md +60 -0
- package/skills/cloudflare-expert/references/kv/api.md +114 -0
- package/skills/cloudflare-expert/references/kv/configuration.md +92 -0
- package/skills/cloudflare-expert/references/kv/gotchas.md +117 -0
- package/skills/cloudflare-expert/references/kv/patterns.md +139 -0
- package/skills/cloudflare-expert/references/miniflare/README.md +64 -0
- package/skills/cloudflare-expert/references/miniflare/api.md +144 -0
- package/skills/cloudflare-expert/references/miniflare/configuration.md +203 -0
- package/skills/cloudflare-expert/references/miniflare/gotchas.md +187 -0
- package/skills/cloudflare-expert/references/miniflare/patterns.md +211 -0
- package/skills/cloudflare-expert/references/network-interconnect/README.md +60 -0
- package/skills/cloudflare-expert/references/network-interconnect/api.md +240 -0
- package/skills/cloudflare-expert/references/network-interconnect/configuration.md +127 -0
- package/skills/cloudflare-expert/references/network-interconnect/gotchas.md +171 -0
- package/skills/cloudflare-expert/references/network-interconnect/patterns.md +171 -0
- package/skills/cloudflare-expert/references/observability/README.md +18 -0
- package/skills/cloudflare-expert/references/observability/api.md +51 -0
- package/skills/cloudflare-expert/references/observability/configuration.md +60 -0
- package/skills/cloudflare-expert/references/observability/gotchas.md +36 -0
- package/skills/cloudflare-expert/references/observability/patterns.md +42 -0
- package/skills/cloudflare-expert/references/pages/README.md +76 -0
- package/skills/cloudflare-expert/references/pages/api.md +200 -0
- package/skills/cloudflare-expert/references/pages/configuration.md +228 -0
- package/skills/cloudflare-expert/references/pages/gotchas.md +161 -0
- package/skills/cloudflare-expert/references/pages/patterns.md +145 -0
- package/skills/cloudflare-expert/references/pages-functions/README.md +57 -0
- package/skills/cloudflare-expert/references/pages-functions/api.md +201 -0
- package/skills/cloudflare-expert/references/pages-functions/configuration.md +159 -0
- package/skills/cloudflare-expert/references/pages-functions/gotchas.md +151 -0
- package/skills/cloudflare-expert/references/pages-functions/patterns.md +190 -0
- package/skills/cloudflare-expert/references/pipelines/README.md +664 -0
- package/skills/cloudflare-expert/references/pulumi/README.md +107 -0
- package/skills/cloudflare-expert/references/pulumi/api.md +194 -0
- package/skills/cloudflare-expert/references/pulumi/configuration.md +216 -0
- package/skills/cloudflare-expert/references/pulumi/gotchas.md +223 -0
- package/skills/cloudflare-expert/references/pulumi/patterns.md +139 -0
- package/skills/cloudflare-expert/references/queues/README.md +69 -0
- package/skills/cloudflare-expert/references/queues/api.md +138 -0
- package/skills/cloudflare-expert/references/queues/configuration.md +125 -0
- package/skills/cloudflare-expert/references/queues/gotchas.md +112 -0
- package/skills/cloudflare-expert/references/queues/patterns.md +155 -0
- package/skills/cloudflare-expert/references/r2/README.md +61 -0
- package/skills/cloudflare-expert/references/r2/api.md +127 -0
- package/skills/cloudflare-expert/references/r2/configuration.md +76 -0
- package/skills/cloudflare-expert/references/r2/gotchas.md +94 -0
- package/skills/cloudflare-expert/references/r2/patterns.md +127 -0
- package/skills/cloudflare-expert/references/r2-data-catalog/README.md +18 -0
- package/skills/cloudflare-expert/references/r2-data-catalog/api.md +29 -0
- package/skills/cloudflare-expert/references/r2-data-catalog/configuration.md +39 -0
- package/skills/cloudflare-expert/references/r2-data-catalog/gotchas.md +20 -0
- package/skills/cloudflare-expert/references/r2-data-catalog/patterns.md +46 -0
- package/skills/cloudflare-expert/references/r2-sql/README.md +512 -0
- package/skills/cloudflare-expert/references/realtime-sfu/README.md +21 -0
- package/skills/cloudflare-expert/references/realtime-sfu/api.md +135 -0
- package/skills/cloudflare-expert/references/realtime-sfu/configuration.md +63 -0
- package/skills/cloudflare-expert/references/realtime-sfu/gotchas.md +75 -0
- package/skills/cloudflare-expert/references/realtime-sfu/patterns.md +102 -0
- package/skills/cloudflare-expert/references/realtimekit/README.md +81 -0
- package/skills/cloudflare-expert/references/realtimekit/api.md +164 -0
- package/skills/cloudflare-expert/references/realtimekit/configuration.md +147 -0
- package/skills/cloudflare-expert/references/realtimekit/gotchas.md +172 -0
- package/skills/cloudflare-expert/references/realtimekit/patterns.md +155 -0
- package/skills/cloudflare-expert/references/sandbox/README.md +90 -0
- package/skills/cloudflare-expert/references/sandbox/api.md +178 -0
- package/skills/cloudflare-expert/references/sandbox/configuration.md +131 -0
- package/skills/cloudflare-expert/references/sandbox/gotchas.md +156 -0
- package/skills/cloudflare-expert/references/sandbox/patterns.md +203 -0
- package/skills/cloudflare-expert/references/secrets-store/README.md +58 -0
- package/skills/cloudflare-expert/references/secrets-store/api.md +182 -0
- package/skills/cloudflare-expert/references/secrets-store/configuration.md +140 -0
- package/skills/cloudflare-expert/references/secrets-store/gotchas.md +129 -0
- package/skills/cloudflare-expert/references/secrets-store/patterns.md +218 -0
- package/skills/cloudflare-expert/references/smart-placement/README.md +91 -0
- package/skills/cloudflare-expert/references/smart-placement/api.md +139 -0
- package/skills/cloudflare-expert/references/smart-placement/configuration.md +129 -0
- package/skills/cloudflare-expert/references/smart-placement/gotchas.md +87 -0
- package/skills/cloudflare-expert/references/smart-placement/patterns.md +135 -0
- package/skills/cloudflare-expert/references/snippets/README.md +15 -0
- package/skills/cloudflare-expert/references/snippets/api.md +47 -0
- package/skills/cloudflare-expert/references/snippets/configuration.md +33 -0
- package/skills/cloudflare-expert/references/snippets/gotchas.md +21 -0
- package/skills/cloudflare-expert/references/snippets/patterns.md +34 -0
- package/skills/cloudflare-expert/references/spectrum/README.md +16 -0
- package/skills/cloudflare-expert/references/spectrum/api.md +24 -0
- package/skills/cloudflare-expert/references/spectrum/configuration.md +43 -0
- package/skills/cloudflare-expert/references/spectrum/gotchas.md +42 -0
- package/skills/cloudflare-expert/references/spectrum/patterns.md +40 -0
- package/skills/cloudflare-expert/references/static-assets/README.md +14 -0
- package/skills/cloudflare-expert/references/static-assets/api.md +3 -0
- package/skills/cloudflare-expert/references/static-assets/configuration.md +47 -0
- package/skills/cloudflare-expert/references/static-assets/gotchas.md +44 -0
- package/skills/cloudflare-expert/references/static-assets/patterns.md +42 -0
- package/skills/cloudflare-expert/references/stream/README.md +103 -0
- package/skills/cloudflare-expert/references/stream/api.md +204 -0
- package/skills/cloudflare-expert/references/stream/configuration.md +127 -0
- package/skills/cloudflare-expert/references/stream/gotchas.md +131 -0
- package/skills/cloudflare-expert/references/stream/patterns.md +152 -0
- package/skills/cloudflare-expert/references/tail-workers/README.md +640 -0
- package/skills/cloudflare-expert/references/terraform/README.md +76 -0
- package/skills/cloudflare-expert/references/terraform/api.md +159 -0
- package/skills/cloudflare-expert/references/terraform/configuration.md +156 -0
- package/skills/cloudflare-expert/references/terraform/gotchas.md +207 -0
- package/skills/cloudflare-expert/references/terraform/patterns.md +135 -0
- package/skills/cloudflare-expert/references/tunnel/README.md +82 -0
- package/skills/cloudflare-expert/references/tunnel/api.md +105 -0
- package/skills/cloudflare-expert/references/tunnel/configuration.md +113 -0
- package/skills/cloudflare-expert/references/tunnel/gotchas.md +115 -0
- package/skills/cloudflare-expert/references/tunnel/patterns.md +157 -0
- package/skills/cloudflare-expert/references/turn/README.md +699 -0
- package/skills/cloudflare-expert/references/turnstile/README.md +14 -0
- package/skills/cloudflare-expert/references/turnstile/api.md +3 -0
- package/skills/cloudflare-expert/references/turnstile/configuration.md +19 -0
- package/skills/cloudflare-expert/references/turnstile/gotchas.md +27 -0
- package/skills/cloudflare-expert/references/turnstile/patterns.md +41 -0
- package/skills/cloudflare-expert/references/vectorize/README.md +682 -0
- package/skills/cloudflare-expert/references/waf/README.md +14 -0
- package/skills/cloudflare-expert/references/waf/api.md +3 -0
- package/skills/cloudflare-expert/references/waf/configuration.md +44 -0
- package/skills/cloudflare-expert/references/waf/gotchas.md +24 -0
- package/skills/cloudflare-expert/references/waf/patterns.md +29 -0
- package/skills/cloudflare-expert/references/web-analytics/README.md +19 -0
- package/skills/cloudflare-expert/references/web-analytics/api.md +52 -0
- package/skills/cloudflare-expert/references/web-analytics/configuration.md +31 -0
- package/skills/cloudflare-expert/references/web-analytics/gotchas.md +28 -0
- package/skills/cloudflare-expert/references/web-analytics/patterns.md +52 -0
- package/skills/cloudflare-expert/references/workerd/README.md +47 -0
- package/skills/cloudflare-expert/references/workerd/api.md +199 -0
- package/skills/cloudflare-expert/references/workerd/configuration.md +185 -0
- package/skills/cloudflare-expert/references/workerd/gotchas.md +203 -0
- package/skills/cloudflare-expert/references/workerd/patterns.md +216 -0
- package/skills/cloudflare-expert/references/workers/README.md +96 -0
- package/skills/cloudflare-expert/references/workers/api.md +137 -0
- package/skills/cloudflare-expert/references/workers/configuration.md +147 -0
- package/skills/cloudflare-expert/references/workers/gotchas.md +99 -0
- package/skills/cloudflare-expert/references/workers/patterns.md +149 -0
- package/skills/cloudflare-expert/references/workers-ai/README.md +116 -0
- package/skills/cloudflare-expert/references/workers-for-platforms/README.md +48 -0
- package/skills/cloudflare-expert/references/workers-for-platforms/api.md +169 -0
- package/skills/cloudflare-expert/references/workers-for-platforms/configuration.md +136 -0
- package/skills/cloudflare-expert/references/workers-for-platforms/gotchas.md +130 -0
- package/skills/cloudflare-expert/references/workers-for-platforms/patterns.md +170 -0
- package/skills/cloudflare-expert/references/workers-playground/README.md +16 -0
- package/skills/cloudflare-expert/references/workers-playground/api.md +20 -0
- package/skills/cloudflare-expert/references/workers-playground/configuration.md +3 -0
- package/skills/cloudflare-expert/references/workers-playground/gotchas.md +35 -0
- package/skills/cloudflare-expert/references/workers-playground/patterns.md +42 -0
- package/skills/cloudflare-expert/references/workers-vpc/README.md +579 -0
- package/skills/cloudflare-expert/references/workflows/README.md +62 -0
- package/skills/cloudflare-expert/references/workflows/api.md +125 -0
- package/skills/cloudflare-expert/references/workflows/configuration.md +177 -0
- package/skills/cloudflare-expert/references/workflows/gotchas.md +136 -0
- package/skills/cloudflare-expert/references/workflows/patterns.md +132 -0
- package/skills/cloudflare-expert/references/wrangler/README.md +90 -0
- package/skills/cloudflare-expert/references/wrangler/api.md +140 -0
- package/skills/cloudflare-expert/references/wrangler/configuration.md +128 -0
- package/skills/cloudflare-expert/references/wrangler/gotchas.md +93 -0
- package/skills/cloudflare-expert/references/wrangler/patterns.md +150 -0
- package/skills/cloudflare-expert/references/zaraz/README.md +360 -0
- package/skills/code-documentation/SKILL.md +263 -0
- package/skills/code-documenter/SKILL.md +95 -0
- package/skills/code-documenter/references/api-docs-fastapi-django.md +169 -0
- package/skills/code-documenter/references/api-docs-nestjs-express.md +223 -0
- package/skills/code-documenter/references/coverage-reports.md +128 -0
- package/skills/code-documenter/references/documentation-systems.md +336 -0
- package/skills/code-documenter/references/interactive-api-docs.md +534 -0
- package/skills/code-documenter/references/python-docstrings.md +124 -0
- package/skills/code-documenter/references/typescript-jsdoc.md +148 -0
- package/skills/code-documenter/references/user-guides-tutorials.md +533 -0
- package/skills/code-refactoring/SKILL.md +209 -0
- package/skills/code-review/SKILL.md +121 -0
- package/skills/code-review-checklist/SKILL.md +444 -0
- package/skills/code-reviewer/SKILL.md +209 -0
- package/skills/code-reviewer/references/code_review_checklist.md +103 -0
- package/skills/code-reviewer/references/coding_standards.md +103 -0
- package/skills/code-reviewer/references/common_antipatterns.md +103 -0
- package/skills/code-reviewer/scripts/code_quality_checker.py +114 -0
- package/skills/code-reviewer/scripts/pr_analyzer.py +114 -0
- package/skills/code-reviewer/scripts/review_report_generator.py +114 -0
- package/skills/codex-review/SKILL.md +37 -0
- package/skills/competitive-ads-extractor/SKILL.md +293 -0
- package/skills/competitor-alternatives/SKILL.md +750 -0
- package/skills/computer-use-agents/SKILL.md +315 -0
- package/skills/concise-planning/SKILL.md +62 -0
- package/skills/content-creator/SKILL.md +248 -0
- package/skills/content-creator/assets/content_calendar_template.md +99 -0
- package/skills/content-creator/references/brand_guidelines.md +199 -0
- package/skills/content-creator/references/content_frameworks.md +534 -0
- package/skills/content-creator/references/social_media_optimization.md +317 -0
- package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
- package/skills/content-creator/scripts/seo_optimizer.py +419 -0
- package/skills/content-research-writer/SKILL.md +538 -0
- package/skills/context-engineering/SKILL.md +107 -0
- package/skills/context-engineering/references/context-compression.md +84 -0
- package/skills/context-engineering/references/context-degradation.md +93 -0
- package/skills/context-engineering/references/context-fundamentals.md +75 -0
- package/skills/context-engineering/references/context-optimization.md +82 -0
- package/skills/context-engineering/references/evaluation.md +89 -0
- package/skills/context-engineering/references/memory-systems.md +88 -0
- package/skills/context-engineering/references/multi-agent-patterns.md +90 -0
- package/skills/context-engineering/references/project-development.md +97 -0
- package/skills/context-engineering/references/runtime-awareness.md +202 -0
- package/skills/context-engineering/references/tool-design.md +86 -0
- package/skills/context-engineering/scripts/compression_evaluator.py +349 -0
- package/skills/context-engineering/scripts/context_analyzer.py +317 -0
- package/skills/context-engineering/scripts/tests/test_edge_cases.py +246 -0
- package/skills/context-window-management/SKILL.md +53 -0
- package/skills/context7-auto-research/SKILL.md +36 -0
- package/skills/conversation-memory/SKILL.md +61 -0
- package/skills/copy-editing/SKILL.md +439 -0
- package/skills/copywriting/SKILL.md +225 -0
- package/skills/core-components/SKILL.md +264 -0
- package/skills/cosmos-db-python-skill/SKILL.md +198 -0
- package/skills/cosmos-db-python-skill/assets/conftest_template.py +332 -0
- package/skills/cosmos-db-python-skill/assets/cosmos_client_template.py +225 -0
- package/skills/cosmos-db-python-skill/assets/service_template.py +314 -0
- package/skills/cosmos-db-python-skill/references/client-setup.md +214 -0
- package/skills/cosmos-db-python-skill/references/error-handling.md +382 -0
- package/skills/cosmos-db-python-skill/references/partitioning.md +270 -0
- package/skills/cosmos-db-python-skill/references/service-layer.md +305 -0
- package/skills/cosmos-db-python-skill/references/testing.md +495 -0
- package/skills/cpp-pro/SKILL.md +97 -0
- package/skills/cpp-pro/references/build-tooling.md +443 -0
- package/skills/cpp-pro/references/concurrency.md +440 -0
- package/skills/cpp-pro/references/memory-performance.md +400 -0
- package/skills/cpp-pro/references/modern-cpp.md +307 -0
- package/skills/cpp-pro/references/templates.md +360 -0
- package/skills/crewai/SKILL.md +243 -0
- package/skills/csharp-developer/SKILL.md +94 -0
- package/skills/csharp-developer/references/aspnet-core.md +397 -0
- package/skills/csharp-developer/references/blazor.md +556 -0
- package/skills/csharp-developer/references/entity-framework.md +412 -0
- package/skills/csharp-developer/references/modern-csharp.md +251 -0
- package/skills/csharp-developer/references/performance.md +501 -0
- package/skills/daily-news-report/SKILL.md +357 -0
- package/skills/daily-news-report/cache.json +41 -0
- package/skills/daily-news-report/sources.json +183 -0
- package/skills/database-design/SKILL.md +52 -0
- package/skills/database-design/database-selection.md +43 -0
- package/skills/database-design/indexing.md +39 -0
- package/skills/database-design/migrations.md +48 -0
- package/skills/database-design/optimization.md +36 -0
- package/skills/database-design/orm-selection.md +30 -0
- package/skills/database-design/schema-design.md +56 -0
- package/skills/database-design/scripts/schema_validator.py +172 -0
- package/skills/database-optimizer/SKILL.md +95 -0
- package/skills/database-optimizer/references/index-strategies.md +334 -0
- package/skills/database-optimizer/references/monitoring-analysis.md +504 -0
- package/skills/database-optimizer/references/mysql-tuning.md +454 -0
- package/skills/database-optimizer/references/postgresql-tuning.md +415 -0
- package/skills/database-optimizer/references/query-optimization.md +254 -0
- package/skills/databases/SKILL.md +232 -0
- package/skills/databases/references/mongodb-aggregation.md +447 -0
- package/skills/databases/references/mongodb-atlas.md +465 -0
- package/skills/databases/references/mongodb-crud.md +408 -0
- package/skills/databases/references/mongodb-indexing.md +442 -0
- package/skills/databases/references/postgresql-administration.md +594 -0
- package/skills/databases/references/postgresql-performance.md +527 -0
- package/skills/databases/references/postgresql-psql-cli.md +467 -0
- package/skills/databases/references/postgresql-queries.md +475 -0
- package/skills/databases/scripts/.coverage +0 -0
- package/skills/databases/scripts/db_backup.py +502 -0
- package/skills/databases/scripts/db_migrate.py +414 -0
- package/skills/databases/scripts/db_performance_check.py +444 -0
- package/skills/databases/scripts/requirements.txt +20 -0
- package/skills/databases/scripts/tests/coverage-db.json +1 -0
- package/skills/databases/scripts/tests/requirements.txt +4 -0
- package/skills/databases/scripts/tests/test_db_backup.py +340 -0
- package/skills/databases/scripts/tests/test_db_migrate.py +277 -0
- package/skills/databases/scripts/tests/test_db_performance_check.py +370 -0
- package/skills/debugging/SKILL.md +84 -0
- package/skills/debugging/references/defense-in-depth.md +124 -0
- package/skills/debugging/references/root-cause-tracing.md +122 -0
- package/skills/debugging/references/systematic-debugging.md +102 -0
- package/skills/debugging/references/verification.md +123 -0
- package/skills/debugging/scripts/find-polluter.sh +63 -0
- package/skills/debugging/scripts/find-polluter.test.md +102 -0
- package/skills/debugging-wizard/SKILL.md +93 -0
- package/skills/debugging-wizard/references/common-patterns.md +135 -0
- package/skills/debugging-wizard/references/debugging-tools.md +143 -0
- package/skills/debugging-wizard/references/quick-fixes.md +180 -0
- package/skills/debugging-wizard/references/strategies.md +145 -0
- package/skills/debugging-wizard/references/systematic-debugging.md +370 -0
- package/skills/deployment-procedures/SKILL.md +241 -0
- package/skills/design-orchestration/SKILL.md +167 -0
- package/skills/developer-growth-analysis/SKILL.md +322 -0
- package/skills/devops/.env.example +76 -0
- package/skills/devops/SKILL.md +285 -0
- package/skills/devops/references/browser-rendering.md +305 -0
- package/skills/devops/references/cloudflare-d1-kv.md +123 -0
- package/skills/devops/references/cloudflare-platform.md +288 -0
- package/skills/devops/references/cloudflare-r2-storage.md +280 -0
- package/skills/devops/references/cloudflare-workers-advanced.md +312 -0
- package/skills/devops/references/cloudflare-workers-apis.md +309 -0
- package/skills/devops/references/cloudflare-workers-basics.md +418 -0
- package/skills/devops/references/docker-basics.md +297 -0
- package/skills/devops/references/docker-compose.md +292 -0
- package/skills/devops/references/gcloud-platform.md +297 -0
- package/skills/devops/references/gcloud-services.md +304 -0
- package/skills/devops/scripts/cloudflare_deploy.py +269 -0
- package/skills/devops/scripts/docker_optimize.py +320 -0
- package/skills/devops/scripts/requirements.txt +20 -0
- package/skills/devops/scripts/tests/requirements.txt +3 -0
- package/skills/devops/scripts/tests/test_cloudflare_deploy.py +285 -0
- package/skills/devops/scripts/tests/test_docker_optimize.py +436 -0
- package/skills/devops-engineer/SKILL.md +92 -0
- package/skills/devops-engineer/references/deployment-strategies.md +244 -0
- package/skills/devops-engineer/references/docker-patterns.md +116 -0
- package/skills/devops-engineer/references/github-actions.md +142 -0
- package/skills/devops-engineer/references/incident-response.md +334 -0
- package/skills/devops-engineer/references/kubernetes.md +157 -0
- package/skills/devops-engineer/references/platform-engineering.md +420 -0
- package/skills/devops-engineer/references/release-automation.md +530 -0
- package/skills/devops-engineer/references/terraform-iac.md +144 -0
- package/skills/discord-bot-architect/SKILL.md +277 -0
- package/skills/dispatching-parallel-agents/SKILL.md +180 -0
- package/skills/django-expert/SKILL.md +89 -0
- package/skills/django-expert/references/authentication.md +148 -0
- package/skills/django-expert/references/drf-serializers.md +151 -0
- package/skills/django-expert/references/models-orm.md +154 -0
- package/skills/django-expert/references/testing-django.md +207 -0
- package/skills/django-expert/references/viewsets-views.md +156 -0
- package/skills/doc-coauthoring/SKILL.md +375 -0
- package/skills/docker-expert/SKILL.md +409 -0
- package/skills/docs-seeker/.env.example +15 -0
- package/skills/docs-seeker/SKILL.md +102 -0
- package/skills/docs-seeker/package.json +24 -0
- package/skills/docs-seeker/references/advanced.md +79 -0
- package/skills/docs-seeker/references/context7-patterns.md +68 -0
- package/skills/docs-seeker/references/errors.md +68 -0
- package/skills/docs-seeker/scripts/analyze-llms-txt.js +211 -0
- package/skills/docs-seeker/scripts/detect-topic.js +172 -0
- package/skills/docs-seeker/scripts/fetch-docs.js +213 -0
- package/skills/docs-seeker/scripts/tests/run-tests.js +72 -0
- package/skills/docs-seeker/scripts/tests/test-analyze-llms.js +119 -0
- package/skills/docs-seeker/scripts/tests/test-detect-topic.js +112 -0
- package/skills/docs-seeker/scripts/tests/test-fetch-docs.js +84 -0
- package/skills/docs-seeker/scripts/utils/env-loader.js +94 -0
- package/skills/docs-seeker/workflows/library-search.md +87 -0
- package/skills/docs-seeker/workflows/repo-analysis.md +91 -0
- package/skills/docs-seeker/workflows/topic-search.md +77 -0
- package/skills/document-skills/docx/LICENSE.txt +30 -0
- package/skills/document-skills/docx/SKILL.md +197 -0
- package/skills/document-skills/docx/docx-js.md +350 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/document-skills/docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/document-skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/document-skills/docx/ooxml/scripts/pack.py +159 -0
- package/skills/document-skills/docx/ooxml/scripts/unpack.py +29 -0
- package/skills/document-skills/docx/ooxml/scripts/validate.py +69 -0
- package/skills/document-skills/docx/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/document-skills/docx/ooxml/scripts/validation/base.py +951 -0
- package/skills/document-skills/docx/ooxml/scripts/validation/docx.py +274 -0
- package/skills/document-skills/docx/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/document-skills/docx/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/document-skills/docx/ooxml.md +610 -0
- package/skills/document-skills/docx/scripts/__init__.py +1 -0
- package/skills/document-skills/docx/scripts/document.py +1276 -0
- package/skills/document-skills/docx/scripts/templates/comments.xml +3 -0
- package/skills/document-skills/docx/scripts/templates/commentsExtended.xml +3 -0
- package/skills/document-skills/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/skills/document-skills/docx/scripts/templates/commentsIds.xml +3 -0
- package/skills/document-skills/docx/scripts/templates/people.xml +3 -0
- package/skills/document-skills/docx/scripts/utilities.py +374 -0
- package/skills/document-skills/pdf/LICENSE.txt +30 -0
- package/skills/document-skills/pdf/SKILL.md +294 -0
- package/skills/document-skills/pdf/forms.md +205 -0
- package/skills/document-skills/pdf/reference.md +612 -0
- package/skills/document-skills/pdf/scripts/check_bounding_boxes.py +70 -0
- package/skills/document-skills/pdf/scripts/check_bounding_boxes_test.py +226 -0
- package/skills/document-skills/pdf/scripts/check_fillable_fields.py +12 -0
- package/skills/document-skills/pdf/scripts/convert_pdf_to_images.py +35 -0
- package/skills/document-skills/pdf/scripts/create_validation_image.py +41 -0
- package/skills/document-skills/pdf/scripts/extract_form_field_info.py +152 -0
- package/skills/document-skills/pdf/scripts/fill_fillable_fields.py +114 -0
- package/skills/document-skills/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/skills/document-skills/pptx/LICENSE.txt +30 -0
- package/skills/document-skills/pptx/SKILL.md +484 -0
- package/skills/document-skills/pptx/html2pptx.md +625 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/document-skills/pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/document-skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/document-skills/pptx/ooxml/scripts/pack.py +159 -0
- package/skills/document-skills/pptx/ooxml/scripts/unpack.py +29 -0
- package/skills/document-skills/pptx/ooxml/scripts/validate.py +69 -0
- package/skills/document-skills/pptx/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/document-skills/pptx/ooxml/scripts/validation/base.py +951 -0
- package/skills/document-skills/pptx/ooxml/scripts/validation/docx.py +274 -0
- package/skills/document-skills/pptx/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/document-skills/pptx/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/document-skills/pptx/ooxml.md +427 -0
- package/skills/document-skills/pptx/scripts/html2pptx.js +979 -0
- package/skills/document-skills/pptx/scripts/inventory.py +1020 -0
- package/skills/document-skills/pptx/scripts/rearrange.py +231 -0
- package/skills/document-skills/pptx/scripts/replace.py +385 -0
- package/skills/document-skills/pptx/scripts/thumbnail.py +450 -0
- package/skills/document-skills/xlsx/LICENSE.txt +30 -0
- package/skills/document-skills/xlsx/SKILL.md +289 -0
- package/skills/document-skills/xlsx/recalc.py +178 -0
- package/skills/documentation-templates/SKILL.md +194 -0
- package/skills/docx/SKILL.md +94 -0
- package/skills/docx-official/LICENSE.txt +30 -0
- package/skills/docx-official/SKILL.md +197 -0
- package/skills/docx-official/docx-js.md +350 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/docx-official/ooxml/scripts/pack.py +159 -0
- package/skills/docx-official/ooxml/scripts/unpack.py +29 -0
- package/skills/docx-official/ooxml/scripts/validate.py +69 -0
- package/skills/docx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/docx-official/ooxml/scripts/validation/base.py +951 -0
- package/skills/docx-official/ooxml/scripts/validation/docx.py +274 -0
- package/skills/docx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/docx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/docx-official/ooxml.md +610 -0
- package/skills/docx-official/scripts/__init__.py +1 -0
- package/skills/docx-official/scripts/document.py +1276 -0
- package/skills/docx-official/scripts/templates/comments.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsExtended.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsExtensible.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsIds.xml +3 -0
- package/skills/docx-official/scripts/templates/people.xml +3 -0
- package/skills/docx-official/scripts/utilities.py +374 -0
- package/skills/domain-name-brainstormer/SKILL.md +212 -0
- package/skills/dotnet-core-expert/SKILL.md +96 -0
- package/skills/dotnet-core-expert/references/authentication.md +549 -0
- package/skills/dotnet-core-expert/references/clean-architecture.md +458 -0
- package/skills/dotnet-core-expert/references/cloud-native.md +551 -0
- package/skills/dotnet-core-expert/references/entity-framework.md +443 -0
- package/skills/dotnet-core-expert/references/minimal-apis.md +322 -0
- package/skills/email-sequence/SKILL.md +925 -0
- package/skills/email-systems/SKILL.md +54 -0
- package/skills/embedded-systems/SKILL.md +98 -0
- package/skills/embedded-systems/references/communication-protocols.md +414 -0
- package/skills/embedded-systems/references/memory-optimization.md +470 -0
- package/skills/embedded-systems/references/microcontroller-programming.md +397 -0
- package/skills/embedded-systems/references/power-optimization.md +444 -0
- package/skills/embedded-systems/references/rtos-patterns.md +316 -0
- package/skills/environment-setup-guide/SKILL.md +479 -0
- package/skills/ethical-hacking-methodology/SKILL.md +466 -0
- package/skills/exa-search/SKILL.md +36 -0
- package/skills/executing-plans/SKILL.md +76 -0
- package/skills/expo-app-design/SKILL.md +22 -0
- package/skills/expo-deployment/SKILL.md +22 -0
- package/skills/fastapi-expert/SKILL.md +93 -0
- package/skills/fastapi-expert/references/async-sqlalchemy.md +150 -0
- package/skills/fastapi-expert/references/authentication.md +162 -0
- package/skills/fastapi-expert/references/endpoints-routing.md +145 -0
- package/skills/fastapi-expert/references/migration-from-django.md +1000 -0
- package/skills/fastapi-expert/references/pydantic-v2.md +138 -0
- package/skills/fastapi-expert/references/testing-async.md +162 -0
- package/skills/fastapi-router/SKILL.md +52 -0
- package/skills/fastapi-router/assets/template.py +142 -0
- package/skills/feature-forge/SKILL.md +90 -0
- package/skills/feature-forge/references/acceptance-criteria.md +107 -0
- package/skills/feature-forge/references/ears-syntax.md +102 -0
- package/skills/feature-forge/references/interview-questions.md +96 -0
- package/skills/feature-forge/references/specification-template.md +106 -0
- package/skills/file-organizer/SKILL.md +250 -0
- package/skills/file-path-traversal/SKILL.md +486 -0
- package/skills/file-uploads/SKILL.md +22 -0
- package/skills/fine-tuning-expert/SKILL.md +98 -0
- package/skills/fine-tuning-expert/references/dataset-preparation.md +543 -0
- package/skills/fine-tuning-expert/references/deployment-optimization.md +676 -0
- package/skills/fine-tuning-expert/references/evaluation-metrics.md +600 -0
- package/skills/fine-tuning-expert/references/hyperparameter-tuning.md +569 -0
- package/skills/fine-tuning-expert/references/lora-peft.md +350 -0
- package/skills/finishing-a-development-branch/SKILL.md +200 -0
- package/skills/firebase/SKILL.md +56 -0
- package/skills/firecrawl-scraper/SKILL.md +37 -0
- package/skills/fixing/SKILL.md +72 -0
- package/skills/fixing/references/complexity-assessment.md +61 -0
- package/skills/fixing/references/mode-selection.md +46 -0
- package/skills/fixing/references/parallel-exploration.md +77 -0
- package/skills/fixing/references/review-cycle.md +77 -0
- package/skills/fixing/references/skill-activation-matrix.md +65 -0
- package/skills/fixing/references/workflow-ci.md +28 -0
- package/skills/fixing/references/workflow-deep.md +91 -0
- package/skills/fixing/references/workflow-logs.md +36 -0
- package/skills/fixing/references/workflow-quick.md +59 -0
- package/skills/fixing/references/workflow-standard.md +86 -0
- package/skills/fixing/references/workflow-test.md +36 -0
- package/skills/fixing/references/workflow-types.md +33 -0
- package/skills/fixing/references/workflow-ui.md +37 -0
- package/skills/flutter-expert/SKILL.md +88 -0
- package/skills/flutter-expert/references/gorouter-navigation.md +122 -0
- package/skills/flutter-expert/references/performance.md +102 -0
- package/skills/flutter-expert/references/project-structure.md +121 -0
- package/skills/flutter-expert/references/riverpod-state.md +133 -0
- package/skills/flutter-expert/references/widget-patterns.md +126 -0
- package/skills/form-cro/SKILL.md +441 -0
- package/skills/foundry-iq-agent/references/knowledge-sources.md +262 -0
- package/skills/foundry-iq-agent/scripts/create_agent.py +287 -0
- package/skills/foundry-iq-python/SKILL.md +278 -0
- package/skills/foundry-iq-python/references/knowledge-sources.md +262 -0
- package/skills/foundry-iq-python/references/patterns.md +295 -0
- package/skills/foundry-iq-python/scripts/create_agent.py +287 -0
- package/skills/foundry-nextgen-frontend/SKILL.md +555 -0
- package/skills/foundry-nextgen-frontend/assets/foundry-logo-dark.png +0 -0
- package/skills/foundry-nextgen-frontend/assets/foundry-logo-light.png +0 -0
- package/skills/foundry-nextgen-frontend/references/components.md +566 -0
- package/skills/foundry-nextgen-frontend/references/design-tokens.md +172 -0
- package/skills/foundry-nextgen-frontend/references/patterns.md +406 -0
- package/skills/foundry-nextgen-frontend/write_files.py +1993 -0
- package/skills/foundry-sdk-python/SKILL.md +290 -0
- package/skills/foundry-sdk-python/references/agents.md +295 -0
- package/skills/foundry-sdk-python/references/async-patterns.md +258 -0
- package/skills/foundry-sdk-python/references/connections.md +203 -0
- package/skills/foundry-sdk-python/references/datasets-indexes.md +177 -0
- package/skills/foundry-sdk-python/references/deployments.md +134 -0
- package/skills/foundry-sdk-python/references/evaluation.md +309 -0
- package/skills/foundry-sdk-python/references/tools.md +464 -0
- package/skills/free-tool-strategy/SKILL.md +576 -0
- package/skills/frontend-design/LICENSE.txt +177 -0
- package/skills/frontend-design/SKILL.md +272 -0
- package/skills/frontend-dev-guidelines/SKILL.md +359 -0
- package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
- package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
- package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
- package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
- package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
- package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
- package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
- package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
- package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
- package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
- package/skills/frontend-development/SKILL.md +399 -0
- package/skills/frontend-development/resources/common-patterns.md +331 -0
- package/skills/frontend-development/resources/complete-examples.md +872 -0
- package/skills/frontend-development/resources/component-patterns.md +502 -0
- package/skills/frontend-development/resources/data-fetching.md +767 -0
- package/skills/frontend-development/resources/file-organization.md +502 -0
- package/skills/frontend-development/resources/loading-and-error-states.md +501 -0
- package/skills/frontend-development/resources/performance.md +406 -0
- package/skills/frontend-development/resources/routing-guide.md +364 -0
- package/skills/frontend-development/resources/styling-guide.md +428 -0
- package/skills/frontend-development/resources/typescript-standards.md +418 -0
- package/skills/fullstack-guardian/SKILL.md +99 -0
- package/skills/fullstack-guardian/references/api-design-standards.md +310 -0
- package/skills/fullstack-guardian/references/architecture-decisions.md +353 -0
- package/skills/fullstack-guardian/references/backend-patterns.md +240 -0
- package/skills/fullstack-guardian/references/common-patterns.md +137 -0
- package/skills/fullstack-guardian/references/deliverables-checklist.md +357 -0
- package/skills/fullstack-guardian/references/design-template.md +94 -0
- package/skills/fullstack-guardian/references/error-handling.md +138 -0
- package/skills/fullstack-guardian/references/frontend-patterns.md +343 -0
- package/skills/fullstack-guardian/references/integration-patterns.md +336 -0
- package/skills/fullstack-guardian/references/security-checklist.md +109 -0
- package/skills/game-developer/SKILL.md +94 -0
- package/skills/game-developer/references/ecs-patterns.md +504 -0
- package/skills/game-developer/references/multiplayer-networking.md +478 -0
- package/skills/game-developer/references/performance-optimization.md +425 -0
- package/skills/game-developer/references/unity-patterns.md +274 -0
- package/skills/game-developer/references/unreal-cpp.md +355 -0
- package/skills/game-development/2d-games/SKILL.md +119 -0
- package/skills/game-development/3d-games/SKILL.md +135 -0
- package/skills/game-development/SKILL.md +167 -0
- package/skills/game-development/game-art/SKILL.md +185 -0
- package/skills/game-development/game-audio/SKILL.md +190 -0
- package/skills/game-development/game-design/SKILL.md +129 -0
- package/skills/game-development/mobile-games/SKILL.md +108 -0
- package/skills/game-development/multiplayer/SKILL.md +132 -0
- package/skills/game-development/pc-games/SKILL.md +144 -0
- package/skills/game-development/vr-ar/SKILL.md +123 -0
- package/skills/game-development/web-games/SKILL.md +150 -0
- package/skills/gcp-cloud-run/SKILL.md +288 -0
- package/skills/geo-fundamentals/SKILL.md +156 -0
- package/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
- package/skills/git-pushing/SKILL.md +33 -0
- package/skills/git-pushing/scripts/smart_commit.sh +19 -0
- package/skills/github-workflow-automation/SKILL.md +846 -0
- package/skills/golang-pro/SKILL.md +94 -0
- package/skills/golang-pro/references/concurrency.md +332 -0
- package/skills/golang-pro/references/generics.md +445 -0
- package/skills/golang-pro/references/interfaces.md +435 -0
- package/skills/golang-pro/references/project-structure.md +480 -0
- package/skills/golang-pro/references/testing.md +454 -0
- package/skills/google-adk-python/SKILL.md +243 -0
- package/skills/graphql/SKILL.md +68 -0
- package/skills/graphql-architect/SKILL.md +97 -0
- package/skills/graphql-architect/references/federation.md +421 -0
- package/skills/graphql-architect/references/migration-from-rest.md +1144 -0
- package/skills/graphql-architect/references/resolvers.md +428 -0
- package/skills/graphql-architect/references/schema-design.md +396 -0
- package/skills/graphql-architect/references/security.md +572 -0
- package/skills/graphql-architect/references/subscriptions.md +513 -0
- package/skills/html-injection-testing/SKILL.md +498 -0
- package/skills/hubspot-integration/SKILL.md +42 -0
- package/skills/i18n-localization/SKILL.md +154 -0
- package/skills/i18n-localization/scripts/i18n_checker.py +241 -0
- package/skills/idor-testing/SKILL.md +442 -0
- package/skills/image-enhancer/SKILL.md +99 -0
- package/skills/inngest/SKILL.md +55 -0
- package/skills/interactive-portfolio/SKILL.md +223 -0
- package/skills/internal-comms/LICENSE.txt +202 -0
- package/skills/internal-comms/SKILL.md +32 -0
- package/skills/internal-comms/examples/3p-updates.md +47 -0
- package/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/skills/internal-comms/examples/faq-answers.md +30 -0
- package/skills/internal-comms/examples/general-comms.md +16 -0
- package/skills/internal-comms-anthropic/LICENSE.txt +202 -0
- package/skills/internal-comms-anthropic/SKILL.md +32 -0
- package/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/skills/internal-comms-community/LICENSE.txt +202 -0
- package/skills/internal-comms-community/SKILL.md +32 -0
- package/skills/invoice-organizer/SKILL.md +446 -0
- package/skills/issue-creator/SKILL.md +137 -0
- package/skills/java-architect/SKILL.md +95 -0
- package/skills/java-architect/references/jpa-optimization.md +396 -0
- package/skills/java-architect/references/reactive-webflux.md +359 -0
- package/skills/java-architect/references/spring-boot-setup.md +272 -0
- package/skills/java-architect/references/spring-security.md +448 -0
- package/skills/java-architect/references/testing-patterns.md +503 -0
- package/skills/javascript-mastery/SKILL.md +645 -0
- package/skills/javascript-pro/SKILL.md +95 -0
- package/skills/javascript-pro/references/async-patterns.md +337 -0
- package/skills/javascript-pro/references/browser-apis.md +401 -0
- package/skills/javascript-pro/references/modern-syntax.md +275 -0
- package/skills/javascript-pro/references/modules.md +360 -0
- package/skills/javascript-pro/references/node-essentials.md +474 -0
- package/skills/javascript-typescript/SKILL.md +142 -0
- package/skills/jira-issues/SKILL.md +181 -0
- package/skills/job-application/SKILL.md +90 -0
- package/skills/kaizen/SKILL.md +730 -0
- package/skills/kotlin-specialist/SKILL.md +94 -0
- package/skills/kotlin-specialist/references/android-compose.md +422 -0
- package/skills/kotlin-specialist/references/coroutines-flow.md +279 -0
- package/skills/kotlin-specialist/references/dsl-idioms.md +424 -0
- package/skills/kotlin-specialist/references/ktor-server.md +429 -0
- package/skills/kotlin-specialist/references/multiplatform-kmp.md +383 -0
- package/skills/kubernetes-specialist/SKILL.md +117 -0
- package/skills/kubernetes-specialist/references/configuration.md +455 -0
- package/skills/kubernetes-specialist/references/cost-optimization.md +461 -0
- package/skills/kubernetes-specialist/references/custom-operators.md +566 -0
- package/skills/kubernetes-specialist/references/gitops.md +533 -0
- package/skills/kubernetes-specialist/references/helm-charts.md +915 -0
- package/skills/kubernetes-specialist/references/multi-cluster.md +510 -0
- package/skills/kubernetes-specialist/references/networking.md +450 -0
- package/skills/kubernetes-specialist/references/service-mesh.md +462 -0
- package/skills/kubernetes-specialist/references/storage.md +538 -0
- package/skills/kubernetes-specialist/references/troubleshooting.md +417 -0
- package/skills/kubernetes-specialist/references/workloads.md +380 -0
- package/skills/langfuse/SKILL.md +238 -0
- package/skills/langgraph/SKILL.md +287 -0
- package/skills/laravel-specialist/SKILL.md +101 -0
- package/skills/laravel-specialist/references/eloquent.md +354 -0
- package/skills/laravel-specialist/references/livewire.md +515 -0
- package/skills/laravel-specialist/references/queues.md +426 -0
- package/skills/laravel-specialist/references/routing.md +365 -0
- package/skills/laravel-specialist/references/testing.md +525 -0
- package/skills/last30days/README.md +721 -0
- package/skills/last30days/SKILL.md +421 -0
- package/skills/last30days/SPEC.md +75 -0
- package/skills/last30days/TASKS.md +47 -0
- package/skills/last30days/assets/aging-portrait.jpeg +0 -0
- package/skills/last30days/assets/claude-code-rap.mp3 +0 -0
- package/skills/last30days/assets/dog-as-human.png +0 -0
- package/skills/last30days/assets/dog-original.jpeg +0 -0
- package/skills/last30days/assets/swimmom-mockup.jpeg +0 -0
- package/skills/last30days/fixtures/models_openai_sample.json +41 -0
- package/skills/last30days/fixtures/models_xai_sample.json +23 -0
- package/skills/last30days/fixtures/openai_sample.json +22 -0
- package/skills/last30days/fixtures/reddit_thread_sample.json +108 -0
- package/skills/last30days/fixtures/xai_sample.json +22 -0
- package/skills/last30days/plans/feat-add-websearch-source.md +395 -0
- package/skills/last30days/plans/fix-strict-date-filtering.md +328 -0
- package/skills/last30days/scripts/last30days.py +521 -0
- package/skills/last30days/scripts/lib/__init__.py +1 -0
- package/skills/last30days/scripts/lib/cache.py +152 -0
- package/skills/last30days/scripts/lib/dates.py +124 -0
- package/skills/last30days/scripts/lib/dedupe.py +120 -0
- package/skills/last30days/scripts/lib/env.py +149 -0
- package/skills/last30days/scripts/lib/http.py +152 -0
- package/skills/last30days/scripts/lib/models.py +175 -0
- package/skills/last30days/scripts/lib/normalize.py +160 -0
- package/skills/last30days/scripts/lib/openai_reddit.py +230 -0
- package/skills/last30days/scripts/lib/reddit_enrich.py +232 -0
- package/skills/last30days/scripts/lib/render.py +383 -0
- package/skills/last30days/scripts/lib/schema.py +336 -0
- package/skills/last30days/scripts/lib/score.py +311 -0
- package/skills/last30days/scripts/lib/ui.py +324 -0
- package/skills/last30days/scripts/lib/websearch.py +401 -0
- package/skills/last30days/scripts/lib/xai_x.py +217 -0
- package/skills/last30days/tests/__init__.py +1 -0
- package/skills/last30days/tests/test_cache.py +59 -0
- package/skills/last30days/tests/test_dates.py +114 -0
- package/skills/last30days/tests/test_dedupe.py +111 -0
- package/skills/last30days/tests/test_models.py +135 -0
- package/skills/last30days/tests/test_normalize.py +138 -0
- package/skills/last30days/tests/test_render.py +116 -0
- package/skills/last30days/tests/test_score.py +168 -0
- package/skills/launch-strategy/SKILL.md +344 -0
- package/skills/lead-research-assistant/SKILL.md +199 -0
- package/skills/legacy-modernizer/SKILL.md +93 -0
- package/skills/legacy-modernizer/references/legacy-testing.md +384 -0
- package/skills/legacy-modernizer/references/migration-strategies.md +426 -0
- package/skills/legacy-modernizer/references/refactoring-patterns.md +398 -0
- package/skills/legacy-modernizer/references/strangler-fig-pattern.md +284 -0
- package/skills/legacy-modernizer/references/system-assessment.md +490 -0
- package/skills/lint-and-validate/SKILL.md +45 -0
- package/skills/lint-and-validate/scripts/lint_runner.py +172 -0
- package/skills/lint-and-validate/scripts/type_coverage.py +173 -0
- package/skills/linux-privilege-escalation/SKILL.md +504 -0
- package/skills/linux-shell-scripting/SKILL.md +504 -0
- package/skills/llm-app-patterns/SKILL.md +760 -0
- package/skills/llm-application-dev/SKILL.md +216 -0
- package/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/skills/loki-mode/.github/workflows/claude.yml +50 -0
- package/skills/loki-mode/.github/workflows/release.yml +128 -0
- package/skills/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
- package/skills/loki-mode/CHANGELOG.md +1822 -0
- package/skills/loki-mode/CLAUDE.md +120 -0
- package/skills/loki-mode/CONTEXT-EXPORT.md +206 -0
- package/skills/loki-mode/INSTALLATION.md +384 -0
- package/skills/loki-mode/LICENSE +21 -0
- package/skills/loki-mode/README.md +548 -0
- package/skills/loki-mode/SKILL.md +721 -0
- package/skills/loki-mode/VERSION +1 -0
- package/skills/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
- package/skills/loki-mode/autonomy/CONSTITUTION.md +402 -0
- package/skills/loki-mode/autonomy/README.md +201 -0
- package/skills/loki-mode/autonomy/run.sh +1991 -0
- package/skills/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
- package/skills/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
- package/skills/loki-mode/benchmarks/prepare-submission.sh +215 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
- package/skills/loki-mode/benchmarks/results/SUMMARY.md +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
- package/skills/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
- package/skills/loki-mode/benchmarks/submission-template/README.md +111 -0
- package/skills/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
- package/skills/loki-mode/demo/README.md +137 -0
- package/skills/loki-mode/demo/loki-demo.gif +0 -0
- package/skills/loki-mode/demo/record-demo.sh +69 -0
- package/skills/loki-mode/demo/record-full-demo.sh +208 -0
- package/skills/loki-mode/demo/recordings/loki-demo.cast +93 -0
- package/skills/loki-mode/demo/run-demo-auto.sh +293 -0
- package/skills/loki-mode/demo/run-demo.sh +323 -0
- package/skills/loki-mode/demo/vhs-tape.tape +223 -0
- package/skills/loki-mode/demo/voice-over-script.md +246 -0
- package/skills/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
- package/skills/loki-mode/docs/screenshots/README.md +149 -0
- package/skills/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
- package/skills/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
- package/skills/loki-mode/examples/api-only.md +79 -0
- package/skills/loki-mode/examples/full-stack-demo.md +123 -0
- package/skills/loki-mode/examples/simple-todo-app.md +60 -0
- package/skills/loki-mode/examples/static-landing-page.md +73 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
- package/skills/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
- package/skills/loki-mode/examples/todo-app-generated/PRD.md +60 -0
- package/skills/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
- package/skills/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
- package/skills/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
- package/skills/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +24 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +35 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +2 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +31 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +8 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/index.ts +44 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +155 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +35 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.css +384 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +81 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +57 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +26 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +8 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +43 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +36 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +27 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +81 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/index.css +48 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +10 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +1 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
- package/skills/loki-mode/integrations/vibe-kanban.md +194 -0
- package/skills/loki-mode/references/advanced-patterns.md +453 -0
- package/skills/loki-mode/references/agent-types.md +188 -0
- package/skills/loki-mode/references/agents.md +1043 -0
- package/skills/loki-mode/references/business-ops.md +550 -0
- package/skills/loki-mode/references/core-workflow.md +275 -0
- package/skills/loki-mode/references/deployment.md +604 -0
- package/skills/loki-mode/references/lab-research-patterns.md +534 -0
- package/skills/loki-mode/references/memory-system.md +444 -0
- package/skills/loki-mode/references/openai-patterns.md +647 -0
- package/skills/loki-mode/references/production-patterns.md +568 -0
- package/skills/loki-mode/references/quality-control.md +437 -0
- package/skills/loki-mode/references/sdlc-phases.md +410 -0
- package/skills/loki-mode/references/task-queue.md +361 -0
- package/skills/loki-mode/references/tool-orchestration.md +691 -0
- package/skills/loki-mode/scripts/export-to-vibe-kanban.sh +178 -0
- package/skills/loki-mode/scripts/loki-wrapper.sh +281 -0
- package/skills/loki-mode/scripts/take-screenshots.js +55 -0
- package/skills/loki-mode/tests/run-all-tests.sh +78 -0
- package/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/skills/loki-mode/tests/test-bootstrap.sh +196 -0
- package/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/skills/loki-mode/tests/test-state-recovery.sh +393 -0
- package/skills/loki-mode/tests/test-task-queue.sh +396 -0
- package/skills/loki-mode/tests/test-wrapper.sh +314 -0
- package/skills/markdown-novel-viewer/SKILL.md +281 -0
- package/skills/markdown-novel-viewer/assets/directory-browser.css +215 -0
- package/skills/markdown-novel-viewer/assets/favicon.png +0 -0
- package/skills/markdown-novel-viewer/assets/novel-theme.css +872 -0
- package/skills/markdown-novel-viewer/assets/reader.js +357 -0
- package/skills/markdown-novel-viewer/assets/template.html +85 -0
- package/skills/markdown-novel-viewer/package-lock.json +146 -0
- package/skills/markdown-novel-viewer/package.json +15 -0
- package/skills/markdown-novel-viewer/scripts/lib/http-server.cjs +434 -0
- package/skills/markdown-novel-viewer/scripts/lib/markdown-renderer.cjs +335 -0
- package/skills/markdown-novel-viewer/scripts/lib/plan-navigator.cjs +509 -0
- package/skills/markdown-novel-viewer/scripts/lib/port-finder.cjs +48 -0
- package/skills/markdown-novel-viewer/scripts/lib/process-mgr.cjs +150 -0
- package/skills/markdown-novel-viewer/scripts/server.cjs +411 -0
- package/skills/markdown-novel-viewer/scripts/tests/server.test.cjs +283 -0
- package/skills/markdown-novel-viewer/tests/dashboard-assets.test.cjs +340 -0
- package/skills/markdown-novel-viewer/tests/dashboard-renderer.test.cjs +404 -0
- package/skills/markdown-novel-viewer/tests/http-server.test.cjs +271 -0
- package/skills/markdown-novel-viewer/tests/run-tests.cjs +51 -0
- package/skills/markdown-novel-viewer/tests/test-framework.cjs +154 -0
- package/skills/markdown-novel-viewer/tests/verify-xss.cjs +90 -0
- package/skills/marketing-ideas/SKILL.md +221 -0
- package/skills/marketing-psychology/SKILL.md +255 -0
- package/skills/mcp-builder/LICENSE.txt +202 -0
- package/skills/mcp-builder/SKILL.md +236 -0
- package/skills/mcp-builder/reference/evaluation.md +602 -0
- package/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/skills/mcp-builder/reference/node_mcp_server.md +970 -0
- package/skills/mcp-builder/reference/python_mcp_server.md +719 -0
- package/skills/mcp-builder/scripts/connections.py +151 -0
- package/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/skills/mcp-developer/SKILL.md +94 -0
- package/skills/mcp-developer/references/protocol.md +247 -0
- package/skills/mcp-developer/references/python-sdk.md +370 -0
- package/skills/mcp-developer/references/resources.md +557 -0
- package/skills/mcp-developer/references/tools.md +483 -0
- package/skills/mcp-developer/references/typescript-sdk.md +353 -0
- package/skills/mcp-management/README.md +219 -0
- package/skills/mcp-management/SKILL.md +209 -0
- package/skills/mcp-management/assets/tools.json +3146 -0
- package/skills/mcp-management/references/configuration.md +114 -0
- package/skills/mcp-management/references/gemini-cli-integration.md +215 -0
- package/skills/mcp-management/references/mcp-protocol.md +116 -0
- package/skills/mcp-management/scripts/.env.example +10 -0
- package/skills/mcp-management/scripts/cli.ts +195 -0
- package/skills/mcp-management/scripts/mcp-client.ts +230 -0
- package/skills/mcp-management/scripts/package.json +20 -0
- package/skills/mcp-management/scripts/tsconfig.json +15 -0
- package/skills/media-processing/SKILL.md +358 -0
- package/skills/media-processing/references/ffmpeg-encoding.md +358 -0
- package/skills/media-processing/references/ffmpeg-filters.md +503 -0
- package/skills/media-processing/references/ffmpeg-streaming.md +403 -0
- package/skills/media-processing/references/format-compatibility.md +375 -0
- package/skills/media-processing/references/imagemagick-batch.md +612 -0
- package/skills/media-processing/references/imagemagick-editing.md +623 -0
- package/skills/media-processing/scripts/batch_resize.py +342 -0
- package/skills/media-processing/scripts/media_convert.py +311 -0
- package/skills/media-processing/scripts/requirements.txt +24 -0
- package/skills/media-processing/scripts/tests/.coverage +0 -0
- package/skills/media-processing/scripts/tests/requirements.txt +2 -0
- package/skills/media-processing/scripts/tests/test_batch_resize.py +372 -0
- package/skills/media-processing/scripts/tests/test_media_convert.py +259 -0
- package/skills/media-processing/scripts/tests/test_video_optimize.py +397 -0
- package/skills/media-processing/scripts/video_optimize.py +414 -0
- package/skills/meeting-insights-analyzer/SKILL.md +327 -0
- package/skills/mermaidjs-v11/SKILL.md +115 -0
- package/skills/mermaidjs-v11/references/cli-usage.md +228 -0
- package/skills/mermaidjs-v11/references/configuration.md +232 -0
- package/skills/mermaidjs-v11/references/diagram-types.md +315 -0
- package/skills/mermaidjs-v11/references/examples.md +344 -0
- package/skills/mermaidjs-v11/references/integration.md +310 -0
- package/skills/metasploit-framework/SKILL.md +478 -0
- package/skills/micro-saas-launcher/SKILL.md +212 -0
- package/skills/microservices-architect/SKILL.md +102 -0
- package/skills/microservices-architect/references/communication.md +499 -0
- package/skills/microservices-architect/references/data.md +721 -0
- package/skills/microservices-architect/references/decomposition.md +344 -0
- package/skills/microservices-architect/references/observability.md +805 -0
- package/skills/microservices-architect/references/patterns.md +603 -0
- package/skills/ml-pipeline/SKILL.md +111 -0
- package/skills/ml-pipeline/references/experiment-tracking.md +843 -0
- package/skills/ml-pipeline/references/feature-engineering.md +639 -0
- package/skills/ml-pipeline/references/model-validation.md +989 -0
- package/skills/ml-pipeline/references/pipeline-orchestration.md +938 -0
- package/skills/ml-pipeline/references/training-pipelines.md +793 -0
- package/skills/mobile-design/SKILL.md +284 -0
- package/skills/mobile-design/decision-trees.md +516 -0
- package/skills/mobile-design/mobile-backend.md +491 -0
- package/skills/mobile-design/mobile-color-system.md +420 -0
- package/skills/mobile-design/mobile-debugging.md +122 -0
- package/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/skills/mobile-design/mobile-navigation.md +458 -0
- package/skills/mobile-design/mobile-performance.md +767 -0
- package/skills/mobile-design/mobile-testing.md +356 -0
- package/skills/mobile-design/mobile-typography.md +433 -0
- package/skills/mobile-design/platform-android.md +666 -0
- package/skills/mobile-design/platform-ios.md +561 -0
- package/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/skills/mobile-design/touch-psychology.md +537 -0
- package/skills/mobile-development/SKILL.md +212 -0
- package/skills/mobile-development/references/mobile-android.md +604 -0
- package/skills/mobile-development/references/mobile-best-practices.md +545 -0
- package/skills/mobile-development/references/mobile-debugging.md +1089 -0
- package/skills/mobile-development/references/mobile-frameworks.md +465 -0
- package/skills/mobile-development/references/mobile-ios.md +496 -0
- package/skills/mobile-development/references/mobile-mindset.md +544 -0
- package/skills/monitoring-expert/SKILL.md +92 -0
- package/skills/monitoring-expert/references/alerting-rules.md +144 -0
- package/skills/monitoring-expert/references/application-profiling.md +334 -0
- package/skills/monitoring-expert/references/capacity-planning.md +347 -0
- package/skills/monitoring-expert/references/dashboards.md +129 -0
- package/skills/monitoring-expert/references/opentelemetry.md +126 -0
- package/skills/monitoring-expert/references/performance-testing.md +272 -0
- package/skills/monitoring-expert/references/prometheus-metrics.md +139 -0
- package/skills/monitoring-expert/references/structured-logging.md +145 -0
- package/skills/moodle-external-api-development/SKILL.md +597 -0
- package/skills/multi-agent-brainstorming/SKILL.md +256 -0
- package/skills/neon-postgres/SKILL.md +56 -0
- package/skills/nestjs-expert/SKILL.md +552 -0
- package/skills/network-101/SKILL.md +342 -0
- package/skills/nextjs-best-practices/SKILL.md +203 -0
- package/skills/nextjs-developer/SKILL.md +97 -0
- package/skills/nextjs-developer/references/app-router.md +314 -0
- package/skills/nextjs-developer/references/data-fetching.md +485 -0
- package/skills/nextjs-developer/references/deployment.md +548 -0
- package/skills/nextjs-developer/references/server-actions.md +465 -0
- package/skills/nextjs-developer/references/server-components.md +387 -0
- package/skills/nextjs-supabase-auth/SKILL.md +56 -0
- package/skills/nodejs-best-practices/SKILL.md +333 -0
- package/skills/nosql-expert/SKILL.md +111 -0
- package/skills/notebooklm/AUTHENTICATION.md +154 -0
- package/skills/notebooklm/CHANGELOG.md +44 -0
- package/skills/notebooklm/LICENSE +21 -0
- package/skills/notebooklm/README.md +412 -0
- package/skills/notebooklm/SKILL.md +269 -0
- package/skills/notebooklm/images/example_notebookchat.png +0 -0
- package/skills/notebooklm/references/api_reference.md +309 -0
- package/skills/notebooklm/references/troubleshooting.md +376 -0
- package/skills/notebooklm/references/usage_patterns.md +338 -0
- package/skills/notebooklm/requirements.txt +10 -0
- package/skills/notebooklm/scripts/__init__.py +81 -0
- package/skills/notebooklm/scripts/ask_question.py +256 -0
- package/skills/notebooklm/scripts/auth_manager.py +358 -0
- package/skills/notebooklm/scripts/browser_session.py +255 -0
- package/skills/notebooklm/scripts/browser_utils.py +107 -0
- package/skills/notebooklm/scripts/cleanup_manager.py +302 -0
- package/skills/notebooklm/scripts/config.py +44 -0
- package/skills/notebooklm/scripts/notebook_manager.py +410 -0
- package/skills/notebooklm/scripts/run.py +102 -0
- package/skills/notebooklm/scripts/setup_environment.py +204 -0
- package/skills/notebooklm-skill/AUTHENTICATION.md +154 -0
- package/skills/notebooklm-skill/SKILL.md +269 -0
- package/skills/notebooklm-skill/references/api_reference.md +309 -0
- package/skills/notebooklm-skill/references/troubleshooting.md +376 -0
- package/skills/notebooklm-skill/references/usage_patterns.md +338 -0
- package/skills/notebooklm-skill/scripts/__init__.py +81 -0
- package/skills/notebooklm-skill/scripts/ask_question.py +256 -0
- package/skills/notebooklm-skill/scripts/auth_manager.py +358 -0
- package/skills/notebooklm-skill/scripts/browser_session.py +255 -0
- package/skills/notebooklm-skill/scripts/browser_utils.py +107 -0
- package/skills/notebooklm-skill/scripts/cleanup_manager.py +302 -0
- package/skills/notebooklm-skill/scripts/config.py +44 -0
- package/skills/notebooklm-skill/scripts/notebook_manager.py +410 -0
- package/skills/notebooklm-skill/scripts/run.py +102 -0
- package/skills/notebooklm-skill/scripts/setup_environment.py +204 -0
- package/skills/notion-template-business/SKILL.md +216 -0
- package/skills/obsidian-clipper-template-creator/SKILL.md +64 -0
- package/skills/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
- package/skills/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
- package/skills/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
- package/skills/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
- package/skills/obsidian-clipper-template-creator/references/filters.md +51 -0
- package/skills/obsidian-clipper-template-creator/references/json-schema.md +71 -0
- package/skills/obsidian-clipper-template-creator/references/variables.md +59 -0
- package/skills/onboarding-cro/SKILL.md +433 -0
- package/skills/page-cro/SKILL.md +343 -0
- package/skills/paid-ads/SKILL.md +551 -0
- package/skills/pandas-pro/SKILL.md +96 -0
- package/skills/pandas-pro/references/aggregation-groupby.md +548 -0
- package/skills/pandas-pro/references/data-cleaning.md +503 -0
- package/skills/pandas-pro/references/dataframe-operations.md +423 -0
- package/skills/pandas-pro/references/merging-joining.md +599 -0
- package/skills/pandas-pro/references/performance-optimization.md +600 -0
- package/skills/parallel-agents/SKILL.md +175 -0
- package/skills/payment-integration/README.md +185 -0
- package/skills/payment-integration/SKILL.md +118 -0
- package/skills/payment-integration/references/polar/benefits.md +396 -0
- package/skills/payment-integration/references/polar/best-practices.md +482 -0
- package/skills/payment-integration/references/polar/checkouts.md +266 -0
- package/skills/payment-integration/references/polar/overview.md +184 -0
- package/skills/payment-integration/references/polar/products.md +244 -0
- package/skills/payment-integration/references/polar/sdk.md +436 -0
- package/skills/payment-integration/references/polar/subscriptions.md +340 -0
- package/skills/payment-integration/references/polar/webhooks.md +405 -0
- package/skills/payment-integration/references/sepay/api.md +140 -0
- package/skills/payment-integration/references/sepay/best-practices.md +337 -0
- package/skills/payment-integration/references/sepay/overview.md +138 -0
- package/skills/payment-integration/references/sepay/qr-codes.md +228 -0
- package/skills/payment-integration/references/sepay/sdk.md +213 -0
- package/skills/payment-integration/references/sepay/webhooks.md +208 -0
- package/skills/payment-integration/scripts/.env.example +20 -0
- package/skills/payment-integration/scripts/checkout-helper.js +244 -0
- package/skills/payment-integration/scripts/package.json +17 -0
- package/skills/payment-integration/scripts/polar-webhook-verify.js +202 -0
- package/skills/payment-integration/scripts/sepay-webhook-verify.js +193 -0
- package/skills/payment-integration/scripts/test-scripts.js +237 -0
- package/skills/paywall-upgrade-cro/SKILL.md +570 -0
- package/skills/pdf/SKILL.md +104 -0
- package/skills/pdf-official/LICENSE.txt +30 -0
- package/skills/pdf-official/SKILL.md +294 -0
- package/skills/pdf-official/forms.md +205 -0
- package/skills/pdf-official/reference.md +612 -0
- package/skills/pdf-official/scripts/check_bounding_boxes.py +70 -0
- package/skills/pdf-official/scripts/check_bounding_boxes_test.py +226 -0
- package/skills/pdf-official/scripts/check_fillable_fields.py +12 -0
- package/skills/pdf-official/scripts/convert_pdf_to_images.py +35 -0
- package/skills/pdf-official/scripts/create_validation_image.py +41 -0
- package/skills/pdf-official/scripts/extract_form_field_info.py +152 -0
- package/skills/pdf-official/scripts/fill_fillable_fields.py +114 -0
- package/skills/pdf-official/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/skills/pentest-checklist/SKILL.md +334 -0
- package/skills/pentest-commands/SKILL.md +438 -0
- package/skills/performance-profiling/SKILL.md +143 -0
- package/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
- package/skills/personal-tool-builder/SKILL.md +289 -0
- package/skills/php-pro/SKILL.md +95 -0
- package/skills/php-pro/references/async-patterns.md +415 -0
- package/skills/php-pro/references/laravel-patterns.md +380 -0
- package/skills/php-pro/references/modern-php-features.md +326 -0
- package/skills/php-pro/references/symfony-patterns.md +474 -0
- package/skills/php-pro/references/testing-quality.md +469 -0
- package/skills/plaid-fintech/SKILL.md +50 -0
- package/skills/plan-writing/SKILL.md +152 -0
- package/skills/planning/SKILL.md +95 -0
- package/skills/planning/references/codebase-understanding.md +61 -0
- package/skills/planning/references/output-standards.md +87 -0
- package/skills/planning/references/plan-organization.md +115 -0
- package/skills/planning/references/research-phase.md +49 -0
- package/skills/planning/references/solution-design.md +63 -0
- package/skills/planning-with-files/SKILL.md +211 -0
- package/skills/planning-with-files/examples.md +202 -0
- package/skills/planning-with-files/reference.md +218 -0
- package/skills/planning-with-files/scripts/check-complete.sh +44 -0
- package/skills/planning-with-files/scripts/init-session.sh +120 -0
- package/skills/planning-with-files/templates/findings.md +95 -0
- package/skills/planning-with-files/templates/progress.md +114 -0
- package/skills/planning-with-files/templates/task_plan.md +132 -0
- package/skills/plans-kanban/SKILL.md +166 -0
- package/skills/plans-kanban/assets/dashboard-template.html +119 -0
- package/skills/plans-kanban/assets/dashboard.css +1594 -0
- package/skills/plans-kanban/assets/dashboard.js +596 -0
- package/skills/plans-kanban/assets/favicon.png +0 -0
- package/skills/plans-kanban/package-lock.json +123 -0
- package/skills/plans-kanban/package.json +13 -0
- package/skills/plans-kanban/scripts/lib/dashboard-renderer.cjs +884 -0
- package/skills/plans-kanban/scripts/lib/http-server.cjs +310 -0
- package/skills/plans-kanban/scripts/lib/plan-metadata-extractor.cjs +489 -0
- package/skills/plans-kanban/scripts/lib/plan-parser.cjs +175 -0
- package/skills/plans-kanban/scripts/lib/plan-scanner.cjs +272 -0
- package/skills/plans-kanban/scripts/lib/port-finder.cjs +48 -0
- package/skills/plans-kanban/scripts/lib/process-mgr.cjs +128 -0
- package/skills/plans-kanban/scripts/server.cjs +260 -0
- package/skills/playwright-expert/SKILL.md +87 -0
- package/skills/playwright-expert/references/api-mocking.md +143 -0
- package/skills/playwright-expert/references/configuration.md +158 -0
- package/skills/playwright-expert/references/debugging-flaky.md +153 -0
- package/skills/playwright-expert/references/page-object-model.md +155 -0
- package/skills/playwright-expert/references/selectors-locators.md +122 -0
- package/skills/playwright-skill/API_REFERENCE.md +653 -0
- package/skills/playwright-skill/SKILL.md +453 -0
- package/skills/playwright-skill/lib/helpers.js +441 -0
- package/skills/playwright-skill/package.json +26 -0
- package/skills/playwright-skill/run.js +228 -0
- package/skills/podcast-generation/SKILL.md +123 -0
- package/skills/podcast-generation/references/architecture.md +87 -0
- package/skills/podcast-generation/references/code-examples.md +189 -0
- package/skills/podcast-generation/scripts/pcm_to_wav.py +73 -0
- package/skills/popup-cro/SKILL.md +346 -0
- package/skills/postgres-best-practices/AGENTS.md +1490 -0
- package/skills/postgres-best-practices/README.md +119 -0
- package/skills/postgres-best-practices/SKILL.md +57 -0
- package/skills/postgres-best-practices/metadata.json +13 -0
- package/skills/postgres-best-practices/rules/_contributing.md +171 -0
- package/skills/postgres-best-practices/rules/_sections.md +39 -0
- package/skills/postgres-best-practices/rules/_template.md +34 -0
- package/skills/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
- package/skills/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
- package/skills/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
- package/skills/postgres-best-practices/rules/conn-limits.md +44 -0
- package/skills/postgres-best-practices/rules/conn-pooling.md +41 -0
- package/skills/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
- package/skills/postgres-best-practices/rules/data-batch-inserts.md +54 -0
- package/skills/postgres-best-practices/rules/data-n-plus-one.md +53 -0
- package/skills/postgres-best-practices/rules/data-pagination.md +50 -0
- package/skills/postgres-best-practices/rules/data-upsert.md +50 -0
- package/skills/postgres-best-practices/rules/lock-advisory.md +56 -0
- package/skills/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
- package/skills/postgres-best-practices/rules/lock-short-transactions.md +50 -0
- package/skills/postgres-best-practices/rules/lock-skip-locked.md +54 -0
- package/skills/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
- package/skills/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
- package/skills/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
- package/skills/postgres-best-practices/rules/query-composite-indexes.md +44 -0
- package/skills/postgres-best-practices/rules/query-covering-indexes.md +40 -0
- package/skills/postgres-best-practices/rules/query-index-types.md +45 -0
- package/skills/postgres-best-practices/rules/query-missing-indexes.md +43 -0
- package/skills/postgres-best-practices/rules/query-partial-indexes.md +45 -0
- package/skills/postgres-best-practices/rules/schema-data-types.md +46 -0
- package/skills/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
- package/skills/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
- package/skills/postgres-best-practices/rules/schema-partitioning.md +55 -0
- package/skills/postgres-best-practices/rules/schema-primary-keys.md +61 -0
- package/skills/postgres-best-practices/rules/security-privileges.md +54 -0
- package/skills/postgres-best-practices/rules/security-rls-basics.md +50 -0
- package/skills/postgres-best-practices/rules/security-rls-performance.md +57 -0
- package/skills/postgres-pro/SKILL.md +98 -0
- package/skills/postgres-pro/references/extensions.md +407 -0
- package/skills/postgres-pro/references/jsonb.md +324 -0
- package/skills/postgres-pro/references/maintenance.md +484 -0
- package/skills/postgres-pro/references/performance.md +268 -0
- package/skills/postgres-pro/references/replication.md +449 -0
- package/skills/powershell-windows/SKILL.md +167 -0
- package/skills/pptx/SKILL.md +114 -0
- package/skills/pptx-official/LICENSE.txt +30 -0
- package/skills/pptx-official/SKILL.md +484 -0
- package/skills/pptx-official/html2pptx.md +625 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/pptx-official/ooxml/scripts/pack.py +159 -0
- package/skills/pptx-official/ooxml/scripts/unpack.py +29 -0
- package/skills/pptx-official/ooxml/scripts/validate.py +69 -0
- package/skills/pptx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/pptx-official/ooxml/scripts/validation/base.py +951 -0
- package/skills/pptx-official/ooxml/scripts/validation/docx.py +274 -0
- package/skills/pptx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/pptx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/pptx-official/ooxml.md +427 -0
- package/skills/pptx-official/scripts/html2pptx.js +979 -0
- package/skills/pptx-official/scripts/inventory.py +1020 -0
- package/skills/pptx-official/scripts/rearrange.py +231 -0
- package/skills/pptx-official/scripts/replace.py +385 -0
- package/skills/pptx-official/scripts/thumbnail.py +450 -0
- package/skills/pricing-strategy/SKILL.md +356 -0
- package/skills/prisma-expert/SKILL.md +355 -0
- package/skills/privilege-escalation-methods/SKILL.md +333 -0
- package/skills/problem-solving/SKILL.md +96 -0
- package/skills/problem-solving/references/attribution.md +69 -0
- package/skills/problem-solving/references/collision-zone-thinking.md +79 -0
- package/skills/problem-solving/references/inversion-exercise.md +91 -0
- package/skills/problem-solving/references/meta-pattern-recognition.md +87 -0
- package/skills/problem-solving/references/scale-game.md +95 -0
- package/skills/problem-solving/references/simplification-cascades.md +80 -0
- package/skills/problem-solving/references/when-stuck.md +72 -0
- package/skills/product-manager-toolkit/SKILL.md +351 -0
- package/skills/product-manager-toolkit/references/prd_templates.md +317 -0
- package/skills/product-manager-toolkit/scripts/customer_interview_analyzer.py +441 -0
- package/skills/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
- package/skills/product-strategist/SKILL.md +26 -0
- package/skills/product-strategist/scripts/okr_cascade_generator.py +478 -0
- package/skills/production-code-audit/SKILL.md +540 -0
- package/skills/programmatic-seo/SKILL.md +351 -0
- package/skills/prompt-caching/SKILL.md +61 -0
- package/skills/prompt-engineer/SKILL.md +93 -0
- package/skills/prompt-engineering/SKILL.md +171 -0
- package/skills/prompt-library/SKILL.md +322 -0
- package/skills/pydantic-models/SKILL.md +58 -0
- package/skills/pydantic-models/assets/template.py +124 -0
- package/skills/python-development/SKILL.md +139 -0
- package/skills/python-patterns/SKILL.md +441 -0
- package/skills/python-pro/SKILL.md +92 -0
- package/skills/python-pro/references/async-patterns.md +359 -0
- package/skills/python-pro/references/packaging.md +463 -0
- package/skills/python-pro/references/standard-library.md +381 -0
- package/skills/python-pro/references/testing.md +407 -0
- package/skills/python-pro/references/type-system.md +293 -0
- package/skills/qa-regression/SKILL.md +337 -0
- package/skills/raffle-winner-picker/SKILL.md +159 -0
- package/skills/rag-architect/SKILL.md +100 -0
- package/skills/rag-architect/references/chunking-strategies.md +881 -0
- package/skills/rag-architect/references/embedding-models.md +564 -0
- package/skills/rag-architect/references/rag-evaluation.md +836 -0
- package/skills/rag-architect/references/retrieval-optimization.md +798 -0
- package/skills/rag-architect/references/vector-databases.md +592 -0
- package/skills/rag-engineer/SKILL.md +90 -0
- package/skills/rag-implementation/SKILL.md +63 -0
- package/skills/rails-expert/SKILL.md +97 -0
- package/skills/rails-expert/references/active-record.md +247 -0
- package/skills/rails-expert/references/api-development.md +404 -0
- package/skills/rails-expert/references/background-jobs.md +275 -0
- package/skills/rails-expert/references/hotwire-turbo.md +231 -0
- package/skills/rails-expert/references/rspec-testing.md +370 -0
- package/skills/react-best-practices/AGENTS.md +2249 -0
- package/skills/react-best-practices/README.md +123 -0
- package/skills/react-best-practices/SKILL.md +121 -0
- package/skills/react-best-practices/metadata.json +15 -0
- package/skills/react-best-practices/rules/_sections.md +46 -0
- package/skills/react-best-practices/rules/_template.md +28 -0
- package/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/skills/react-best-practices/rules/async-api-routes.md +38 -0
- package/skills/react-best-practices/rules/async-defer-await.md +80 -0
- package/skills/react-best-practices/rules/async-dependencies.md +36 -0
- package/skills/react-best-practices/rules/async-parallel.md +28 -0
- package/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/skills/react-best-practices/rules/bundle-conditional.md +31 -0
- package/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/skills/react-best-practices/rules/bundle-preload.md +50 -0
- package/skills/react-best-practices/rules/client-event-listeners.md +74 -0
- package/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/skills/react-best-practices/rules/js-cache-storage.md +70 -0
- package/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/skills/react-best-practices/rules/js-early-exit.md +50 -0
- package/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/skills/react-best-practices/rules/js-index-maps.md +37 -0
- package/skills/react-best-practices/rules/js-length-check-first.md +49 -0
- package/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/skills/react-best-practices/rules/rendering-activity.md +26 -0
- package/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/skills/react-best-practices/rules/rerender-memo.md +44 -0
- package/skills/react-best-practices/rules/rerender-transitions.md +40 -0
- package/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/skills/react-best-practices/rules/server-cache-lru.md +41 -0
- package/skills/react-best-practices/rules/server-cache-react.md +26 -0
- package/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
- package/skills/react-best-practices/rules/server-serialization.md +38 -0
- package/skills/react-expert/SKILL.md +98 -0
- package/skills/react-expert/references/hooks-patterns.md +165 -0
- package/skills/react-expert/references/migration-class-to-modern.md +1122 -0
- package/skills/react-expert/references/performance.md +171 -0
- package/skills/react-expert/references/react-19-features.md +177 -0
- package/skills/react-expert/references/server-components.md +146 -0
- package/skills/react-expert/references/state-management.md +174 -0
- package/skills/react-expert/references/testing-react.md +177 -0
- package/skills/react-flow-node/SKILL.md +66 -0
- package/skills/react-flow-node/assets/template.tsx +108 -0
- package/skills/react-flow-node/assets/types.template.ts +34 -0
- package/skills/react-native-expert/SKILL.md +88 -0
- package/skills/react-native-expert/references/expo-router.md +190 -0
- package/skills/react-native-expert/references/list-optimization.md +207 -0
- package/skills/react-native-expert/references/platform-handling.md +191 -0
- package/skills/react-native-expert/references/project-structure.md +174 -0
- package/skills/react-native-expert/references/storage-hooks.md +176 -0
- package/skills/react-patterns/SKILL.md +198 -0
- package/skills/react-ui-patterns/SKILL.md +289 -0
- package/skills/receiving-code-review/SKILL.md +213 -0
- package/skills/red-team-tactics/SKILL.md +199 -0
- package/skills/red-team-tools/SKILL.md +310 -0
- package/skills/referral-program/SKILL.md +602 -0
- package/skills/remotion-best-practices/SKILL.md +45 -0
- package/skills/remotion-best-practices/rules/3d.md +86 -0
- package/skills/remotion-best-practices/rules/animations.md +29 -0
- package/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/skills/remotion-best-practices/rules/assets.md +78 -0
- package/skills/remotion-best-practices/rules/audio.md +172 -0
- package/skills/remotion-best-practices/rules/calculate-metadata.md +104 -0
- package/skills/remotion-best-practices/rules/can-decode.md +75 -0
- package/skills/remotion-best-practices/rules/charts.md +58 -0
- package/skills/remotion-best-practices/rules/compositions.md +146 -0
- package/skills/remotion-best-practices/rules/display-captions.md +126 -0
- package/skills/remotion-best-practices/rules/extract-frames.md +229 -0
- package/skills/remotion-best-practices/rules/fonts.md +152 -0
- package/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/skills/remotion-best-practices/rules/get-video-duration.md +58 -0
- package/skills/remotion-best-practices/rules/gifs.md +138 -0
- package/skills/remotion-best-practices/rules/images.md +130 -0
- package/skills/remotion-best-practices/rules/import-srt-captions.md +67 -0
- package/skills/remotion-best-practices/rules/lottie.md +68 -0
- package/skills/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
- package/skills/remotion-best-practices/rules/measuring-text.md +143 -0
- package/skills/remotion-best-practices/rules/sequencing.md +106 -0
- package/skills/remotion-best-practices/rules/tailwind.md +11 -0
- package/skills/remotion-best-practices/rules/text-animations.md +20 -0
- package/skills/remotion-best-practices/rules/timing.md +179 -0
- package/skills/remotion-best-practices/rules/transcribe-captions.md +19 -0
- package/skills/remotion-best-practices/rules/transitions.md +122 -0
- package/skills/remotion-best-practices/rules/trimming.md +53 -0
- package/skills/remotion-best-practices/rules/videos.md +171 -0
- package/skills/repomix/SKILL.md +275 -0
- package/skills/repomix/references/configuration.md +211 -0
- package/skills/repomix/references/usage-patterns.md +291 -0
- package/skills/repomix/scripts/.coverage +0 -0
- package/skills/repomix/scripts/README.md +179 -0
- package/skills/repomix/scripts/repomix_batch.py +455 -0
- package/skills/repomix/scripts/repos.example.json +15 -0
- package/skills/repomix/scripts/requirements.txt +15 -0
- package/skills/repomix/scripts/tests/test_repomix_batch.py +531 -0
- package/skills/requesting-code-review/SKILL.md +105 -0
- package/skills/requesting-code-review/code-reviewer.md +146 -0
- package/skills/research/SKILL.md +191 -0
- package/skills/research-engineer/SKILL.md +135 -0
- package/skills/rust-engineer/SKILL.md +96 -0
- package/skills/rust-engineer/references/async.md +461 -0
- package/skills/rust-engineer/references/error-handling.md +337 -0
- package/skills/rust-engineer/references/ownership.md +281 -0
- package/skills/rust-engineer/references/testing.md +473 -0
- package/skills/rust-engineer/references/traits.md +416 -0
- package/skills/salesforce-developer/SKILL.md +105 -0
- package/skills/salesforce-developer/references/apex-development.md +789 -0
- package/skills/salesforce-developer/references/deployment-devops.md +863 -0
- package/skills/salesforce-developer/references/integration-patterns.md +951 -0
- package/skills/salesforce-developer/references/lightning-web-components.md +908 -0
- package/skills/salesforce-developer/references/soql-sosl.md +683 -0
- package/skills/salesforce-development/SKILL.md +51 -0
- package/skills/scanning-tools/SKILL.md +589 -0
- package/skills/schema-markup/SKILL.md +360 -0
- package/skills/scroll-experience/SKILL.md +263 -0
- package/skills/secure-code-guardian/SKILL.md +93 -0
- package/skills/secure-code-guardian/references/authentication.md +139 -0
- package/skills/secure-code-guardian/references/input-validation.md +149 -0
- package/skills/secure-code-guardian/references/owasp-prevention.md +138 -0
- package/skills/secure-code-guardian/references/security-headers.md +136 -0
- package/skills/secure-code-guardian/references/xss-csrf.md +160 -0
- package/skills/security-reviewer/SKILL.md +94 -0
- package/skills/security-reviewer/references/infrastructure-security.md +271 -0
- package/skills/security-reviewer/references/penetration-testing.md +271 -0
- package/skills/security-reviewer/references/report-template.md +173 -0
- package/skills/security-reviewer/references/sast-tools.md +120 -0
- package/skills/security-reviewer/references/secret-scanning.md +128 -0
- package/skills/security-reviewer/references/vulnerability-patterns.md +155 -0
- package/skills/segment-cdp/SKILL.md +50 -0
- package/skills/senior-architect/SKILL.md +209 -0
- package/skills/senior-architect/references/architecture_patterns.md +103 -0
- package/skills/senior-architect/references/system_design_workflows.md +103 -0
- package/skills/senior-architect/references/tech_decision_guide.md +103 -0
- package/skills/senior-architect/scripts/architecture_diagram_generator.py +114 -0
- package/skills/senior-architect/scripts/dependency_analyzer.py +114 -0
- package/skills/senior-architect/scripts/project_architect.py +114 -0
- package/skills/senior-backend/SKILL.md +209 -0
- package/skills/senior-backend/references/api_design_patterns.md +103 -0
- package/skills/senior-backend/references/backend_security_practices.md +103 -0
- package/skills/senior-backend/references/database_optimization_guide.md +103 -0
- package/skills/senior-backend/scripts/api_load_tester.py +114 -0
- package/skills/senior-backend/scripts/api_scaffolder.py +114 -0
- package/skills/senior-backend/scripts/database_migration_tool.py +114 -0
- package/skills/senior-computer-vision/SKILL.md +226 -0
- package/skills/senior-computer-vision/references/computer_vision_architectures.md +80 -0
- package/skills/senior-computer-vision/references/object_detection_optimization.md +80 -0
- package/skills/senior-computer-vision/references/production_vision_systems.md +80 -0
- package/skills/senior-computer-vision/scripts/dataset_pipeline_builder.py +100 -0
- package/skills/senior-computer-vision/scripts/inference_optimizer.py +100 -0
- package/skills/senior-computer-vision/scripts/vision_model_trainer.py +100 -0
- package/skills/senior-data-engineer/SKILL.md +226 -0
- package/skills/senior-data-engineer/references/data_modeling_patterns.md +80 -0
- package/skills/senior-data-engineer/references/data_pipeline_architecture.md +80 -0
- package/skills/senior-data-engineer/references/dataops_best_practices.md +80 -0
- package/skills/senior-data-engineer/scripts/data_quality_validator.py +100 -0
- package/skills/senior-data-engineer/scripts/etl_performance_optimizer.py +100 -0
- package/skills/senior-data-engineer/scripts/pipeline_orchestrator.py +100 -0
- package/skills/senior-data-scientist/SKILL.md +226 -0
- package/skills/senior-data-scientist/references/experiment_design_frameworks.md +80 -0
- package/skills/senior-data-scientist/references/feature_engineering_patterns.md +80 -0
- package/skills/senior-data-scientist/references/statistical_methods_advanced.md +80 -0
- package/skills/senior-data-scientist/scripts/experiment_designer.py +100 -0
- package/skills/senior-data-scientist/scripts/feature_engineering_pipeline.py +100 -0
- package/skills/senior-data-scientist/scripts/model_evaluation_suite.py +100 -0
- package/skills/senior-devops/SKILL.md +209 -0
- package/skills/senior-devops/references/cicd_pipeline_guide.md +103 -0
- package/skills/senior-devops/references/deployment_strategies.md +103 -0
- package/skills/senior-devops/references/infrastructure_as_code.md +103 -0
- package/skills/senior-devops/scripts/deployment_manager.py +114 -0
- package/skills/senior-devops/scripts/pipeline_generator.py +114 -0
- package/skills/senior-devops/scripts/terraform_scaffolder.py +114 -0
- package/skills/senior-frontend/SKILL.md +209 -0
- package/skills/senior-frontend/references/frontend_best_practices.md +103 -0
- package/skills/senior-frontend/references/nextjs_optimization_guide.md +103 -0
- package/skills/senior-frontend/references/react_patterns.md +103 -0
- package/skills/senior-frontend/scripts/bundle_analyzer.py +114 -0
- package/skills/senior-frontend/scripts/component_generator.py +114 -0
- package/skills/senior-frontend/scripts/frontend_scaffolder.py +114 -0
- package/skills/senior-fullstack/SKILL.md +209 -0
- package/skills/senior-fullstack/references/architecture_patterns.md +103 -0
- package/skills/senior-fullstack/references/development_workflows.md +103 -0
- package/skills/senior-fullstack/references/tech_stack_guide.md +103 -0
- package/skills/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
- package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
- package/skills/senior-fullstack/scripts/project_scaffolder.py +114 -0
- package/skills/senior-ml-engineer/SKILL.md +226 -0
- package/skills/senior-ml-engineer/references/llm_integration_guide.md +80 -0
- package/skills/senior-ml-engineer/references/mlops_production_patterns.md +80 -0
- package/skills/senior-ml-engineer/references/rag_system_architecture.md +80 -0
- package/skills/senior-ml-engineer/scripts/ml_monitoring_suite.py +100 -0
- package/skills/senior-ml-engineer/scripts/model_deployment_pipeline.py +100 -0
- package/skills/senior-ml-engineer/scripts/rag_system_builder.py +100 -0
- package/skills/senior-prompt-engineer/SKILL.md +226 -0
- package/skills/senior-prompt-engineer/references/agentic_system_design.md +80 -0
- package/skills/senior-prompt-engineer/references/llm_evaluation_frameworks.md +80 -0
- package/skills/senior-prompt-engineer/references/prompt_engineering_patterns.md +80 -0
- package/skills/senior-prompt-engineer/scripts/agent_orchestrator.py +100 -0
- package/skills/senior-prompt-engineer/scripts/prompt_optimizer.py +100 -0
- package/skills/senior-prompt-engineer/scripts/rag_evaluator.py +100 -0
- package/skills/senior-qa/SKILL.md +209 -0
- package/skills/senior-qa/references/qa_best_practices.md +103 -0
- package/skills/senior-qa/references/test_automation_patterns.md +103 -0
- package/skills/senior-qa/references/testing_strategies.md +103 -0
- package/skills/senior-qa/scripts/coverage_analyzer.py +114 -0
- package/skills/senior-qa/scripts/e2e_test_scaffolder.py +114 -0
- package/skills/senior-qa/scripts/test_suite_generator.py +114 -0
- package/skills/senior-secops/SKILL.md +209 -0
- package/skills/senior-secops/references/compliance_requirements.md +103 -0
- package/skills/senior-secops/references/security_standards.md +103 -0
- package/skills/senior-secops/references/vulnerability_management_guide.md +103 -0
- package/skills/senior-secops/scripts/compliance_checker.py +114 -0
- package/skills/senior-secops/scripts/security_scanner.py +114 -0
- package/skills/senior-secops/scripts/vulnerability_assessor.py +114 -0
- package/skills/senior-security/SKILL.md +209 -0
- package/skills/senior-security/references/cryptography_implementation.md +103 -0
- package/skills/senior-security/references/penetration_testing_guide.md +103 -0
- package/skills/senior-security/references/security_architecture_patterns.md +103 -0
- package/skills/senior-security/scripts/pentest_automator.py +114 -0
- package/skills/senior-security/scripts/security_auditor.py +114 -0
- package/skills/senior-security/scripts/threat_modeler.py +114 -0
- package/skills/seo-audit/SKILL.md +487 -0
- package/skills/seo-fundamentals/SKILL.md +173 -0
- package/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
- package/skills/sequential-thinking/.env.example +8 -0
- package/skills/sequential-thinking/README.md +189 -0
- package/skills/sequential-thinking/SKILL.md +94 -0
- package/skills/sequential-thinking/package.json +30 -0
- package/skills/sequential-thinking/references/advanced-strategies.md +79 -0
- package/skills/sequential-thinking/references/advanced-techniques.md +76 -0
- package/skills/sequential-thinking/references/core-patterns.md +95 -0
- package/skills/sequential-thinking/references/examples-api.md +88 -0
- package/skills/sequential-thinking/references/examples-architecture.md +94 -0
- package/skills/sequential-thinking/references/examples-debug.md +90 -0
- package/skills/sequential-thinking/scripts/format-thought.js +159 -0
- package/skills/sequential-thinking/scripts/process-thought.js +236 -0
- package/skills/sequential-thinking/tests/format-thought.test.js +133 -0
- package/skills/sequential-thinking/tests/process-thought.test.js +215 -0
- package/skills/server-management/SKILL.md +161 -0
- package/skills/shodan-reconnaissance/SKILL.md +503 -0
- package/skills/shopify-apps/SKILL.md +42 -0
- package/skills/shopify-development/README.md +60 -0
- package/skills/shopify-development/SKILL.md +366 -0
- package/skills/shopify-development/references/app-development.md +578 -0
- package/skills/shopify-development/references/extensions.md +555 -0
- package/skills/shopify-development/references/themes.md +498 -0
- package/skills/shopify-development/scripts/requirements.txt +19 -0
- package/skills/shopify-development/scripts/shopify_graphql.py +428 -0
- package/skills/shopify-development/scripts/shopify_init.py +441 -0
- package/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/skills/shopify-expert/SKILL.md +102 -0
- package/skills/shopify-expert/references/app-development.md +897 -0
- package/skills/shopify-expert/references/checkout-customization.md +877 -0
- package/skills/shopify-expert/references/liquid-templating.md +693 -0
- package/skills/shopify-expert/references/performance-optimization.md +725 -0
- package/skills/shopify-expert/references/storefront-api.md +939 -0
- package/skills/signup-flow-cro/SKILL.md +355 -0
- package/skills/skill-creator/LICENSE.txt +202 -0
- package/skills/skill-creator/SKILL.md +356 -0
- package/skills/skill-creator/references/output-patterns.md +82 -0
- package/skills/skill-creator/references/workflows.md +28 -0
- package/skills/skill-creator/scripts/init_skill.py +303 -0
- package/skills/skill-creator/scripts/package_skill.py +110 -0
- package/skills/skill-creator/scripts/quick_validate.py +95 -0
- package/skills/skill-developer/ADVANCED.md +197 -0
- package/skills/skill-developer/HOOK_MECHANISMS.md +306 -0
- package/skills/skill-developer/PATTERNS_LIBRARY.md +152 -0
- package/skills/skill-developer/SKILL.md +426 -0
- package/skills/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
- package/skills/skill-developer/TRIGGER_TYPES.md +305 -0
- package/skills/skill-developer/TROUBLESHOOTING.md +514 -0
- package/skills/skill-share/SKILL.md +80 -0
- package/skills/slack-bot-builder/SKILL.md +264 -0
- package/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/skills/slack-gif-creator/SKILL.md +254 -0
- package/skills/slack-gif-creator/core/easing.py +234 -0
- package/skills/slack-gif-creator/core/frame_composer.py +176 -0
- package/skills/slack-gif-creator/core/gif_builder.py +269 -0
- package/skills/slack-gif-creator/core/validators.py +136 -0
- package/skills/slack-gif-creator/requirements.txt +4 -0
- package/skills/smtp-penetration-testing/SKILL.md +500 -0
- package/skills/social-content/SKILL.md +807 -0
- package/skills/software-architecture/SKILL.md +75 -0
- package/skills/spark-engineer/SKILL.md +100 -0
- package/skills/spark-engineer/references/partitioning-caching.md +546 -0
- package/skills/spark-engineer/references/performance-tuning.md +547 -0
- package/skills/spark-engineer/references/rdd-operations.md +602 -0
- package/skills/spark-engineer/references/spark-sql-dataframes.md +477 -0
- package/skills/spark-engineer/references/streaming-patterns.md +789 -0
- package/skills/spec-miner/SKILL.md +88 -0
- package/skills/spec-miner/references/analysis-checklist.md +68 -0
- package/skills/spec-miner/references/analysis-process.md +73 -0
- package/skills/spec-miner/references/ears-format.md +89 -0
- package/skills/spec-miner/references/specification-template.md +103 -0
- package/skills/spring-boot-engineer/SKILL.md +104 -0
- package/skills/spring-boot-engineer/references/cloud.md +501 -0
- package/skills/spring-boot-engineer/references/data.md +384 -0
- package/skills/spring-boot-engineer/references/security.md +462 -0
- package/skills/spring-boot-engineer/references/testing.md +548 -0
- package/skills/spring-boot-engineer/references/web.md +298 -0
- package/skills/sql-injection-testing/SKILL.md +448 -0
- package/skills/sql-pro/SKILL.md +97 -0
- package/skills/sql-pro/references/database-design.md +405 -0
- package/skills/sql-pro/references/dialect-differences.md +422 -0
- package/skills/sql-pro/references/optimization.md +387 -0
- package/skills/sql-pro/references/query-patterns.md +288 -0
- package/skills/sql-pro/references/window-functions.md +331 -0
- package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
- package/skills/sre-engineer/SKILL.md +98 -0
- package/skills/sre-engineer/references/automation-toil.md +495 -0
- package/skills/sre-engineer/references/error-budget-policy.md +337 -0
- package/skills/sre-engineer/references/incident-chaos.md +578 -0
- package/skills/sre-engineer/references/monitoring-alerting.md +427 -0
- package/skills/sre-engineer/references/slo-sli-management.md +241 -0
- package/skills/ssh-penetration-testing/SKILL.md +488 -0
- package/skills/stripe-integration/SKILL.md +69 -0
- package/skills/subagent-driven-development/SKILL.md +240 -0
- package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/skills/subagent-driven-development/implementer-prompt.md +78 -0
- package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/skills/swift-expert/SKILL.md +94 -0
- package/skills/swift-expert/references/async-concurrency.md +363 -0
- package/skills/swift-expert/references/memory-performance.md +380 -0
- package/skills/swift-expert/references/protocol-oriented.md +357 -0
- package/skills/swift-expert/references/swiftui-patterns.md +294 -0
- package/skills/swift-expert/references/testing-patterns.md +402 -0
- package/skills/systematic-debugging/CREATION-LOG.md +119 -0
- package/skills/systematic-debugging/SKILL.md +296 -0
- package/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/skills/systematic-debugging/condition-based-waiting.md +115 -0
- package/skills/systematic-debugging/defense-in-depth.md +122 -0
- package/skills/systematic-debugging/find-polluter.sh +63 -0
- package/skills/systematic-debugging/root-cause-tracing.md +169 -0
- package/skills/systematic-debugging/test-academic.md +14 -0
- package/skills/systematic-debugging/test-pressure-1.md +58 -0
- package/skills/systematic-debugging/test-pressure-2.md +68 -0
- package/skills/systematic-debugging/test-pressure-3.md +69 -0
- package/skills/tailwind-patterns/SKILL.md +269 -0
- package/skills/tavily-web/SKILL.md +36 -0
- package/skills/tdd-workflow/SKILL.md +149 -0
- package/skills/telegram-bot-builder/SKILL.md +254 -0
- package/skills/telegram-mini-app/SKILL.md +279 -0
- package/skills/template-skill/SKILL.md +6 -0
- package/skills/terraform-engineer/SKILL.md +97 -0
- package/skills/terraform-engineer/references/best-practices.md +586 -0
- package/skills/terraform-engineer/references/module-patterns.md +300 -0
- package/skills/terraform-engineer/references/providers.md +455 -0
- package/skills/terraform-engineer/references/state-management.md +374 -0
- package/skills/terraform-engineer/references/testing.md +489 -0
- package/skills/test-driven-development/SKILL.md +371 -0
- package/skills/test-driven-development/testing-anti-patterns.md +299 -0
- package/skills/test-fixing/SKILL.md +119 -0
- package/skills/test-master/SKILL.md +104 -0
- package/skills/test-master/references/automation-frameworks.md +297 -0
- package/skills/test-master/references/e2e-testing.md +131 -0
- package/skills/test-master/references/integration-testing.md +123 -0
- package/skills/test-master/references/performance-testing.md +121 -0
- package/skills/test-master/references/qa-methodology.md +250 -0
- package/skills/test-master/references/security-testing.md +130 -0
- package/skills/test-master/references/tdd-iron-laws.md +177 -0
- package/skills/test-master/references/test-reports.md +107 -0
- package/skills/test-master/references/testing-anti-patterns.md +234 -0
- package/skills/test-master/references/unit-testing.md +116 -0
- package/skills/testing-patterns/SKILL.md +259 -0
- package/skills/theme-factory/LICENSE.txt +202 -0
- package/skills/theme-factory/SKILL.md +59 -0
- package/skills/theme-factory/theme-showcase.pdf +0 -0
- package/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/skills/theme-factory/themes/desert-rose.md +19 -0
- package/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/skills/theme-factory/themes/golden-hour.md +19 -0
- package/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/skills/threejs/SKILL.md +89 -0
- package/skills/threejs/references/01-getting-started.md +177 -0
- package/skills/threejs/references/02-loaders.md +169 -0
- package/skills/threejs/references/03-textures.md +170 -0
- package/skills/threejs/references/04-cameras.md +195 -0
- package/skills/threejs/references/05-lights.md +183 -0
- package/skills/threejs/references/06-animations.md +214 -0
- package/skills/threejs/references/07-math.md +260 -0
- package/skills/threejs/references/08-interaction.md +267 -0
- package/skills/threejs/references/09-postprocessing.md +240 -0
- package/skills/threejs/references/10-controls.md +259 -0
- package/skills/threejs/references/11-materials-advanced.md +270 -0
- package/skills/threejs/references/12-performance.md +269 -0
- package/skills/threejs/references/13-node-materials.md +298 -0
- package/skills/threejs/references/14-physics-vr.md +304 -0
- package/skills/threejs/references/15-specialized-loaders.md +333 -0
- package/skills/threejs/references/16-webgpu.md +302 -0
- package/skills/top-web-vulnerabilities/SKILL.md +543 -0
- package/skills/trigger-dev/SKILL.md +67 -0
- package/skills/twilio-communications/SKILL.md +295 -0
- package/skills/typescript-expert/SKILL.md +429 -0
- package/skills/typescript-expert/references/tsconfig-strict.json +92 -0
- package/skills/typescript-expert/references/typescript-cheatsheet.md +383 -0
- package/skills/typescript-expert/references/utility-types.ts +335 -0
- package/skills/typescript-expert/scripts/ts_diagnostic.py +203 -0
- package/skills/typescript-pro/SKILL.md +94 -0
- package/skills/typescript-pro/references/advanced-types.md +262 -0
- package/skills/typescript-pro/references/configuration.md +448 -0
- package/skills/typescript-pro/references/patterns.md +487 -0
- package/skills/typescript-pro/references/type-guards.md +355 -0
- package/skills/typescript-pro/references/utility-types.md +332 -0
- package/skills/ui-design-system/SKILL.md +32 -0
- package/skills/ui-design-system/scripts/design_token_generator.py +529 -0
- package/skills/ui-styling/LICENSE.txt +202 -0
- package/skills/ui-styling/SKILL.md +321 -0
- package/skills/ui-styling/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/ui-styling/references/canvas-design-system.md +320 -0
- package/skills/ui-styling/references/shadcn-accessibility.md +471 -0
- package/skills/ui-styling/references/shadcn-components.md +424 -0
- package/skills/ui-styling/references/shadcn-theming.md +373 -0
- package/skills/ui-styling/references/tailwind-customization.md +483 -0
- package/skills/ui-styling/references/tailwind-responsive.md +382 -0
- package/skills/ui-styling/references/tailwind-utilities.md +455 -0
- package/skills/ui-styling/scripts/.coverage +0 -0
- package/skills/ui-styling/scripts/requirements.txt +17 -0
- package/skills/ui-styling/scripts/shadcn_add.py +292 -0
- package/skills/ui-styling/scripts/tailwind_config_gen.py +456 -0
- package/skills/ui-styling/scripts/tests/coverage-ui.json +1 -0
- package/skills/ui-styling/scripts/tests/requirements.txt +3 -0
- package/skills/ui-styling/scripts/tests/test_shadcn_add.py +266 -0
- package/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +336 -0
- package/skills/ui-ux-pro-max/SKILL.md +351 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/skills/ui-ux-pro-max/scripts/search.py +76 -0
- package/skills/upgrading-expo/SKILL.md +22 -0
- package/skills/upstash-qstash/SKILL.md +68 -0
- package/skills/using-git-worktrees/SKILL.md +217 -0
- package/skills/using-superpowers/SKILL.md +87 -0
- package/skills/ux-researcher-designer/SKILL.md +30 -0
- package/skills/ux-researcher-designer/scripts/persona_generator.py +508 -0
- package/skills/vercel-deploy/SKILL.md +22 -0
- package/skills/vercel-deployment/SKILL.md +69 -0
- package/skills/verification-before-completion/SKILL.md +139 -0
- package/skills/video-downloader/SKILL.md +106 -0
- package/skills/viral-generator-builder/SKILL.md +199 -0
- package/skills/voice-agents/SKILL.md +68 -0
- package/skills/voice-ai-development/SKILL.md +302 -0
- package/skills/voice-ai-engine-development/README.md +175 -0
- package/skills/voice-ai-engine-development/SKILL.md +721 -0
- package/skills/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
- package/skills/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
- package/skills/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
- package/skills/voice-ai-engine-development/references/common_pitfalls.md +471 -0
- package/skills/voice-ai-engine-development/references/provider_comparison.md +515 -0
- package/skills/voice-ai-engine-development/templates/base_worker_template.py +193 -0
- package/skills/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
- package/skills/vue-expert/SKILL.md +374 -0
- package/skills/vue-expert/references/component-template.vue +232 -0
- package/skills/vue-expert/references/composables-template.ts +247 -0
- package/skills/vue-expert/references/composition-api-cheatsheet.md +281 -0
- package/skills/vue-expert/references/pinia-store-template.ts +141 -0
- package/skills/vue-expert/scripts/vue_diagnostic.py +144 -0
- package/skills/vue-expert-js/SKILL.md +91 -0
- package/skills/vue-expert-js/references/jsdoc-typing.md +538 -0
- package/skills/vulnerability-scanner/SKILL.md +276 -0
- package/skills/vulnerability-scanner/checklists.md +121 -0
- package/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
- package/skills/web-artifacts-builder/LICENSE.txt +202 -0
- package/skills/web-artifacts-builder/SKILL.md +74 -0
- package/skills/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/skills/web-artifacts-builder/scripts/init-artifact.sh +322 -0
- package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/skills/web-design-guidelines/SKILL.md +36 -0
- package/skills/web-frameworks/SKILL.md +324 -0
- package/skills/web-frameworks/references/nextjs-app-router.md +465 -0
- package/skills/web-frameworks/references/nextjs-data-fetching.md +459 -0
- package/skills/web-frameworks/references/nextjs-optimization.md +511 -0
- package/skills/web-frameworks/references/nextjs-server-components.md +495 -0
- package/skills/web-frameworks/references/remix-icon-integration.md +603 -0
- package/skills/web-frameworks/references/turborepo-caching.md +551 -0
- package/skills/web-frameworks/references/turborepo-pipelines.md +517 -0
- package/skills/web-frameworks/references/turborepo-setup.md +542 -0
- package/skills/web-frameworks/scripts/.coverage +0 -0
- package/skills/web-frameworks/scripts/__init__.py +0 -0
- package/skills/web-frameworks/scripts/nextjs_init.py +547 -0
- package/skills/web-frameworks/scripts/requirements.txt +16 -0
- package/skills/web-frameworks/scripts/tests/coverage-web.json +1 -0
- package/skills/web-frameworks/scripts/tests/requirements.txt +3 -0
- package/skills/web-frameworks/scripts/tests/test_nextjs_init.py +319 -0
- package/skills/web-frameworks/scripts/tests/test_turborepo_migrate.py +374 -0
- package/skills/web-frameworks/scripts/turborepo_migrate.py +394 -0
- package/skills/web-performance-optimization/SKILL.md +646 -0
- package/skills/webapp-testing/LICENSE.txt +202 -0
- package/skills/webapp-testing/SKILL.md +96 -0
- package/skills/webapp-testing/scripts/with_server.py +106 -0
- package/skills/websocket-engineer/SKILL.md +96 -0
- package/skills/websocket-engineer/references/alternatives.md +391 -0
- package/skills/websocket-engineer/references/patterns.md +400 -0
- package/skills/websocket-engineer/references/protocol.md +195 -0
- package/skills/websocket-engineer/references/scaling.md +333 -0
- package/skills/websocket-engineer/references/security.md +474 -0
- package/skills/windows-privilege-escalation/SKILL.md +496 -0
- package/skills/wireshark-analysis/SKILL.md +497 -0
- package/skills/wordpress-penetration-testing/SKILL.md +485 -0
- package/skills/wordpress-pro/SKILL.md +105 -0
- package/skills/wordpress-pro/references/gutenberg-blocks.md +873 -0
- package/skills/wordpress-pro/references/hooks-filters.md +848 -0
- package/skills/wordpress-pro/references/performance-security.md +1015 -0
- package/skills/wordpress-pro/references/plugin-architecture.md +1044 -0
- package/skills/wordpress-pro/references/theme-development.md +861 -0
- package/skills/workflow-automation/SKILL.md +68 -0
- package/skills/writing-plans/SKILL.md +116 -0
- package/skills/writing-skills/SKILL.md +737 -0
- package/skills/writing-skills/anthropic-best-practices.md +1150 -0
- package/skills/writing-skills/graphviz-conventions.dot +172 -0
- package/skills/writing-skills/persuasion-principles.md +187 -0
- package/skills/writing-skills/render-graphs.js +168 -0
- package/skills/writing-skills/testing-skills-with-subagents.md +384 -0
- package/skills/xlsx/SKILL.md +100 -0
- package/skills/xlsx-official/LICENSE.txt +30 -0
- package/skills/xlsx-official/SKILL.md +289 -0
- package/skills/xlsx-official/recalc.py +178 -0
- package/skills/xss-html-injection/SKILL.md +499 -0
- package/skills/youtube-transcript/SKILL.md +415 -0
- package/skills/zapier-make-patterns/SKILL.md +67 -0
- package/skills/zustand-store/SKILL.md +68 -0
- package/skills/zustand-store/assets/template.ts +117 -0
- package/statusline.cjs +500 -0
- package/statusline.ps1 +307 -0
- package/statusline.sh +237 -0
- package/workflows/development-rules.md +42 -0
- package/workflows/documentation-management.md +121 -0
- package/workflows/orchestration-protocol.md +16 -0
- package/workflows/primary-workflow.md +45 -0
|
@@ -0,0 +1,2698 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "todo-app-backend",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "todo-app-backend",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"better-sqlite3": "^9.0.0",
|
|
12
|
+
"cors": "^2.8.5",
|
|
13
|
+
"express": "^4.18.2",
|
|
14
|
+
"sqlite3": "^5.1.7"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@types/better-sqlite3": "^7.6.8",
|
|
18
|
+
"@types/cors": "^2.8.19",
|
|
19
|
+
"@types/express": "^4.17.20",
|
|
20
|
+
"@types/node": "^20.10.0",
|
|
21
|
+
"@types/sqlite3": "^3.1.11",
|
|
22
|
+
"ts-node": "^10.9.1",
|
|
23
|
+
"typescript": "^5.3.0"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"node_modules/@cspotcode/source-map-support": {
|
|
27
|
+
"version": "0.8.1",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
29
|
+
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
30
|
+
"dev": true,
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@jridgewell/trace-mapping": "0.3.9"
|
|
34
|
+
},
|
|
35
|
+
"engines": {
|
|
36
|
+
"node": ">=12"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"node_modules/@gar/promisify": {
|
|
40
|
+
"version": "1.1.3",
|
|
41
|
+
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
|
|
42
|
+
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"optional": true
|
|
45
|
+
},
|
|
46
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
47
|
+
"version": "3.1.2",
|
|
48
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
49
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
50
|
+
"dev": true,
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=6.0.0"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
57
|
+
"version": "1.5.5",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
59
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
60
|
+
"dev": true,
|
|
61
|
+
"license": "MIT"
|
|
62
|
+
},
|
|
63
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
64
|
+
"version": "0.3.9",
|
|
65
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
66
|
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
67
|
+
"dev": true,
|
|
68
|
+
"license": "MIT",
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
71
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"node_modules/@npmcli/fs": {
|
|
75
|
+
"version": "1.1.1",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
|
|
77
|
+
"integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
|
|
78
|
+
"license": "ISC",
|
|
79
|
+
"optional": true,
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"@gar/promisify": "^1.0.1",
|
|
82
|
+
"semver": "^7.3.5"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@npmcli/move-file": {
|
|
86
|
+
"version": "1.1.2",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
|
|
88
|
+
"integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
|
|
89
|
+
"deprecated": "This functionality has been moved to @npmcli/fs",
|
|
90
|
+
"license": "MIT",
|
|
91
|
+
"optional": true,
|
|
92
|
+
"dependencies": {
|
|
93
|
+
"mkdirp": "^1.0.4",
|
|
94
|
+
"rimraf": "^3.0.2"
|
|
95
|
+
},
|
|
96
|
+
"engines": {
|
|
97
|
+
"node": ">=10"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"node_modules/@tootallnate/once": {
|
|
101
|
+
"version": "1.1.2",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
|
|
103
|
+
"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
|
|
104
|
+
"license": "MIT",
|
|
105
|
+
"optional": true,
|
|
106
|
+
"engines": {
|
|
107
|
+
"node": ">= 6"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@tsconfig/node10": {
|
|
111
|
+
"version": "1.0.12",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
|
|
113
|
+
"integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
|
|
114
|
+
"dev": true,
|
|
115
|
+
"license": "MIT"
|
|
116
|
+
},
|
|
117
|
+
"node_modules/@tsconfig/node12": {
|
|
118
|
+
"version": "1.0.11",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
120
|
+
"integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
121
|
+
"dev": true,
|
|
122
|
+
"license": "MIT"
|
|
123
|
+
},
|
|
124
|
+
"node_modules/@tsconfig/node14": {
|
|
125
|
+
"version": "1.0.3",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
127
|
+
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
128
|
+
"dev": true,
|
|
129
|
+
"license": "MIT"
|
|
130
|
+
},
|
|
131
|
+
"node_modules/@tsconfig/node16": {
|
|
132
|
+
"version": "1.0.4",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
134
|
+
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
135
|
+
"dev": true,
|
|
136
|
+
"license": "MIT"
|
|
137
|
+
},
|
|
138
|
+
"node_modules/@types/better-sqlite3": {
|
|
139
|
+
"version": "7.6.13",
|
|
140
|
+
"resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz",
|
|
141
|
+
"integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==",
|
|
142
|
+
"dev": true,
|
|
143
|
+
"license": "MIT",
|
|
144
|
+
"dependencies": {
|
|
145
|
+
"@types/node": "*"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"node_modules/@types/body-parser": {
|
|
149
|
+
"version": "1.19.6",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
|
|
151
|
+
"integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
|
|
152
|
+
"dev": true,
|
|
153
|
+
"license": "MIT",
|
|
154
|
+
"dependencies": {
|
|
155
|
+
"@types/connect": "*",
|
|
156
|
+
"@types/node": "*"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/@types/connect": {
|
|
160
|
+
"version": "3.4.38",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
162
|
+
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
|
163
|
+
"dev": true,
|
|
164
|
+
"license": "MIT",
|
|
165
|
+
"dependencies": {
|
|
166
|
+
"@types/node": "*"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"node_modules/@types/cors": {
|
|
170
|
+
"version": "2.8.19",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.19.tgz",
|
|
172
|
+
"integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==",
|
|
173
|
+
"dev": true,
|
|
174
|
+
"license": "MIT",
|
|
175
|
+
"dependencies": {
|
|
176
|
+
"@types/node": "*"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"node_modules/@types/express": {
|
|
180
|
+
"version": "4.17.25",
|
|
181
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
|
|
182
|
+
"integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
|
|
183
|
+
"dev": true,
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"dependencies": {
|
|
186
|
+
"@types/body-parser": "*",
|
|
187
|
+
"@types/express-serve-static-core": "^4.17.33",
|
|
188
|
+
"@types/qs": "*",
|
|
189
|
+
"@types/serve-static": "^1"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"node_modules/@types/express-serve-static-core": {
|
|
193
|
+
"version": "4.19.7",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz",
|
|
195
|
+
"integrity": "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==",
|
|
196
|
+
"dev": true,
|
|
197
|
+
"license": "MIT",
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"@types/node": "*",
|
|
200
|
+
"@types/qs": "*",
|
|
201
|
+
"@types/range-parser": "*",
|
|
202
|
+
"@types/send": "*"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"node_modules/@types/http-errors": {
|
|
206
|
+
"version": "2.0.5",
|
|
207
|
+
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
|
|
208
|
+
"integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
|
|
209
|
+
"dev": true,
|
|
210
|
+
"license": "MIT"
|
|
211
|
+
},
|
|
212
|
+
"node_modules/@types/mime": {
|
|
213
|
+
"version": "1.3.5",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
|
|
215
|
+
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
|
|
216
|
+
"dev": true,
|
|
217
|
+
"license": "MIT"
|
|
218
|
+
},
|
|
219
|
+
"node_modules/@types/node": {
|
|
220
|
+
"version": "20.19.27",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.27.tgz",
|
|
222
|
+
"integrity": "sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==",
|
|
223
|
+
"dev": true,
|
|
224
|
+
"license": "MIT",
|
|
225
|
+
"dependencies": {
|
|
226
|
+
"undici-types": "~6.21.0"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"node_modules/@types/qs": {
|
|
230
|
+
"version": "6.14.0",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
232
|
+
"integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
|
|
233
|
+
"dev": true,
|
|
234
|
+
"license": "MIT"
|
|
235
|
+
},
|
|
236
|
+
"node_modules/@types/range-parser": {
|
|
237
|
+
"version": "1.2.7",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
239
|
+
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
240
|
+
"dev": true,
|
|
241
|
+
"license": "MIT"
|
|
242
|
+
},
|
|
243
|
+
"node_modules/@types/send": {
|
|
244
|
+
"version": "1.2.1",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
|
|
246
|
+
"integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
|
|
247
|
+
"dev": true,
|
|
248
|
+
"license": "MIT",
|
|
249
|
+
"dependencies": {
|
|
250
|
+
"@types/node": "*"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"node_modules/@types/serve-static": {
|
|
254
|
+
"version": "1.15.10",
|
|
255
|
+
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz",
|
|
256
|
+
"integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==",
|
|
257
|
+
"dev": true,
|
|
258
|
+
"license": "MIT",
|
|
259
|
+
"dependencies": {
|
|
260
|
+
"@types/http-errors": "*",
|
|
261
|
+
"@types/node": "*",
|
|
262
|
+
"@types/send": "<1"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"node_modules/@types/serve-static/node_modules/@types/send": {
|
|
266
|
+
"version": "0.17.6",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz",
|
|
268
|
+
"integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==",
|
|
269
|
+
"dev": true,
|
|
270
|
+
"license": "MIT",
|
|
271
|
+
"dependencies": {
|
|
272
|
+
"@types/mime": "^1",
|
|
273
|
+
"@types/node": "*"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"node_modules/@types/sqlite3": {
|
|
277
|
+
"version": "3.1.11",
|
|
278
|
+
"resolved": "https://registry.npmjs.org/@types/sqlite3/-/sqlite3-3.1.11.tgz",
|
|
279
|
+
"integrity": "sha512-KYF+QgxAnnAh7DWPdNDroxkDI3/MspH1NMx6m/N/6fT1G6+jvsw4/ZePt8R8cr7ta58aboeTfYFBDxTJ5yv15w==",
|
|
280
|
+
"dev": true,
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"dependencies": {
|
|
283
|
+
"@types/node": "*"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"node_modules/abbrev": {
|
|
287
|
+
"version": "1.1.1",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
289
|
+
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
290
|
+
"license": "ISC",
|
|
291
|
+
"optional": true
|
|
292
|
+
},
|
|
293
|
+
"node_modules/accepts": {
|
|
294
|
+
"version": "1.3.8",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
|
296
|
+
"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
|
|
297
|
+
"license": "MIT",
|
|
298
|
+
"dependencies": {
|
|
299
|
+
"mime-types": "~2.1.34",
|
|
300
|
+
"negotiator": "0.6.3"
|
|
301
|
+
},
|
|
302
|
+
"engines": {
|
|
303
|
+
"node": ">= 0.6"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"node_modules/acorn": {
|
|
307
|
+
"version": "8.15.0",
|
|
308
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
309
|
+
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
310
|
+
"dev": true,
|
|
311
|
+
"license": "MIT",
|
|
312
|
+
"bin": {
|
|
313
|
+
"acorn": "bin/acorn"
|
|
314
|
+
},
|
|
315
|
+
"engines": {
|
|
316
|
+
"node": ">=0.4.0"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/acorn-walk": {
|
|
320
|
+
"version": "8.3.4",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
322
|
+
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
323
|
+
"dev": true,
|
|
324
|
+
"license": "MIT",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"acorn": "^8.11.0"
|
|
327
|
+
},
|
|
328
|
+
"engines": {
|
|
329
|
+
"node": ">=0.4.0"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"node_modules/agent-base": {
|
|
333
|
+
"version": "6.0.2",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
335
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
336
|
+
"license": "MIT",
|
|
337
|
+
"optional": true,
|
|
338
|
+
"dependencies": {
|
|
339
|
+
"debug": "4"
|
|
340
|
+
},
|
|
341
|
+
"engines": {
|
|
342
|
+
"node": ">= 6.0.0"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"node_modules/agent-base/node_modules/debug": {
|
|
346
|
+
"version": "4.4.3",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
348
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
349
|
+
"license": "MIT",
|
|
350
|
+
"optional": true,
|
|
351
|
+
"dependencies": {
|
|
352
|
+
"ms": "^2.1.3"
|
|
353
|
+
},
|
|
354
|
+
"engines": {
|
|
355
|
+
"node": ">=6.0"
|
|
356
|
+
},
|
|
357
|
+
"peerDependenciesMeta": {
|
|
358
|
+
"supports-color": {
|
|
359
|
+
"optional": true
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"node_modules/agent-base/node_modules/ms": {
|
|
364
|
+
"version": "2.1.3",
|
|
365
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
366
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
367
|
+
"license": "MIT",
|
|
368
|
+
"optional": true
|
|
369
|
+
},
|
|
370
|
+
"node_modules/agentkeepalive": {
|
|
371
|
+
"version": "4.6.0",
|
|
372
|
+
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
|
|
373
|
+
"integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
|
|
374
|
+
"license": "MIT",
|
|
375
|
+
"optional": true,
|
|
376
|
+
"dependencies": {
|
|
377
|
+
"humanize-ms": "^1.2.1"
|
|
378
|
+
},
|
|
379
|
+
"engines": {
|
|
380
|
+
"node": ">= 8.0.0"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"node_modules/aggregate-error": {
|
|
384
|
+
"version": "3.1.0",
|
|
385
|
+
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
386
|
+
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
|
387
|
+
"license": "MIT",
|
|
388
|
+
"optional": true,
|
|
389
|
+
"dependencies": {
|
|
390
|
+
"clean-stack": "^2.0.0",
|
|
391
|
+
"indent-string": "^4.0.0"
|
|
392
|
+
},
|
|
393
|
+
"engines": {
|
|
394
|
+
"node": ">=8"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"node_modules/ansi-regex": {
|
|
398
|
+
"version": "5.0.1",
|
|
399
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
400
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
401
|
+
"license": "MIT",
|
|
402
|
+
"optional": true,
|
|
403
|
+
"engines": {
|
|
404
|
+
"node": ">=8"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"node_modules/aproba": {
|
|
408
|
+
"version": "2.1.0",
|
|
409
|
+
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz",
|
|
410
|
+
"integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==",
|
|
411
|
+
"license": "ISC",
|
|
412
|
+
"optional": true
|
|
413
|
+
},
|
|
414
|
+
"node_modules/are-we-there-yet": {
|
|
415
|
+
"version": "3.0.1",
|
|
416
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
|
|
417
|
+
"integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
|
|
418
|
+
"deprecated": "This package is no longer supported.",
|
|
419
|
+
"license": "ISC",
|
|
420
|
+
"optional": true,
|
|
421
|
+
"dependencies": {
|
|
422
|
+
"delegates": "^1.0.0",
|
|
423
|
+
"readable-stream": "^3.6.0"
|
|
424
|
+
},
|
|
425
|
+
"engines": {
|
|
426
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"node_modules/arg": {
|
|
430
|
+
"version": "4.1.3",
|
|
431
|
+
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
432
|
+
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
433
|
+
"dev": true,
|
|
434
|
+
"license": "MIT"
|
|
435
|
+
},
|
|
436
|
+
"node_modules/array-flatten": {
|
|
437
|
+
"version": "1.1.1",
|
|
438
|
+
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
439
|
+
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
|
|
440
|
+
"license": "MIT"
|
|
441
|
+
},
|
|
442
|
+
"node_modules/balanced-match": {
|
|
443
|
+
"version": "1.0.2",
|
|
444
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
445
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
446
|
+
"license": "MIT",
|
|
447
|
+
"optional": true
|
|
448
|
+
},
|
|
449
|
+
"node_modules/base64-js": {
|
|
450
|
+
"version": "1.5.1",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
452
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
453
|
+
"funding": [
|
|
454
|
+
{
|
|
455
|
+
"type": "github",
|
|
456
|
+
"url": "https://github.com/sponsors/feross"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"type": "patreon",
|
|
460
|
+
"url": "https://www.patreon.com/feross"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"type": "consulting",
|
|
464
|
+
"url": "https://feross.org/support"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"license": "MIT"
|
|
468
|
+
},
|
|
469
|
+
"node_modules/better-sqlite3": {
|
|
470
|
+
"version": "9.6.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-9.6.0.tgz",
|
|
472
|
+
"integrity": "sha512-yR5HATnqeYNVnkaUTf4bOP2dJSnyhP4puJN/QPRyx4YkBEEUxib422n2XzPqDEHjQQqazoYoADdAm5vE15+dAQ==",
|
|
473
|
+
"hasInstallScript": true,
|
|
474
|
+
"license": "MIT",
|
|
475
|
+
"dependencies": {
|
|
476
|
+
"bindings": "^1.5.0",
|
|
477
|
+
"prebuild-install": "^7.1.1"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"node_modules/bindings": {
|
|
481
|
+
"version": "1.5.0",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
|
|
483
|
+
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
484
|
+
"license": "MIT",
|
|
485
|
+
"dependencies": {
|
|
486
|
+
"file-uri-to-path": "1.0.0"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"node_modules/bl": {
|
|
490
|
+
"version": "4.1.0",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
492
|
+
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
493
|
+
"license": "MIT",
|
|
494
|
+
"dependencies": {
|
|
495
|
+
"buffer": "^5.5.0",
|
|
496
|
+
"inherits": "^2.0.4",
|
|
497
|
+
"readable-stream": "^3.4.0"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"node_modules/body-parser": {
|
|
501
|
+
"version": "1.20.4",
|
|
502
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
|
|
503
|
+
"integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
|
|
504
|
+
"license": "MIT",
|
|
505
|
+
"dependencies": {
|
|
506
|
+
"bytes": "~3.1.2",
|
|
507
|
+
"content-type": "~1.0.5",
|
|
508
|
+
"debug": "2.6.9",
|
|
509
|
+
"depd": "2.0.0",
|
|
510
|
+
"destroy": "~1.2.0",
|
|
511
|
+
"http-errors": "~2.0.1",
|
|
512
|
+
"iconv-lite": "~0.4.24",
|
|
513
|
+
"on-finished": "~2.4.1",
|
|
514
|
+
"qs": "~6.14.0",
|
|
515
|
+
"raw-body": "~2.5.3",
|
|
516
|
+
"type-is": "~1.6.18",
|
|
517
|
+
"unpipe": "~1.0.0"
|
|
518
|
+
},
|
|
519
|
+
"engines": {
|
|
520
|
+
"node": ">= 0.8",
|
|
521
|
+
"npm": "1.2.8000 || >= 1.4.16"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"node_modules/brace-expansion": {
|
|
525
|
+
"version": "1.1.12",
|
|
526
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
527
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
528
|
+
"license": "MIT",
|
|
529
|
+
"optional": true,
|
|
530
|
+
"dependencies": {
|
|
531
|
+
"balanced-match": "^1.0.0",
|
|
532
|
+
"concat-map": "0.0.1"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/buffer": {
|
|
536
|
+
"version": "5.7.1",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
538
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
539
|
+
"funding": [
|
|
540
|
+
{
|
|
541
|
+
"type": "github",
|
|
542
|
+
"url": "https://github.com/sponsors/feross"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"type": "patreon",
|
|
546
|
+
"url": "https://www.patreon.com/feross"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": "consulting",
|
|
550
|
+
"url": "https://feross.org/support"
|
|
551
|
+
}
|
|
552
|
+
],
|
|
553
|
+
"license": "MIT",
|
|
554
|
+
"dependencies": {
|
|
555
|
+
"base64-js": "^1.3.1",
|
|
556
|
+
"ieee754": "^1.1.13"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"node_modules/bytes": {
|
|
560
|
+
"version": "3.1.2",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
562
|
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
563
|
+
"license": "MIT",
|
|
564
|
+
"engines": {
|
|
565
|
+
"node": ">= 0.8"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"node_modules/cacache": {
|
|
569
|
+
"version": "15.3.0",
|
|
570
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
|
|
571
|
+
"integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
|
|
572
|
+
"license": "ISC",
|
|
573
|
+
"optional": true,
|
|
574
|
+
"dependencies": {
|
|
575
|
+
"@npmcli/fs": "^1.0.0",
|
|
576
|
+
"@npmcli/move-file": "^1.0.1",
|
|
577
|
+
"chownr": "^2.0.0",
|
|
578
|
+
"fs-minipass": "^2.0.0",
|
|
579
|
+
"glob": "^7.1.4",
|
|
580
|
+
"infer-owner": "^1.0.4",
|
|
581
|
+
"lru-cache": "^6.0.0",
|
|
582
|
+
"minipass": "^3.1.1",
|
|
583
|
+
"minipass-collect": "^1.0.2",
|
|
584
|
+
"minipass-flush": "^1.0.5",
|
|
585
|
+
"minipass-pipeline": "^1.2.2",
|
|
586
|
+
"mkdirp": "^1.0.3",
|
|
587
|
+
"p-map": "^4.0.0",
|
|
588
|
+
"promise-inflight": "^1.0.1",
|
|
589
|
+
"rimraf": "^3.0.2",
|
|
590
|
+
"ssri": "^8.0.1",
|
|
591
|
+
"tar": "^6.0.2",
|
|
592
|
+
"unique-filename": "^1.1.1"
|
|
593
|
+
},
|
|
594
|
+
"engines": {
|
|
595
|
+
"node": ">= 10"
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"node_modules/call-bind-apply-helpers": {
|
|
599
|
+
"version": "1.0.2",
|
|
600
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
601
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
602
|
+
"license": "MIT",
|
|
603
|
+
"dependencies": {
|
|
604
|
+
"es-errors": "^1.3.0",
|
|
605
|
+
"function-bind": "^1.1.2"
|
|
606
|
+
},
|
|
607
|
+
"engines": {
|
|
608
|
+
"node": ">= 0.4"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"node_modules/call-bound": {
|
|
612
|
+
"version": "1.0.4",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
614
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
615
|
+
"license": "MIT",
|
|
616
|
+
"dependencies": {
|
|
617
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
618
|
+
"get-intrinsic": "^1.3.0"
|
|
619
|
+
},
|
|
620
|
+
"engines": {
|
|
621
|
+
"node": ">= 0.4"
|
|
622
|
+
},
|
|
623
|
+
"funding": {
|
|
624
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"node_modules/chownr": {
|
|
628
|
+
"version": "2.0.0",
|
|
629
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
630
|
+
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
631
|
+
"license": "ISC",
|
|
632
|
+
"engines": {
|
|
633
|
+
"node": ">=10"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"node_modules/clean-stack": {
|
|
637
|
+
"version": "2.2.0",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
639
|
+
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
|
640
|
+
"license": "MIT",
|
|
641
|
+
"optional": true,
|
|
642
|
+
"engines": {
|
|
643
|
+
"node": ">=6"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"node_modules/color-support": {
|
|
647
|
+
"version": "1.1.3",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
|
649
|
+
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
650
|
+
"license": "ISC",
|
|
651
|
+
"optional": true,
|
|
652
|
+
"bin": {
|
|
653
|
+
"color-support": "bin.js"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"node_modules/concat-map": {
|
|
657
|
+
"version": "0.0.1",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
659
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
660
|
+
"license": "MIT",
|
|
661
|
+
"optional": true
|
|
662
|
+
},
|
|
663
|
+
"node_modules/console-control-strings": {
|
|
664
|
+
"version": "1.1.0",
|
|
665
|
+
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
666
|
+
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
667
|
+
"license": "ISC",
|
|
668
|
+
"optional": true
|
|
669
|
+
},
|
|
670
|
+
"node_modules/content-disposition": {
|
|
671
|
+
"version": "0.5.4",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
673
|
+
"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
|
|
674
|
+
"license": "MIT",
|
|
675
|
+
"dependencies": {
|
|
676
|
+
"safe-buffer": "5.2.1"
|
|
677
|
+
},
|
|
678
|
+
"engines": {
|
|
679
|
+
"node": ">= 0.6"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"node_modules/content-type": {
|
|
683
|
+
"version": "1.0.5",
|
|
684
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
685
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
686
|
+
"license": "MIT",
|
|
687
|
+
"engines": {
|
|
688
|
+
"node": ">= 0.6"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"node_modules/cookie": {
|
|
692
|
+
"version": "0.7.2",
|
|
693
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
694
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
695
|
+
"license": "MIT",
|
|
696
|
+
"engines": {
|
|
697
|
+
"node": ">= 0.6"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"node_modules/cookie-signature": {
|
|
701
|
+
"version": "1.0.7",
|
|
702
|
+
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
|
|
703
|
+
"integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
|
|
704
|
+
"license": "MIT"
|
|
705
|
+
},
|
|
706
|
+
"node_modules/cors": {
|
|
707
|
+
"version": "2.8.5",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
|
|
709
|
+
"integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
|
|
710
|
+
"license": "MIT",
|
|
711
|
+
"dependencies": {
|
|
712
|
+
"object-assign": "^4",
|
|
713
|
+
"vary": "^1"
|
|
714
|
+
},
|
|
715
|
+
"engines": {
|
|
716
|
+
"node": ">= 0.10"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"node_modules/create-require": {
|
|
720
|
+
"version": "1.1.1",
|
|
721
|
+
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
722
|
+
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
723
|
+
"dev": true,
|
|
724
|
+
"license": "MIT"
|
|
725
|
+
},
|
|
726
|
+
"node_modules/debug": {
|
|
727
|
+
"version": "2.6.9",
|
|
728
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
729
|
+
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
730
|
+
"license": "MIT",
|
|
731
|
+
"dependencies": {
|
|
732
|
+
"ms": "2.0.0"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"node_modules/decompress-response": {
|
|
736
|
+
"version": "6.0.0",
|
|
737
|
+
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
738
|
+
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
739
|
+
"license": "MIT",
|
|
740
|
+
"dependencies": {
|
|
741
|
+
"mimic-response": "^3.1.0"
|
|
742
|
+
},
|
|
743
|
+
"engines": {
|
|
744
|
+
"node": ">=10"
|
|
745
|
+
},
|
|
746
|
+
"funding": {
|
|
747
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"node_modules/deep-extend": {
|
|
751
|
+
"version": "0.6.0",
|
|
752
|
+
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
753
|
+
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
754
|
+
"license": "MIT",
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">=4.0.0"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/delegates": {
|
|
760
|
+
"version": "1.0.0",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
762
|
+
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
763
|
+
"license": "MIT",
|
|
764
|
+
"optional": true
|
|
765
|
+
},
|
|
766
|
+
"node_modules/depd": {
|
|
767
|
+
"version": "2.0.0",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
769
|
+
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
770
|
+
"license": "MIT",
|
|
771
|
+
"engines": {
|
|
772
|
+
"node": ">= 0.8"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"node_modules/destroy": {
|
|
776
|
+
"version": "1.2.0",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
778
|
+
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
|
|
779
|
+
"license": "MIT",
|
|
780
|
+
"engines": {
|
|
781
|
+
"node": ">= 0.8",
|
|
782
|
+
"npm": "1.2.8000 || >= 1.4.16"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"node_modules/detect-libc": {
|
|
786
|
+
"version": "2.1.2",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
788
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
789
|
+
"license": "Apache-2.0",
|
|
790
|
+
"engines": {
|
|
791
|
+
"node": ">=8"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"node_modules/diff": {
|
|
795
|
+
"version": "4.0.2",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
797
|
+
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
798
|
+
"dev": true,
|
|
799
|
+
"license": "BSD-3-Clause",
|
|
800
|
+
"engines": {
|
|
801
|
+
"node": ">=0.3.1"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"node_modules/dunder-proto": {
|
|
805
|
+
"version": "1.0.1",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
807
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
808
|
+
"license": "MIT",
|
|
809
|
+
"dependencies": {
|
|
810
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
811
|
+
"es-errors": "^1.3.0",
|
|
812
|
+
"gopd": "^1.2.0"
|
|
813
|
+
},
|
|
814
|
+
"engines": {
|
|
815
|
+
"node": ">= 0.4"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"node_modules/ee-first": {
|
|
819
|
+
"version": "1.1.1",
|
|
820
|
+
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
821
|
+
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
822
|
+
"license": "MIT"
|
|
823
|
+
},
|
|
824
|
+
"node_modules/emoji-regex": {
|
|
825
|
+
"version": "8.0.0",
|
|
826
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
827
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
828
|
+
"license": "MIT",
|
|
829
|
+
"optional": true
|
|
830
|
+
},
|
|
831
|
+
"node_modules/encodeurl": {
|
|
832
|
+
"version": "2.0.0",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
834
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
835
|
+
"license": "MIT",
|
|
836
|
+
"engines": {
|
|
837
|
+
"node": ">= 0.8"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"node_modules/encoding": {
|
|
841
|
+
"version": "0.1.13",
|
|
842
|
+
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
|
|
843
|
+
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
844
|
+
"license": "MIT",
|
|
845
|
+
"optional": true,
|
|
846
|
+
"dependencies": {
|
|
847
|
+
"iconv-lite": "^0.6.2"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"node_modules/encoding/node_modules/iconv-lite": {
|
|
851
|
+
"version": "0.6.3",
|
|
852
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
853
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
854
|
+
"license": "MIT",
|
|
855
|
+
"optional": true,
|
|
856
|
+
"dependencies": {
|
|
857
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
858
|
+
},
|
|
859
|
+
"engines": {
|
|
860
|
+
"node": ">=0.10.0"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"node_modules/end-of-stream": {
|
|
864
|
+
"version": "1.4.5",
|
|
865
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
866
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
867
|
+
"license": "MIT",
|
|
868
|
+
"dependencies": {
|
|
869
|
+
"once": "^1.4.0"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"node_modules/env-paths": {
|
|
873
|
+
"version": "2.2.1",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
875
|
+
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
876
|
+
"license": "MIT",
|
|
877
|
+
"optional": true,
|
|
878
|
+
"engines": {
|
|
879
|
+
"node": ">=6"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"node_modules/err-code": {
|
|
883
|
+
"version": "2.0.3",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
|
|
885
|
+
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
|
|
886
|
+
"license": "MIT",
|
|
887
|
+
"optional": true
|
|
888
|
+
},
|
|
889
|
+
"node_modules/es-define-property": {
|
|
890
|
+
"version": "1.0.1",
|
|
891
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
892
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
893
|
+
"license": "MIT",
|
|
894
|
+
"engines": {
|
|
895
|
+
"node": ">= 0.4"
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
"node_modules/es-errors": {
|
|
899
|
+
"version": "1.3.0",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
901
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
902
|
+
"license": "MIT",
|
|
903
|
+
"engines": {
|
|
904
|
+
"node": ">= 0.4"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"node_modules/es-object-atoms": {
|
|
908
|
+
"version": "1.1.1",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
910
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
911
|
+
"license": "MIT",
|
|
912
|
+
"dependencies": {
|
|
913
|
+
"es-errors": "^1.3.0"
|
|
914
|
+
},
|
|
915
|
+
"engines": {
|
|
916
|
+
"node": ">= 0.4"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"node_modules/escape-html": {
|
|
920
|
+
"version": "1.0.3",
|
|
921
|
+
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
922
|
+
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
923
|
+
"license": "MIT"
|
|
924
|
+
},
|
|
925
|
+
"node_modules/etag": {
|
|
926
|
+
"version": "1.8.1",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
928
|
+
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
929
|
+
"license": "MIT",
|
|
930
|
+
"engines": {
|
|
931
|
+
"node": ">= 0.6"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"node_modules/expand-template": {
|
|
935
|
+
"version": "2.0.3",
|
|
936
|
+
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
937
|
+
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
938
|
+
"license": "(MIT OR WTFPL)",
|
|
939
|
+
"engines": {
|
|
940
|
+
"node": ">=6"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"node_modules/express": {
|
|
944
|
+
"version": "4.22.1",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
|
|
946
|
+
"integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
|
|
947
|
+
"license": "MIT",
|
|
948
|
+
"dependencies": {
|
|
949
|
+
"accepts": "~1.3.8",
|
|
950
|
+
"array-flatten": "1.1.1",
|
|
951
|
+
"body-parser": "~1.20.3",
|
|
952
|
+
"content-disposition": "~0.5.4",
|
|
953
|
+
"content-type": "~1.0.4",
|
|
954
|
+
"cookie": "~0.7.1",
|
|
955
|
+
"cookie-signature": "~1.0.6",
|
|
956
|
+
"debug": "2.6.9",
|
|
957
|
+
"depd": "2.0.0",
|
|
958
|
+
"encodeurl": "~2.0.0",
|
|
959
|
+
"escape-html": "~1.0.3",
|
|
960
|
+
"etag": "~1.8.1",
|
|
961
|
+
"finalhandler": "~1.3.1",
|
|
962
|
+
"fresh": "~0.5.2",
|
|
963
|
+
"http-errors": "~2.0.0",
|
|
964
|
+
"merge-descriptors": "1.0.3",
|
|
965
|
+
"methods": "~1.1.2",
|
|
966
|
+
"on-finished": "~2.4.1",
|
|
967
|
+
"parseurl": "~1.3.3",
|
|
968
|
+
"path-to-regexp": "~0.1.12",
|
|
969
|
+
"proxy-addr": "~2.0.7",
|
|
970
|
+
"qs": "~6.14.0",
|
|
971
|
+
"range-parser": "~1.2.1",
|
|
972
|
+
"safe-buffer": "5.2.1",
|
|
973
|
+
"send": "~0.19.0",
|
|
974
|
+
"serve-static": "~1.16.2",
|
|
975
|
+
"setprototypeof": "1.2.0",
|
|
976
|
+
"statuses": "~2.0.1",
|
|
977
|
+
"type-is": "~1.6.18",
|
|
978
|
+
"utils-merge": "1.0.1",
|
|
979
|
+
"vary": "~1.1.2"
|
|
980
|
+
},
|
|
981
|
+
"engines": {
|
|
982
|
+
"node": ">= 0.10.0"
|
|
983
|
+
},
|
|
984
|
+
"funding": {
|
|
985
|
+
"type": "opencollective",
|
|
986
|
+
"url": "https://opencollective.com/express"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"node_modules/file-uri-to-path": {
|
|
990
|
+
"version": "1.0.0",
|
|
991
|
+
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
992
|
+
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
|
|
993
|
+
"license": "MIT"
|
|
994
|
+
},
|
|
995
|
+
"node_modules/finalhandler": {
|
|
996
|
+
"version": "1.3.2",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
|
|
998
|
+
"integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
|
|
999
|
+
"license": "MIT",
|
|
1000
|
+
"dependencies": {
|
|
1001
|
+
"debug": "2.6.9",
|
|
1002
|
+
"encodeurl": "~2.0.0",
|
|
1003
|
+
"escape-html": "~1.0.3",
|
|
1004
|
+
"on-finished": "~2.4.1",
|
|
1005
|
+
"parseurl": "~1.3.3",
|
|
1006
|
+
"statuses": "~2.0.2",
|
|
1007
|
+
"unpipe": "~1.0.0"
|
|
1008
|
+
},
|
|
1009
|
+
"engines": {
|
|
1010
|
+
"node": ">= 0.8"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"node_modules/forwarded": {
|
|
1014
|
+
"version": "0.2.0",
|
|
1015
|
+
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
1016
|
+
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
1017
|
+
"license": "MIT",
|
|
1018
|
+
"engines": {
|
|
1019
|
+
"node": ">= 0.6"
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"node_modules/fresh": {
|
|
1023
|
+
"version": "0.5.2",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
1025
|
+
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
|
1026
|
+
"license": "MIT",
|
|
1027
|
+
"engines": {
|
|
1028
|
+
"node": ">= 0.6"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"node_modules/fs-constants": {
|
|
1032
|
+
"version": "1.0.0",
|
|
1033
|
+
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
1034
|
+
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
1035
|
+
"license": "MIT"
|
|
1036
|
+
},
|
|
1037
|
+
"node_modules/fs-minipass": {
|
|
1038
|
+
"version": "2.1.0",
|
|
1039
|
+
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
1040
|
+
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
1041
|
+
"license": "ISC",
|
|
1042
|
+
"dependencies": {
|
|
1043
|
+
"minipass": "^3.0.0"
|
|
1044
|
+
},
|
|
1045
|
+
"engines": {
|
|
1046
|
+
"node": ">= 8"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"node_modules/fs.realpath": {
|
|
1050
|
+
"version": "1.0.0",
|
|
1051
|
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
1052
|
+
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
1053
|
+
"license": "ISC",
|
|
1054
|
+
"optional": true
|
|
1055
|
+
},
|
|
1056
|
+
"node_modules/function-bind": {
|
|
1057
|
+
"version": "1.1.2",
|
|
1058
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
1059
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
1060
|
+
"license": "MIT",
|
|
1061
|
+
"funding": {
|
|
1062
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"node_modules/gauge": {
|
|
1066
|
+
"version": "4.0.4",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
|
|
1068
|
+
"integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
|
|
1069
|
+
"deprecated": "This package is no longer supported.",
|
|
1070
|
+
"license": "ISC",
|
|
1071
|
+
"optional": true,
|
|
1072
|
+
"dependencies": {
|
|
1073
|
+
"aproba": "^1.0.3 || ^2.0.0",
|
|
1074
|
+
"color-support": "^1.1.3",
|
|
1075
|
+
"console-control-strings": "^1.1.0",
|
|
1076
|
+
"has-unicode": "^2.0.1",
|
|
1077
|
+
"signal-exit": "^3.0.7",
|
|
1078
|
+
"string-width": "^4.2.3",
|
|
1079
|
+
"strip-ansi": "^6.0.1",
|
|
1080
|
+
"wide-align": "^1.1.5"
|
|
1081
|
+
},
|
|
1082
|
+
"engines": {
|
|
1083
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"node_modules/get-intrinsic": {
|
|
1087
|
+
"version": "1.3.0",
|
|
1088
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
1089
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
1090
|
+
"license": "MIT",
|
|
1091
|
+
"dependencies": {
|
|
1092
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
1093
|
+
"es-define-property": "^1.0.1",
|
|
1094
|
+
"es-errors": "^1.3.0",
|
|
1095
|
+
"es-object-atoms": "^1.1.1",
|
|
1096
|
+
"function-bind": "^1.1.2",
|
|
1097
|
+
"get-proto": "^1.0.1",
|
|
1098
|
+
"gopd": "^1.2.0",
|
|
1099
|
+
"has-symbols": "^1.1.0",
|
|
1100
|
+
"hasown": "^2.0.2",
|
|
1101
|
+
"math-intrinsics": "^1.1.0"
|
|
1102
|
+
},
|
|
1103
|
+
"engines": {
|
|
1104
|
+
"node": ">= 0.4"
|
|
1105
|
+
},
|
|
1106
|
+
"funding": {
|
|
1107
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"node_modules/get-proto": {
|
|
1111
|
+
"version": "1.0.1",
|
|
1112
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
1113
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
1114
|
+
"license": "MIT",
|
|
1115
|
+
"dependencies": {
|
|
1116
|
+
"dunder-proto": "^1.0.1",
|
|
1117
|
+
"es-object-atoms": "^1.0.0"
|
|
1118
|
+
},
|
|
1119
|
+
"engines": {
|
|
1120
|
+
"node": ">= 0.4"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"node_modules/github-from-package": {
|
|
1124
|
+
"version": "0.0.0",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
1126
|
+
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
1127
|
+
"license": "MIT"
|
|
1128
|
+
},
|
|
1129
|
+
"node_modules/glob": {
|
|
1130
|
+
"version": "7.2.3",
|
|
1131
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
1132
|
+
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1133
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
1134
|
+
"license": "ISC",
|
|
1135
|
+
"optional": true,
|
|
1136
|
+
"dependencies": {
|
|
1137
|
+
"fs.realpath": "^1.0.0",
|
|
1138
|
+
"inflight": "^1.0.4",
|
|
1139
|
+
"inherits": "2",
|
|
1140
|
+
"minimatch": "^3.1.1",
|
|
1141
|
+
"once": "^1.3.0",
|
|
1142
|
+
"path-is-absolute": "^1.0.0"
|
|
1143
|
+
},
|
|
1144
|
+
"engines": {
|
|
1145
|
+
"node": "*"
|
|
1146
|
+
},
|
|
1147
|
+
"funding": {
|
|
1148
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"node_modules/gopd": {
|
|
1152
|
+
"version": "1.2.0",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
1154
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
1155
|
+
"license": "MIT",
|
|
1156
|
+
"engines": {
|
|
1157
|
+
"node": ">= 0.4"
|
|
1158
|
+
},
|
|
1159
|
+
"funding": {
|
|
1160
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"node_modules/graceful-fs": {
|
|
1164
|
+
"version": "4.2.11",
|
|
1165
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
1166
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
1167
|
+
"license": "ISC",
|
|
1168
|
+
"optional": true
|
|
1169
|
+
},
|
|
1170
|
+
"node_modules/has-symbols": {
|
|
1171
|
+
"version": "1.1.0",
|
|
1172
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
1173
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
1174
|
+
"license": "MIT",
|
|
1175
|
+
"engines": {
|
|
1176
|
+
"node": ">= 0.4"
|
|
1177
|
+
},
|
|
1178
|
+
"funding": {
|
|
1179
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"node_modules/has-unicode": {
|
|
1183
|
+
"version": "2.0.1",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
1185
|
+
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
1186
|
+
"license": "ISC",
|
|
1187
|
+
"optional": true
|
|
1188
|
+
},
|
|
1189
|
+
"node_modules/hasown": {
|
|
1190
|
+
"version": "2.0.2",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
1192
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
1193
|
+
"license": "MIT",
|
|
1194
|
+
"dependencies": {
|
|
1195
|
+
"function-bind": "^1.1.2"
|
|
1196
|
+
},
|
|
1197
|
+
"engines": {
|
|
1198
|
+
"node": ">= 0.4"
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
"node_modules/http-cache-semantics": {
|
|
1202
|
+
"version": "4.2.0",
|
|
1203
|
+
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
|
|
1204
|
+
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
|
1205
|
+
"license": "BSD-2-Clause",
|
|
1206
|
+
"optional": true
|
|
1207
|
+
},
|
|
1208
|
+
"node_modules/http-errors": {
|
|
1209
|
+
"version": "2.0.1",
|
|
1210
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
1211
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
1212
|
+
"license": "MIT",
|
|
1213
|
+
"dependencies": {
|
|
1214
|
+
"depd": "~2.0.0",
|
|
1215
|
+
"inherits": "~2.0.4",
|
|
1216
|
+
"setprototypeof": "~1.2.0",
|
|
1217
|
+
"statuses": "~2.0.2",
|
|
1218
|
+
"toidentifier": "~1.0.1"
|
|
1219
|
+
},
|
|
1220
|
+
"engines": {
|
|
1221
|
+
"node": ">= 0.8"
|
|
1222
|
+
},
|
|
1223
|
+
"funding": {
|
|
1224
|
+
"type": "opencollective",
|
|
1225
|
+
"url": "https://opencollective.com/express"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
"node_modules/http-proxy-agent": {
|
|
1229
|
+
"version": "4.0.1",
|
|
1230
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
|
|
1231
|
+
"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
|
|
1232
|
+
"license": "MIT",
|
|
1233
|
+
"optional": true,
|
|
1234
|
+
"dependencies": {
|
|
1235
|
+
"@tootallnate/once": "1",
|
|
1236
|
+
"agent-base": "6",
|
|
1237
|
+
"debug": "4"
|
|
1238
|
+
},
|
|
1239
|
+
"engines": {
|
|
1240
|
+
"node": ">= 6"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"node_modules/http-proxy-agent/node_modules/debug": {
|
|
1244
|
+
"version": "4.4.3",
|
|
1245
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1246
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1247
|
+
"license": "MIT",
|
|
1248
|
+
"optional": true,
|
|
1249
|
+
"dependencies": {
|
|
1250
|
+
"ms": "^2.1.3"
|
|
1251
|
+
},
|
|
1252
|
+
"engines": {
|
|
1253
|
+
"node": ">=6.0"
|
|
1254
|
+
},
|
|
1255
|
+
"peerDependenciesMeta": {
|
|
1256
|
+
"supports-color": {
|
|
1257
|
+
"optional": true
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
"node_modules/http-proxy-agent/node_modules/ms": {
|
|
1262
|
+
"version": "2.1.3",
|
|
1263
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1264
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1265
|
+
"license": "MIT",
|
|
1266
|
+
"optional": true
|
|
1267
|
+
},
|
|
1268
|
+
"node_modules/https-proxy-agent": {
|
|
1269
|
+
"version": "5.0.1",
|
|
1270
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
1271
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
1272
|
+
"license": "MIT",
|
|
1273
|
+
"optional": true,
|
|
1274
|
+
"dependencies": {
|
|
1275
|
+
"agent-base": "6",
|
|
1276
|
+
"debug": "4"
|
|
1277
|
+
},
|
|
1278
|
+
"engines": {
|
|
1279
|
+
"node": ">= 6"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"node_modules/https-proxy-agent/node_modules/debug": {
|
|
1283
|
+
"version": "4.4.3",
|
|
1284
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1285
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1286
|
+
"license": "MIT",
|
|
1287
|
+
"optional": true,
|
|
1288
|
+
"dependencies": {
|
|
1289
|
+
"ms": "^2.1.3"
|
|
1290
|
+
},
|
|
1291
|
+
"engines": {
|
|
1292
|
+
"node": ">=6.0"
|
|
1293
|
+
},
|
|
1294
|
+
"peerDependenciesMeta": {
|
|
1295
|
+
"supports-color": {
|
|
1296
|
+
"optional": true
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"node_modules/https-proxy-agent/node_modules/ms": {
|
|
1301
|
+
"version": "2.1.3",
|
|
1302
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1303
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1304
|
+
"license": "MIT",
|
|
1305
|
+
"optional": true
|
|
1306
|
+
},
|
|
1307
|
+
"node_modules/humanize-ms": {
|
|
1308
|
+
"version": "1.2.1",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
1310
|
+
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
1311
|
+
"license": "MIT",
|
|
1312
|
+
"optional": true,
|
|
1313
|
+
"dependencies": {
|
|
1314
|
+
"ms": "^2.0.0"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/iconv-lite": {
|
|
1318
|
+
"version": "0.4.24",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
1320
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
1321
|
+
"license": "MIT",
|
|
1322
|
+
"dependencies": {
|
|
1323
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
1324
|
+
},
|
|
1325
|
+
"engines": {
|
|
1326
|
+
"node": ">=0.10.0"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"node_modules/ieee754": {
|
|
1330
|
+
"version": "1.2.1",
|
|
1331
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
1332
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
1333
|
+
"funding": [
|
|
1334
|
+
{
|
|
1335
|
+
"type": "github",
|
|
1336
|
+
"url": "https://github.com/sponsors/feross"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"type": "patreon",
|
|
1340
|
+
"url": "https://www.patreon.com/feross"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"type": "consulting",
|
|
1344
|
+
"url": "https://feross.org/support"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"license": "BSD-3-Clause"
|
|
1348
|
+
},
|
|
1349
|
+
"node_modules/imurmurhash": {
|
|
1350
|
+
"version": "0.1.4",
|
|
1351
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
1352
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
1353
|
+
"license": "MIT",
|
|
1354
|
+
"optional": true,
|
|
1355
|
+
"engines": {
|
|
1356
|
+
"node": ">=0.8.19"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
"node_modules/indent-string": {
|
|
1360
|
+
"version": "4.0.0",
|
|
1361
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
1362
|
+
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
1363
|
+
"license": "MIT",
|
|
1364
|
+
"optional": true,
|
|
1365
|
+
"engines": {
|
|
1366
|
+
"node": ">=8"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"node_modules/infer-owner": {
|
|
1370
|
+
"version": "1.0.4",
|
|
1371
|
+
"resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
|
|
1372
|
+
"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
|
|
1373
|
+
"license": "ISC",
|
|
1374
|
+
"optional": true
|
|
1375
|
+
},
|
|
1376
|
+
"node_modules/inflight": {
|
|
1377
|
+
"version": "1.0.6",
|
|
1378
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
1379
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
1380
|
+
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
1381
|
+
"license": "ISC",
|
|
1382
|
+
"optional": true,
|
|
1383
|
+
"dependencies": {
|
|
1384
|
+
"once": "^1.3.0",
|
|
1385
|
+
"wrappy": "1"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"node_modules/inherits": {
|
|
1389
|
+
"version": "2.0.4",
|
|
1390
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
1391
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
1392
|
+
"license": "ISC"
|
|
1393
|
+
},
|
|
1394
|
+
"node_modules/ini": {
|
|
1395
|
+
"version": "1.3.8",
|
|
1396
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
1397
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
1398
|
+
"license": "ISC"
|
|
1399
|
+
},
|
|
1400
|
+
"node_modules/ip-address": {
|
|
1401
|
+
"version": "10.1.0",
|
|
1402
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
|
1403
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
1404
|
+
"license": "MIT",
|
|
1405
|
+
"optional": true,
|
|
1406
|
+
"engines": {
|
|
1407
|
+
"node": ">= 12"
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"node_modules/ipaddr.js": {
|
|
1411
|
+
"version": "1.9.1",
|
|
1412
|
+
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
1413
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
1414
|
+
"license": "MIT",
|
|
1415
|
+
"engines": {
|
|
1416
|
+
"node": ">= 0.10"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
"node_modules/is-fullwidth-code-point": {
|
|
1420
|
+
"version": "3.0.0",
|
|
1421
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1422
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1423
|
+
"license": "MIT",
|
|
1424
|
+
"optional": true,
|
|
1425
|
+
"engines": {
|
|
1426
|
+
"node": ">=8"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
"node_modules/is-lambda": {
|
|
1430
|
+
"version": "1.0.1",
|
|
1431
|
+
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
1432
|
+
"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
|
|
1433
|
+
"license": "MIT",
|
|
1434
|
+
"optional": true
|
|
1435
|
+
},
|
|
1436
|
+
"node_modules/isexe": {
|
|
1437
|
+
"version": "2.0.0",
|
|
1438
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1439
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1440
|
+
"license": "ISC",
|
|
1441
|
+
"optional": true
|
|
1442
|
+
},
|
|
1443
|
+
"node_modules/lru-cache": {
|
|
1444
|
+
"version": "6.0.0",
|
|
1445
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
1446
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
1447
|
+
"license": "ISC",
|
|
1448
|
+
"optional": true,
|
|
1449
|
+
"dependencies": {
|
|
1450
|
+
"yallist": "^4.0.0"
|
|
1451
|
+
},
|
|
1452
|
+
"engines": {
|
|
1453
|
+
"node": ">=10"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"node_modules/make-error": {
|
|
1457
|
+
"version": "1.3.6",
|
|
1458
|
+
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
|
1459
|
+
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
1460
|
+
"dev": true,
|
|
1461
|
+
"license": "ISC"
|
|
1462
|
+
},
|
|
1463
|
+
"node_modules/make-fetch-happen": {
|
|
1464
|
+
"version": "9.1.0",
|
|
1465
|
+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
|
|
1466
|
+
"integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
|
|
1467
|
+
"license": "ISC",
|
|
1468
|
+
"optional": true,
|
|
1469
|
+
"dependencies": {
|
|
1470
|
+
"agentkeepalive": "^4.1.3",
|
|
1471
|
+
"cacache": "^15.2.0",
|
|
1472
|
+
"http-cache-semantics": "^4.1.0",
|
|
1473
|
+
"http-proxy-agent": "^4.0.1",
|
|
1474
|
+
"https-proxy-agent": "^5.0.0",
|
|
1475
|
+
"is-lambda": "^1.0.1",
|
|
1476
|
+
"lru-cache": "^6.0.0",
|
|
1477
|
+
"minipass": "^3.1.3",
|
|
1478
|
+
"minipass-collect": "^1.0.2",
|
|
1479
|
+
"minipass-fetch": "^1.3.2",
|
|
1480
|
+
"minipass-flush": "^1.0.5",
|
|
1481
|
+
"minipass-pipeline": "^1.2.4",
|
|
1482
|
+
"negotiator": "^0.6.2",
|
|
1483
|
+
"promise-retry": "^2.0.1",
|
|
1484
|
+
"socks-proxy-agent": "^6.0.0",
|
|
1485
|
+
"ssri": "^8.0.0"
|
|
1486
|
+
},
|
|
1487
|
+
"engines": {
|
|
1488
|
+
"node": ">= 10"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"node_modules/math-intrinsics": {
|
|
1492
|
+
"version": "1.1.0",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
1494
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
1495
|
+
"license": "MIT",
|
|
1496
|
+
"engines": {
|
|
1497
|
+
"node": ">= 0.4"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"node_modules/media-typer": {
|
|
1501
|
+
"version": "0.3.0",
|
|
1502
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
|
1503
|
+
"integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
|
|
1504
|
+
"license": "MIT",
|
|
1505
|
+
"engines": {
|
|
1506
|
+
"node": ">= 0.6"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"node_modules/merge-descriptors": {
|
|
1510
|
+
"version": "1.0.3",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
1512
|
+
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
1513
|
+
"license": "MIT",
|
|
1514
|
+
"funding": {
|
|
1515
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"node_modules/methods": {
|
|
1519
|
+
"version": "1.1.2",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
|
|
1521
|
+
"integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
|
|
1522
|
+
"license": "MIT",
|
|
1523
|
+
"engines": {
|
|
1524
|
+
"node": ">= 0.6"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"node_modules/mime": {
|
|
1528
|
+
"version": "1.6.0",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
1530
|
+
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
1531
|
+
"license": "MIT",
|
|
1532
|
+
"bin": {
|
|
1533
|
+
"mime": "cli.js"
|
|
1534
|
+
},
|
|
1535
|
+
"engines": {
|
|
1536
|
+
"node": ">=4"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/mime-db": {
|
|
1540
|
+
"version": "1.52.0",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
1542
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"engines": {
|
|
1545
|
+
"node": ">= 0.6"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/mime-types": {
|
|
1549
|
+
"version": "2.1.35",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
1551
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
1552
|
+
"license": "MIT",
|
|
1553
|
+
"dependencies": {
|
|
1554
|
+
"mime-db": "1.52.0"
|
|
1555
|
+
},
|
|
1556
|
+
"engines": {
|
|
1557
|
+
"node": ">= 0.6"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"node_modules/mimic-response": {
|
|
1561
|
+
"version": "3.1.0",
|
|
1562
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
1563
|
+
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
1564
|
+
"license": "MIT",
|
|
1565
|
+
"engines": {
|
|
1566
|
+
"node": ">=10"
|
|
1567
|
+
},
|
|
1568
|
+
"funding": {
|
|
1569
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
"node_modules/minimatch": {
|
|
1573
|
+
"version": "3.1.2",
|
|
1574
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
1575
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
1576
|
+
"license": "ISC",
|
|
1577
|
+
"optional": true,
|
|
1578
|
+
"dependencies": {
|
|
1579
|
+
"brace-expansion": "^1.1.7"
|
|
1580
|
+
},
|
|
1581
|
+
"engines": {
|
|
1582
|
+
"node": "*"
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"node_modules/minimist": {
|
|
1586
|
+
"version": "1.2.8",
|
|
1587
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
1588
|
+
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
1589
|
+
"license": "MIT",
|
|
1590
|
+
"funding": {
|
|
1591
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"node_modules/minipass": {
|
|
1595
|
+
"version": "3.3.6",
|
|
1596
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
1597
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
1598
|
+
"license": "ISC",
|
|
1599
|
+
"dependencies": {
|
|
1600
|
+
"yallist": "^4.0.0"
|
|
1601
|
+
},
|
|
1602
|
+
"engines": {
|
|
1603
|
+
"node": ">=8"
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
"node_modules/minipass-collect": {
|
|
1607
|
+
"version": "1.0.2",
|
|
1608
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
1609
|
+
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
1610
|
+
"license": "ISC",
|
|
1611
|
+
"optional": true,
|
|
1612
|
+
"dependencies": {
|
|
1613
|
+
"minipass": "^3.0.0"
|
|
1614
|
+
},
|
|
1615
|
+
"engines": {
|
|
1616
|
+
"node": ">= 8"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"node_modules/minipass-fetch": {
|
|
1620
|
+
"version": "1.4.1",
|
|
1621
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
|
|
1622
|
+
"integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
|
|
1623
|
+
"license": "MIT",
|
|
1624
|
+
"optional": true,
|
|
1625
|
+
"dependencies": {
|
|
1626
|
+
"minipass": "^3.1.0",
|
|
1627
|
+
"minipass-sized": "^1.0.3",
|
|
1628
|
+
"minizlib": "^2.0.0"
|
|
1629
|
+
},
|
|
1630
|
+
"engines": {
|
|
1631
|
+
"node": ">=8"
|
|
1632
|
+
},
|
|
1633
|
+
"optionalDependencies": {
|
|
1634
|
+
"encoding": "^0.1.12"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"node_modules/minipass-flush": {
|
|
1638
|
+
"version": "1.0.5",
|
|
1639
|
+
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
|
|
1640
|
+
"integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
|
|
1641
|
+
"license": "ISC",
|
|
1642
|
+
"optional": true,
|
|
1643
|
+
"dependencies": {
|
|
1644
|
+
"minipass": "^3.0.0"
|
|
1645
|
+
},
|
|
1646
|
+
"engines": {
|
|
1647
|
+
"node": ">= 8"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
"node_modules/minipass-pipeline": {
|
|
1651
|
+
"version": "1.2.4",
|
|
1652
|
+
"resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
|
|
1653
|
+
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
|
|
1654
|
+
"license": "ISC",
|
|
1655
|
+
"optional": true,
|
|
1656
|
+
"dependencies": {
|
|
1657
|
+
"minipass": "^3.0.0"
|
|
1658
|
+
},
|
|
1659
|
+
"engines": {
|
|
1660
|
+
"node": ">=8"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"node_modules/minipass-sized": {
|
|
1664
|
+
"version": "1.0.3",
|
|
1665
|
+
"resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
|
|
1666
|
+
"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
|
|
1667
|
+
"license": "ISC",
|
|
1668
|
+
"optional": true,
|
|
1669
|
+
"dependencies": {
|
|
1670
|
+
"minipass": "^3.0.0"
|
|
1671
|
+
},
|
|
1672
|
+
"engines": {
|
|
1673
|
+
"node": ">=8"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"node_modules/minizlib": {
|
|
1677
|
+
"version": "2.1.2",
|
|
1678
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
|
|
1679
|
+
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
1680
|
+
"license": "MIT",
|
|
1681
|
+
"dependencies": {
|
|
1682
|
+
"minipass": "^3.0.0",
|
|
1683
|
+
"yallist": "^4.0.0"
|
|
1684
|
+
},
|
|
1685
|
+
"engines": {
|
|
1686
|
+
"node": ">= 8"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"node_modules/mkdirp": {
|
|
1690
|
+
"version": "1.0.4",
|
|
1691
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
1692
|
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
1693
|
+
"license": "MIT",
|
|
1694
|
+
"bin": {
|
|
1695
|
+
"mkdirp": "bin/cmd.js"
|
|
1696
|
+
},
|
|
1697
|
+
"engines": {
|
|
1698
|
+
"node": ">=10"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"node_modules/mkdirp-classic": {
|
|
1702
|
+
"version": "0.5.3",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
1704
|
+
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
1705
|
+
"license": "MIT"
|
|
1706
|
+
},
|
|
1707
|
+
"node_modules/ms": {
|
|
1708
|
+
"version": "2.0.0",
|
|
1709
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
1710
|
+
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
1711
|
+
"license": "MIT"
|
|
1712
|
+
},
|
|
1713
|
+
"node_modules/napi-build-utils": {
|
|
1714
|
+
"version": "2.0.0",
|
|
1715
|
+
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
|
1716
|
+
"integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
|
|
1717
|
+
"license": "MIT"
|
|
1718
|
+
},
|
|
1719
|
+
"node_modules/negotiator": {
|
|
1720
|
+
"version": "0.6.3",
|
|
1721
|
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
|
|
1722
|
+
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
1723
|
+
"license": "MIT",
|
|
1724
|
+
"engines": {
|
|
1725
|
+
"node": ">= 0.6"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"node_modules/node-abi": {
|
|
1729
|
+
"version": "3.85.0",
|
|
1730
|
+
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.85.0.tgz",
|
|
1731
|
+
"integrity": "sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==",
|
|
1732
|
+
"license": "MIT",
|
|
1733
|
+
"dependencies": {
|
|
1734
|
+
"semver": "^7.3.5"
|
|
1735
|
+
},
|
|
1736
|
+
"engines": {
|
|
1737
|
+
"node": ">=10"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"node_modules/node-addon-api": {
|
|
1741
|
+
"version": "7.1.1",
|
|
1742
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
1743
|
+
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
1744
|
+
"license": "MIT"
|
|
1745
|
+
},
|
|
1746
|
+
"node_modules/node-gyp": {
|
|
1747
|
+
"version": "8.4.1",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
|
|
1749
|
+
"integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
|
|
1750
|
+
"license": "MIT",
|
|
1751
|
+
"optional": true,
|
|
1752
|
+
"dependencies": {
|
|
1753
|
+
"env-paths": "^2.2.0",
|
|
1754
|
+
"glob": "^7.1.4",
|
|
1755
|
+
"graceful-fs": "^4.2.6",
|
|
1756
|
+
"make-fetch-happen": "^9.1.0",
|
|
1757
|
+
"nopt": "^5.0.0",
|
|
1758
|
+
"npmlog": "^6.0.0",
|
|
1759
|
+
"rimraf": "^3.0.2",
|
|
1760
|
+
"semver": "^7.3.5",
|
|
1761
|
+
"tar": "^6.1.2",
|
|
1762
|
+
"which": "^2.0.2"
|
|
1763
|
+
},
|
|
1764
|
+
"bin": {
|
|
1765
|
+
"node-gyp": "bin/node-gyp.js"
|
|
1766
|
+
},
|
|
1767
|
+
"engines": {
|
|
1768
|
+
"node": ">= 10.12.0"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"node_modules/nopt": {
|
|
1772
|
+
"version": "5.0.0",
|
|
1773
|
+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
|
|
1774
|
+
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
|
1775
|
+
"license": "ISC",
|
|
1776
|
+
"optional": true,
|
|
1777
|
+
"dependencies": {
|
|
1778
|
+
"abbrev": "1"
|
|
1779
|
+
},
|
|
1780
|
+
"bin": {
|
|
1781
|
+
"nopt": "bin/nopt.js"
|
|
1782
|
+
},
|
|
1783
|
+
"engines": {
|
|
1784
|
+
"node": ">=6"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"node_modules/npmlog": {
|
|
1788
|
+
"version": "6.0.2",
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
|
|
1790
|
+
"integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
|
|
1791
|
+
"deprecated": "This package is no longer supported.",
|
|
1792
|
+
"license": "ISC",
|
|
1793
|
+
"optional": true,
|
|
1794
|
+
"dependencies": {
|
|
1795
|
+
"are-we-there-yet": "^3.0.0",
|
|
1796
|
+
"console-control-strings": "^1.1.0",
|
|
1797
|
+
"gauge": "^4.0.3",
|
|
1798
|
+
"set-blocking": "^2.0.0"
|
|
1799
|
+
},
|
|
1800
|
+
"engines": {
|
|
1801
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"node_modules/object-assign": {
|
|
1805
|
+
"version": "4.1.1",
|
|
1806
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
1807
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
1808
|
+
"license": "MIT",
|
|
1809
|
+
"engines": {
|
|
1810
|
+
"node": ">=0.10.0"
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"node_modules/object-inspect": {
|
|
1814
|
+
"version": "1.13.4",
|
|
1815
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
1816
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
1817
|
+
"license": "MIT",
|
|
1818
|
+
"engines": {
|
|
1819
|
+
"node": ">= 0.4"
|
|
1820
|
+
},
|
|
1821
|
+
"funding": {
|
|
1822
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"node_modules/on-finished": {
|
|
1826
|
+
"version": "2.4.1",
|
|
1827
|
+
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
1828
|
+
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
1829
|
+
"license": "MIT",
|
|
1830
|
+
"dependencies": {
|
|
1831
|
+
"ee-first": "1.1.1"
|
|
1832
|
+
},
|
|
1833
|
+
"engines": {
|
|
1834
|
+
"node": ">= 0.8"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"node_modules/once": {
|
|
1838
|
+
"version": "1.4.0",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
1840
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
1841
|
+
"license": "ISC",
|
|
1842
|
+
"dependencies": {
|
|
1843
|
+
"wrappy": "1"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"node_modules/p-map": {
|
|
1847
|
+
"version": "4.0.0",
|
|
1848
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
|
1849
|
+
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
1850
|
+
"license": "MIT",
|
|
1851
|
+
"optional": true,
|
|
1852
|
+
"dependencies": {
|
|
1853
|
+
"aggregate-error": "^3.0.0"
|
|
1854
|
+
},
|
|
1855
|
+
"engines": {
|
|
1856
|
+
"node": ">=10"
|
|
1857
|
+
},
|
|
1858
|
+
"funding": {
|
|
1859
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"node_modules/parseurl": {
|
|
1863
|
+
"version": "1.3.3",
|
|
1864
|
+
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
1865
|
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
1866
|
+
"license": "MIT",
|
|
1867
|
+
"engines": {
|
|
1868
|
+
"node": ">= 0.8"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"node_modules/path-is-absolute": {
|
|
1872
|
+
"version": "1.0.1",
|
|
1873
|
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
1874
|
+
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
1875
|
+
"license": "MIT",
|
|
1876
|
+
"optional": true,
|
|
1877
|
+
"engines": {
|
|
1878
|
+
"node": ">=0.10.0"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
"node_modules/path-to-regexp": {
|
|
1882
|
+
"version": "0.1.12",
|
|
1883
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
1884
|
+
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
|
1885
|
+
"license": "MIT"
|
|
1886
|
+
},
|
|
1887
|
+
"node_modules/prebuild-install": {
|
|
1888
|
+
"version": "7.1.3",
|
|
1889
|
+
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
1890
|
+
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
1891
|
+
"license": "MIT",
|
|
1892
|
+
"dependencies": {
|
|
1893
|
+
"detect-libc": "^2.0.0",
|
|
1894
|
+
"expand-template": "^2.0.3",
|
|
1895
|
+
"github-from-package": "0.0.0",
|
|
1896
|
+
"minimist": "^1.2.3",
|
|
1897
|
+
"mkdirp-classic": "^0.5.3",
|
|
1898
|
+
"napi-build-utils": "^2.0.0",
|
|
1899
|
+
"node-abi": "^3.3.0",
|
|
1900
|
+
"pump": "^3.0.0",
|
|
1901
|
+
"rc": "^1.2.7",
|
|
1902
|
+
"simple-get": "^4.0.0",
|
|
1903
|
+
"tar-fs": "^2.0.0",
|
|
1904
|
+
"tunnel-agent": "^0.6.0"
|
|
1905
|
+
},
|
|
1906
|
+
"bin": {
|
|
1907
|
+
"prebuild-install": "bin.js"
|
|
1908
|
+
},
|
|
1909
|
+
"engines": {
|
|
1910
|
+
"node": ">=10"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
"node_modules/promise-inflight": {
|
|
1914
|
+
"version": "1.0.1",
|
|
1915
|
+
"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
|
|
1916
|
+
"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
|
|
1917
|
+
"license": "ISC",
|
|
1918
|
+
"optional": true
|
|
1919
|
+
},
|
|
1920
|
+
"node_modules/promise-retry": {
|
|
1921
|
+
"version": "2.0.1",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
|
|
1923
|
+
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
1924
|
+
"license": "MIT",
|
|
1925
|
+
"optional": true,
|
|
1926
|
+
"dependencies": {
|
|
1927
|
+
"err-code": "^2.0.2",
|
|
1928
|
+
"retry": "^0.12.0"
|
|
1929
|
+
},
|
|
1930
|
+
"engines": {
|
|
1931
|
+
"node": ">=10"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"node_modules/proxy-addr": {
|
|
1935
|
+
"version": "2.0.7",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
1937
|
+
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
1938
|
+
"license": "MIT",
|
|
1939
|
+
"dependencies": {
|
|
1940
|
+
"forwarded": "0.2.0",
|
|
1941
|
+
"ipaddr.js": "1.9.1"
|
|
1942
|
+
},
|
|
1943
|
+
"engines": {
|
|
1944
|
+
"node": ">= 0.10"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"node_modules/pump": {
|
|
1948
|
+
"version": "3.0.3",
|
|
1949
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
1950
|
+
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
1951
|
+
"license": "MIT",
|
|
1952
|
+
"dependencies": {
|
|
1953
|
+
"end-of-stream": "^1.1.0",
|
|
1954
|
+
"once": "^1.3.1"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
"node_modules/qs": {
|
|
1958
|
+
"version": "6.14.1",
|
|
1959
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
|
|
1960
|
+
"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
|
|
1961
|
+
"license": "BSD-3-Clause",
|
|
1962
|
+
"dependencies": {
|
|
1963
|
+
"side-channel": "^1.1.0"
|
|
1964
|
+
},
|
|
1965
|
+
"engines": {
|
|
1966
|
+
"node": ">=0.6"
|
|
1967
|
+
},
|
|
1968
|
+
"funding": {
|
|
1969
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"node_modules/range-parser": {
|
|
1973
|
+
"version": "1.2.1",
|
|
1974
|
+
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
|
1975
|
+
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
1976
|
+
"license": "MIT",
|
|
1977
|
+
"engines": {
|
|
1978
|
+
"node": ">= 0.6"
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
"node_modules/raw-body": {
|
|
1982
|
+
"version": "2.5.3",
|
|
1983
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
|
|
1984
|
+
"integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
|
|
1985
|
+
"license": "MIT",
|
|
1986
|
+
"dependencies": {
|
|
1987
|
+
"bytes": "~3.1.2",
|
|
1988
|
+
"http-errors": "~2.0.1",
|
|
1989
|
+
"iconv-lite": "~0.4.24",
|
|
1990
|
+
"unpipe": "~1.0.0"
|
|
1991
|
+
},
|
|
1992
|
+
"engines": {
|
|
1993
|
+
"node": ">= 0.8"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
"node_modules/rc": {
|
|
1997
|
+
"version": "1.2.8",
|
|
1998
|
+
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
1999
|
+
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
2000
|
+
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
2001
|
+
"dependencies": {
|
|
2002
|
+
"deep-extend": "^0.6.0",
|
|
2003
|
+
"ini": "~1.3.0",
|
|
2004
|
+
"minimist": "^1.2.0",
|
|
2005
|
+
"strip-json-comments": "~2.0.1"
|
|
2006
|
+
},
|
|
2007
|
+
"bin": {
|
|
2008
|
+
"rc": "cli.js"
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"node_modules/readable-stream": {
|
|
2012
|
+
"version": "3.6.2",
|
|
2013
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
2014
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
2015
|
+
"license": "MIT",
|
|
2016
|
+
"dependencies": {
|
|
2017
|
+
"inherits": "^2.0.3",
|
|
2018
|
+
"string_decoder": "^1.1.1",
|
|
2019
|
+
"util-deprecate": "^1.0.1"
|
|
2020
|
+
},
|
|
2021
|
+
"engines": {
|
|
2022
|
+
"node": ">= 6"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"node_modules/retry": {
|
|
2026
|
+
"version": "0.12.0",
|
|
2027
|
+
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
2028
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
2029
|
+
"license": "MIT",
|
|
2030
|
+
"optional": true,
|
|
2031
|
+
"engines": {
|
|
2032
|
+
"node": ">= 4"
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
"node_modules/rimraf": {
|
|
2036
|
+
"version": "3.0.2",
|
|
2037
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
2038
|
+
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
2039
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
2040
|
+
"license": "ISC",
|
|
2041
|
+
"optional": true,
|
|
2042
|
+
"dependencies": {
|
|
2043
|
+
"glob": "^7.1.3"
|
|
2044
|
+
},
|
|
2045
|
+
"bin": {
|
|
2046
|
+
"rimraf": "bin.js"
|
|
2047
|
+
},
|
|
2048
|
+
"funding": {
|
|
2049
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
"node_modules/safe-buffer": {
|
|
2053
|
+
"version": "5.2.1",
|
|
2054
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
2055
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
2056
|
+
"funding": [
|
|
2057
|
+
{
|
|
2058
|
+
"type": "github",
|
|
2059
|
+
"url": "https://github.com/sponsors/feross"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"type": "patreon",
|
|
2063
|
+
"url": "https://www.patreon.com/feross"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"type": "consulting",
|
|
2067
|
+
"url": "https://feross.org/support"
|
|
2068
|
+
}
|
|
2069
|
+
],
|
|
2070
|
+
"license": "MIT"
|
|
2071
|
+
},
|
|
2072
|
+
"node_modules/safer-buffer": {
|
|
2073
|
+
"version": "2.1.2",
|
|
2074
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
2075
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
2076
|
+
"license": "MIT"
|
|
2077
|
+
},
|
|
2078
|
+
"node_modules/semver": {
|
|
2079
|
+
"version": "7.7.3",
|
|
2080
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
2081
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
2082
|
+
"license": "ISC",
|
|
2083
|
+
"bin": {
|
|
2084
|
+
"semver": "bin/semver.js"
|
|
2085
|
+
},
|
|
2086
|
+
"engines": {
|
|
2087
|
+
"node": ">=10"
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
"node_modules/send": {
|
|
2091
|
+
"version": "0.19.2",
|
|
2092
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
|
|
2093
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
2094
|
+
"license": "MIT",
|
|
2095
|
+
"dependencies": {
|
|
2096
|
+
"debug": "2.6.9",
|
|
2097
|
+
"depd": "2.0.0",
|
|
2098
|
+
"destroy": "1.2.0",
|
|
2099
|
+
"encodeurl": "~2.0.0",
|
|
2100
|
+
"escape-html": "~1.0.3",
|
|
2101
|
+
"etag": "~1.8.1",
|
|
2102
|
+
"fresh": "~0.5.2",
|
|
2103
|
+
"http-errors": "~2.0.1",
|
|
2104
|
+
"mime": "1.6.0",
|
|
2105
|
+
"ms": "2.1.3",
|
|
2106
|
+
"on-finished": "~2.4.1",
|
|
2107
|
+
"range-parser": "~1.2.1",
|
|
2108
|
+
"statuses": "~2.0.2"
|
|
2109
|
+
},
|
|
2110
|
+
"engines": {
|
|
2111
|
+
"node": ">= 0.8.0"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
"node_modules/send/node_modules/ms": {
|
|
2115
|
+
"version": "2.1.3",
|
|
2116
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2117
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2118
|
+
"license": "MIT"
|
|
2119
|
+
},
|
|
2120
|
+
"node_modules/serve-static": {
|
|
2121
|
+
"version": "1.16.3",
|
|
2122
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
|
|
2123
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
2124
|
+
"license": "MIT",
|
|
2125
|
+
"dependencies": {
|
|
2126
|
+
"encodeurl": "~2.0.0",
|
|
2127
|
+
"escape-html": "~1.0.3",
|
|
2128
|
+
"parseurl": "~1.3.3",
|
|
2129
|
+
"send": "~0.19.1"
|
|
2130
|
+
},
|
|
2131
|
+
"engines": {
|
|
2132
|
+
"node": ">= 0.8.0"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"node_modules/set-blocking": {
|
|
2136
|
+
"version": "2.0.0",
|
|
2137
|
+
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
2138
|
+
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
2139
|
+
"license": "ISC",
|
|
2140
|
+
"optional": true
|
|
2141
|
+
},
|
|
2142
|
+
"node_modules/setprototypeof": {
|
|
2143
|
+
"version": "1.2.0",
|
|
2144
|
+
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
2145
|
+
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
2146
|
+
"license": "ISC"
|
|
2147
|
+
},
|
|
2148
|
+
"node_modules/side-channel": {
|
|
2149
|
+
"version": "1.1.0",
|
|
2150
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
2151
|
+
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
2152
|
+
"license": "MIT",
|
|
2153
|
+
"dependencies": {
|
|
2154
|
+
"es-errors": "^1.3.0",
|
|
2155
|
+
"object-inspect": "^1.13.3",
|
|
2156
|
+
"side-channel-list": "^1.0.0",
|
|
2157
|
+
"side-channel-map": "^1.0.1",
|
|
2158
|
+
"side-channel-weakmap": "^1.0.2"
|
|
2159
|
+
},
|
|
2160
|
+
"engines": {
|
|
2161
|
+
"node": ">= 0.4"
|
|
2162
|
+
},
|
|
2163
|
+
"funding": {
|
|
2164
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"node_modules/side-channel-list": {
|
|
2168
|
+
"version": "1.0.0",
|
|
2169
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
2170
|
+
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
2171
|
+
"license": "MIT",
|
|
2172
|
+
"dependencies": {
|
|
2173
|
+
"es-errors": "^1.3.0",
|
|
2174
|
+
"object-inspect": "^1.13.3"
|
|
2175
|
+
},
|
|
2176
|
+
"engines": {
|
|
2177
|
+
"node": ">= 0.4"
|
|
2178
|
+
},
|
|
2179
|
+
"funding": {
|
|
2180
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"node_modules/side-channel-map": {
|
|
2184
|
+
"version": "1.0.1",
|
|
2185
|
+
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
2186
|
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
2187
|
+
"license": "MIT",
|
|
2188
|
+
"dependencies": {
|
|
2189
|
+
"call-bound": "^1.0.2",
|
|
2190
|
+
"es-errors": "^1.3.0",
|
|
2191
|
+
"get-intrinsic": "^1.2.5",
|
|
2192
|
+
"object-inspect": "^1.13.3"
|
|
2193
|
+
},
|
|
2194
|
+
"engines": {
|
|
2195
|
+
"node": ">= 0.4"
|
|
2196
|
+
},
|
|
2197
|
+
"funding": {
|
|
2198
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"node_modules/side-channel-weakmap": {
|
|
2202
|
+
"version": "1.0.2",
|
|
2203
|
+
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
2204
|
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
2205
|
+
"license": "MIT",
|
|
2206
|
+
"dependencies": {
|
|
2207
|
+
"call-bound": "^1.0.2",
|
|
2208
|
+
"es-errors": "^1.3.0",
|
|
2209
|
+
"get-intrinsic": "^1.2.5",
|
|
2210
|
+
"object-inspect": "^1.13.3",
|
|
2211
|
+
"side-channel-map": "^1.0.1"
|
|
2212
|
+
},
|
|
2213
|
+
"engines": {
|
|
2214
|
+
"node": ">= 0.4"
|
|
2215
|
+
},
|
|
2216
|
+
"funding": {
|
|
2217
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"node_modules/signal-exit": {
|
|
2221
|
+
"version": "3.0.7",
|
|
2222
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
2223
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
2224
|
+
"license": "ISC",
|
|
2225
|
+
"optional": true
|
|
2226
|
+
},
|
|
2227
|
+
"node_modules/simple-concat": {
|
|
2228
|
+
"version": "1.0.1",
|
|
2229
|
+
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
2230
|
+
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
2231
|
+
"funding": [
|
|
2232
|
+
{
|
|
2233
|
+
"type": "github",
|
|
2234
|
+
"url": "https://github.com/sponsors/feross"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"type": "patreon",
|
|
2238
|
+
"url": "https://www.patreon.com/feross"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"type": "consulting",
|
|
2242
|
+
"url": "https://feross.org/support"
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2245
|
+
"license": "MIT"
|
|
2246
|
+
},
|
|
2247
|
+
"node_modules/simple-get": {
|
|
2248
|
+
"version": "4.0.1",
|
|
2249
|
+
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
|
|
2250
|
+
"integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
2251
|
+
"funding": [
|
|
2252
|
+
{
|
|
2253
|
+
"type": "github",
|
|
2254
|
+
"url": "https://github.com/sponsors/feross"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"type": "patreon",
|
|
2258
|
+
"url": "https://www.patreon.com/feross"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"type": "consulting",
|
|
2262
|
+
"url": "https://feross.org/support"
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"license": "MIT",
|
|
2266
|
+
"dependencies": {
|
|
2267
|
+
"decompress-response": "^6.0.0",
|
|
2268
|
+
"once": "^1.3.1",
|
|
2269
|
+
"simple-concat": "^1.0.0"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"node_modules/smart-buffer": {
|
|
2273
|
+
"version": "4.2.0",
|
|
2274
|
+
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
2275
|
+
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
2276
|
+
"license": "MIT",
|
|
2277
|
+
"optional": true,
|
|
2278
|
+
"engines": {
|
|
2279
|
+
"node": ">= 6.0.0",
|
|
2280
|
+
"npm": ">= 3.0.0"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"node_modules/socks": {
|
|
2284
|
+
"version": "2.8.7",
|
|
2285
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
|
|
2286
|
+
"integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
|
|
2287
|
+
"license": "MIT",
|
|
2288
|
+
"optional": true,
|
|
2289
|
+
"dependencies": {
|
|
2290
|
+
"ip-address": "^10.0.1",
|
|
2291
|
+
"smart-buffer": "^4.2.0"
|
|
2292
|
+
},
|
|
2293
|
+
"engines": {
|
|
2294
|
+
"node": ">= 10.0.0",
|
|
2295
|
+
"npm": ">= 3.0.0"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"node_modules/socks-proxy-agent": {
|
|
2299
|
+
"version": "6.2.1",
|
|
2300
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
|
|
2301
|
+
"integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
|
|
2302
|
+
"license": "MIT",
|
|
2303
|
+
"optional": true,
|
|
2304
|
+
"dependencies": {
|
|
2305
|
+
"agent-base": "^6.0.2",
|
|
2306
|
+
"debug": "^4.3.3",
|
|
2307
|
+
"socks": "^2.6.2"
|
|
2308
|
+
},
|
|
2309
|
+
"engines": {
|
|
2310
|
+
"node": ">= 10"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"node_modules/socks-proxy-agent/node_modules/debug": {
|
|
2314
|
+
"version": "4.4.3",
|
|
2315
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
2316
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
2317
|
+
"license": "MIT",
|
|
2318
|
+
"optional": true,
|
|
2319
|
+
"dependencies": {
|
|
2320
|
+
"ms": "^2.1.3"
|
|
2321
|
+
},
|
|
2322
|
+
"engines": {
|
|
2323
|
+
"node": ">=6.0"
|
|
2324
|
+
},
|
|
2325
|
+
"peerDependenciesMeta": {
|
|
2326
|
+
"supports-color": {
|
|
2327
|
+
"optional": true
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"node_modules/socks-proxy-agent/node_modules/ms": {
|
|
2332
|
+
"version": "2.1.3",
|
|
2333
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2334
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2335
|
+
"license": "MIT",
|
|
2336
|
+
"optional": true
|
|
2337
|
+
},
|
|
2338
|
+
"node_modules/sqlite3": {
|
|
2339
|
+
"version": "5.1.7",
|
|
2340
|
+
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",
|
|
2341
|
+
"integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
|
|
2342
|
+
"hasInstallScript": true,
|
|
2343
|
+
"license": "BSD-3-Clause",
|
|
2344
|
+
"dependencies": {
|
|
2345
|
+
"bindings": "^1.5.0",
|
|
2346
|
+
"node-addon-api": "^7.0.0",
|
|
2347
|
+
"prebuild-install": "^7.1.1",
|
|
2348
|
+
"tar": "^6.1.11"
|
|
2349
|
+
},
|
|
2350
|
+
"optionalDependencies": {
|
|
2351
|
+
"node-gyp": "8.x"
|
|
2352
|
+
},
|
|
2353
|
+
"peerDependencies": {
|
|
2354
|
+
"node-gyp": "8.x"
|
|
2355
|
+
},
|
|
2356
|
+
"peerDependenciesMeta": {
|
|
2357
|
+
"node-gyp": {
|
|
2358
|
+
"optional": true
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
"node_modules/ssri": {
|
|
2363
|
+
"version": "8.0.1",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
|
|
2365
|
+
"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
|
|
2366
|
+
"license": "ISC",
|
|
2367
|
+
"optional": true,
|
|
2368
|
+
"dependencies": {
|
|
2369
|
+
"minipass": "^3.1.1"
|
|
2370
|
+
},
|
|
2371
|
+
"engines": {
|
|
2372
|
+
"node": ">= 8"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"node_modules/statuses": {
|
|
2376
|
+
"version": "2.0.2",
|
|
2377
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
2378
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
2379
|
+
"license": "MIT",
|
|
2380
|
+
"engines": {
|
|
2381
|
+
"node": ">= 0.8"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
"node_modules/string_decoder": {
|
|
2385
|
+
"version": "1.3.0",
|
|
2386
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
2387
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
2388
|
+
"license": "MIT",
|
|
2389
|
+
"dependencies": {
|
|
2390
|
+
"safe-buffer": "~5.2.0"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"node_modules/string-width": {
|
|
2394
|
+
"version": "4.2.3",
|
|
2395
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
2396
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2397
|
+
"license": "MIT",
|
|
2398
|
+
"optional": true,
|
|
2399
|
+
"dependencies": {
|
|
2400
|
+
"emoji-regex": "^8.0.0",
|
|
2401
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2402
|
+
"strip-ansi": "^6.0.1"
|
|
2403
|
+
},
|
|
2404
|
+
"engines": {
|
|
2405
|
+
"node": ">=8"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"node_modules/strip-ansi": {
|
|
2409
|
+
"version": "6.0.1",
|
|
2410
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2411
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2412
|
+
"license": "MIT",
|
|
2413
|
+
"optional": true,
|
|
2414
|
+
"dependencies": {
|
|
2415
|
+
"ansi-regex": "^5.0.1"
|
|
2416
|
+
},
|
|
2417
|
+
"engines": {
|
|
2418
|
+
"node": ">=8"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"node_modules/strip-json-comments": {
|
|
2422
|
+
"version": "2.0.1",
|
|
2423
|
+
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
2424
|
+
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
2425
|
+
"license": "MIT",
|
|
2426
|
+
"engines": {
|
|
2427
|
+
"node": ">=0.10.0"
|
|
2428
|
+
}
|
|
2429
|
+
},
|
|
2430
|
+
"node_modules/tar": {
|
|
2431
|
+
"version": "6.2.1",
|
|
2432
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
2433
|
+
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
2434
|
+
"license": "ISC",
|
|
2435
|
+
"dependencies": {
|
|
2436
|
+
"chownr": "^2.0.0",
|
|
2437
|
+
"fs-minipass": "^2.0.0",
|
|
2438
|
+
"minipass": "^5.0.0",
|
|
2439
|
+
"minizlib": "^2.1.1",
|
|
2440
|
+
"mkdirp": "^1.0.3",
|
|
2441
|
+
"yallist": "^4.0.0"
|
|
2442
|
+
},
|
|
2443
|
+
"engines": {
|
|
2444
|
+
"node": ">=10"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"node_modules/tar-fs": {
|
|
2448
|
+
"version": "2.1.4",
|
|
2449
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
|
2450
|
+
"integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
|
|
2451
|
+
"license": "MIT",
|
|
2452
|
+
"dependencies": {
|
|
2453
|
+
"chownr": "^1.1.1",
|
|
2454
|
+
"mkdirp-classic": "^0.5.2",
|
|
2455
|
+
"pump": "^3.0.0",
|
|
2456
|
+
"tar-stream": "^2.1.4"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"node_modules/tar-fs/node_modules/chownr": {
|
|
2460
|
+
"version": "1.1.4",
|
|
2461
|
+
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
2462
|
+
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
2463
|
+
"license": "ISC"
|
|
2464
|
+
},
|
|
2465
|
+
"node_modules/tar-stream": {
|
|
2466
|
+
"version": "2.2.0",
|
|
2467
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
2468
|
+
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
2469
|
+
"license": "MIT",
|
|
2470
|
+
"dependencies": {
|
|
2471
|
+
"bl": "^4.0.3",
|
|
2472
|
+
"end-of-stream": "^1.4.1",
|
|
2473
|
+
"fs-constants": "^1.0.0",
|
|
2474
|
+
"inherits": "^2.0.3",
|
|
2475
|
+
"readable-stream": "^3.1.1"
|
|
2476
|
+
},
|
|
2477
|
+
"engines": {
|
|
2478
|
+
"node": ">=6"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"node_modules/tar/node_modules/minipass": {
|
|
2482
|
+
"version": "5.0.0",
|
|
2483
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
2484
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
2485
|
+
"license": "ISC",
|
|
2486
|
+
"engines": {
|
|
2487
|
+
"node": ">=8"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
"node_modules/toidentifier": {
|
|
2491
|
+
"version": "1.0.1",
|
|
2492
|
+
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
2493
|
+
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
2494
|
+
"license": "MIT",
|
|
2495
|
+
"engines": {
|
|
2496
|
+
"node": ">=0.6"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"node_modules/ts-node": {
|
|
2500
|
+
"version": "10.9.2",
|
|
2501
|
+
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
2502
|
+
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
2503
|
+
"dev": true,
|
|
2504
|
+
"license": "MIT",
|
|
2505
|
+
"dependencies": {
|
|
2506
|
+
"@cspotcode/source-map-support": "^0.8.0",
|
|
2507
|
+
"@tsconfig/node10": "^1.0.7",
|
|
2508
|
+
"@tsconfig/node12": "^1.0.7",
|
|
2509
|
+
"@tsconfig/node14": "^1.0.0",
|
|
2510
|
+
"@tsconfig/node16": "^1.0.2",
|
|
2511
|
+
"acorn": "^8.4.1",
|
|
2512
|
+
"acorn-walk": "^8.1.1",
|
|
2513
|
+
"arg": "^4.1.0",
|
|
2514
|
+
"create-require": "^1.1.0",
|
|
2515
|
+
"diff": "^4.0.1",
|
|
2516
|
+
"make-error": "^1.1.1",
|
|
2517
|
+
"v8-compile-cache-lib": "^3.0.1",
|
|
2518
|
+
"yn": "3.1.1"
|
|
2519
|
+
},
|
|
2520
|
+
"bin": {
|
|
2521
|
+
"ts-node": "dist/bin.js",
|
|
2522
|
+
"ts-node-cwd": "dist/bin-cwd.js",
|
|
2523
|
+
"ts-node-esm": "dist/bin-esm.js",
|
|
2524
|
+
"ts-node-script": "dist/bin-script.js",
|
|
2525
|
+
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
2526
|
+
"ts-script": "dist/bin-script-deprecated.js"
|
|
2527
|
+
},
|
|
2528
|
+
"peerDependencies": {
|
|
2529
|
+
"@swc/core": ">=1.2.50",
|
|
2530
|
+
"@swc/wasm": ">=1.2.50",
|
|
2531
|
+
"@types/node": "*",
|
|
2532
|
+
"typescript": ">=2.7"
|
|
2533
|
+
},
|
|
2534
|
+
"peerDependenciesMeta": {
|
|
2535
|
+
"@swc/core": {
|
|
2536
|
+
"optional": true
|
|
2537
|
+
},
|
|
2538
|
+
"@swc/wasm": {
|
|
2539
|
+
"optional": true
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
"node_modules/tunnel-agent": {
|
|
2544
|
+
"version": "0.6.0",
|
|
2545
|
+
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
2546
|
+
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
2547
|
+
"license": "Apache-2.0",
|
|
2548
|
+
"dependencies": {
|
|
2549
|
+
"safe-buffer": "^5.0.1"
|
|
2550
|
+
},
|
|
2551
|
+
"engines": {
|
|
2552
|
+
"node": "*"
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
"node_modules/type-is": {
|
|
2556
|
+
"version": "1.6.18",
|
|
2557
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
|
2558
|
+
"integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
|
|
2559
|
+
"license": "MIT",
|
|
2560
|
+
"dependencies": {
|
|
2561
|
+
"media-typer": "0.3.0",
|
|
2562
|
+
"mime-types": "~2.1.24"
|
|
2563
|
+
},
|
|
2564
|
+
"engines": {
|
|
2565
|
+
"node": ">= 0.6"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"node_modules/typescript": {
|
|
2569
|
+
"version": "5.9.3",
|
|
2570
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
2571
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2572
|
+
"dev": true,
|
|
2573
|
+
"license": "Apache-2.0",
|
|
2574
|
+
"bin": {
|
|
2575
|
+
"tsc": "bin/tsc",
|
|
2576
|
+
"tsserver": "bin/tsserver"
|
|
2577
|
+
},
|
|
2578
|
+
"engines": {
|
|
2579
|
+
"node": ">=14.17"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
"node_modules/undici-types": {
|
|
2583
|
+
"version": "6.21.0",
|
|
2584
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
2585
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2586
|
+
"dev": true,
|
|
2587
|
+
"license": "MIT"
|
|
2588
|
+
},
|
|
2589
|
+
"node_modules/unique-filename": {
|
|
2590
|
+
"version": "1.1.1",
|
|
2591
|
+
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
2592
|
+
"integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
|
|
2593
|
+
"license": "ISC",
|
|
2594
|
+
"optional": true,
|
|
2595
|
+
"dependencies": {
|
|
2596
|
+
"unique-slug": "^2.0.0"
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
"node_modules/unique-slug": {
|
|
2600
|
+
"version": "2.0.2",
|
|
2601
|
+
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
|
|
2602
|
+
"integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
|
|
2603
|
+
"license": "ISC",
|
|
2604
|
+
"optional": true,
|
|
2605
|
+
"dependencies": {
|
|
2606
|
+
"imurmurhash": "^0.1.4"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"node_modules/unpipe": {
|
|
2610
|
+
"version": "1.0.0",
|
|
2611
|
+
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
2612
|
+
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
2613
|
+
"license": "MIT",
|
|
2614
|
+
"engines": {
|
|
2615
|
+
"node": ">= 0.8"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
"node_modules/util-deprecate": {
|
|
2619
|
+
"version": "1.0.2",
|
|
2620
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
2621
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
2622
|
+
"license": "MIT"
|
|
2623
|
+
},
|
|
2624
|
+
"node_modules/utils-merge": {
|
|
2625
|
+
"version": "1.0.1",
|
|
2626
|
+
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
2627
|
+
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
|
|
2628
|
+
"license": "MIT",
|
|
2629
|
+
"engines": {
|
|
2630
|
+
"node": ">= 0.4.0"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
"node_modules/v8-compile-cache-lib": {
|
|
2634
|
+
"version": "3.0.1",
|
|
2635
|
+
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
2636
|
+
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
2637
|
+
"dev": true,
|
|
2638
|
+
"license": "MIT"
|
|
2639
|
+
},
|
|
2640
|
+
"node_modules/vary": {
|
|
2641
|
+
"version": "1.1.2",
|
|
2642
|
+
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
2643
|
+
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
2644
|
+
"license": "MIT",
|
|
2645
|
+
"engines": {
|
|
2646
|
+
"node": ">= 0.8"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
"node_modules/which": {
|
|
2650
|
+
"version": "2.0.2",
|
|
2651
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
2652
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
2653
|
+
"license": "ISC",
|
|
2654
|
+
"optional": true,
|
|
2655
|
+
"dependencies": {
|
|
2656
|
+
"isexe": "^2.0.0"
|
|
2657
|
+
},
|
|
2658
|
+
"bin": {
|
|
2659
|
+
"node-which": "bin/node-which"
|
|
2660
|
+
},
|
|
2661
|
+
"engines": {
|
|
2662
|
+
"node": ">= 8"
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"node_modules/wide-align": {
|
|
2666
|
+
"version": "1.1.5",
|
|
2667
|
+
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
2668
|
+
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
2669
|
+
"license": "ISC",
|
|
2670
|
+
"optional": true,
|
|
2671
|
+
"dependencies": {
|
|
2672
|
+
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2675
|
+
"node_modules/wrappy": {
|
|
2676
|
+
"version": "1.0.2",
|
|
2677
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
2678
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
2679
|
+
"license": "ISC"
|
|
2680
|
+
},
|
|
2681
|
+
"node_modules/yallist": {
|
|
2682
|
+
"version": "4.0.0",
|
|
2683
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
2684
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
2685
|
+
"license": "ISC"
|
|
2686
|
+
},
|
|
2687
|
+
"node_modules/yn": {
|
|
2688
|
+
"version": "3.1.1",
|
|
2689
|
+
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
|
2690
|
+
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
2691
|
+
"dev": true,
|
|
2692
|
+
"license": "MIT",
|
|
2693
|
+
"engines": {
|
|
2694
|
+
"node": ">=6"
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
}
|