tutanus 0.12.5 → 0.12.7
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/README.md +1 -6
- package/THIRD-PARTY-NOTICES.txt +1409 -0
- package/dist/app/github/app/check-run-builder.d.ts +20 -0
- package/dist/app/github/app/check-run-builder.d.ts.map +1 -0
- package/dist/app/github/app/check-run-builder.js +66 -0
- package/dist/app/github/app/check-run-builder.js.map +1 -0
- package/dist/app/github/app/check-suite-handler.d.ts +4 -0
- package/dist/app/github/app/check-suite-handler.d.ts.map +1 -0
- package/dist/app/github/app/check-suite-handler.js +54 -0
- package/dist/app/github/app/check-suite-handler.js.map +1 -0
- package/dist/app/github/app/issues-handler.d.ts +4 -0
- package/dist/app/github/app/issues-handler.d.ts.map +1 -0
- package/dist/app/github/app/issues-handler.js +85 -0
- package/dist/app/github/app/issues-handler.js.map +1 -0
- package/dist/app/github/app/octokit.d.ts +14 -0
- package/dist/app/github/app/octokit.d.ts.map +1 -0
- package/dist/app/github/app/octokit.js +8 -0
- package/dist/app/github/app/octokit.js.map +1 -0
- package/dist/app/github/app/pr-review-handler.d.ts +4 -0
- package/dist/app/github/app/pr-review-handler.d.ts.map +1 -0
- package/dist/app/github/app/pr-review-handler.js +81 -0
- package/dist/app/github/app/pr-review-handler.js.map +1 -0
- package/dist/app/github/app/server.d.ts.map +1 -1
- package/dist/app/github/app/server.js +4 -4
- package/dist/app/github/app/server.js.map +1 -1
- package/dist/app/github/app/setup-routes.js +2 -2
- package/dist/app/github/app/setup-routes.js.map +1 -1
- package/dist/app/github/app/webhook-handler.d.ts +3 -21
- package/dist/app/github/app/webhook-handler.d.ts.map +1 -1
- package/dist/app/github/app/webhook-handler.js +53 -367
- package/dist/app/github/app/webhook-handler.js.map +1 -1
- package/dist/app/github/app/workflow-reader.d.ts +18 -0
- package/dist/app/github/app/workflow-reader.d.ts.map +1 -0
- package/dist/app/github/app/workflow-reader.js +67 -0
- package/dist/app/github/app/workflow-reader.js.map +1 -0
- package/dist/app/github/dashboard/routes.d.ts.map +1 -1
- package/dist/app/github/dashboard/routes.js +21 -3
- package/dist/app/github/dashboard/routes.js.map +1 -1
- package/dist/app/github/jobs/full-analysis-job.d.ts +3 -4
- package/dist/app/github/jobs/full-analysis-job.d.ts.map +1 -1
- package/dist/app/github/jobs/full-analysis-job.js +2 -49
- package/dist/app/github/jobs/full-analysis-job.js.map +1 -1
- package/dist/app/github/jobs/full-analysis-utils.d.ts +6 -0
- package/dist/app/github/jobs/full-analysis-utils.d.ts.map +1 -0
- package/dist/app/github/jobs/full-analysis-utils.js +50 -0
- package/dist/app/github/jobs/full-analysis-utils.js.map +1 -0
- package/dist/app/github/push-analysis/pr-analysis-service.d.ts.map +1 -1
- package/dist/app/github/push-analysis/pr-analysis-service.js +2 -1
- package/dist/app/github/push-analysis/pr-analysis-service.js.map +1 -1
- package/dist/app/github/push-analysis/push-analysis-service.d.ts.map +1 -1
- package/dist/app/github/push-analysis/push-analysis-service.js +2 -1
- package/dist/app/github/push-analysis/push-analysis-service.js.map +1 -1
- package/dist/app/github/push-analysis/push-report.d.ts.map +1 -1
- package/dist/app/github/push-analysis/push-report.js +28 -163
- package/dist/app/github/push-analysis/push-report.js.map +1 -1
- package/dist/app/github/push-analysis/report-helpers.d.ts +45 -0
- package/dist/app/github/push-analysis/report-helpers.d.ts.map +1 -0
- package/dist/app/github/push-analysis/report-helpers.js +178 -0
- package/dist/app/github/push-analysis/report-helpers.js.map +1 -0
- package/dist/caretakers/caretaker-imports.d.ts.map +1 -1
- package/dist/caretakers/caretaker-imports.js +0 -5
- package/dist/caretakers/caretaker-imports.js.map +1 -1
- package/dist/cli/commands/commands.d.ts.map +1 -1
- package/dist/cli/commands/commands.js +1 -2
- package/dist/cli/commands/commands.js.map +1 -1
- package/dist/cli/commands/index.d.ts +0 -1
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.js +0 -1
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/core/messages/en/cli/index.d.ts +0 -1
- package/dist/core/messages/en/cli/index.d.ts.map +1 -1
- package/dist/core/messages/en/cli/index.js +0 -1
- package/dist/core/messages/en/cli/index.js.map +1 -1
- package/dist/core/messages/en/github/github-push-report-messages.d.ts +3 -1
- package/dist/core/messages/en/github/github-push-report-messages.d.ts.map +1 -1
- package/dist/core/messages/en/github/github-push-report-messages.js +2 -0
- package/dist/core/messages/en/github/github-push-report-messages.js.map +1 -1
- package/dist/core/messages/en/github/github-webhook-messages.d.ts +2 -0
- package/dist/core/messages/en/github/github-webhook-messages.d.ts.map +1 -1
- package/dist/core/messages/en/github/github-webhook-messages.js +2 -0
- package/dist/core/messages/en/github/github-webhook-messages.js.map +1 -1
- package/dist/core/messages/en/index.d.ts +0 -1
- package/dist/core/messages/en/index.d.ts.map +1 -1
- package/dist/core/messages/en/index.js +0 -1
- package/dist/core/messages/en/index.js.map +1 -1
- package/dist/core/messages/ja/cli/index.d.ts +0 -1
- package/dist/core/messages/ja/cli/index.d.ts.map +1 -1
- package/dist/core/messages/ja/cli/index.js +0 -1
- package/dist/core/messages/ja/cli/index.js.map +1 -1
- package/dist/core/messages/ja/github/github-push-report-messages.d.ts +2 -0
- package/dist/core/messages/ja/github/github-push-report-messages.d.ts.map +1 -1
- package/dist/core/messages/ja/github/github-push-report-messages.js +2 -0
- package/dist/core/messages/ja/github/github-push-report-messages.js.map +1 -1
- package/dist/core/messages/ja/github/github-webhook-messages.d.ts +2 -0
- package/dist/core/messages/ja/github/github-webhook-messages.d.ts.map +1 -1
- package/dist/core/messages/ja/github/github-webhook-messages.js +2 -0
- package/dist/core/messages/ja/github/github-webhook-messages.js.map +1 -1
- package/dist/core/messages/ja/index.d.ts +0 -1
- package/dist/core/messages/ja/index.d.ts.map +1 -1
- package/dist/core/messages/ja/index.js +0 -1
- package/dist/core/messages/ja/index.js.map +1 -1
- package/dist/core/messages/pt/cli/index.d.ts +0 -1
- package/dist/core/messages/pt/cli/index.d.ts.map +1 -1
- package/dist/core/messages/pt/cli/index.js +0 -1
- package/dist/core/messages/pt/cli/index.js.map +1 -1
- package/dist/core/messages/pt/github/github-push-report-messages.d.ts +2 -0
- package/dist/core/messages/pt/github/github-push-report-messages.d.ts.map +1 -1
- package/dist/core/messages/pt/github/github-push-report-messages.js +2 -0
- package/dist/core/messages/pt/github/github-push-report-messages.js.map +1 -1
- package/dist/core/messages/pt/github/github-webhook-messages.d.ts +2 -0
- package/dist/core/messages/pt/github/github-webhook-messages.d.ts.map +1 -1
- package/dist/core/messages/pt/github/github-webhook-messages.js +2 -0
- package/dist/core/messages/pt/github/github-webhook-messages.js.map +1 -1
- package/dist/core/messages/pt/index.d.ts +0 -1
- package/dist/core/messages/pt/index.d.ts.map +1 -1
- package/dist/core/messages/pt/index.js +0 -1
- package/dist/core/messages/pt/index.js.map +1 -1
- package/dist/core/messages/zh/cli/index.d.ts +0 -1
- package/dist/core/messages/zh/cli/index.d.ts.map +1 -1
- package/dist/core/messages/zh/cli/index.js +0 -1
- package/dist/core/messages/zh/cli/index.js.map +1 -1
- package/dist/core/messages/zh/github/github-push-report-messages.d.ts +2 -0
- package/dist/core/messages/zh/github/github-push-report-messages.d.ts.map +1 -1
- package/dist/core/messages/zh/github/github-push-report-messages.js +2 -0
- package/dist/core/messages/zh/github/github-push-report-messages.js.map +1 -1
- package/dist/core/messages/zh/github/github-webhook-messages.d.ts +2 -0
- package/dist/core/messages/zh/github/github-webhook-messages.d.ts.map +1 -1
- package/dist/core/messages/zh/github/github-webhook-messages.js +2 -0
- package/dist/core/messages/zh/github/github-webhook-messages.js.map +1 -1
- package/dist/core/messages/zh/index.d.ts +0 -1
- package/dist/core/messages/zh/index.d.ts.map +1 -1
- package/dist/core/messages/zh/index.js +0 -1
- package/dist/core/messages/zh/index.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/node.loader.d.ts.map +1 -1
- package/dist/node.loader.js +0 -5
- package/dist/node.loader.js.map +1 -1
- package/dist/types/common/index.d.ts +0 -1
- package/dist/types/common/index.d.ts.map +1 -1
- package/dist/types/common/index.js +0 -1
- package/dist/types/common/index.js.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -1
- package/dist/types/index.js.map +1 -1
- package/out/404/index.html +1 -1
- package/out/404.html +1 -1
- package/out/__next.__PAGE__.txt +2 -2
- package/out/__next._full.txt +2 -2
- package/out/__next._head.txt +1 -1
- package/out/__next._index.txt +1 -1
- package/out/__next._tree.txt +1 -1
- package/out/_next/static/chunks/{1xfmvf0ifjmmy.js → 1jiobya7ette1.js} +1 -1
- package/out/_not-found/__next._full.txt +1 -1
- package/out/_not-found/__next._head.txt +1 -1
- package/out/_not-found/__next._index.txt +1 -1
- package/out/_not-found/__next._not-found.__PAGE__.txt +1 -1
- package/out/_not-found/__next._not-found.txt +1 -1
- package/out/_not-found/__next._tree.txt +1 -1
- package/out/_not-found/index.html +1 -1
- package/out/_not-found/index.txt +1 -1
- package/out/changelog/__next._full.txt +1 -1
- package/out/changelog/__next._head.txt +1 -1
- package/out/changelog/__next._index.txt +1 -1
- package/out/changelog/__next._tree.txt +1 -1
- package/out/changelog/__next.changelog.__PAGE__.txt +1 -1
- package/out/changelog/__next.changelog.txt +1 -1
- package/out/changelog/index.html +1 -1
- package/out/changelog/index.txt +1 -1
- package/out/github/dashboard/__next._full.txt +1 -1
- package/out/github/dashboard/__next._head.txt +1 -1
- package/out/github/dashboard/__next._index.txt +1 -1
- package/out/github/dashboard/__next._tree.txt +1 -1
- package/out/github/dashboard/__next.github.dashboard.__PAGE__.txt +1 -1
- package/out/github/dashboard/__next.github.dashboard.txt +1 -1
- package/out/github/dashboard/__next.github.txt +1 -1
- package/out/github/dashboard/index.html +1 -1
- package/out/github/dashboard/index.txt +1 -1
- package/out/index.html +1 -1
- package/out/index.txt +2 -2
- package/out/privacy-policy/__next._full.txt +1 -1
- package/out/privacy-policy/__next._head.txt +1 -1
- package/out/privacy-policy/__next._index.txt +1 -1
- package/out/privacy-policy/__next._tree.txt +1 -1
- package/out/privacy-policy/__next.privacy-policy.__PAGE__.txt +1 -1
- package/out/privacy-policy/__next.privacy-policy.txt +1 -1
- package/out/privacy-policy/index.html +1 -1
- package/out/privacy-policy/index.txt +1 -1
- package/out/terms-of-use/__next._full.txt +1 -1
- package/out/terms-of-use/__next._head.txt +1 -1
- package/out/terms-of-use/__next._index.txt +1 -1
- package/out/terms-of-use/__next._tree.txt +1 -1
- package/out/terms-of-use/__next.terms-of-use.__PAGE__.txt +1 -1
- package/out/terms-of-use/__next.terms-of-use.txt +1 -1
- package/out/terms-of-use/index.html +1 -1
- package/out/terms-of-use/index.txt +1 -1
- package/package.json +3 -14
- package/dist/api/index.d.ts +0 -3
- package/dist/api/index.d.ts.map +0 -1
- package/dist/api/index.js +0 -3
- package/dist/api/index.js.map +0 -1
- package/dist/api/middleware/cache.d.ts +0 -4
- package/dist/api/middleware/cache.d.ts.map +0 -1
- package/dist/api/middleware/cache.js +0 -18
- package/dist/api/middleware/cache.js.map +0 -1
- package/dist/api/middleware/cors.d.ts +0 -7
- package/dist/api/middleware/cors.d.ts.map +0 -1
- package/dist/api/middleware/cors.js +0 -27
- package/dist/api/middleware/cors.js.map +0 -1
- package/dist/api/middleware/error-handler.d.ts +0 -3
- package/dist/api/middleware/error-handler.d.ts.map +0 -1
- package/dist/api/middleware/error-handler.js +0 -30
- package/dist/api/middleware/error-handler.js.map +0 -1
- package/dist/api/middleware/index.d.ts +0 -7
- package/dist/api/middleware/index.d.ts.map +0 -1
- package/dist/api/middleware/index.js +0 -7
- package/dist/api/middleware/index.js.map +0 -1
- package/dist/api/middleware/logger.d.ts +0 -3
- package/dist/api/middleware/logger.d.ts.map +0 -1
- package/dist/api/middleware/logger.js +0 -6
- package/dist/api/middleware/logger.js.map +0 -1
- package/dist/api/middleware/rate-limiter.d.ts +0 -3
- package/dist/api/middleware/rate-limiter.d.ts.map +0 -1
- package/dist/api/middleware/rate-limiter.js +0 -29
- package/dist/api/middleware/rate-limiter.js.map +0 -1
- package/dist/api/middleware/validate.d.ts +0 -6
- package/dist/api/middleware/validate.d.ts.map +0 -1
- package/dist/api/middleware/validate.js +0 -62
- package/dist/api/middleware/validate.js.map +0 -1
- package/dist/api/routes/analysts.d.ts +0 -3
- package/dist/api/routes/analysts.d.ts.map +0 -1
- package/dist/api/routes/analysts.js +0 -132
- package/dist/api/routes/analysts.js.map +0 -1
- package/dist/api/routes/diagnose.d.ts +0 -3
- package/dist/api/routes/diagnose.d.ts.map +0 -1
- package/dist/api/routes/diagnose.js +0 -101
- package/dist/api/routes/diagnose.js.map +0 -1
- package/dist/api/routes/guardian.d.ts +0 -3
- package/dist/api/routes/guardian.d.ts.map +0 -1
- package/dist/api/routes/guardian.js +0 -108
- package/dist/api/routes/guardian.js.map +0 -1
- package/dist/api/routes/index.d.ts +0 -6
- package/dist/api/routes/index.d.ts.map +0 -1
- package/dist/api/routes/index.js +0 -6
- package/dist/api/routes/index.js.map +0 -1
- package/dist/api/routes/marketplace.d.ts +0 -3
- package/dist/api/routes/marketplace.d.ts.map +0 -1
- package/dist/api/routes/marketplace.js +0 -75
- package/dist/api/routes/marketplace.js.map +0 -1
- package/dist/api/routes/metrics.d.ts +0 -3
- package/dist/api/routes/metrics.d.ts.map +0 -1
- package/dist/api/routes/metrics.js +0 -47
- package/dist/api/routes/metrics.js.map +0 -1
- package/dist/api/sei-la.d.ts +0 -3
- package/dist/api/sei-la.d.ts.map +0 -1
- package/dist/api/sei-la.js +0 -13
- package/dist/api/sei-la.js.map +0 -1
- package/dist/api/server.d.ts +0 -4
- package/dist/api/server.d.ts.map +0 -1
- package/dist/api/server.js +0 -97
- package/dist/api/server.js.map +0 -1
- package/dist/api/services/analyst-service.d.ts +0 -12
- package/dist/api/services/analyst-service.d.ts.map +0 -1
- package/dist/api/services/analyst-service.js +0 -59
- package/dist/api/services/analyst-service.js.map +0 -1
- package/dist/api/services/diagnose-schema.d.ts +0 -13
- package/dist/api/services/diagnose-schema.d.ts.map +0 -1
- package/dist/api/services/diagnose-schema.js +0 -13
- package/dist/api/services/diagnose-schema.js.map +0 -1
- package/dist/api/services/diagnostic-service.d.ts +0 -12
- package/dist/api/services/diagnostic-service.d.ts.map +0 -1
- package/dist/api/services/diagnostic-service.js +0 -103
- package/dist/api/services/diagnostic-service.js.map +0 -1
- package/dist/api/services/guardian-service.d.ts +0 -10
- package/dist/api/services/guardian-service.d.ts.map +0 -1
- package/dist/api/services/guardian-service.js +0 -115
- package/dist/api/services/guardian-service.js.map +0 -1
- package/dist/api/services/index.d.ts +0 -7
- package/dist/api/services/index.d.ts.map +0 -1
- package/dist/api/services/index.js +0 -7
- package/dist/api/services/index.js.map +0 -1
- package/dist/api/services/metrics-service.d.ts +0 -4
- package/dist/api/services/metrics-service.d.ts.map +0 -1
- package/dist/api/services/metrics-service.js +0 -87
- package/dist/api/services/metrics-service.js.map +0 -1
- package/dist/api/services/swagger-config.d.ts +0 -257
- package/dist/api/services/swagger-config.d.ts.map +0 -1
- package/dist/api/services/swagger-config.js +0 -154
- package/dist/api/services/swagger-config.js.map +0 -1
- package/dist/cli/commands/command-server.d.ts +0 -3
- package/dist/cli/commands/command-server.d.ts.map +0 -1
- package/dist/cli/commands/command-server.js +0 -44
- package/dist/cli/commands/command-server.js.map +0 -1
- package/dist/core/messages/en/api/api-middleware-messages.d.ts +0 -10
- package/dist/core/messages/en/api/api-middleware-messages.d.ts.map +0 -1
- package/dist/core/messages/en/api/api-middleware-messages.js +0 -10
- package/dist/core/messages/en/api/api-middleware-messages.js.map +0 -1
- package/dist/core/messages/en/api/api-routes-messages.d.ts +0 -37
- package/dist/core/messages/en/api/api-routes-messages.d.ts.map +0 -1
- package/dist/core/messages/en/api/api-routes-messages.js +0 -37
- package/dist/core/messages/en/api/api-routes-messages.js.map +0 -1
- package/dist/core/messages/en/api/api-server-messages.d.ts +0 -11
- package/dist/core/messages/en/api/api-server-messages.d.ts.map +0 -1
- package/dist/core/messages/en/api/api-server-messages.js +0 -11
- package/dist/core/messages/en/api/api-server-messages.js.map +0 -1
- package/dist/core/messages/en/api/api-services-messages.d.ts +0 -16
- package/dist/core/messages/en/api/api-services-messages.d.ts.map +0 -1
- package/dist/core/messages/en/api/api-services-messages.js +0 -16
- package/dist/core/messages/en/api/api-services-messages.js.map +0 -1
- package/dist/core/messages/en/api/index.d.ts +0 -5
- package/dist/core/messages/en/api/index.d.ts.map +0 -1
- package/dist/core/messages/en/api/index.js +0 -5
- package/dist/core/messages/en/api/index.js.map +0 -1
- package/dist/core/messages/en/cli/cli-command-server-messages.d.ts +0 -12
- package/dist/core/messages/en/cli/cli-command-server-messages.d.ts.map +0 -1
- package/dist/core/messages/en/cli/cli-command-server-messages.js +0 -12
- package/dist/core/messages/en/cli/cli-command-server-messages.js.map +0 -1
- package/dist/core/messages/ja/api/api-middleware-messages.d.ts +0 -10
- package/dist/core/messages/ja/api/api-middleware-messages.d.ts.map +0 -1
- package/dist/core/messages/ja/api/api-middleware-messages.js +0 -10
- package/dist/core/messages/ja/api/api-middleware-messages.js.map +0 -1
- package/dist/core/messages/ja/api/api-routes-messages.d.ts +0 -37
- package/dist/core/messages/ja/api/api-routes-messages.d.ts.map +0 -1
- package/dist/core/messages/ja/api/api-routes-messages.js +0 -37
- package/dist/core/messages/ja/api/api-routes-messages.js.map +0 -1
- package/dist/core/messages/ja/api/api-server-messages.d.ts +0 -11
- package/dist/core/messages/ja/api/api-server-messages.d.ts.map +0 -1
- package/dist/core/messages/ja/api/api-server-messages.js +0 -11
- package/dist/core/messages/ja/api/api-server-messages.js.map +0 -1
- package/dist/core/messages/ja/api/api-services-messages.d.ts +0 -16
- package/dist/core/messages/ja/api/api-services-messages.d.ts.map +0 -1
- package/dist/core/messages/ja/api/api-services-messages.js +0 -16
- package/dist/core/messages/ja/api/api-services-messages.js.map +0 -1
- package/dist/core/messages/ja/api/index.d.ts +0 -5
- package/dist/core/messages/ja/api/index.d.ts.map +0 -1
- package/dist/core/messages/ja/api/index.js +0 -5
- package/dist/core/messages/ja/api/index.js.map +0 -1
- package/dist/core/messages/ja/cli/cli-command-server-messages.d.ts +0 -12
- package/dist/core/messages/ja/cli/cli-command-server-messages.d.ts.map +0 -1
- package/dist/core/messages/ja/cli/cli-command-server-messages.js +0 -12
- package/dist/core/messages/ja/cli/cli-command-server-messages.js.map +0 -1
- package/dist/core/messages/pt/api/api-middleware-messages.d.ts +0 -10
- package/dist/core/messages/pt/api/api-middleware-messages.d.ts.map +0 -1
- package/dist/core/messages/pt/api/api-middleware-messages.js +0 -10
- package/dist/core/messages/pt/api/api-middleware-messages.js.map +0 -1
- package/dist/core/messages/pt/api/api-routes-messages.d.ts +0 -37
- package/dist/core/messages/pt/api/api-routes-messages.d.ts.map +0 -1
- package/dist/core/messages/pt/api/api-routes-messages.js +0 -37
- package/dist/core/messages/pt/api/api-routes-messages.js.map +0 -1
- package/dist/core/messages/pt/api/api-server-messages.d.ts +0 -11
- package/dist/core/messages/pt/api/api-server-messages.d.ts.map +0 -1
- package/dist/core/messages/pt/api/api-server-messages.js +0 -11
- package/dist/core/messages/pt/api/api-server-messages.js.map +0 -1
- package/dist/core/messages/pt/api/api-services-messages.d.ts +0 -16
- package/dist/core/messages/pt/api/api-services-messages.d.ts.map +0 -1
- package/dist/core/messages/pt/api/api-services-messages.js +0 -16
- package/dist/core/messages/pt/api/api-services-messages.js.map +0 -1
- package/dist/core/messages/pt/api/index.d.ts +0 -5
- package/dist/core/messages/pt/api/index.d.ts.map +0 -1
- package/dist/core/messages/pt/api/index.js +0 -5
- package/dist/core/messages/pt/api/index.js.map +0 -1
- package/dist/core/messages/pt/cli/cli-command-server-messages.d.ts +0 -12
- package/dist/core/messages/pt/cli/cli-command-server-messages.d.ts.map +0 -1
- package/dist/core/messages/pt/cli/cli-command-server-messages.js +0 -12
- package/dist/core/messages/pt/cli/cli-command-server-messages.js.map +0 -1
- package/dist/core/messages/zh/api/api-middleware-messages.d.ts +0 -10
- package/dist/core/messages/zh/api/api-middleware-messages.d.ts.map +0 -1
- package/dist/core/messages/zh/api/api-middleware-messages.js +0 -10
- package/dist/core/messages/zh/api/api-middleware-messages.js.map +0 -1
- package/dist/core/messages/zh/api/api-routes-messages.d.ts +0 -37
- package/dist/core/messages/zh/api/api-routes-messages.d.ts.map +0 -1
- package/dist/core/messages/zh/api/api-routes-messages.js +0 -37
- package/dist/core/messages/zh/api/api-routes-messages.js.map +0 -1
- package/dist/core/messages/zh/api/api-server-messages.d.ts +0 -11
- package/dist/core/messages/zh/api/api-server-messages.d.ts.map +0 -1
- package/dist/core/messages/zh/api/api-server-messages.js +0 -11
- package/dist/core/messages/zh/api/api-server-messages.js.map +0 -1
- package/dist/core/messages/zh/api/api-services-messages.d.ts +0 -16
- package/dist/core/messages/zh/api/api-services-messages.d.ts.map +0 -1
- package/dist/core/messages/zh/api/api-services-messages.js +0 -16
- package/dist/core/messages/zh/api/api-services-messages.js.map +0 -1
- package/dist/core/messages/zh/api/index.d.ts +0 -5
- package/dist/core/messages/zh/api/index.d.ts.map +0 -1
- package/dist/core/messages/zh/api/index.js +0 -5
- package/dist/core/messages/zh/api/index.js.map +0 -1
- package/dist/core/messages/zh/cli/cli-command-server-messages.d.ts +0 -12
- package/dist/core/messages/zh/cli/cli-command-server-messages.d.ts.map +0 -1
- package/dist/core/messages/zh/cli/cli-command-server-messages.js +0 -12
- package/dist/core/messages/zh/cli/cli-command-server-messages.js.map +0 -1
- package/dist/types/common/api-types.d.ts +0 -73
- package/dist/types/common/api-types.d.ts.map +0 -1
- package/dist/types/common/api-types.js +0 -2
- package/dist/types/common/api-types.js.map +0 -1
- /package/out/_next/static/{WkbNrhSUmQHl6FUQrrd3Q → rSwWA0jiTeQUXZXHLMAZ1}/_buildManifest.js +0 -0
- /package/out/_next/static/{WkbNrhSUmQHl6FUQrrd3Q → rSwWA0jiTeQUXZXHLMAZ1}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{WkbNrhSUmQHl6FUQrrd3Q → rSwWA0jiTeQUXZXHLMAZ1}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,1409 @@
|
|
|
1
|
+
THIRD PARTY NOTICES
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
tutanus@0.12.5 - Project license: MIT-0
|
|
5
|
+
This file lists third-party components included (production) and their notices/licenses.
|
|
6
|
+
Generated at: 2026-06-02T13:01:38.653Z
|
|
7
|
+
|
|
8
|
+
Notes:
|
|
9
|
+
- This file is generated automatically; do not edit manually.
|
|
10
|
+
- To update, run: npm run licenses:notice
|
|
11
|
+
- Third-party license texts are reproduced in their original language to preserve legal validity.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
Pacote: @apidevtools/json-schema-ref-parser@14.0.1
|
|
15
|
+
Licenças: MIT
|
|
16
|
+
Publicador: James Messinger
|
|
17
|
+
Repositório: https://github.com/APIDevTools/json-schema-ref-parser
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
Pacote: @apidevtools/openapi-schemas@2.1.0
|
|
21
|
+
Licenças: MIT
|
|
22
|
+
Publicador: James Messinger
|
|
23
|
+
Repositório: https://github.com/APIDevTools/openapi-schemas
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
Pacote: @apidevtools/swagger-methods@3.0.2
|
|
27
|
+
Licenças: MIT
|
|
28
|
+
Publicador: James Messinger
|
|
29
|
+
Repositório: https://github.com/APIDevTools/swagger-methods
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
Pacote: @apidevtools/swagger-parser@12.1.0
|
|
33
|
+
Licenças: MIT
|
|
34
|
+
Repositório: https://github.com/APIDevTools/swagger-parser
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
Pacote: @babel/code-frame@7.29.7
|
|
38
|
+
Licenças: MIT
|
|
39
|
+
Publicador: The Babel Team
|
|
40
|
+
Repositório: https://github.com/babel/babel
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
Pacote: @babel/generator@7.29.7
|
|
44
|
+
Licenças: MIT
|
|
45
|
+
Publicador: The Babel Team
|
|
46
|
+
Repositório: https://github.com/babel/babel
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
Pacote: @babel/helper-globals@7.29.7
|
|
50
|
+
Licenças: MIT
|
|
51
|
+
Publicador: The Babel Team
|
|
52
|
+
Repositório: https://github.com/babel/babel
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
Pacote: @babel/helper-string-parser@7.29.7
|
|
56
|
+
Licenças: MIT
|
|
57
|
+
Publicador: The Babel Team
|
|
58
|
+
Repositório: https://github.com/babel/babel
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
Pacote: @babel/helper-validator-identifier@7.29.7
|
|
62
|
+
Licenças: MIT
|
|
63
|
+
Publicador: The Babel Team
|
|
64
|
+
Repositório: https://github.com/babel/babel
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
Pacote: @babel/parser@7.29.7
|
|
68
|
+
Licenças: MIT
|
|
69
|
+
Publicador: The Babel Team
|
|
70
|
+
Repositório: https://github.com/babel/babel
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
Pacote: @babel/template@7.29.7
|
|
74
|
+
Licenças: MIT
|
|
75
|
+
Publicador: The Babel Team
|
|
76
|
+
Repositório: https://github.com/babel/babel
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
Pacote: @babel/traverse@7.29.7
|
|
80
|
+
Licenças: MIT
|
|
81
|
+
Publicador: The Babel Team
|
|
82
|
+
Repositório: https://github.com/babel/babel
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
Pacote: @babel/types@7.29.7
|
|
86
|
+
Licenças: MIT
|
|
87
|
+
Publicador: The Babel Team
|
|
88
|
+
Repositório: https://github.com/babel/babel
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
Pacote: @img/colour@1.1.0
|
|
92
|
+
Licenças: MIT
|
|
93
|
+
Repositório: https://github.com/lovell/colour
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
Pacote: @img/sharp-libvips-linux-x64@1.2.4
|
|
97
|
+
Licenças: LGPL-3.0-or-later
|
|
98
|
+
Publicador: Lovell Fuller
|
|
99
|
+
Contato: npm@lovell.info
|
|
100
|
+
Repositório: https://github.com/lovell/sharp-libvips
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
Pacote: @img/sharp-libvips-linuxmusl-x64@1.2.4
|
|
104
|
+
Licenças: LGPL-3.0-or-later
|
|
105
|
+
Publicador: Lovell Fuller
|
|
106
|
+
Contato: npm@lovell.info
|
|
107
|
+
Repositório: https://github.com/lovell/sharp-libvips
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
Pacote: @img/sharp-linux-x64@0.34.5
|
|
111
|
+
Licenças: Apache-2.0
|
|
112
|
+
Publicador: Lovell Fuller
|
|
113
|
+
Contato: npm@lovell.info
|
|
114
|
+
Repositório: https://github.com/lovell/sharp
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
Pacote: @img/sharp-linuxmusl-x64@0.34.5
|
|
118
|
+
Licenças: Apache-2.0
|
|
119
|
+
Publicador: Lovell Fuller
|
|
120
|
+
Contato: npm@lovell.info
|
|
121
|
+
Repositório: https://github.com/lovell/sharp
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
Pacote: @jridgewell/gen-mapping@0.3.13
|
|
125
|
+
Licenças: MIT
|
|
126
|
+
Publicador: Justin Ridgewell
|
|
127
|
+
Contato: justin@ridgewell.name
|
|
128
|
+
Repositório: https://github.com/jridgewell/sourcemaps
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
Pacote: @jridgewell/resolve-uri@3.1.2
|
|
132
|
+
Licenças: MIT
|
|
133
|
+
Publicador: Justin Ridgewell
|
|
134
|
+
Contato: justin@ridgewell.name
|
|
135
|
+
Repositório: https://github.com/jridgewell/resolve-uri
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
Pacote: @jridgewell/sourcemap-codec@1.5.5
|
|
139
|
+
Licenças: MIT
|
|
140
|
+
Publicador: Justin Ridgewell
|
|
141
|
+
Contato: justin@ridgewell.name
|
|
142
|
+
Repositório: https://github.com/jridgewell/sourcemaps
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
Pacote: @jridgewell/trace-mapping@0.3.31
|
|
146
|
+
Licenças: MIT
|
|
147
|
+
Publicador: Justin Ridgewell
|
|
148
|
+
Contato: justin@ridgewell.name
|
|
149
|
+
Repositório: https://github.com/jridgewell/sourcemaps
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
Pacote: @next/env@16.2.7
|
|
153
|
+
Licenças: MIT
|
|
154
|
+
Publicador: Next.js Team
|
|
155
|
+
Contato: support@vercel.com
|
|
156
|
+
Repositório: https://github.com/vercel/next.js
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
Pacote: @next/swc-linux-x64-gnu@16.2.7
|
|
160
|
+
Licenças: MIT
|
|
161
|
+
Repositório: https://github.com/vercel/next.js
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
Pacote: @next/swc-linux-x64-musl@16.2.7
|
|
165
|
+
Licenças: MIT
|
|
166
|
+
Repositório: https://github.com/vercel/next.js
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
Pacote: @nodable/entities@2.1.1
|
|
170
|
+
Licenças: MIT
|
|
171
|
+
Publicador: Amit Gupta
|
|
172
|
+
Repositório: https://github.com/nodable/val-parsers
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
Pacote: @octokit/app@16.1.2
|
|
176
|
+
Licenças: MIT
|
|
177
|
+
Publicador: Gregor Martynus
|
|
178
|
+
Repositório: https://github.com/octokit/app.js
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
Pacote: @octokit/auth-app@8.2.0
|
|
182
|
+
Licenças: MIT
|
|
183
|
+
Publicador: Gregor Martynus
|
|
184
|
+
Repositório: https://github.com/octokit/auth-app.js
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
Pacote: @octokit/auth-oauth-app@9.0.3
|
|
188
|
+
Licenças: MIT
|
|
189
|
+
Publicador: Gregor Martynus
|
|
190
|
+
Repositório: https://github.com/octokit/auth-oauth-app.js
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
Pacote: @octokit/auth-oauth-device@8.0.3
|
|
194
|
+
Licenças: MIT
|
|
195
|
+
Publicador: Gregor Martynus
|
|
196
|
+
Repositório: https://github.com/octokit/auth-oauth-device.js
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
Pacote: @octokit/auth-oauth-user@6.0.2
|
|
200
|
+
Licenças: MIT
|
|
201
|
+
Publicador: Gregor Martynus
|
|
202
|
+
Repositório: https://github.com/octokit/auth-oauth-user.js
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
Pacote: @octokit/auth-token@6.0.0
|
|
206
|
+
Licenças: MIT
|
|
207
|
+
Publicador: Gregor Martynus
|
|
208
|
+
Repositório: https://github.com/octokit/auth-token.js
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
Pacote: @octokit/auth-unauthenticated@7.0.3
|
|
212
|
+
Licenças: MIT
|
|
213
|
+
Publicador: Gregor Martynus
|
|
214
|
+
Repositório: https://github.com/octokit/auth-unauthenticated.js
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
Pacote: @octokit/core@7.0.6
|
|
218
|
+
Licenças: MIT
|
|
219
|
+
Publicador: Gregor Martynus
|
|
220
|
+
Repositório: https://github.com/octokit/core.js
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
Pacote: @octokit/endpoint@11.0.3
|
|
224
|
+
Licenças: MIT
|
|
225
|
+
Publicador: Gregor Martynus
|
|
226
|
+
Repositório: https://github.com/octokit/endpoint.js
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
Pacote: @octokit/graphql@9.0.3
|
|
230
|
+
Licenças: MIT
|
|
231
|
+
Publicador: Gregor Martynus
|
|
232
|
+
Repositório: https://github.com/octokit/graphql.js
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
Pacote: @octokit/oauth-app@8.0.3
|
|
236
|
+
Licenças: MIT
|
|
237
|
+
Publicador: Gregor Martynus
|
|
238
|
+
Repositório: https://github.com/octokit/oauth-app.js
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
Pacote: @octokit/oauth-authorization-url@8.0.0
|
|
242
|
+
Licenças: MIT
|
|
243
|
+
Publicador: Gregor Martynus
|
|
244
|
+
Repositório: https://github.com/octokit/oauth-authorization-url.js
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
Pacote: @octokit/oauth-methods@6.0.2
|
|
248
|
+
Licenças: MIT
|
|
249
|
+
Publicador: Gregor Martynus
|
|
250
|
+
Repositório: https://github.com/octokit/oauth-methods.js
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
Pacote: @octokit/openapi-types@27.0.0
|
|
254
|
+
Licenças: MIT
|
|
255
|
+
Publicador: Gregor Martynus
|
|
256
|
+
Repositório: https://github.com/octokit/openapi-types.ts
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
Pacote: @octokit/openapi-webhooks-types@12.1.0
|
|
260
|
+
Licenças: MIT
|
|
261
|
+
Publicador: wolfy1339
|
|
262
|
+
Contato: webmaster@wolfy1339.com
|
|
263
|
+
Repositório: https://github.com/octokit/openapi-webhooks
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
Pacote: @octokit/plugin-paginate-rest@14.0.0
|
|
267
|
+
Licenças: MIT
|
|
268
|
+
Repositório: https://github.com/octokit/plugin-paginate-rest.js
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
Pacote: @octokit/request-error@7.1.0
|
|
272
|
+
Licenças: MIT
|
|
273
|
+
Publicador: Gregor Martynus
|
|
274
|
+
Repositório: https://github.com/octokit/request-error.js
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
Pacote: @octokit/request@10.0.10
|
|
278
|
+
Licenças: MIT
|
|
279
|
+
Publicador: Gregor Martynus
|
|
280
|
+
Repositório: https://github.com/octokit/request.js
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
Pacote: @octokit/types@16.0.0
|
|
284
|
+
Licenças: MIT
|
|
285
|
+
Publicador: Gregor Martynus
|
|
286
|
+
Repositório: https://github.com/octokit/types.ts
|
|
287
|
+
|
|
288
|
+
---
|
|
289
|
+
Pacote: @octokit/webhooks-methods@6.0.0
|
|
290
|
+
Licenças: MIT
|
|
291
|
+
Publicador: Gregor Martynus
|
|
292
|
+
Repositório: https://github.com/octokit/webhooks-methods.js
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
Pacote: @octokit/webhooks@14.2.0
|
|
296
|
+
Licenças: MIT
|
|
297
|
+
Publicador: Gregor Martynus
|
|
298
|
+
Repositório: https://github.com/octokit/webhooks.js
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
Pacote: @swc/helpers@0.5.15
|
|
302
|
+
Licenças: Apache-2.0
|
|
303
|
+
Publicador: 강동윤
|
|
304
|
+
Contato: kdy1997.dev@gmail.com
|
|
305
|
+
Repositório: https://github.com/swc-project/swc
|
|
306
|
+
|
|
307
|
+
---
|
|
308
|
+
Pacote: @types/aws-lambda@8.10.161
|
|
309
|
+
Licenças: MIT
|
|
310
|
+
Repositório: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
311
|
+
|
|
312
|
+
---
|
|
313
|
+
Pacote: @types/json-schema@7.0.15
|
|
314
|
+
Licenças: MIT
|
|
315
|
+
Repositório: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
Pacote: accepts@2.0.0
|
|
319
|
+
Licenças: MIT
|
|
320
|
+
Repositório: https://github.com/jshttp/accepts
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
Pacote: ansi-regex@6.2.2
|
|
324
|
+
Licenças: MIT
|
|
325
|
+
Publicador: Sindre Sorhus
|
|
326
|
+
Contato: sindresorhus@gmail.com
|
|
327
|
+
Repositório: https://github.com/chalk/ansi-regex
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
Pacote: argparse@2.0.1
|
|
331
|
+
Licenças: Python-2.0
|
|
332
|
+
Repositório: https://github.com/nodeca/argparse
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
Pacote: balanced-match@4.0.4
|
|
336
|
+
Licenças: MIT
|
|
337
|
+
Repositório: https://github.com/juliangruber/balanced-match
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
Pacote: baseline-browser-mapping@2.10.33
|
|
341
|
+
Licenças: Apache-2.0
|
|
342
|
+
Repositório: https://github.com/web-platform-dx/baseline-browser-mapping
|
|
343
|
+
|
|
344
|
+
---
|
|
345
|
+
Pacote: basic-auth@2.0.1
|
|
346
|
+
Licenças: MIT
|
|
347
|
+
Repositório: https://github.com/jshttp/basic-auth
|
|
348
|
+
|
|
349
|
+
---
|
|
350
|
+
Pacote: before-after-hook@4.0.0
|
|
351
|
+
Licenças: Apache-2.0
|
|
352
|
+
Publicador: Gregor Martynus
|
|
353
|
+
Repositório: https://github.com/gr2m/before-after-hook
|
|
354
|
+
|
|
355
|
+
---
|
|
356
|
+
Pacote: body-parser@2.2.2
|
|
357
|
+
Licenças: MIT
|
|
358
|
+
Repositório: https://github.com/expressjs/body-parser
|
|
359
|
+
|
|
360
|
+
---
|
|
361
|
+
Pacote: brace-expansion@5.0.6
|
|
362
|
+
Licenças: MIT
|
|
363
|
+
Repositório: https://github.com/juliangruber/brace-expansion
|
|
364
|
+
|
|
365
|
+
---
|
|
366
|
+
Pacote: braces@3.0.3
|
|
367
|
+
Licenças: MIT
|
|
368
|
+
Publicador: Jon Schlinkert
|
|
369
|
+
Repositório: https://github.com/micromatch/braces
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
Pacote: bytes@3.1.2
|
|
373
|
+
Licenças: MIT
|
|
374
|
+
Publicador: TJ Holowaychuk
|
|
375
|
+
Contato: tj@vision-media.ca
|
|
376
|
+
Repositório: https://github.com/visionmedia/bytes.js
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
Pacote: call-bind-apply-helpers@1.0.2
|
|
380
|
+
Licenças: MIT
|
|
381
|
+
Publicador: Jordan Harband
|
|
382
|
+
Contato: ljharb@gmail.com
|
|
383
|
+
Repositório: https://github.com/ljharb/call-bind-apply-helpers
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
Pacote: call-bound@1.0.4
|
|
387
|
+
Licenças: MIT
|
|
388
|
+
Publicador: Jordan Harband
|
|
389
|
+
Contato: ljharb@gmail.com
|
|
390
|
+
Repositório: https://github.com/ljharb/call-bound
|
|
391
|
+
|
|
392
|
+
---
|
|
393
|
+
Pacote: call-me-maybe@1.0.2
|
|
394
|
+
Licenças: MIT
|
|
395
|
+
Publicador: Eric McCarthy
|
|
396
|
+
Contato: eric@limulus.net
|
|
397
|
+
Repositório: https://github.com/limulus/call-me-maybe
|
|
398
|
+
|
|
399
|
+
---
|
|
400
|
+
Pacote: caniuse-lite@1.0.30001793
|
|
401
|
+
Licenças: CC-BY-4.0
|
|
402
|
+
Publicador: Ben Briggs
|
|
403
|
+
Contato: beneb.info@gmail.com
|
|
404
|
+
Repositório: https://github.com/browserslist/caniuse-lite
|
|
405
|
+
|
|
406
|
+
---
|
|
407
|
+
Pacote: chalk@5.6.2
|
|
408
|
+
Licenças: MIT
|
|
409
|
+
Repositório: https://github.com/chalk/chalk
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
Pacote: cli-cursor@5.0.0
|
|
413
|
+
Licenças: MIT
|
|
414
|
+
Publicador: Sindre Sorhus
|
|
415
|
+
Contato: sindresorhus@gmail.com
|
|
416
|
+
Repositório: https://github.com/sindresorhus/cli-cursor
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
Pacote: cli-spinners@3.4.0
|
|
420
|
+
Licenças: MIT
|
|
421
|
+
Publicador: Sindre Sorhus
|
|
422
|
+
Contato: sindresorhus@gmail.com
|
|
423
|
+
Repositório: https://github.com/sindresorhus/cli-spinners
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
Pacote: client-only@0.0.1
|
|
427
|
+
Licenças: MIT
|
|
428
|
+
|
|
429
|
+
---
|
|
430
|
+
Pacote: commander@15.0.0
|
|
431
|
+
Licenças: MIT
|
|
432
|
+
Publicador: TJ Holowaychuk
|
|
433
|
+
Contato: tj@vision-media.ca
|
|
434
|
+
Repositório: https://github.com/tj/commander.js
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
Pacote: content-disposition@1.1.0
|
|
438
|
+
Licenças: MIT
|
|
439
|
+
Publicador: Douglas Christopher Wilson
|
|
440
|
+
Contato: doug@somethingdoug.com
|
|
441
|
+
Repositório: https://github.com/jshttp/content-disposition
|
|
442
|
+
|
|
443
|
+
---
|
|
444
|
+
Pacote: content-type@2.0.0
|
|
445
|
+
Licenças: MIT
|
|
446
|
+
Publicador: Douglas Christopher Wilson
|
|
447
|
+
Contato: doug@somethingdoug.com
|
|
448
|
+
Repositório: https://github.com/jshttp/content-type
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
Pacote: cookie-signature@1.2.2
|
|
452
|
+
Licenças: MIT
|
|
453
|
+
Publicador: TJ Holowaychuk
|
|
454
|
+
Contato: tj@learnboost.com
|
|
455
|
+
Repositório: https://github.com/visionmedia/node-cookie-signature
|
|
456
|
+
|
|
457
|
+
---
|
|
458
|
+
Pacote: cookie@0.7.2
|
|
459
|
+
Licenças: MIT
|
|
460
|
+
Publicador: Roman Shtylman
|
|
461
|
+
Contato: shtylman@gmail.com
|
|
462
|
+
Repositório: https://github.com/jshttp/cookie
|
|
463
|
+
|
|
464
|
+
---
|
|
465
|
+
Pacote: cors@2.8.6
|
|
466
|
+
Licenças: MIT
|
|
467
|
+
Publicador: Troy Goode
|
|
468
|
+
Contato: troygoode@gmail.com
|
|
469
|
+
Repositório: https://github.com/expressjs/cors
|
|
470
|
+
|
|
471
|
+
---
|
|
472
|
+
Pacote: cross-spawn@7.0.6
|
|
473
|
+
Licenças: MIT
|
|
474
|
+
Publicador: André Cruz
|
|
475
|
+
Contato: andre@moxy.studio
|
|
476
|
+
Repositório: https://github.com/moxystudio/node-cross-spawn
|
|
477
|
+
|
|
478
|
+
---
|
|
479
|
+
Pacote: css-tree@3.2.1
|
|
480
|
+
Licenças: MIT
|
|
481
|
+
Publicador: Roman Dvornov
|
|
482
|
+
Contato: rdvornov@gmail.com
|
|
483
|
+
Repositório: https://github.com/csstree/csstree
|
|
484
|
+
|
|
485
|
+
---
|
|
486
|
+
Pacote: cuint@0.2.2
|
|
487
|
+
Licenças: MIT
|
|
488
|
+
Publicador: Pierre Curto
|
|
489
|
+
Repositório: https://github.com/pierrec/js-cuint
|
|
490
|
+
|
|
491
|
+
---
|
|
492
|
+
Pacote: debug@4.4.3
|
|
493
|
+
Licenças: MIT
|
|
494
|
+
Publicador: Josh Junon
|
|
495
|
+
Repositório: https://github.com/debug-js/debug
|
|
496
|
+
|
|
497
|
+
---
|
|
498
|
+
Pacote: depd@2.0.0
|
|
499
|
+
Licenças: MIT
|
|
500
|
+
Publicador: Douglas Christopher Wilson
|
|
501
|
+
Contato: doug@somethingdoug.com
|
|
502
|
+
Repositório: https://github.com/dougwilson/nodejs-depd
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
Pacote: detect-libc@2.1.2
|
|
506
|
+
Licenças: Apache-2.0
|
|
507
|
+
Publicador: Lovell Fuller
|
|
508
|
+
Contato: npm@lovell.info
|
|
509
|
+
Repositório: https://github.com/lovell/detect-libc
|
|
510
|
+
|
|
511
|
+
---
|
|
512
|
+
Pacote: dom-serializer@3.1.1
|
|
513
|
+
Licenças: MIT
|
|
514
|
+
Publicador: Felix Boehm
|
|
515
|
+
Contato: me@feedic.com
|
|
516
|
+
Repositório: https://github.com/cheeriojs/dom-serializer
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
Pacote: domelementtype@3.0.0
|
|
520
|
+
Licenças: BSD-2-Clause
|
|
521
|
+
Publicador: Felix Boehm
|
|
522
|
+
Contato: me@feedic.com
|
|
523
|
+
Repositório: https://github.com/fb55/domelementtype
|
|
524
|
+
|
|
525
|
+
---
|
|
526
|
+
Pacote: domhandler@6.0.1
|
|
527
|
+
Licenças: BSD-2-Clause
|
|
528
|
+
Publicador: Felix Boehm
|
|
529
|
+
Contato: me@feedic.com
|
|
530
|
+
Repositório: https://github.com/fb55/domhandler
|
|
531
|
+
|
|
532
|
+
---
|
|
533
|
+
Pacote: domutils@4.0.2
|
|
534
|
+
Licenças: BSD-2-Clause
|
|
535
|
+
Publicador: Felix Boehm
|
|
536
|
+
Contato: me@feedic.com
|
|
537
|
+
Repositório: https://github.com/fb55/domutils
|
|
538
|
+
|
|
539
|
+
---
|
|
540
|
+
Pacote: dotenv@17.4.2
|
|
541
|
+
Licenças: BSD-2-Clause
|
|
542
|
+
Repositório: https://github.com/motdotla/dotenv
|
|
543
|
+
|
|
544
|
+
---
|
|
545
|
+
Pacote: dunder-proto@1.0.1
|
|
546
|
+
Licenças: MIT
|
|
547
|
+
Publicador: Jordan Harband
|
|
548
|
+
Contato: ljharb@gmail.com
|
|
549
|
+
Repositório: https://github.com/es-shims/dunder-proto
|
|
550
|
+
|
|
551
|
+
---
|
|
552
|
+
Pacote: ee-first@1.1.1
|
|
553
|
+
Licenças: MIT
|
|
554
|
+
Publicador: Jonathan Ong
|
|
555
|
+
Contato: me@jongleberry.com
|
|
556
|
+
Repositório: https://github.com/jonathanong/ee-first
|
|
557
|
+
|
|
558
|
+
---
|
|
559
|
+
Pacote: encodeurl@2.0.0
|
|
560
|
+
Licenças: MIT
|
|
561
|
+
Repositório: https://github.com/pillarjs/encodeurl
|
|
562
|
+
|
|
563
|
+
---
|
|
564
|
+
Pacote: entities@8.0.0
|
|
565
|
+
Licenças: BSD-2-Clause
|
|
566
|
+
Publicador: Felix Boehm
|
|
567
|
+
Contato: me@feedic.com
|
|
568
|
+
Repositório: https://github.com/fb55/entities
|
|
569
|
+
|
|
570
|
+
---
|
|
571
|
+
Pacote: es-define-property@1.0.1
|
|
572
|
+
Licenças: MIT
|
|
573
|
+
Publicador: Jordan Harband
|
|
574
|
+
Contato: ljharb@gmail.com
|
|
575
|
+
Repositório: https://github.com/ljharb/es-define-property
|
|
576
|
+
|
|
577
|
+
---
|
|
578
|
+
Pacote: es-errors@1.3.0
|
|
579
|
+
Licenças: MIT
|
|
580
|
+
Publicador: Jordan Harband
|
|
581
|
+
Contato: ljharb@gmail.com
|
|
582
|
+
Repositório: https://github.com/ljharb/es-errors
|
|
583
|
+
|
|
584
|
+
---
|
|
585
|
+
Pacote: es-object-atoms@1.1.2
|
|
586
|
+
Licenças: MIT
|
|
587
|
+
Publicador: Jordan Harband
|
|
588
|
+
Contato: ljharb@gmail.com
|
|
589
|
+
Repositório: https://github.com/ljharb/es-object-atoms
|
|
590
|
+
|
|
591
|
+
---
|
|
592
|
+
Pacote: escape-html@1.0.3
|
|
593
|
+
Licenças: MIT
|
|
594
|
+
Repositório: https://github.com/component/escape-html
|
|
595
|
+
|
|
596
|
+
---
|
|
597
|
+
Pacote: esutils@2.0.3
|
|
598
|
+
Licenças: BSD-2-Clause
|
|
599
|
+
Repositório: https://github.com/estools/esutils
|
|
600
|
+
|
|
601
|
+
---
|
|
602
|
+
Pacote: etag@1.8.1
|
|
603
|
+
Licenças: MIT
|
|
604
|
+
Repositório: https://github.com/jshttp/etag
|
|
605
|
+
|
|
606
|
+
---
|
|
607
|
+
Pacote: express-rate-limit@8.5.2
|
|
608
|
+
Licenças: MIT
|
|
609
|
+
Publicador: Nathan Friedly
|
|
610
|
+
Repositório: https://github.com/express-rate-limit/express-rate-limit
|
|
611
|
+
|
|
612
|
+
---
|
|
613
|
+
Pacote: express@5.2.1
|
|
614
|
+
Licenças: MIT
|
|
615
|
+
Publicador: TJ Holowaychuk
|
|
616
|
+
Contato: tj@vision-media.ca
|
|
617
|
+
Repositório: https://github.com/expressjs/express
|
|
618
|
+
|
|
619
|
+
---
|
|
620
|
+
Pacote: fast-deep-equal@3.1.3
|
|
621
|
+
Licenças: MIT
|
|
622
|
+
Publicador: Evgeny Poberezkin
|
|
623
|
+
Repositório: https://github.com/epoberezkin/fast-deep-equal
|
|
624
|
+
|
|
625
|
+
---
|
|
626
|
+
Pacote: fast-uri@3.1.2
|
|
627
|
+
Licenças: BSD-3-Clause
|
|
628
|
+
Publicador: Vincent Le Goff
|
|
629
|
+
Contato: vince.legoff@gmail.com
|
|
630
|
+
Repositório: https://github.com/fastify/fast-uri
|
|
631
|
+
|
|
632
|
+
---
|
|
633
|
+
Pacote: fast-xml-builder@1.2.0
|
|
634
|
+
Licenças: MIT
|
|
635
|
+
Publicador: Amit Gupta
|
|
636
|
+
Repositório: https://github.com/NaturalIntelligence/fast-xml-builder
|
|
637
|
+
|
|
638
|
+
---
|
|
639
|
+
Pacote: fast-xml-parser@5.8.0
|
|
640
|
+
Licenças: MIT
|
|
641
|
+
Publicador: Amit Gupta
|
|
642
|
+
Repositório: https://github.com/NaturalIntelligence/fast-xml-parser
|
|
643
|
+
|
|
644
|
+
---
|
|
645
|
+
Pacote: fill-range@7.1.1
|
|
646
|
+
Licenças: MIT
|
|
647
|
+
Publicador: Jon Schlinkert
|
|
648
|
+
Repositório: https://github.com/jonschlinkert/fill-range
|
|
649
|
+
|
|
650
|
+
---
|
|
651
|
+
Pacote: finalhandler@2.1.1
|
|
652
|
+
Licenças: MIT
|
|
653
|
+
Publicador: Douglas Christopher Wilson
|
|
654
|
+
Contato: doug@somethingdoug.com
|
|
655
|
+
Repositório: https://github.com/pillarjs/finalhandler
|
|
656
|
+
|
|
657
|
+
---
|
|
658
|
+
Pacote: foreground-child@3.3.1
|
|
659
|
+
Licenças: ISC
|
|
660
|
+
Publicador: Isaac Z. Schlueter
|
|
661
|
+
Contato: i@izs.me
|
|
662
|
+
Repositório: https://github.com/tapjs/foreground-child
|
|
663
|
+
|
|
664
|
+
---
|
|
665
|
+
Pacote: forwarded@0.2.0
|
|
666
|
+
Licenças: MIT
|
|
667
|
+
Repositório: https://github.com/jshttp/forwarded
|
|
668
|
+
|
|
669
|
+
---
|
|
670
|
+
Pacote: fresh@2.0.0
|
|
671
|
+
Licenças: MIT
|
|
672
|
+
Publicador: TJ Holowaychuk
|
|
673
|
+
Contato: tj@vision-media.ca
|
|
674
|
+
Repositório: https://github.com/jshttp/fresh
|
|
675
|
+
|
|
676
|
+
---
|
|
677
|
+
Pacote: function-bind@1.1.2
|
|
678
|
+
Licenças: MIT
|
|
679
|
+
Publicador: Raynos
|
|
680
|
+
Contato: raynos2@gmail.com
|
|
681
|
+
Repositório: https://github.com/Raynos/function-bind
|
|
682
|
+
|
|
683
|
+
---
|
|
684
|
+
Pacote: get-east-asian-width@1.6.0
|
|
685
|
+
Licenças: MIT
|
|
686
|
+
Publicador: Sindre Sorhus
|
|
687
|
+
Contato: sindresorhus@gmail.com
|
|
688
|
+
Repositório: https://github.com/sindresorhus/get-east-asian-width
|
|
689
|
+
|
|
690
|
+
---
|
|
691
|
+
Pacote: get-intrinsic@1.3.0
|
|
692
|
+
Licenças: MIT
|
|
693
|
+
Publicador: Jordan Harband
|
|
694
|
+
Contato: ljharb@gmail.com
|
|
695
|
+
Repositório: https://github.com/ljharb/get-intrinsic
|
|
696
|
+
|
|
697
|
+
---
|
|
698
|
+
Pacote: get-proto@1.0.1
|
|
699
|
+
Licenças: MIT
|
|
700
|
+
Publicador: Jordan Harband
|
|
701
|
+
Contato: ljharb@gmail.com
|
|
702
|
+
Repositório: https://github.com/ljharb/get-proto
|
|
703
|
+
|
|
704
|
+
---
|
|
705
|
+
Pacote: gonzales-pe@4.3.0
|
|
706
|
+
Licenças: MIT
|
|
707
|
+
Publicador: Tony Ganch
|
|
708
|
+
Contato: tonyganch+github@gmail.com
|
|
709
|
+
Repositório: https://github.com/tonyganch/gonzales-pe
|
|
710
|
+
|
|
711
|
+
---
|
|
712
|
+
Pacote: gopd@1.2.0
|
|
713
|
+
Licenças: MIT
|
|
714
|
+
Publicador: Jordan Harband
|
|
715
|
+
Contato: ljharb@gmail.com
|
|
716
|
+
Repositório: https://github.com/ljharb/gopd
|
|
717
|
+
|
|
718
|
+
---
|
|
719
|
+
Pacote: has-symbols@1.1.0
|
|
720
|
+
Licenças: MIT
|
|
721
|
+
Publicador: Jordan Harband
|
|
722
|
+
Contato: ljharb@gmail.com
|
|
723
|
+
Repositório: https://github.com/inspect-js/has-symbols
|
|
724
|
+
|
|
725
|
+
---
|
|
726
|
+
Pacote: hasown@2.0.4
|
|
727
|
+
Licenças: MIT
|
|
728
|
+
Publicador: Jordan Harband
|
|
729
|
+
Contato: ljharb@gmail.com
|
|
730
|
+
Repositório: https://github.com/inspect-js/hasOwn
|
|
731
|
+
|
|
732
|
+
---
|
|
733
|
+
Pacote: htmlparser2@12.0.0
|
|
734
|
+
Licenças: MIT
|
|
735
|
+
Publicador: Felix Boehm
|
|
736
|
+
Contato: me@feedic.com
|
|
737
|
+
Repositório: https://github.com/fb55/htmlparser2
|
|
738
|
+
|
|
739
|
+
---
|
|
740
|
+
Pacote: http-errors@2.0.1
|
|
741
|
+
Licenças: MIT
|
|
742
|
+
Publicador: Jonathan Ong
|
|
743
|
+
Contato: me@jongleberry.com
|
|
744
|
+
Repositório: https://github.com/jshttp/http-errors
|
|
745
|
+
|
|
746
|
+
---
|
|
747
|
+
Pacote: iconv-lite@0.7.2
|
|
748
|
+
Licenças: MIT
|
|
749
|
+
Publicador: Alexander Shtuchkin
|
|
750
|
+
Contato: ashtuchkin@gmail.com
|
|
751
|
+
Repositório: https://github.com/pillarjs/iconv-lite
|
|
752
|
+
|
|
753
|
+
---
|
|
754
|
+
Pacote: inherits@2.0.4
|
|
755
|
+
Licenças: ISC
|
|
756
|
+
Repositório: https://github.com/isaacs/inherits
|
|
757
|
+
|
|
758
|
+
---
|
|
759
|
+
Pacote: ip-address@10.2.0
|
|
760
|
+
Licenças: MIT
|
|
761
|
+
Publicador: Beau Gunderson
|
|
762
|
+
Contato: beau@beaugunderson.com
|
|
763
|
+
Repositório: https://github.com/beaugunderson/ip-address
|
|
764
|
+
|
|
765
|
+
---
|
|
766
|
+
Pacote: ipaddr.js@1.9.1
|
|
767
|
+
Licenças: MIT
|
|
768
|
+
Publicador: whitequark
|
|
769
|
+
Contato: whitequark@whitequark.org
|
|
770
|
+
Repositório: https://github.com/whitequark/ipaddr.js
|
|
771
|
+
|
|
772
|
+
---
|
|
773
|
+
Pacote: is-interactive@2.0.0
|
|
774
|
+
Licenças: MIT
|
|
775
|
+
Publicador: Sindre Sorhus
|
|
776
|
+
Contato: sindresorhus@gmail.com
|
|
777
|
+
Repositório: https://github.com/sindresorhus/is-interactive
|
|
778
|
+
|
|
779
|
+
---
|
|
780
|
+
Pacote: is-number@7.0.0
|
|
781
|
+
Licenças: MIT
|
|
782
|
+
Publicador: Jon Schlinkert
|
|
783
|
+
Repositório: https://github.com/jonschlinkert/is-number
|
|
784
|
+
|
|
785
|
+
---
|
|
786
|
+
Pacote: is-promise@4.0.0
|
|
787
|
+
Licenças: MIT
|
|
788
|
+
Publicador: ForbesLindesay
|
|
789
|
+
Repositório: https://github.com/then/is-promise
|
|
790
|
+
|
|
791
|
+
---
|
|
792
|
+
Pacote: is-unicode-supported@2.1.0
|
|
793
|
+
Licenças: MIT
|
|
794
|
+
Publicador: Sindre Sorhus
|
|
795
|
+
Contato: sindresorhus@gmail.com
|
|
796
|
+
Repositório: https://github.com/sindresorhus/is-unicode-supported
|
|
797
|
+
|
|
798
|
+
---
|
|
799
|
+
Pacote: isexe@2.0.0
|
|
800
|
+
Licenças: ISC
|
|
801
|
+
Publicador: Isaac Z. Schlueter
|
|
802
|
+
Contato: i@izs.me
|
|
803
|
+
Repositório: https://github.com/isaacs/isexe
|
|
804
|
+
|
|
805
|
+
---
|
|
806
|
+
Pacote: js-tokens@4.0.0
|
|
807
|
+
Licenças: MIT
|
|
808
|
+
Publicador: Simon Lydell
|
|
809
|
+
Repositório: https://github.com/lydell/js-tokens
|
|
810
|
+
|
|
811
|
+
---
|
|
812
|
+
Pacote: js-yaml@4.2.0
|
|
813
|
+
Licenças: MIT
|
|
814
|
+
Publicador: Vladimir Zapparov
|
|
815
|
+
Contato: dervus.grim@gmail.com
|
|
816
|
+
Repositório: https://github.com/nodeca/js-yaml
|
|
817
|
+
|
|
818
|
+
---
|
|
819
|
+
Pacote: jsesc@3.1.0
|
|
820
|
+
Licenças: MIT
|
|
821
|
+
Publicador: Mathias Bynens
|
|
822
|
+
Repositório: https://github.com/mathiasbynens/jsesc
|
|
823
|
+
|
|
824
|
+
---
|
|
825
|
+
Pacote: json-with-bigint@3.5.8
|
|
826
|
+
Licenças: MIT
|
|
827
|
+
Publicador: Ivan Korolenko
|
|
828
|
+
Contato: iam@ivankorolenko.com
|
|
829
|
+
Repositório: https://github.com/Ivan-Korolenko/json-with-bigint
|
|
830
|
+
|
|
831
|
+
---
|
|
832
|
+
Pacote: lodash.mergewith@4.6.2
|
|
833
|
+
Licenças: MIT
|
|
834
|
+
Publicador: John-David Dalton
|
|
835
|
+
Contato: john.david.dalton@gmail.com
|
|
836
|
+
Repositório: https://github.com/lodash/lodash
|
|
837
|
+
|
|
838
|
+
---
|
|
839
|
+
Pacote: log-symbols@7.0.1
|
|
840
|
+
Licenças: MIT
|
|
841
|
+
Publicador: Sindre Sorhus
|
|
842
|
+
Contato: sindresorhus@gmail.com
|
|
843
|
+
Repositório: https://github.com/sindresorhus/log-symbols
|
|
844
|
+
|
|
845
|
+
---
|
|
846
|
+
Pacote: marked@18.0.4
|
|
847
|
+
Licenças: MIT
|
|
848
|
+
Publicador: Christopher Jeffrey
|
|
849
|
+
Repositório: https://github.com/markedjs/marked
|
|
850
|
+
|
|
851
|
+
---
|
|
852
|
+
Pacote: math-intrinsics@1.1.0
|
|
853
|
+
Licenças: MIT
|
|
854
|
+
Publicador: Jordan Harband
|
|
855
|
+
Contato: ljharb@gmail.com
|
|
856
|
+
Repositório: https://github.com/es-shims/math-intrinsics
|
|
857
|
+
|
|
858
|
+
---
|
|
859
|
+
Pacote: mdn-data@2.27.1
|
|
860
|
+
Licenças: CC0-1.0
|
|
861
|
+
Publicador: Mozilla Developer Network
|
|
862
|
+
Repositório: https://github.com/mdn/data
|
|
863
|
+
|
|
864
|
+
---
|
|
865
|
+
Pacote: media-typer@1.1.0
|
|
866
|
+
Licenças: MIT
|
|
867
|
+
Publicador: Douglas Christopher Wilson
|
|
868
|
+
Contato: doug@somethingdoug.com
|
|
869
|
+
Repositório: https://github.com/jshttp/media-typer
|
|
870
|
+
|
|
871
|
+
---
|
|
872
|
+
Pacote: merge-descriptors@2.0.0
|
|
873
|
+
Licenças: MIT
|
|
874
|
+
Repositório: https://github.com/sindresorhus/merge-descriptors
|
|
875
|
+
|
|
876
|
+
---
|
|
877
|
+
Pacote: micromatch@4.0.8
|
|
878
|
+
Licenças: MIT
|
|
879
|
+
Publicador: Jon Schlinkert
|
|
880
|
+
Repositório: https://github.com/micromatch/micromatch
|
|
881
|
+
|
|
882
|
+
---
|
|
883
|
+
Pacote: mime-db@1.54.0
|
|
884
|
+
Licenças: MIT
|
|
885
|
+
Repositório: https://github.com/jshttp/mime-db
|
|
886
|
+
|
|
887
|
+
---
|
|
888
|
+
Pacote: mime-types@3.0.2
|
|
889
|
+
Licenças: MIT
|
|
890
|
+
Repositório: https://github.com/jshttp/mime-types
|
|
891
|
+
|
|
892
|
+
---
|
|
893
|
+
Pacote: mimic-function@5.0.1
|
|
894
|
+
Licenças: MIT
|
|
895
|
+
Publicador: Sindre Sorhus
|
|
896
|
+
Contato: sindresorhus@gmail.com
|
|
897
|
+
Repositório: https://github.com/sindresorhus/mimic-function
|
|
898
|
+
|
|
899
|
+
---
|
|
900
|
+
Pacote: minimatch@10.2.5
|
|
901
|
+
Licenças: BlueOak-1.0.0
|
|
902
|
+
Publicador: Isaac Z. Schlueter
|
|
903
|
+
Contato: i@izs.me
|
|
904
|
+
Repositório: https://github.com/isaacs/minimatch
|
|
905
|
+
|
|
906
|
+
---
|
|
907
|
+
Pacote: minimist@1.2.8
|
|
908
|
+
Licenças: MIT
|
|
909
|
+
Publicador: James Halliday
|
|
910
|
+
Contato: mail@substack.net
|
|
911
|
+
Repositório: https://github.com/minimistjs/minimist
|
|
912
|
+
|
|
913
|
+
---
|
|
914
|
+
Pacote: minipass@7.1.3
|
|
915
|
+
Licenças: BlueOak-1.0.0
|
|
916
|
+
Publicador: Isaac Z. Schlueter
|
|
917
|
+
Contato: i@izs.me
|
|
918
|
+
Repositório: https://github.com/isaacs/minipass
|
|
919
|
+
|
|
920
|
+
---
|
|
921
|
+
Pacote: morgan@1.10.1
|
|
922
|
+
Licenças: MIT
|
|
923
|
+
Repositório: https://github.com/expressjs/morgan
|
|
924
|
+
|
|
925
|
+
---
|
|
926
|
+
Pacote: ms@2.1.3
|
|
927
|
+
Licenças: MIT
|
|
928
|
+
Repositório: https://github.com/vercel/ms
|
|
929
|
+
|
|
930
|
+
---
|
|
931
|
+
Pacote: nanoid@3.3.12
|
|
932
|
+
Licenças: MIT
|
|
933
|
+
Publicador: Andrey Sitnik
|
|
934
|
+
Contato: andrey@sitnik.ru
|
|
935
|
+
Repositório: https://github.com/ai/nanoid
|
|
936
|
+
|
|
937
|
+
---
|
|
938
|
+
Pacote: negotiator@1.0.0
|
|
939
|
+
Licenças: MIT
|
|
940
|
+
Repositório: https://github.com/jshttp/negotiator
|
|
941
|
+
|
|
942
|
+
---
|
|
943
|
+
Pacote: next@16.2.7
|
|
944
|
+
Licenças: MIT
|
|
945
|
+
Repositório: https://github.com/vercel/next.js
|
|
946
|
+
|
|
947
|
+
---
|
|
948
|
+
Pacote: object-assign@4.1.1
|
|
949
|
+
Licenças: MIT
|
|
950
|
+
Publicador: Sindre Sorhus
|
|
951
|
+
Contato: sindresorhus@gmail.com
|
|
952
|
+
Repositório: https://github.com/sindresorhus/object-assign
|
|
953
|
+
|
|
954
|
+
---
|
|
955
|
+
Pacote: object-inspect@1.13.4
|
|
956
|
+
Licenças: MIT
|
|
957
|
+
Publicador: James Halliday
|
|
958
|
+
Contato: mail@substack.net
|
|
959
|
+
Repositório: https://github.com/inspect-js/object-inspect
|
|
960
|
+
|
|
961
|
+
---
|
|
962
|
+
Pacote: on-finished@2.4.1
|
|
963
|
+
Licenças: MIT
|
|
964
|
+
Repositório: https://github.com/jshttp/on-finished
|
|
965
|
+
|
|
966
|
+
---
|
|
967
|
+
Pacote: on-headers@1.1.0
|
|
968
|
+
Licenças: MIT
|
|
969
|
+
Publicador: Douglas Christopher Wilson
|
|
970
|
+
Contato: doug@somethingdoug.com
|
|
971
|
+
Repositório: https://github.com/jshttp/on-headers
|
|
972
|
+
|
|
973
|
+
---
|
|
974
|
+
Pacote: once@1.4.0
|
|
975
|
+
Licenças: ISC
|
|
976
|
+
Publicador: Isaac Z. Schlueter
|
|
977
|
+
Contato: i@izs.me
|
|
978
|
+
Repositório: https://github.com/isaacs/once
|
|
979
|
+
|
|
980
|
+
---
|
|
981
|
+
Pacote: onetime@7.0.0
|
|
982
|
+
Licenças: MIT
|
|
983
|
+
Publicador: Sindre Sorhus
|
|
984
|
+
Contato: sindresorhus@gmail.com
|
|
985
|
+
Repositório: https://github.com/sindresorhus/onetime
|
|
986
|
+
|
|
987
|
+
---
|
|
988
|
+
Pacote: openapi-types@12.1.3
|
|
989
|
+
Licenças: MIT
|
|
990
|
+
Publicador: Joseph Spencer
|
|
991
|
+
Repositório: https://github.com/kogosoftwarellc/open-api.git#master
|
|
992
|
+
|
|
993
|
+
---
|
|
994
|
+
Pacote: openpgp@6.3.0
|
|
995
|
+
Licenças: LGPL-3.0+
|
|
996
|
+
Repositório: https://github.com/openpgpjs/openpgpjs
|
|
997
|
+
|
|
998
|
+
---
|
|
999
|
+
Pacote: ora@9.4.0
|
|
1000
|
+
Licenças: MIT
|
|
1001
|
+
Publicador: Sindre Sorhus
|
|
1002
|
+
Contato: sindresorhus@gmail.com
|
|
1003
|
+
Repositório: https://github.com/sindresorhus/ora
|
|
1004
|
+
|
|
1005
|
+
---
|
|
1006
|
+
Pacote: p-limit@7.3.0
|
|
1007
|
+
Licenças: MIT
|
|
1008
|
+
Publicador: Sindre Sorhus
|
|
1009
|
+
Contato: sindresorhus@gmail.com
|
|
1010
|
+
Repositório: https://github.com/sindresorhus/p-limit
|
|
1011
|
+
|
|
1012
|
+
---
|
|
1013
|
+
Pacote: package-json-from-dist@1.0.1
|
|
1014
|
+
Licenças: BlueOak-1.0.0
|
|
1015
|
+
Publicador: Isaac Z. Schlueter
|
|
1016
|
+
Contato: i@izs.me
|
|
1017
|
+
Repositório: https://github.com/isaacs/package-json-from-dist
|
|
1018
|
+
|
|
1019
|
+
---
|
|
1020
|
+
Pacote: parseurl@1.3.3
|
|
1021
|
+
Licenças: MIT
|
|
1022
|
+
Repositório: https://github.com/pillarjs/parseurl
|
|
1023
|
+
|
|
1024
|
+
---
|
|
1025
|
+
Pacote: path-expression-matcher@1.5.0
|
|
1026
|
+
Licenças: MIT
|
|
1027
|
+
Publicador: Amit Gupta
|
|
1028
|
+
Repositório: https://github.com/NaturalIntelligence/path-expression-matcher
|
|
1029
|
+
|
|
1030
|
+
---
|
|
1031
|
+
Pacote: path-key@3.1.1
|
|
1032
|
+
Licenças: MIT
|
|
1033
|
+
Publicador: Sindre Sorhus
|
|
1034
|
+
Contato: sindresorhus@gmail.com
|
|
1035
|
+
Repositório: https://github.com/sindresorhus/path-key
|
|
1036
|
+
|
|
1037
|
+
---
|
|
1038
|
+
Pacote: path-to-regexp@8.4.2
|
|
1039
|
+
Licenças: MIT
|
|
1040
|
+
Repositório: https://github.com/pillarjs/path-to-regexp
|
|
1041
|
+
|
|
1042
|
+
---
|
|
1043
|
+
Pacote: picocolors@1.1.1
|
|
1044
|
+
Licenças: ISC
|
|
1045
|
+
Publicador: Alexey Raspopov
|
|
1046
|
+
Repositório: https://github.com/alexeyraspopov/picocolors
|
|
1047
|
+
|
|
1048
|
+
---
|
|
1049
|
+
Pacote: picomatch@2.3.2
|
|
1050
|
+
Licenças: MIT
|
|
1051
|
+
Publicador: Jon Schlinkert
|
|
1052
|
+
Repositório: https://github.com/micromatch/picomatch
|
|
1053
|
+
|
|
1054
|
+
---
|
|
1055
|
+
Pacote: postcss-sass@0.5.0
|
|
1056
|
+
Licenças: MIT
|
|
1057
|
+
Publicador: Oleh Aloshkin
|
|
1058
|
+
Contato: olegaleshkin@gmail.com
|
|
1059
|
+
Repositório: https://github.com/AleshaOleg/postcss-sass
|
|
1060
|
+
|
|
1061
|
+
---
|
|
1062
|
+
Pacote: postcss-scss@4.0.9
|
|
1063
|
+
Licenças: MIT
|
|
1064
|
+
Publicador: Andrey Sitnik
|
|
1065
|
+
Contato: andrey@sitnik.ru
|
|
1066
|
+
Repositório: https://github.com/postcss/postcss-scss
|
|
1067
|
+
|
|
1068
|
+
---
|
|
1069
|
+
Pacote: postcss@8.5.15
|
|
1070
|
+
Licenças: MIT
|
|
1071
|
+
Publicador: Andrey Sitnik
|
|
1072
|
+
Contato: andrey@sitnik.es
|
|
1073
|
+
Repositório: https://github.com/postcss/postcss
|
|
1074
|
+
|
|
1075
|
+
---
|
|
1076
|
+
Pacote: proxy-addr@2.0.7
|
|
1077
|
+
Licenças: MIT
|
|
1078
|
+
Publicador: Douglas Christopher Wilson
|
|
1079
|
+
Contato: doug@somethingdoug.com
|
|
1080
|
+
Repositório: https://github.com/jshttp/proxy-addr
|
|
1081
|
+
|
|
1082
|
+
---
|
|
1083
|
+
Pacote: qs@6.15.2
|
|
1084
|
+
Licenças: BSD-3-Clause
|
|
1085
|
+
Repositório: https://github.com/ljharb/qs
|
|
1086
|
+
|
|
1087
|
+
---
|
|
1088
|
+
Pacote: range-parser@1.2.1
|
|
1089
|
+
Licenças: MIT
|
|
1090
|
+
Publicador: TJ Holowaychuk
|
|
1091
|
+
Contato: tj@vision-media.ca
|
|
1092
|
+
Repositório: https://github.com/jshttp/range-parser
|
|
1093
|
+
|
|
1094
|
+
---
|
|
1095
|
+
Pacote: raw-body@3.0.2
|
|
1096
|
+
Licenças: MIT
|
|
1097
|
+
Publicador: Jonathan Ong
|
|
1098
|
+
Contato: me@jongleberry.com
|
|
1099
|
+
Repositório: https://github.com/stream-utils/raw-body
|
|
1100
|
+
|
|
1101
|
+
---
|
|
1102
|
+
Pacote: react-dom@19.2.7
|
|
1103
|
+
Licenças: MIT
|
|
1104
|
+
Repositório: https://github.com/facebook/react
|
|
1105
|
+
|
|
1106
|
+
---
|
|
1107
|
+
Pacote: react@19.2.7
|
|
1108
|
+
Licenças: MIT
|
|
1109
|
+
Repositório: https://github.com/facebook/react
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1112
|
+
Pacote: require-from-string@2.0.2
|
|
1113
|
+
Licenças: MIT
|
|
1114
|
+
Publicador: Vsevolod Strukchinsky
|
|
1115
|
+
Contato: floatdrop@gmail.com
|
|
1116
|
+
Repositório: https://github.com/floatdrop/require-from-string
|
|
1117
|
+
|
|
1118
|
+
---
|
|
1119
|
+
Pacote: restore-cursor@5.1.0
|
|
1120
|
+
Licenças: MIT
|
|
1121
|
+
Publicador: Sindre Sorhus
|
|
1122
|
+
Contato: sindresorhus@gmail.com
|
|
1123
|
+
Repositório: https://github.com/sindresorhus/restore-cursor
|
|
1124
|
+
|
|
1125
|
+
---
|
|
1126
|
+
Pacote: router@2.2.0
|
|
1127
|
+
Licenças: MIT
|
|
1128
|
+
Publicador: Douglas Christopher Wilson
|
|
1129
|
+
Contato: doug@somethingdoug.com
|
|
1130
|
+
Repositório: https://github.com/pillarjs/router
|
|
1131
|
+
|
|
1132
|
+
---
|
|
1133
|
+
Pacote: safe-buffer@5.1.2
|
|
1134
|
+
Licenças: MIT
|
|
1135
|
+
Publicador: Feross Aboukhadijeh
|
|
1136
|
+
Contato: feross@feross.org
|
|
1137
|
+
Repositório: https://github.com/feross/safe-buffer
|
|
1138
|
+
|
|
1139
|
+
---
|
|
1140
|
+
Pacote: safer-buffer@2.1.2
|
|
1141
|
+
Licenças: MIT
|
|
1142
|
+
Publicador: Nikita Skovoroda
|
|
1143
|
+
Contato: chalkerx@gmail.com
|
|
1144
|
+
Repositório: https://github.com/ChALkeR/safer-buffer
|
|
1145
|
+
|
|
1146
|
+
---
|
|
1147
|
+
Pacote: scheduler@0.27.0
|
|
1148
|
+
Licenças: MIT
|
|
1149
|
+
Repositório: https://github.com/facebook/react
|
|
1150
|
+
|
|
1151
|
+
---
|
|
1152
|
+
Pacote: semver@7.8.1
|
|
1153
|
+
Licenças: ISC
|
|
1154
|
+
Publicador: GitHub Inc.
|
|
1155
|
+
Repositório: https://github.com/npm/node-semver
|
|
1156
|
+
|
|
1157
|
+
---
|
|
1158
|
+
Pacote: send@1.2.1
|
|
1159
|
+
Licenças: MIT
|
|
1160
|
+
Publicador: TJ Holowaychuk
|
|
1161
|
+
Contato: tj@vision-media.ca
|
|
1162
|
+
Repositório: https://github.com/pillarjs/send
|
|
1163
|
+
|
|
1164
|
+
---
|
|
1165
|
+
Pacote: serve-static@2.2.1
|
|
1166
|
+
Licenças: MIT
|
|
1167
|
+
Publicador: Douglas Christopher Wilson
|
|
1168
|
+
Contato: doug@somethingdoug.com
|
|
1169
|
+
Repositório: https://github.com/expressjs/serve-static
|
|
1170
|
+
|
|
1171
|
+
---
|
|
1172
|
+
Pacote: setprototypeof@1.2.0
|
|
1173
|
+
Licenças: ISC
|
|
1174
|
+
Publicador: Wes Todd
|
|
1175
|
+
Repositório: https://github.com/wesleytodd/setprototypeof
|
|
1176
|
+
|
|
1177
|
+
---
|
|
1178
|
+
Pacote: sharp@0.34.5
|
|
1179
|
+
Licenças: Apache-2.0
|
|
1180
|
+
Publicador: Lovell Fuller
|
|
1181
|
+
Contato: npm@lovell.info
|
|
1182
|
+
Repositório: https://github.com/lovell/sharp
|
|
1183
|
+
|
|
1184
|
+
---
|
|
1185
|
+
Pacote: shebang-command@2.0.0
|
|
1186
|
+
Licenças: MIT
|
|
1187
|
+
Publicador: Kevin Mårtensson
|
|
1188
|
+
Contato: kevinmartensson@gmail.com
|
|
1189
|
+
Repositório: https://github.com/kevva/shebang-command
|
|
1190
|
+
|
|
1191
|
+
---
|
|
1192
|
+
Pacote: shebang-regex@3.0.0
|
|
1193
|
+
Licenças: MIT
|
|
1194
|
+
Publicador: Sindre Sorhus
|
|
1195
|
+
Contato: sindresorhus@gmail.com
|
|
1196
|
+
Repositório: https://github.com/sindresorhus/shebang-regex
|
|
1197
|
+
|
|
1198
|
+
---
|
|
1199
|
+
Pacote: side-channel-list@1.0.1
|
|
1200
|
+
Licenças: MIT
|
|
1201
|
+
Publicador: Jordan Harband
|
|
1202
|
+
Contato: ljharb@gmail.com
|
|
1203
|
+
Repositório: https://github.com/ljharb/side-channel-list
|
|
1204
|
+
|
|
1205
|
+
---
|
|
1206
|
+
Pacote: side-channel-map@1.0.1
|
|
1207
|
+
Licenças: MIT
|
|
1208
|
+
Publicador: Jordan Harband
|
|
1209
|
+
Contato: ljharb@gmail.com
|
|
1210
|
+
Repositório: https://github.com/ljharb/side-channel-map
|
|
1211
|
+
|
|
1212
|
+
---
|
|
1213
|
+
Pacote: side-channel-weakmap@1.0.2
|
|
1214
|
+
Licenças: MIT
|
|
1215
|
+
Publicador: Jordan Harband
|
|
1216
|
+
Contato: ljharb@gmail.com
|
|
1217
|
+
Repositório: https://github.com/ljharb/side-channel-weakmap
|
|
1218
|
+
|
|
1219
|
+
---
|
|
1220
|
+
Pacote: side-channel@1.1.0
|
|
1221
|
+
Licenças: MIT
|
|
1222
|
+
Publicador: Jordan Harband
|
|
1223
|
+
Contato: ljharb@gmail.com
|
|
1224
|
+
Repositório: https://github.com/ljharb/side-channel
|
|
1225
|
+
|
|
1226
|
+
---
|
|
1227
|
+
Pacote: signal-exit@4.1.0
|
|
1228
|
+
Licenças: ISC
|
|
1229
|
+
Publicador: Ben Coe
|
|
1230
|
+
Contato: ben@npmjs.com
|
|
1231
|
+
Repositório: https://github.com/tapjs/signal-exit
|
|
1232
|
+
|
|
1233
|
+
---
|
|
1234
|
+
Pacote: source-map-js@1.2.1
|
|
1235
|
+
Licenças: BSD-3-Clause
|
|
1236
|
+
Publicador: Valentin 7rulnik Semirulnik
|
|
1237
|
+
Contato: v7rulnik@gmail.com
|
|
1238
|
+
Repositório: https://github.com/7rulnik/source-map-js
|
|
1239
|
+
|
|
1240
|
+
---
|
|
1241
|
+
Pacote: statuses@2.0.2
|
|
1242
|
+
Licenças: MIT
|
|
1243
|
+
Repositório: https://github.com/jshttp/statuses
|
|
1244
|
+
|
|
1245
|
+
---
|
|
1246
|
+
Pacote: stdin-discarder@0.3.2
|
|
1247
|
+
Licenças: MIT
|
|
1248
|
+
Publicador: Sindre Sorhus
|
|
1249
|
+
Contato: sindresorhus@gmail.com
|
|
1250
|
+
Repositório: https://github.com/sindresorhus/stdin-discarder
|
|
1251
|
+
|
|
1252
|
+
---
|
|
1253
|
+
Pacote: string-width@8.2.1
|
|
1254
|
+
Licenças: MIT
|
|
1255
|
+
Publicador: Sindre Sorhus
|
|
1256
|
+
Contato: sindresorhus@gmail.com
|
|
1257
|
+
Repositório: https://github.com/sindresorhus/string-width
|
|
1258
|
+
|
|
1259
|
+
---
|
|
1260
|
+
Pacote: strip-ansi@7.2.0
|
|
1261
|
+
Licenças: MIT
|
|
1262
|
+
Publicador: Sindre Sorhus
|
|
1263
|
+
Contato: sindresorhus@gmail.com
|
|
1264
|
+
Repositório: https://github.com/chalk/strip-ansi
|
|
1265
|
+
|
|
1266
|
+
---
|
|
1267
|
+
Pacote: strnum@2.3.0
|
|
1268
|
+
Licenças: MIT
|
|
1269
|
+
Publicador: Amit Gupta
|
|
1270
|
+
Repositório: https://github.com/NaturalIntelligence/strnum
|
|
1271
|
+
|
|
1272
|
+
---
|
|
1273
|
+
Pacote: styled-jsx@5.1.6
|
|
1274
|
+
Licenças: MIT
|
|
1275
|
+
Repositório: https://github.com/vercel/styled-jsx
|
|
1276
|
+
|
|
1277
|
+
---
|
|
1278
|
+
Pacote: swagger-jsdoc@6.3.0
|
|
1279
|
+
Licenças: MIT
|
|
1280
|
+
Publicador: https://github.com/Surnet/swagger-jsdoc/graphs/contributors
|
|
1281
|
+
Repositório: https://github.com/Surnet/swagger-jsdoc
|
|
1282
|
+
|
|
1283
|
+
---
|
|
1284
|
+
Pacote: swagger-ui-dist@5.32.6
|
|
1285
|
+
Licenças: Apache-2.0
|
|
1286
|
+
Repositório: https://github.com/swagger-api/swagger-ui
|
|
1287
|
+
|
|
1288
|
+
--- Início do NOTICE ---
|
|
1289
|
+
swagger-ui
|
|
1290
|
+
Copyright 2020-2021 SmartBear Software Inc.
|
|
1291
|
+
--- Fim do NOTICE ---
|
|
1292
|
+
|
|
1293
|
+
---
|
|
1294
|
+
Pacote: swagger-ui-express@5.0.1
|
|
1295
|
+
Licenças: MIT
|
|
1296
|
+
Publicador: Stephen Scott
|
|
1297
|
+
Contato: scottie1984@gmail.com
|
|
1298
|
+
Repositório: https://github.com/scottie1984/swagger-ui-express
|
|
1299
|
+
|
|
1300
|
+
---
|
|
1301
|
+
Pacote: to-regex-range@5.0.1
|
|
1302
|
+
Licenças: MIT
|
|
1303
|
+
Publicador: Jon Schlinkert
|
|
1304
|
+
Repositório: https://github.com/micromatch/to-regex-range
|
|
1305
|
+
|
|
1306
|
+
---
|
|
1307
|
+
Pacote: toad-cache@3.7.1
|
|
1308
|
+
Licenças: MIT
|
|
1309
|
+
Publicador: Igor Savin
|
|
1310
|
+
Contato: kibertoad@gmail.com
|
|
1311
|
+
Repositório: https://github.com/kibertoad/toad-cache
|
|
1312
|
+
|
|
1313
|
+
---
|
|
1314
|
+
Pacote: toidentifier@1.0.1
|
|
1315
|
+
Licenças: MIT
|
|
1316
|
+
Publicador: Douglas Christopher Wilson
|
|
1317
|
+
Contato: doug@somethingdoug.com
|
|
1318
|
+
Repositório: https://github.com/component/toidentifier
|
|
1319
|
+
|
|
1320
|
+
---
|
|
1321
|
+
Pacote: tslib@2.8.1
|
|
1322
|
+
Licenças: 0BSD
|
|
1323
|
+
Publicador: Microsoft Corp.
|
|
1324
|
+
Repositório: https://github.com/Microsoft/tslib
|
|
1325
|
+
|
|
1326
|
+
---
|
|
1327
|
+
Pacote: type-is@2.1.0
|
|
1328
|
+
Licenças: MIT
|
|
1329
|
+
Repositório: https://github.com/jshttp/type-is
|
|
1330
|
+
|
|
1331
|
+
---
|
|
1332
|
+
Pacote: universal-github-app-jwt@2.2.2
|
|
1333
|
+
Licenças: MIT
|
|
1334
|
+
Publicador: Gregor Martynus
|
|
1335
|
+
Repositório: https://github.com/gr2m/universal-github-app-jwt
|
|
1336
|
+
|
|
1337
|
+
---
|
|
1338
|
+
Pacote: universal-user-agent@7.0.3
|
|
1339
|
+
Licenças: ISC
|
|
1340
|
+
Publicador: Gregor Martynus
|
|
1341
|
+
Repositório: https://github.com/gr2m/universal-user-agent
|
|
1342
|
+
|
|
1343
|
+
---
|
|
1344
|
+
Pacote: unpipe@1.0.0
|
|
1345
|
+
Licenças: MIT
|
|
1346
|
+
Publicador: Douglas Christopher Wilson
|
|
1347
|
+
Contato: doug@somethingdoug.com
|
|
1348
|
+
Repositório: https://github.com/stream-utils/unpipe
|
|
1349
|
+
|
|
1350
|
+
---
|
|
1351
|
+
Pacote: vary@1.1.2
|
|
1352
|
+
Licenças: MIT
|
|
1353
|
+
Publicador: Douglas Christopher Wilson
|
|
1354
|
+
Contato: doug@somethingdoug.com
|
|
1355
|
+
Repositório: https://github.com/jshttp/vary
|
|
1356
|
+
|
|
1357
|
+
---
|
|
1358
|
+
Pacote: which@2.0.2
|
|
1359
|
+
Licenças: ISC
|
|
1360
|
+
Publicador: Isaac Z. Schlueter
|
|
1361
|
+
Contato: i@izs.me
|
|
1362
|
+
Repositório: https://github.com/isaacs/node-which
|
|
1363
|
+
|
|
1364
|
+
---
|
|
1365
|
+
Pacote: wrappy@1.0.2
|
|
1366
|
+
Licenças: ISC
|
|
1367
|
+
Publicador: Isaac Z. Schlueter
|
|
1368
|
+
Contato: i@izs.me
|
|
1369
|
+
Repositório: https://github.com/npm/wrappy
|
|
1370
|
+
|
|
1371
|
+
---
|
|
1372
|
+
Pacote: xml-naming@0.1.0
|
|
1373
|
+
Licenças: MIT
|
|
1374
|
+
Publicador: Amit Gupta
|
|
1375
|
+
Repositório: https://github.com/NaturalIntelligence/xml-naming
|
|
1376
|
+
|
|
1377
|
+
---
|
|
1378
|
+
Pacote: xxhashjs@0.2.2
|
|
1379
|
+
Licenças: MIT
|
|
1380
|
+
Publicador: Pierre Curto
|
|
1381
|
+
Repositório: https://github.com/pierrec/js-xxhash
|
|
1382
|
+
|
|
1383
|
+
---
|
|
1384
|
+
Pacote: yaml@2.9.0
|
|
1385
|
+
Licenças: ISC
|
|
1386
|
+
Publicador: Eemeli Aro
|
|
1387
|
+
Contato: eemeli@gmail.com
|
|
1388
|
+
Repositório: https://github.com/eemeli/yaml
|
|
1389
|
+
|
|
1390
|
+
---
|
|
1391
|
+
Pacote: yocto-queue@1.2.2
|
|
1392
|
+
Licenças: MIT
|
|
1393
|
+
Publicador: Sindre Sorhus
|
|
1394
|
+
Contato: sindresorhus@gmail.com
|
|
1395
|
+
Repositório: https://github.com/sindresorhus/yocto-queue
|
|
1396
|
+
|
|
1397
|
+
---
|
|
1398
|
+
Pacote: yoctocolors@2.1.2
|
|
1399
|
+
Licenças: MIT
|
|
1400
|
+
Publicador: Sindre Sorhus
|
|
1401
|
+
Contato: sindresorhus@gmail.com
|
|
1402
|
+
Repositório: https://github.com/sindresorhus/yoctocolors
|
|
1403
|
+
|
|
1404
|
+
---
|
|
1405
|
+
Pacote: zod@4.4.3
|
|
1406
|
+
Licenças: MIT
|
|
1407
|
+
Publicador: Colin McDonnell
|
|
1408
|
+
Contato: zod@colinhacks.com
|
|
1409
|
+
Repositório: https://github.com/colinhacks/zod
|