@agenticmail/enterprise 0.5.198 → 0.5.199
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/package.json +1 -1
- package/dashboards/README.md +0 -131
- package/dashboards/django/app.py +0 -129
- package/dashboards/django/static/styles.css +0 -487
- package/dashboards/django/templates/activity.html +0 -130
- package/dashboards/django/templates/agent_detail.html +0 -501
- package/dashboards/django/templates/agents.html +0 -217
- package/dashboards/django/templates/api_keys.html +0 -41
- package/dashboards/django/templates/approvals.html +0 -115
- package/dashboards/django/templates/audit.html +0 -26
- package/dashboards/django/templates/community-skills.html +0 -89
- package/dashboards/django/templates/compliance.html +0 -33
- package/dashboards/django/templates/components/modal.html +0 -6
- package/dashboards/django/templates/components/pagination.html +0 -9
- package/dashboards/django/templates/components/stats.html +0 -8
- package/dashboards/django/templates/dashboard.html +0 -24
- package/dashboards/django/templates/dlp.html +0 -70
- package/dashboards/django/templates/domain-status.html +0 -59
- package/dashboards/django/templates/guardrails.html +0 -78
- package/dashboards/django/templates/journal.html +0 -39
- package/dashboards/django/templates/knowledge-contributions.html +0 -58
- package/dashboards/django/templates/knowledge.html +0 -104
- package/dashboards/django/templates/layout.html +0 -177
- package/dashboards/django/templates/login.html +0 -30
- package/dashboards/django/templates/messages.html +0 -38
- package/dashboards/django/templates/settings.html +0 -472
- package/dashboards/django/templates/skill-connections.html +0 -73
- package/dashboards/django/templates/skills.html +0 -66
- package/dashboards/django/templates/users.html +0 -34
- package/dashboards/django/templates/vault.html +0 -46
- package/dashboards/django/templates/workforce.html +0 -116
- package/dashboards/django/utils/__init__.py +0 -0
- package/dashboards/django/utils/api.py +0 -20
- package/dashboards/django/utils/helpers.py +0 -39
- package/dashboards/django/views/__init__.py +0 -52
- package/dashboards/django/views/agents.py +0 -343
- package/dashboards/django/views/api_keys.py +0 -47
- package/dashboards/django/views/audit.py +0 -35
- package/dashboards/django/views/auth.py +0 -34
- package/dashboards/django/views/compliance.py +0 -37
- package/dashboards/django/views/dashboard.py +0 -27
- package/dashboards/django/views/dlp.py +0 -53
- package/dashboards/django/views/guardrails.py +0 -61
- package/dashboards/django/views/journal.py +0 -41
- package/dashboards/django/views/messages.py +0 -65
- package/dashboards/django/views/new_pages.py +0 -38
- package/dashboards/django/views/settings_view.py +0 -335
- package/dashboards/django/views/skills.py +0 -50
- package/dashboards/django/views/users.py +0 -42
- package/dashboards/django/views/vault.py +0 -50
- package/dashboards/dotnet/AgenticMailDashboard.csproj +0 -10
- package/dashboards/dotnet/Program.cs +0 -89
- package/dashboards/dotnet/Routes/ActivityRoutes.cs +0 -35
- package/dashboards/dotnet/Routes/AgentRoutes.cs +0 -771
- package/dashboards/dotnet/Routes/ApiKeyRoutes.cs +0 -185
- package/dashboards/dotnet/Routes/ApprovalRoutes.cs +0 -36
- package/dashboards/dotnet/Routes/AuditRoutes.cs +0 -86
- package/dashboards/dotnet/Routes/AuthRoutes.cs +0 -50
- package/dashboards/dotnet/Routes/CommunitySkillRoutes.cs +0 -36
- package/dashboards/dotnet/Routes/ComplianceRoutes.cs +0 -143
- package/dashboards/dotnet/Routes/DashboardRoutes.cs +0 -81
- package/dashboards/dotnet/Routes/DlpRoutes.cs +0 -230
- package/dashboards/dotnet/Routes/DomainStatusRoutes.cs +0 -49
- package/dashboards/dotnet/Routes/GuardrailRoutes.cs +0 -285
- package/dashboards/dotnet/Routes/JournalRoutes.cs +0 -118
- package/dashboards/dotnet/Routes/KnowledgeContributionRoutes.cs +0 -42
- package/dashboards/dotnet/Routes/KnowledgeRoutes.cs +0 -40
- package/dashboards/dotnet/Routes/MessageRoutes.cs +0 -167
- package/dashboards/dotnet/Routes/SettingRoutes.cs +0 -907
- package/dashboards/dotnet/Routes/SkillConnectionRoutes.cs +0 -52
- package/dashboards/dotnet/Routes/SkillRoutes.cs +0 -198
- package/dashboards/dotnet/Routes/UserRoutes.cs +0 -111
- package/dashboards/dotnet/Routes/VaultRoutes.cs +0 -162
- package/dashboards/dotnet/Routes/WorkforceRoutes.cs +0 -55
- package/dashboards/dotnet/Services/ApiClient.cs +0 -103
- package/dashboards/dotnet/Services/HtmlBuilder.cs +0 -258
- package/dashboards/dotnet/wwwroot/styles.css +0 -546
- package/dashboards/express/app.js +0 -65
- package/dashboards/express/middleware/auth.js +0 -10
- package/dashboards/express/node_modules/.package-lock.json +0 -913
- package/dashboards/express/node_modules/accepts/HISTORY.md +0 -250
- package/dashboards/express/node_modules/accepts/LICENSE +0 -23
- package/dashboards/express/node_modules/accepts/README.md +0 -140
- package/dashboards/express/node_modules/accepts/index.js +0 -238
- package/dashboards/express/node_modules/accepts/package.json +0 -47
- package/dashboards/express/node_modules/body-parser/LICENSE +0 -23
- package/dashboards/express/node_modules/body-parser/README.md +0 -494
- package/dashboards/express/node_modules/body-parser/index.js +0 -71
- package/dashboards/express/node_modules/body-parser/lib/read.js +0 -247
- package/dashboards/express/node_modules/body-parser/lib/types/json.js +0 -158
- package/dashboards/express/node_modules/body-parser/lib/types/raw.js +0 -42
- package/dashboards/express/node_modules/body-parser/lib/types/text.js +0 -36
- package/dashboards/express/node_modules/body-parser/lib/types/urlencoded.js +0 -142
- package/dashboards/express/node_modules/body-parser/lib/utils.js +0 -98
- package/dashboards/express/node_modules/body-parser/package.json +0 -52
- package/dashboards/express/node_modules/bytes/History.md +0 -97
- package/dashboards/express/node_modules/bytes/LICENSE +0 -23
- package/dashboards/express/node_modules/bytes/Readme.md +0 -152
- package/dashboards/express/node_modules/bytes/index.js +0 -170
- package/dashboards/express/node_modules/bytes/package.json +0 -42
- package/dashboards/express/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
- package/dashboards/express/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/call-bind-apply-helpers/.nycrc +0 -9
- package/dashboards/express/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
- package/dashboards/express/node_modules/call-bind-apply-helpers/LICENSE +0 -21
- package/dashboards/express/node_modules/call-bind-apply-helpers/README.md +0 -62
- package/dashboards/express/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
- package/dashboards/express/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
- package/dashboards/express/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
- package/dashboards/express/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
- package/dashboards/express/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
- package/dashboards/express/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
- package/dashboards/express/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
- package/dashboards/express/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
- package/dashboards/express/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
- package/dashboards/express/node_modules/call-bind-apply-helpers/index.js +0 -15
- package/dashboards/express/node_modules/call-bind-apply-helpers/package.json +0 -85
- package/dashboards/express/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
- package/dashboards/express/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
- package/dashboards/express/node_modules/call-bind-apply-helpers/test/index.js +0 -63
- package/dashboards/express/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
- package/dashboards/express/node_modules/call-bound/.eslintrc +0 -13
- package/dashboards/express/node_modules/call-bound/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/call-bound/.nycrc +0 -9
- package/dashboards/express/node_modules/call-bound/CHANGELOG.md +0 -42
- package/dashboards/express/node_modules/call-bound/LICENSE +0 -21
- package/dashboards/express/node_modules/call-bound/README.md +0 -53
- package/dashboards/express/node_modules/call-bound/index.d.ts +0 -94
- package/dashboards/express/node_modules/call-bound/index.js +0 -19
- package/dashboards/express/node_modules/call-bound/package.json +0 -99
- package/dashboards/express/node_modules/call-bound/test/index.js +0 -61
- package/dashboards/express/node_modules/call-bound/tsconfig.json +0 -10
- package/dashboards/express/node_modules/content-disposition/HISTORY.md +0 -72
- package/dashboards/express/node_modules/content-disposition/LICENSE +0 -22
- package/dashboards/express/node_modules/content-disposition/README.md +0 -142
- package/dashboards/express/node_modules/content-disposition/index.js +0 -458
- package/dashboards/express/node_modules/content-disposition/package.json +0 -43
- package/dashboards/express/node_modules/content-type/HISTORY.md +0 -29
- package/dashboards/express/node_modules/content-type/LICENSE +0 -22
- package/dashboards/express/node_modules/content-type/README.md +0 -94
- package/dashboards/express/node_modules/content-type/index.js +0 -225
- package/dashboards/express/node_modules/content-type/package.json +0 -42
- package/dashboards/express/node_modules/cookie/LICENSE +0 -24
- package/dashboards/express/node_modules/cookie/README.md +0 -317
- package/dashboards/express/node_modules/cookie/SECURITY.md +0 -25
- package/dashboards/express/node_modules/cookie/index.js +0 -335
- package/dashboards/express/node_modules/cookie/package.json +0 -44
- package/dashboards/express/node_modules/cookie-signature/History.md +0 -70
- package/dashboards/express/node_modules/cookie-signature/LICENSE +0 -22
- package/dashboards/express/node_modules/cookie-signature/Readme.md +0 -23
- package/dashboards/express/node_modules/cookie-signature/index.js +0 -47
- package/dashboards/express/node_modules/cookie-signature/package.json +0 -24
- package/dashboards/express/node_modules/debug/LICENSE +0 -20
- package/dashboards/express/node_modules/debug/README.md +0 -481
- package/dashboards/express/node_modules/debug/package.json +0 -64
- package/dashboards/express/node_modules/debug/src/browser.js +0 -272
- package/dashboards/express/node_modules/debug/src/common.js +0 -292
- package/dashboards/express/node_modules/debug/src/index.js +0 -10
- package/dashboards/express/node_modules/debug/src/node.js +0 -263
- package/dashboards/express/node_modules/depd/History.md +0 -103
- package/dashboards/express/node_modules/depd/LICENSE +0 -22
- package/dashboards/express/node_modules/depd/Readme.md +0 -280
- package/dashboards/express/node_modules/depd/index.js +0 -538
- package/dashboards/express/node_modules/depd/lib/browser/index.js +0 -77
- package/dashboards/express/node_modules/depd/package.json +0 -45
- package/dashboards/express/node_modules/dunder-proto/.eslintrc +0 -5
- package/dashboards/express/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/dunder-proto/.nycrc +0 -13
- package/dashboards/express/node_modules/dunder-proto/CHANGELOG.md +0 -24
- package/dashboards/express/node_modules/dunder-proto/LICENSE +0 -21
- package/dashboards/express/node_modules/dunder-proto/README.md +0 -54
- package/dashboards/express/node_modules/dunder-proto/get.d.ts +0 -5
- package/dashboards/express/node_modules/dunder-proto/get.js +0 -30
- package/dashboards/express/node_modules/dunder-proto/package.json +0 -76
- package/dashboards/express/node_modules/dunder-proto/set.d.ts +0 -5
- package/dashboards/express/node_modules/dunder-proto/set.js +0 -35
- package/dashboards/express/node_modules/dunder-proto/test/get.js +0 -34
- package/dashboards/express/node_modules/dunder-proto/test/index.js +0 -4
- package/dashboards/express/node_modules/dunder-proto/test/set.js +0 -50
- package/dashboards/express/node_modules/dunder-proto/tsconfig.json +0 -9
- package/dashboards/express/node_modules/ee-first/LICENSE +0 -22
- package/dashboards/express/node_modules/ee-first/README.md +0 -80
- package/dashboards/express/node_modules/ee-first/index.js +0 -95
- package/dashboards/express/node_modules/ee-first/package.json +0 -29
- package/dashboards/express/node_modules/encodeurl/LICENSE +0 -22
- package/dashboards/express/node_modules/encodeurl/README.md +0 -109
- package/dashboards/express/node_modules/encodeurl/index.js +0 -60
- package/dashboards/express/node_modules/encodeurl/package.json +0 -40
- package/dashboards/express/node_modules/es-define-property/.eslintrc +0 -13
- package/dashboards/express/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/es-define-property/.nycrc +0 -9
- package/dashboards/express/node_modules/es-define-property/CHANGELOG.md +0 -29
- package/dashboards/express/node_modules/es-define-property/LICENSE +0 -21
- package/dashboards/express/node_modules/es-define-property/README.md +0 -49
- package/dashboards/express/node_modules/es-define-property/index.d.ts +0 -3
- package/dashboards/express/node_modules/es-define-property/index.js +0 -14
- package/dashboards/express/node_modules/es-define-property/package.json +0 -81
- package/dashboards/express/node_modules/es-define-property/test/index.js +0 -56
- package/dashboards/express/node_modules/es-define-property/tsconfig.json +0 -10
- package/dashboards/express/node_modules/es-errors/.eslintrc +0 -5
- package/dashboards/express/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/es-errors/CHANGELOG.md +0 -40
- package/dashboards/express/node_modules/es-errors/LICENSE +0 -21
- package/dashboards/express/node_modules/es-errors/README.md +0 -55
- package/dashboards/express/node_modules/es-errors/eval.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/eval.js +0 -4
- package/dashboards/express/node_modules/es-errors/index.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/index.js +0 -4
- package/dashboards/express/node_modules/es-errors/package.json +0 -80
- package/dashboards/express/node_modules/es-errors/range.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/range.js +0 -4
- package/dashboards/express/node_modules/es-errors/ref.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/ref.js +0 -4
- package/dashboards/express/node_modules/es-errors/syntax.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/syntax.js +0 -4
- package/dashboards/express/node_modules/es-errors/test/index.js +0 -19
- package/dashboards/express/node_modules/es-errors/tsconfig.json +0 -49
- package/dashboards/express/node_modules/es-errors/type.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/type.js +0 -4
- package/dashboards/express/node_modules/es-errors/uri.d.ts +0 -3
- package/dashboards/express/node_modules/es-errors/uri.js +0 -4
- package/dashboards/express/node_modules/es-object-atoms/.eslintrc +0 -16
- package/dashboards/express/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/es-object-atoms/CHANGELOG.md +0 -37
- package/dashboards/express/node_modules/es-object-atoms/LICENSE +0 -21
- package/dashboards/express/node_modules/es-object-atoms/README.md +0 -63
- package/dashboards/express/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
- package/dashboards/express/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
- package/dashboards/express/node_modules/es-object-atoms/ToObject.d.ts +0 -7
- package/dashboards/express/node_modules/es-object-atoms/ToObject.js +0 -10
- package/dashboards/express/node_modules/es-object-atoms/index.d.ts +0 -3
- package/dashboards/express/node_modules/es-object-atoms/index.js +0 -4
- package/dashboards/express/node_modules/es-object-atoms/isObject.d.ts +0 -3
- package/dashboards/express/node_modules/es-object-atoms/isObject.js +0 -6
- package/dashboards/express/node_modules/es-object-atoms/package.json +0 -80
- package/dashboards/express/node_modules/es-object-atoms/test/index.js +0 -38
- package/dashboards/express/node_modules/es-object-atoms/tsconfig.json +0 -6
- package/dashboards/express/node_modules/escape-html/LICENSE +0 -24
- package/dashboards/express/node_modules/escape-html/Readme.md +0 -43
- package/dashboards/express/node_modules/escape-html/index.js +0 -78
- package/dashboards/express/node_modules/escape-html/package.json +0 -24
- package/dashboards/express/node_modules/etag/HISTORY.md +0 -83
- package/dashboards/express/node_modules/etag/LICENSE +0 -22
- package/dashboards/express/node_modules/etag/README.md +0 -159
- package/dashboards/express/node_modules/etag/index.js +0 -131
- package/dashboards/express/node_modules/etag/package.json +0 -47
- package/dashboards/express/node_modules/express/LICENSE +0 -24
- package/dashboards/express/node_modules/express/Readme.md +0 -276
- package/dashboards/express/node_modules/express/index.js +0 -11
- package/dashboards/express/node_modules/express/lib/application.js +0 -631
- package/dashboards/express/node_modules/express/lib/express.js +0 -81
- package/dashboards/express/node_modules/express/lib/request.js +0 -514
- package/dashboards/express/node_modules/express/lib/response.js +0 -1053
- package/dashboards/express/node_modules/express/lib/utils.js +0 -271
- package/dashboards/express/node_modules/express/lib/view.js +0 -205
- package/dashboards/express/node_modules/express/package.json +0 -99
- package/dashboards/express/node_modules/express-session/LICENSE +0 -24
- package/dashboards/express/node_modules/express-session/README.md +0 -1061
- package/dashboards/express/node_modules/express-session/index.js +0 -700
- package/dashboards/express/node_modules/express-session/node_modules/cookie-signature/History.md +0 -42
- package/dashboards/express/node_modules/express-session/node_modules/cookie-signature/Readme.md +0 -42
- package/dashboards/express/node_modules/express-session/node_modules/cookie-signature/index.js +0 -51
- package/dashboards/express/node_modules/express-session/node_modules/cookie-signature/package.json +0 -18
- package/dashboards/express/node_modules/express-session/node_modules/debug/.coveralls.yml +0 -1
- package/dashboards/express/node_modules/express-session/node_modules/debug/.eslintrc +0 -11
- package/dashboards/express/node_modules/express-session/node_modules/debug/.travis.yml +0 -14
- package/dashboards/express/node_modules/express-session/node_modules/debug/CHANGELOG.md +0 -362
- package/dashboards/express/node_modules/express-session/node_modules/debug/LICENSE +0 -19
- package/dashboards/express/node_modules/express-session/node_modules/debug/Makefile +0 -50
- package/dashboards/express/node_modules/express-session/node_modules/debug/README.md +0 -312
- package/dashboards/express/node_modules/express-session/node_modules/debug/component.json +0 -19
- package/dashboards/express/node_modules/express-session/node_modules/debug/karma.conf.js +0 -70
- package/dashboards/express/node_modules/express-session/node_modules/debug/node.js +0 -1
- package/dashboards/express/node_modules/express-session/node_modules/debug/package.json +0 -49
- package/dashboards/express/node_modules/express-session/node_modules/debug/src/browser.js +0 -185
- package/dashboards/express/node_modules/express-session/node_modules/debug/src/debug.js +0 -202
- package/dashboards/express/node_modules/express-session/node_modules/debug/src/index.js +0 -10
- package/dashboards/express/node_modules/express-session/node_modules/debug/src/inspector-log.js +0 -15
- package/dashboards/express/node_modules/express-session/node_modules/debug/src/node.js +0 -248
- package/dashboards/express/node_modules/express-session/node_modules/ms/index.js +0 -152
- package/dashboards/express/node_modules/express-session/node_modules/ms/license.md +0 -21
- package/dashboards/express/node_modules/express-session/node_modules/ms/package.json +0 -37
- package/dashboards/express/node_modules/express-session/node_modules/ms/readme.md +0 -51
- package/dashboards/express/node_modules/express-session/package.json +0 -50
- package/dashboards/express/node_modules/express-session/session/cookie.js +0 -152
- package/dashboards/express/node_modules/express-session/session/memory.js +0 -187
- package/dashboards/express/node_modules/express-session/session/session.js +0 -143
- package/dashboards/express/node_modules/express-session/session/store.js +0 -102
- package/dashboards/express/node_modules/finalhandler/HISTORY.md +0 -239
- package/dashboards/express/node_modules/finalhandler/LICENSE +0 -22
- package/dashboards/express/node_modules/finalhandler/README.md +0 -150
- package/dashboards/express/node_modules/finalhandler/index.js +0 -293
- package/dashboards/express/node_modules/finalhandler/package.json +0 -47
- package/dashboards/express/node_modules/forwarded/HISTORY.md +0 -21
- package/dashboards/express/node_modules/forwarded/LICENSE +0 -22
- package/dashboards/express/node_modules/forwarded/README.md +0 -57
- package/dashboards/express/node_modules/forwarded/index.js +0 -90
- package/dashboards/express/node_modules/forwarded/package.json +0 -45
- package/dashboards/express/node_modules/fresh/HISTORY.md +0 -80
- package/dashboards/express/node_modules/fresh/LICENSE +0 -23
- package/dashboards/express/node_modules/fresh/README.md +0 -117
- package/dashboards/express/node_modules/fresh/index.js +0 -136
- package/dashboards/express/node_modules/fresh/package.json +0 -46
- package/dashboards/express/node_modules/function-bind/.eslintrc +0 -21
- package/dashboards/express/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/dashboards/express/node_modules/function-bind/.nycrc +0 -13
- package/dashboards/express/node_modules/function-bind/CHANGELOG.md +0 -136
- package/dashboards/express/node_modules/function-bind/LICENSE +0 -20
- package/dashboards/express/node_modules/function-bind/README.md +0 -46
- package/dashboards/express/node_modules/function-bind/implementation.js +0 -84
- package/dashboards/express/node_modules/function-bind/index.js +0 -5
- package/dashboards/express/node_modules/function-bind/package.json +0 -87
- package/dashboards/express/node_modules/function-bind/test/.eslintrc +0 -9
- package/dashboards/express/node_modules/function-bind/test/index.js +0 -252
- package/dashboards/express/node_modules/get-intrinsic/.eslintrc +0 -42
- package/dashboards/express/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/get-intrinsic/.nycrc +0 -9
- package/dashboards/express/node_modules/get-intrinsic/CHANGELOG.md +0 -186
- package/dashboards/express/node_modules/get-intrinsic/LICENSE +0 -21
- package/dashboards/express/node_modules/get-intrinsic/README.md +0 -71
- package/dashboards/express/node_modules/get-intrinsic/index.js +0 -378
- package/dashboards/express/node_modules/get-intrinsic/package.json +0 -97
- package/dashboards/express/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/dashboards/express/node_modules/get-proto/.eslintrc +0 -10
- package/dashboards/express/node_modules/get-proto/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/get-proto/.nycrc +0 -9
- package/dashboards/express/node_modules/get-proto/CHANGELOG.md +0 -21
- package/dashboards/express/node_modules/get-proto/LICENSE +0 -21
- package/dashboards/express/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
- package/dashboards/express/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
- package/dashboards/express/node_modules/get-proto/README.md +0 -50
- package/dashboards/express/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
- package/dashboards/express/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
- package/dashboards/express/node_modules/get-proto/index.d.ts +0 -5
- package/dashboards/express/node_modules/get-proto/index.js +0 -27
- package/dashboards/express/node_modules/get-proto/package.json +0 -81
- package/dashboards/express/node_modules/get-proto/test/index.js +0 -68
- package/dashboards/express/node_modules/get-proto/tsconfig.json +0 -9
- package/dashboards/express/node_modules/gopd/.eslintrc +0 -16
- package/dashboards/express/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/gopd/CHANGELOG.md +0 -45
- package/dashboards/express/node_modules/gopd/LICENSE +0 -21
- package/dashboards/express/node_modules/gopd/README.md +0 -40
- package/dashboards/express/node_modules/gopd/gOPD.d.ts +0 -1
- package/dashboards/express/node_modules/gopd/gOPD.js +0 -4
- package/dashboards/express/node_modules/gopd/index.d.ts +0 -5
- package/dashboards/express/node_modules/gopd/index.js +0 -15
- package/dashboards/express/node_modules/gopd/package.json +0 -77
- package/dashboards/express/node_modules/gopd/test/index.js +0 -36
- package/dashboards/express/node_modules/gopd/tsconfig.json +0 -9
- package/dashboards/express/node_modules/has-symbols/.eslintrc +0 -11
- package/dashboards/express/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/has-symbols/.nycrc +0 -9
- package/dashboards/express/node_modules/has-symbols/CHANGELOG.md +0 -91
- package/dashboards/express/node_modules/has-symbols/LICENSE +0 -21
- package/dashboards/express/node_modules/has-symbols/README.md +0 -46
- package/dashboards/express/node_modules/has-symbols/index.d.ts +0 -3
- package/dashboards/express/node_modules/has-symbols/index.js +0 -14
- package/dashboards/express/node_modules/has-symbols/package.json +0 -111
- package/dashboards/express/node_modules/has-symbols/shams.d.ts +0 -3
- package/dashboards/express/node_modules/has-symbols/shams.js +0 -45
- package/dashboards/express/node_modules/has-symbols/test/index.js +0 -22
- package/dashboards/express/node_modules/has-symbols/test/shams/core-js.js +0 -29
- package/dashboards/express/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
- package/dashboards/express/node_modules/has-symbols/test/tests.js +0 -58
- package/dashboards/express/node_modules/has-symbols/tsconfig.json +0 -10
- package/dashboards/express/node_modules/hasown/.eslintrc +0 -5
- package/dashboards/express/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/hasown/.nycrc +0 -13
- package/dashboards/express/node_modules/hasown/CHANGELOG.md +0 -40
- package/dashboards/express/node_modules/hasown/LICENSE +0 -21
- package/dashboards/express/node_modules/hasown/README.md +0 -40
- package/dashboards/express/node_modules/hasown/index.d.ts +0 -3
- package/dashboards/express/node_modules/hasown/index.js +0 -8
- package/dashboards/express/node_modules/hasown/package.json +0 -92
- package/dashboards/express/node_modules/hasown/tsconfig.json +0 -6
- package/dashboards/express/node_modules/http-errors/HISTORY.md +0 -186
- package/dashboards/express/node_modules/http-errors/LICENSE +0 -23
- package/dashboards/express/node_modules/http-errors/README.md +0 -169
- package/dashboards/express/node_modules/http-errors/index.js +0 -290
- package/dashboards/express/node_modules/http-errors/package.json +0 -54
- package/dashboards/express/node_modules/iconv-lite/LICENSE +0 -21
- package/dashboards/express/node_modules/iconv-lite/README.md +0 -138
- package/dashboards/express/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
- package/dashboards/express/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
- package/dashboards/express/node_modules/iconv-lite/encodings/index.js +0 -23
- package/dashboards/express/node_modules/iconv-lite/encodings/internal.js +0 -218
- package/dashboards/express/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
- package/dashboards/express/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
- package/dashboards/express/node_modules/iconv-lite/encodings/sbcs-data.js +0 -178
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/dashboards/express/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/dashboards/express/node_modules/iconv-lite/encodings/utf16.js +0 -187
- package/dashboards/express/node_modules/iconv-lite/encodings/utf32.js +0 -307
- package/dashboards/express/node_modules/iconv-lite/encodings/utf7.js +0 -283
- package/dashboards/express/node_modules/iconv-lite/lib/bom-handling.js +0 -48
- package/dashboards/express/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
- package/dashboards/express/node_modules/iconv-lite/lib/index.d.ts +0 -129
- package/dashboards/express/node_modules/iconv-lite/lib/index.js +0 -182
- package/dashboards/express/node_modules/iconv-lite/lib/streams.js +0 -105
- package/dashboards/express/node_modules/iconv-lite/package.json +0 -70
- package/dashboards/express/node_modules/iconv-lite/types/encodings.d.ts +0 -423
- package/dashboards/express/node_modules/inherits/LICENSE +0 -16
- package/dashboards/express/node_modules/inherits/README.md +0 -42
- package/dashboards/express/node_modules/inherits/inherits.js +0 -9
- package/dashboards/express/node_modules/inherits/inherits_browser.js +0 -27
- package/dashboards/express/node_modules/inherits/package.json +0 -29
- package/dashboards/express/node_modules/ipaddr.js/LICENSE +0 -19
- package/dashboards/express/node_modules/ipaddr.js/README.md +0 -233
- package/dashboards/express/node_modules/ipaddr.js/ipaddr.min.js +0 -1
- package/dashboards/express/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
- package/dashboards/express/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
- package/dashboards/express/node_modules/ipaddr.js/package.json +0 -35
- package/dashboards/express/node_modules/is-promise/LICENSE +0 -19
- package/dashboards/express/node_modules/is-promise/index.d.ts +0 -2
- package/dashboards/express/node_modules/is-promise/index.js +0 -6
- package/dashboards/express/node_modules/is-promise/index.mjs +0 -3
- package/dashboards/express/node_modules/is-promise/package.json +0 -30
- package/dashboards/express/node_modules/is-promise/readme.md +0 -33
- package/dashboards/express/node_modules/math-intrinsics/.eslintrc +0 -16
- package/dashboards/express/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/math-intrinsics/CHANGELOG.md +0 -24
- package/dashboards/express/node_modules/math-intrinsics/LICENSE +0 -21
- package/dashboards/express/node_modules/math-intrinsics/README.md +0 -50
- package/dashboards/express/node_modules/math-intrinsics/abs.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/abs.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
- package/dashboards/express/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/constants/maxValue.js +0 -5
- package/dashboards/express/node_modules/math-intrinsics/floor.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/floor.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/isFinite.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/isFinite.js +0 -12
- package/dashboards/express/node_modules/math-intrinsics/isInteger.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/isInteger.js +0 -16
- package/dashboards/express/node_modules/math-intrinsics/isNaN.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/isNaN.js +0 -6
- package/dashboards/express/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/isNegativeZero.js +0 -6
- package/dashboards/express/node_modules/math-intrinsics/max.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/max.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/min.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/min.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/mod.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/mod.js +0 -9
- package/dashboards/express/node_modules/math-intrinsics/package.json +0 -86
- package/dashboards/express/node_modules/math-intrinsics/pow.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/pow.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/round.d.ts +0 -1
- package/dashboards/express/node_modules/math-intrinsics/round.js +0 -4
- package/dashboards/express/node_modules/math-intrinsics/sign.d.ts +0 -3
- package/dashboards/express/node_modules/math-intrinsics/sign.js +0 -11
- package/dashboards/express/node_modules/math-intrinsics/test/index.js +0 -192
- package/dashboards/express/node_modules/math-intrinsics/tsconfig.json +0 -3
- package/dashboards/express/node_modules/media-typer/HISTORY.md +0 -50
- package/dashboards/express/node_modules/media-typer/LICENSE +0 -22
- package/dashboards/express/node_modules/media-typer/README.md +0 -93
- package/dashboards/express/node_modules/media-typer/index.js +0 -143
- package/dashboards/express/node_modules/media-typer/package.json +0 -33
- package/dashboards/express/node_modules/merge-descriptors/index.d.ts +0 -11
- package/dashboards/express/node_modules/merge-descriptors/index.js +0 -26
- package/dashboards/express/node_modules/merge-descriptors/license +0 -11
- package/dashboards/express/node_modules/merge-descriptors/package.json +0 -50
- package/dashboards/express/node_modules/merge-descriptors/readme.md +0 -55
- package/dashboards/express/node_modules/mime-db/HISTORY.md +0 -541
- package/dashboards/express/node_modules/mime-db/LICENSE +0 -23
- package/dashboards/express/node_modules/mime-db/README.md +0 -109
- package/dashboards/express/node_modules/mime-db/db.json +0 -9342
- package/dashboards/express/node_modules/mime-db/index.js +0 -12
- package/dashboards/express/node_modules/mime-db/package.json +0 -56
- package/dashboards/express/node_modules/mime-types/HISTORY.md +0 -428
- package/dashboards/express/node_modules/mime-types/LICENSE +0 -23
- package/dashboards/express/node_modules/mime-types/README.md +0 -126
- package/dashboards/express/node_modules/mime-types/index.js +0 -211
- package/dashboards/express/node_modules/mime-types/mimeScore.js +0 -57
- package/dashboards/express/node_modules/mime-types/package.json +0 -49
- package/dashboards/express/node_modules/ms/index.js +0 -162
- package/dashboards/express/node_modules/ms/license.md +0 -21
- package/dashboards/express/node_modules/ms/package.json +0 -38
- package/dashboards/express/node_modules/ms/readme.md +0 -59
- package/dashboards/express/node_modules/negotiator/HISTORY.md +0 -114
- package/dashboards/express/node_modules/negotiator/LICENSE +0 -24
- package/dashboards/express/node_modules/negotiator/README.md +0 -212
- package/dashboards/express/node_modules/negotiator/index.js +0 -83
- package/dashboards/express/node_modules/negotiator/lib/charset.js +0 -169
- package/dashboards/express/node_modules/negotiator/lib/encoding.js +0 -205
- package/dashboards/express/node_modules/negotiator/lib/language.js +0 -179
- package/dashboards/express/node_modules/negotiator/lib/mediaType.js +0 -294
- package/dashboards/express/node_modules/negotiator/package.json +0 -43
- package/dashboards/express/node_modules/object-inspect/.eslintrc +0 -53
- package/dashboards/express/node_modules/object-inspect/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/object-inspect/.nycrc +0 -13
- package/dashboards/express/node_modules/object-inspect/CHANGELOG.md +0 -424
- package/dashboards/express/node_modules/object-inspect/LICENSE +0 -21
- package/dashboards/express/node_modules/object-inspect/example/all.js +0 -23
- package/dashboards/express/node_modules/object-inspect/example/circular.js +0 -6
- package/dashboards/express/node_modules/object-inspect/example/fn.js +0 -5
- package/dashboards/express/node_modules/object-inspect/example/inspect.js +0 -10
- package/dashboards/express/node_modules/object-inspect/index.js +0 -544
- package/dashboards/express/node_modules/object-inspect/package-support.json +0 -20
- package/dashboards/express/node_modules/object-inspect/package.json +0 -105
- package/dashboards/express/node_modules/object-inspect/readme.markdown +0 -84
- package/dashboards/express/node_modules/object-inspect/test/bigint.js +0 -58
- package/dashboards/express/node_modules/object-inspect/test/browser/dom.js +0 -15
- package/dashboards/express/node_modules/object-inspect/test/circular.js +0 -16
- package/dashboards/express/node_modules/object-inspect/test/deep.js +0 -12
- package/dashboards/express/node_modules/object-inspect/test/element.js +0 -53
- package/dashboards/express/node_modules/object-inspect/test/err.js +0 -48
- package/dashboards/express/node_modules/object-inspect/test/fakes.js +0 -29
- package/dashboards/express/node_modules/object-inspect/test/fn.js +0 -76
- package/dashboards/express/node_modules/object-inspect/test/global.js +0 -17
- package/dashboards/express/node_modules/object-inspect/test/has.js +0 -15
- package/dashboards/express/node_modules/object-inspect/test/holes.js +0 -15
- package/dashboards/express/node_modules/object-inspect/test/indent-option.js +0 -271
- package/dashboards/express/node_modules/object-inspect/test/inspect.js +0 -139
- package/dashboards/express/node_modules/object-inspect/test/lowbyte.js +0 -12
- package/dashboards/express/node_modules/object-inspect/test/number.js +0 -58
- package/dashboards/express/node_modules/object-inspect/test/quoteStyle.js +0 -26
- package/dashboards/express/node_modules/object-inspect/test/toStringTag.js +0 -40
- package/dashboards/express/node_modules/object-inspect/test/undef.js +0 -12
- package/dashboards/express/node_modules/object-inspect/test/values.js +0 -261
- package/dashboards/express/node_modules/object-inspect/test-core-js.js +0 -26
- package/dashboards/express/node_modules/object-inspect/util.inspect.js +0 -1
- package/dashboards/express/node_modules/on-finished/HISTORY.md +0 -98
- package/dashboards/express/node_modules/on-finished/LICENSE +0 -23
- package/dashboards/express/node_modules/on-finished/README.md +0 -162
- package/dashboards/express/node_modules/on-finished/index.js +0 -234
- package/dashboards/express/node_modules/on-finished/package.json +0 -39
- package/dashboards/express/node_modules/on-headers/HISTORY.md +0 -26
- package/dashboards/express/node_modules/on-headers/LICENSE +0 -22
- package/dashboards/express/node_modules/on-headers/README.md +0 -81
- package/dashboards/express/node_modules/on-headers/index.js +0 -180
- package/dashboards/express/node_modules/on-headers/package.json +0 -44
- package/dashboards/express/node_modules/once/LICENSE +0 -15
- package/dashboards/express/node_modules/once/README.md +0 -79
- package/dashboards/express/node_modules/once/once.js +0 -42
- package/dashboards/express/node_modules/once/package.json +0 -33
- package/dashboards/express/node_modules/parseurl/HISTORY.md +0 -58
- package/dashboards/express/node_modules/parseurl/LICENSE +0 -24
- package/dashboards/express/node_modules/parseurl/README.md +0 -133
- package/dashboards/express/node_modules/parseurl/index.js +0 -158
- package/dashboards/express/node_modules/parseurl/package.json +0 -40
- package/dashboards/express/node_modules/path-to-regexp/LICENSE +0 -21
- package/dashboards/express/node_modules/path-to-regexp/Readme.md +0 -224
- package/dashboards/express/node_modules/path-to-regexp/dist/index.d.ts +0 -144
- package/dashboards/express/node_modules/path-to-regexp/dist/index.js +0 -409
- package/dashboards/express/node_modules/path-to-regexp/dist/index.js.map +0 -1
- package/dashboards/express/node_modules/path-to-regexp/package.json +0 -64
- package/dashboards/express/node_modules/proxy-addr/HISTORY.md +0 -161
- package/dashboards/express/node_modules/proxy-addr/LICENSE +0 -22
- package/dashboards/express/node_modules/proxy-addr/README.md +0 -139
- package/dashboards/express/node_modules/proxy-addr/index.js +0 -327
- package/dashboards/express/node_modules/proxy-addr/package.json +0 -47
- package/dashboards/express/node_modules/qs/.editorconfig +0 -46
- package/dashboards/express/node_modules/qs/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/qs/.github/SECURITY.md +0 -11
- package/dashboards/express/node_modules/qs/.github/THREAT_MODEL.md +0 -78
- package/dashboards/express/node_modules/qs/.nycrc +0 -13
- package/dashboards/express/node_modules/qs/CHANGELOG.md +0 -806
- package/dashboards/express/node_modules/qs/LICENSE.md +0 -29
- package/dashboards/express/node_modules/qs/README.md +0 -758
- package/dashboards/express/node_modules/qs/dist/qs.js +0 -141
- package/dashboards/express/node_modules/qs/eslint.config.mjs +0 -56
- package/dashboards/express/node_modules/qs/lib/formats.js +0 -23
- package/dashboards/express/node_modules/qs/lib/index.js +0 -11
- package/dashboards/express/node_modules/qs/lib/parse.js +0 -373
- package/dashboards/express/node_modules/qs/lib/stringify.js +0 -356
- package/dashboards/express/node_modules/qs/lib/utils.js +0 -342
- package/dashboards/express/node_modules/qs/package.json +0 -94
- package/dashboards/express/node_modules/qs/test/empty-keys-cases.js +0 -267
- package/dashboards/express/node_modules/qs/test/parse.js +0 -1568
- package/dashboards/express/node_modules/qs/test/stringify.js +0 -1310
- package/dashboards/express/node_modules/qs/test/utils.js +0 -404
- package/dashboards/express/node_modules/random-bytes/HISTORY.md +0 -4
- package/dashboards/express/node_modules/random-bytes/LICENSE +0 -21
- package/dashboards/express/node_modules/random-bytes/README.md +0 -77
- package/dashboards/express/node_modules/random-bytes/index.js +0 -101
- package/dashboards/express/node_modules/random-bytes/package.json +0 -36
- package/dashboards/express/node_modules/range-parser/HISTORY.md +0 -56
- package/dashboards/express/node_modules/range-parser/LICENSE +0 -23
- package/dashboards/express/node_modules/range-parser/README.md +0 -84
- package/dashboards/express/node_modules/range-parser/index.js +0 -162
- package/dashboards/express/node_modules/range-parser/package.json +0 -44
- package/dashboards/express/node_modules/raw-body/LICENSE +0 -22
- package/dashboards/express/node_modules/raw-body/README.md +0 -223
- package/dashboards/express/node_modules/raw-body/index.d.ts +0 -85
- package/dashboards/express/node_modules/raw-body/index.js +0 -336
- package/dashboards/express/node_modules/raw-body/package.json +0 -46
- package/dashboards/express/node_modules/router/HISTORY.md +0 -228
- package/dashboards/express/node_modules/router/LICENSE +0 -23
- package/dashboards/express/node_modules/router/README.md +0 -416
- package/dashboards/express/node_modules/router/index.js +0 -748
- package/dashboards/express/node_modules/router/lib/layer.js +0 -247
- package/dashboards/express/node_modules/router/lib/route.js +0 -242
- package/dashboards/express/node_modules/router/package.json +0 -44
- package/dashboards/express/node_modules/safe-buffer/LICENSE +0 -21
- package/dashboards/express/node_modules/safe-buffer/README.md +0 -584
- package/dashboards/express/node_modules/safe-buffer/index.d.ts +0 -187
- package/dashboards/express/node_modules/safe-buffer/index.js +0 -65
- package/dashboards/express/node_modules/safe-buffer/package.json +0 -51
- package/dashboards/express/node_modules/safer-buffer/LICENSE +0 -21
- package/dashboards/express/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/dashboards/express/node_modules/safer-buffer/Readme.md +0 -156
- package/dashboards/express/node_modules/safer-buffer/dangerous.js +0 -58
- package/dashboards/express/node_modules/safer-buffer/package.json +0 -34
- package/dashboards/express/node_modules/safer-buffer/safer.js +0 -77
- package/dashboards/express/node_modules/safer-buffer/tests.js +0 -406
- package/dashboards/express/node_modules/send/LICENSE +0 -23
- package/dashboards/express/node_modules/send/README.md +0 -317
- package/dashboards/express/node_modules/send/index.js +0 -997
- package/dashboards/express/node_modules/send/package.json +0 -63
- package/dashboards/express/node_modules/serve-static/LICENSE +0 -25
- package/dashboards/express/node_modules/serve-static/README.md +0 -253
- package/dashboards/express/node_modules/serve-static/index.js +0 -208
- package/dashboards/express/node_modules/serve-static/package.json +0 -44
- package/dashboards/express/node_modules/setprototypeof/LICENSE +0 -13
- package/dashboards/express/node_modules/setprototypeof/README.md +0 -31
- package/dashboards/express/node_modules/setprototypeof/index.d.ts +0 -2
- package/dashboards/express/node_modules/setprototypeof/index.js +0 -17
- package/dashboards/express/node_modules/setprototypeof/package.json +0 -38
- package/dashboards/express/node_modules/setprototypeof/test/index.js +0 -24
- package/dashboards/express/node_modules/side-channel/.editorconfig +0 -9
- package/dashboards/express/node_modules/side-channel/.eslintrc +0 -12
- package/dashboards/express/node_modules/side-channel/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/side-channel/.nycrc +0 -13
- package/dashboards/express/node_modules/side-channel/CHANGELOG.md +0 -110
- package/dashboards/express/node_modules/side-channel/LICENSE +0 -21
- package/dashboards/express/node_modules/side-channel/README.md +0 -61
- package/dashboards/express/node_modules/side-channel/index.d.ts +0 -14
- package/dashboards/express/node_modules/side-channel/index.js +0 -43
- package/dashboards/express/node_modules/side-channel/package.json +0 -85
- package/dashboards/express/node_modules/side-channel/test/index.js +0 -104
- package/dashboards/express/node_modules/side-channel/tsconfig.json +0 -9
- package/dashboards/express/node_modules/side-channel-list/.editorconfig +0 -9
- package/dashboards/express/node_modules/side-channel-list/.eslintrc +0 -11
- package/dashboards/express/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/side-channel-list/.nycrc +0 -13
- package/dashboards/express/node_modules/side-channel-list/CHANGELOG.md +0 -15
- package/dashboards/express/node_modules/side-channel-list/LICENSE +0 -21
- package/dashboards/express/node_modules/side-channel-list/README.md +0 -62
- package/dashboards/express/node_modules/side-channel-list/index.d.ts +0 -13
- package/dashboards/express/node_modules/side-channel-list/index.js +0 -113
- package/dashboards/express/node_modules/side-channel-list/list.d.ts +0 -14
- package/dashboards/express/node_modules/side-channel-list/package.json +0 -77
- package/dashboards/express/node_modules/side-channel-list/test/index.js +0 -104
- package/dashboards/express/node_modules/side-channel-list/tsconfig.json +0 -9
- package/dashboards/express/node_modules/side-channel-map/.editorconfig +0 -9
- package/dashboards/express/node_modules/side-channel-map/.eslintrc +0 -11
- package/dashboards/express/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/side-channel-map/.nycrc +0 -13
- package/dashboards/express/node_modules/side-channel-map/CHANGELOG.md +0 -22
- package/dashboards/express/node_modules/side-channel-map/LICENSE +0 -21
- package/dashboards/express/node_modules/side-channel-map/README.md +0 -62
- package/dashboards/express/node_modules/side-channel-map/index.d.ts +0 -15
- package/dashboards/express/node_modules/side-channel-map/index.js +0 -68
- package/dashboards/express/node_modules/side-channel-map/package.json +0 -80
- package/dashboards/express/node_modules/side-channel-map/test/index.js +0 -114
- package/dashboards/express/node_modules/side-channel-map/tsconfig.json +0 -9
- package/dashboards/express/node_modules/side-channel-weakmap/.editorconfig +0 -9
- package/dashboards/express/node_modules/side-channel-weakmap/.eslintrc +0 -12
- package/dashboards/express/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
- package/dashboards/express/node_modules/side-channel-weakmap/.nycrc +0 -13
- package/dashboards/express/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
- package/dashboards/express/node_modules/side-channel-weakmap/LICENSE +0 -21
- package/dashboards/express/node_modules/side-channel-weakmap/README.md +0 -62
- package/dashboards/express/node_modules/side-channel-weakmap/index.d.ts +0 -15
- package/dashboards/express/node_modules/side-channel-weakmap/index.js +0 -84
- package/dashboards/express/node_modules/side-channel-weakmap/package.json +0 -87
- package/dashboards/express/node_modules/side-channel-weakmap/test/index.js +0 -114
- package/dashboards/express/node_modules/side-channel-weakmap/tsconfig.json +0 -9
- package/dashboards/express/node_modules/statuses/HISTORY.md +0 -87
- package/dashboards/express/node_modules/statuses/LICENSE +0 -23
- package/dashboards/express/node_modules/statuses/README.md +0 -139
- package/dashboards/express/node_modules/statuses/codes.json +0 -65
- package/dashboards/express/node_modules/statuses/index.js +0 -146
- package/dashboards/express/node_modules/statuses/package.json +0 -49
- package/dashboards/express/node_modules/toidentifier/HISTORY.md +0 -9
- package/dashboards/express/node_modules/toidentifier/LICENSE +0 -21
- package/dashboards/express/node_modules/toidentifier/README.md +0 -61
- package/dashboards/express/node_modules/toidentifier/index.js +0 -32
- package/dashboards/express/node_modules/toidentifier/package.json +0 -38
- package/dashboards/express/node_modules/type-is/HISTORY.md +0 -292
- package/dashboards/express/node_modules/type-is/LICENSE +0 -23
- package/dashboards/express/node_modules/type-is/README.md +0 -198
- package/dashboards/express/node_modules/type-is/index.js +0 -250
- package/dashboards/express/node_modules/type-is/package.json +0 -47
- package/dashboards/express/node_modules/uid-safe/HISTORY.md +0 -61
- package/dashboards/express/node_modules/uid-safe/LICENSE +0 -22
- package/dashboards/express/node_modules/uid-safe/README.md +0 -77
- package/dashboards/express/node_modules/uid-safe/index.js +0 -107
- package/dashboards/express/node_modules/uid-safe/package.json +0 -46
- package/dashboards/express/node_modules/unpipe/HISTORY.md +0 -4
- package/dashboards/express/node_modules/unpipe/LICENSE +0 -22
- package/dashboards/express/node_modules/unpipe/README.md +0 -43
- package/dashboards/express/node_modules/unpipe/index.js +0 -69
- package/dashboards/express/node_modules/unpipe/package.json +0 -27
- package/dashboards/express/node_modules/vary/HISTORY.md +0 -39
- package/dashboards/express/node_modules/vary/LICENSE +0 -22
- package/dashboards/express/node_modules/vary/README.md +0 -101
- package/dashboards/express/node_modules/vary/index.js +0 -149
- package/dashboards/express/node_modules/vary/package.json +0 -43
- package/dashboards/express/node_modules/wrappy/LICENSE +0 -15
- package/dashboards/express/node_modules/wrappy/README.md +0 -36
- package/dashboards/express/node_modules/wrappy/package.json +0 -29
- package/dashboards/express/node_modules/wrappy/wrappy.js +0 -33
- package/dashboards/express/package-lock.json +0 -922
- package/dashboards/express/package.json +0 -17
- package/dashboards/express/public/styles.css +0 -175
- package/dashboards/express/routes/activity.js +0 -101
- package/dashboards/express/routes/agents.js +0 -771
- package/dashboards/express/routes/apiKeys.js +0 -107
- package/dashboards/express/routes/approvals.js +0 -100
- package/dashboards/express/routes/audit.js +0 -75
- package/dashboards/express/routes/auth.js +0 -38
- package/dashboards/express/routes/community-skills.js +0 -83
- package/dashboards/express/routes/compliance.js +0 -93
- package/dashboards/express/routes/dashboard.js +0 -65
- package/dashboards/express/routes/dlp.js +0 -165
- package/dashboards/express/routes/domain-status.js +0 -78
- package/dashboards/express/routes/guardrails.js +0 -195
- package/dashboards/express/routes/journal.js +0 -95
- package/dashboards/express/routes/knowledge-contributions.js +0 -85
- package/dashboards/express/routes/knowledge.js +0 -83
- package/dashboards/express/routes/messages.js +0 -97
- package/dashboards/express/routes/settings.js +0 -830
- package/dashboards/express/routes/skill-connections.js +0 -86
- package/dashboards/express/routes/skills.js +0 -141
- package/dashboards/express/routes/users.js +0 -69
- package/dashboards/express/routes/vault.js +0 -141
- package/dashboards/express/routes/workforce.js +0 -126
- package/dashboards/express/utils/api.js +0 -44
- package/dashboards/express/utils/helpers.js +0 -46
- package/dashboards/express/views/components/modal.js +0 -255
- package/dashboards/express/views/components/stats.js +0 -22
- package/dashboards/express/views/components/table.js +0 -31
- package/dashboards/express/views/layout.js +0 -94
- package/dashboards/express/views/login.js +0 -45
- package/dashboards/go/go.mod +0 -3
- package/dashboards/go/handlers/activity.go +0 -30
- package/dashboards/go/handlers/agents.go +0 -790
- package/dashboards/go/handlers/apikeys.go +0 -38
- package/dashboards/go/handlers/approvals.go +0 -31
- package/dashboards/go/handlers/audit.go +0 -52
- package/dashboards/go/handlers/auth.go +0 -39
- package/dashboards/go/handlers/community_skills.go +0 -32
- package/dashboards/go/handlers/compliance.go +0 -58
- package/dashboards/go/handlers/dashboard.go +0 -43
- package/dashboards/go/handlers/dlp.go +0 -78
- package/dashboards/go/handlers/domain_status.go +0 -62
- package/dashboards/go/handlers/guardrails.go +0 -89
- package/dashboards/go/handlers/journal.go +0 -60
- package/dashboards/go/handlers/knowledge.go +0 -35
- package/dashboards/go/handlers/knowledge_contributions.go +0 -37
- package/dashboards/go/handlers/messages.go +0 -59
- package/dashboards/go/handlers/settings.go +0 -951
- package/dashboards/go/handlers/skill_connections.go +0 -59
- package/dashboards/go/handlers/skills.go +0 -129
- package/dashboards/go/handlers/users.go +0 -54
- package/dashboards/go/handlers/vault.go +0 -85
- package/dashboards/go/handlers/workforce.go +0 -60
- package/dashboards/go/main.go +0 -71
- package/dashboards/go/middleware/auth.go +0 -17
- package/dashboards/go/services/api.go +0 -38
- package/dashboards/go/services/session.go +0 -52
- package/dashboards/go/static/styles.css +0 -546
- package/dashboards/go/templates/components.go +0 -45
- package/dashboards/go/templates/helpers.go +0 -35
- package/dashboards/go/templates/layout.go +0 -64
- package/dashboards/html/index.html +0 -432
- package/dashboards/html/package.json +0 -11
- package/dashboards/html/public/styles.css +0 -546
- package/dashboards/html/src/api.js +0 -36
- package/dashboards/html/src/components/badge.js +0 -13
- package/dashboards/html/src/components/layout.js +0 -11
- package/dashboards/html/src/components/modal.js +0 -9
- package/dashboards/html/src/components/pagination.js +0 -12
- package/dashboards/html/src/components/stat-card.js +0 -14
- package/dashboards/html/src/components/table.js +0 -6
- package/dashboards/html/src/main.js +0 -83
- package/dashboards/html/src/pages/activity.js +0 -137
- package/dashboards/html/src/pages/agents.js +0 -831
- package/dashboards/html/src/pages/api-keys.js +0 -80
- package/dashboards/html/src/pages/approvals.js +0 -155
- package/dashboards/html/src/pages/audit.js +0 -50
- package/dashboards/html/src/pages/community-skills.js +0 -236
- package/dashboards/html/src/pages/compliance.js +0 -69
- package/dashboards/html/src/pages/dashboard.js +0 -25
- package/dashboards/html/src/pages/dlp.js +0 -112
- package/dashboards/html/src/pages/domain-status.js +0 -182
- package/dashboards/html/src/pages/guardrails.js +0 -127
- package/dashboards/html/src/pages/journal.js +0 -54
- package/dashboards/html/src/pages/knowledge-contributions.js +0 -319
- package/dashboards/html/src/pages/knowledge.js +0 -251
- package/dashboards/html/src/pages/login.js +0 -84
- package/dashboards/html/src/pages/messages.js +0 -90
- package/dashboards/html/src/pages/settings.js +0 -656
- package/dashboards/html/src/pages/skill-connections.js +0 -293
- package/dashboards/html/src/pages/skills.js +0 -114
- package/dashboards/html/src/pages/users.js +0 -62
- package/dashboards/html/src/pages/vault.js +0 -105
- package/dashboards/html/src/pages/workforce.js +0 -418
- package/dashboards/html/src/router.js +0 -91
- package/dashboards/html/src/utils/escape.js +0 -7
- package/dashboards/html/src/utils/time.js +0 -16
- package/dashboards/html/src/utils/toast.js +0 -10
- package/dashboards/java/AgenticMailDashboard.java +0 -161
- package/dashboards/java/handlers/ActivityHandler.java +0 -42
- package/dashboards/java/handlers/AgentsHandler.java +0 -807
- package/dashboards/java/handlers/ApiKeysHandler.java +0 -201
- package/dashboards/java/handlers/ApprovalsHandler.java +0 -43
- package/dashboards/java/handlers/AuditHandler.java +0 -95
- package/dashboards/java/handlers/AuthHandler.java +0 -71
- package/dashboards/java/handlers/CommunitySkillsHandler.java +0 -45
- package/dashboards/java/handlers/ComplianceHandler.java +0 -192
- package/dashboards/java/handlers/DashboardHandler.java +0 -98
- package/dashboards/java/handlers/DlpHandler.java +0 -230
- package/dashboards/java/handlers/DomainStatusHandler.java +0 -58
- package/dashboards/java/handlers/GuardrailsHandler.java +0 -272
- package/dashboards/java/handlers/JournalHandler.java +0 -130
- package/dashboards/java/handlers/KnowledgeContributionsHandler.java +0 -51
- package/dashboards/java/handlers/KnowledgeHandler.java +0 -49
- package/dashboards/java/handlers/MessagesHandler.java +0 -168
- package/dashboards/java/handlers/SettingsHandler.java +0 -1017
- package/dashboards/java/handlers/SkillConnectionsHandler.java +0 -61
- package/dashboards/java/handlers/SkillsHandler.java +0 -198
- package/dashboards/java/handlers/UsersHandler.java +0 -118
- package/dashboards/java/handlers/VaultHandler.java +0 -168
- package/dashboards/java/handlers/WorkforceHandler.java +0 -64
- package/dashboards/java/services/ApiClient.java +0 -233
- package/dashboards/java/services/SessionManager.java +0 -138
- package/dashboards/java/static/styles.css +0 -546
- package/dashboards/java/templates/Components.java +0 -142
- package/dashboards/java/templates/Helpers.java +0 -106
- package/dashboards/java/templates/Layout.java +0 -106
- package/dashboards/laravel/controllers/ActivityController.php +0 -18
- package/dashboards/laravel/controllers/AgentController.php +0 -250
- package/dashboards/laravel/controllers/ApiKeyController.php +0 -73
- package/dashboards/laravel/controllers/ApprovalsController.php +0 -18
- package/dashboards/laravel/controllers/AuditController.php +0 -31
- package/dashboards/laravel/controllers/AuthController.php +0 -44
- package/dashboards/laravel/controllers/CommunitySkillsController.php +0 -18
- package/dashboards/laravel/controllers/ComplianceController.php +0 -55
- package/dashboards/laravel/controllers/DashboardController.php +0 -28
- package/dashboards/laravel/controllers/DlpController.php +0 -88
- package/dashboards/laravel/controllers/DomainStatusController.php +0 -18
- package/dashboards/laravel/controllers/GuardrailController.php +0 -110
- package/dashboards/laravel/controllers/JournalController.php +0 -44
- package/dashboards/laravel/controllers/KnowledgeContributionsController.php +0 -18
- package/dashboards/laravel/controllers/KnowledgeController.php +0 -18
- package/dashboards/laravel/controllers/MessageController.php +0 -47
- package/dashboards/laravel/controllers/SettingController.php +0 -258
- package/dashboards/laravel/controllers/SkillConnectionsController.php +0 -18
- package/dashboards/laravel/controllers/SkillController.php +0 -74
- package/dashboards/laravel/controllers/UserController.php +0 -47
- package/dashboards/laravel/controllers/VaultController.php +0 -94
- package/dashboards/laravel/controllers/WorkforceController.php +0 -18
- package/dashboards/laravel/index.php +0 -375
- package/dashboards/laravel/lib/Api.php +0 -73
- package/dashboards/laravel/lib/Helpers.php +0 -123
- package/dashboards/laravel/public/styles.css +0 -175
- package/dashboards/laravel/views/activity.php +0 -127
- package/dashboards/laravel/views/agent-detail.php +0 -534
- package/dashboards/laravel/views/agents.php +0 -204
- package/dashboards/laravel/views/api-keys.php +0 -55
- package/dashboards/laravel/views/approvals.php +0 -152
- package/dashboards/laravel/views/audit.php +0 -30
- package/dashboards/laravel/views/community-skills.php +0 -131
- package/dashboards/laravel/views/compliance.php +0 -48
- package/dashboards/laravel/views/components/modal.php +0 -59
- package/dashboards/laravel/views/components/stats.php +0 -21
- package/dashboards/laravel/views/components/table.php +0 -35
- package/dashboards/laravel/views/dashboard.php +0 -31
- package/dashboards/laravel/views/dlp.php +0 -87
- package/dashboards/laravel/views/domain-status.php +0 -167
- package/dashboards/laravel/views/guardrails.php +0 -95
- package/dashboards/laravel/views/journal.php +0 -50
- package/dashboards/laravel/views/knowledge-contributions.php +0 -185
- package/dashboards/laravel/views/knowledge.php +0 -167
- package/dashboards/laravel/views/layout.php +0 -95
- package/dashboards/laravel/views/login.php +0 -45
- package/dashboards/laravel/views/messages.php +0 -60
- package/dashboards/laravel/views/settings.php +0 -622
- package/dashboards/laravel/views/skill-connections.php +0 -192
- package/dashboards/laravel/views/skills.php +0 -74
- package/dashboards/laravel/views/users.php +0 -42
- package/dashboards/laravel/views/vault.php +0 -80
- package/dashboards/laravel/views/workforce.php +0 -265
- package/dashboards/php/components/layout.php +0 -85
- package/dashboards/php/components/modal.php +0 -22
- package/dashboards/php/components/stats.php +0 -20
- package/dashboards/php/components/table.php +0 -33
- package/dashboards/php/index.php +0 -696
- package/dashboards/php/lib/api.php +0 -37
- package/dashboards/php/lib/auth.php +0 -47
- package/dashboards/php/lib/helpers.php +0 -69
- package/dashboards/php/pages/activity.php +0 -35
- package/dashboards/php/pages/agent-detail.php +0 -552
- package/dashboards/php/pages/agents.php +0 -185
- package/dashboards/php/pages/api-keys.php +0 -34
- package/dashboards/php/pages/approvals.php +0 -36
- package/dashboards/php/pages/audit.php +0 -31
- package/dashboards/php/pages/community-skills.php +0 -39
- package/dashboards/php/pages/compliance.php +0 -38
- package/dashboards/php/pages/dashboard.php +0 -29
- package/dashboards/php/pages/dlp.php +0 -65
- package/dashboards/php/pages/domain-status.php +0 -87
- package/dashboards/php/pages/guardrails.php +0 -70
- package/dashboards/php/pages/journal.php +0 -53
- package/dashboards/php/pages/knowledge-contributions.php +0 -47
- package/dashboards/php/pages/knowledge.php +0 -43
- package/dashboards/php/pages/login.php +0 -34
- package/dashboards/php/pages/messages.php +0 -53
- package/dashboards/php/pages/settings.php +0 -687
- package/dashboards/php/pages/skill-connections.php +0 -94
- package/dashboards/php/pages/skills.php +0 -70
- package/dashboards/php/pages/users.php +0 -37
- package/dashboards/php/pages/vault.php +0 -70
- package/dashboards/php/pages/workforce.php +0 -89
- package/dashboards/php/public/styles.css +0 -175
- package/dashboards/python/app.py +0 -91
- package/dashboards/python/routes/__init__.py +0 -0
- package/dashboards/python/routes/activity.py +0 -11
- package/dashboards/python/routes/agents.py +0 -296
- package/dashboards/python/routes/api_keys.py +0 -49
- package/dashboards/python/routes/approvals.py +0 -11
- package/dashboards/python/routes/audit.py +0 -33
- package/dashboards/python/routes/auth.py +0 -30
- package/dashboards/python/routes/community_skills.py +0 -11
- package/dashboards/python/routes/compliance.py +0 -50
- package/dashboards/python/routes/dashboard.py +0 -32
- package/dashboards/python/routes/dlp.py +0 -64
- package/dashboards/python/routes/domain_status.py +0 -11
- package/dashboards/python/routes/guardrails.py +0 -79
- package/dashboards/python/routes/journal.py +0 -40
- package/dashboards/python/routes/knowledge.py +0 -11
- package/dashboards/python/routes/knowledge_contributions.py +0 -11
- package/dashboards/python/routes/messages.py +0 -46
- package/dashboards/python/routes/settings.py +0 -260
- package/dashboards/python/routes/skill_connections.py +0 -11
- package/dashboards/python/routes/skills.py +0 -59
- package/dashboards/python/routes/users.py +0 -43
- package/dashboards/python/routes/vault.py +0 -59
- package/dashboards/python/routes/workforce.py +0 -11
- package/dashboards/python/static/styles.css +0 -175
- package/dashboards/python/templates/activity.html +0 -87
- package/dashboards/python/templates/agent_detail.html +0 -552
- package/dashboards/python/templates/agents.html +0 -246
- package/dashboards/python/templates/api_keys.html +0 -64
- package/dashboards/python/templates/approvals.html +0 -86
- package/dashboards/python/templates/audit.html +0 -50
- package/dashboards/python/templates/community-skills.html +0 -69
- package/dashboards/python/templates/compliance.html +0 -74
- package/dashboards/python/templates/components/modal.html +0 -43
- package/dashboards/python/templates/components/stats.html +0 -26
- package/dashboards/python/templates/components/table.html +0 -43
- package/dashboards/python/templates/dashboard.html +0 -34
- package/dashboards/python/templates/dlp.html +0 -159
- package/dashboards/python/templates/domain-status.html +0 -64
- package/dashboards/python/templates/guardrails.html +0 -131
- package/dashboards/python/templates/journal.html +0 -66
- package/dashboards/python/templates/knowledge-contributions.html +0 -71
- package/dashboards/python/templates/knowledge.html +0 -69
- package/dashboards/python/templates/layout.html +0 -121
- package/dashboards/python/templates/login.html +0 -36
- package/dashboards/python/templates/messages.html +0 -90
- package/dashboards/python/templates/settings.html +0 -624
- package/dashboards/python/templates/skill-connections.html +0 -72
- package/dashboards/python/templates/skills.html +0 -89
- package/dashboards/python/templates/users.html +0 -70
- package/dashboards/python/templates/vault.html +0 -73
- package/dashboards/python/templates/workforce.html +0 -112
- package/dashboards/python/utils/__init__.py +0 -0
- package/dashboards/python/utils/api.py +0 -35
- package/dashboards/python/utils/helpers.py +0 -90
- package/dashboards/rails/app.rb +0 -64
- package/dashboards/rails/helpers/api.rb +0 -39
- package/dashboards/rails/helpers/auth.rb +0 -11
- package/dashboards/rails/helpers/view.rb +0 -95
- package/dashboards/rails/public/styles.css +0 -546
- package/dashboards/rails/routes/activity.rb +0 -10
- package/dashboards/rails/routes/agents.rb +0 -173
- package/dashboards/rails/routes/api_keys.rb +0 -30
- package/dashboards/rails/routes/approvals.rb +0 -10
- package/dashboards/rails/routes/audit.rb +0 -15
- package/dashboards/rails/routes/auth.rb +0 -29
- package/dashboards/rails/routes/community_skills.rb +0 -11
- package/dashboards/rails/routes/compliance.rb +0 -25
- package/dashboards/rails/routes/dashboard.rb +0 -13
- package/dashboards/rails/routes/dlp.rb +0 -40
- package/dashboards/rails/routes/domain_status.rb +0 -16
- package/dashboards/rails/routes/guardrails.rb +0 -51
- package/dashboards/rails/routes/journal.rb +0 -24
- package/dashboards/rails/routes/knowledge.rb +0 -11
- package/dashboards/rails/routes/knowledge_contributions.rb +0 -12
- package/dashboards/rails/routes/messages.rb +0 -22
- package/dashboards/rails/routes/settings.rb +0 -196
- package/dashboards/rails/routes/skill_connections.rb +0 -15
- package/dashboards/rails/routes/skills.rb +0 -38
- package/dashboards/rails/routes/users.rb +0 -18
- package/dashboards/rails/routes/vault.rb +0 -37
- package/dashboards/rails/routes/workforce.rb +0 -16
- package/dashboards/rails/views/activity.erb +0 -56
- package/dashboards/rails/views/agent_detail.erb +0 -550
- package/dashboards/rails/views/agents.erb +0 -214
- package/dashboards/rails/views/api_keys.erb +0 -52
- package/dashboards/rails/views/approvals.erb +0 -60
- package/dashboards/rails/views/audit.erb +0 -38
- package/dashboards/rails/views/community_skills.erb +0 -69
- package/dashboards/rails/views/compliance.erb +0 -69
- package/dashboards/rails/views/dashboard.erb +0 -46
- package/dashboards/rails/views/dlp.erb +0 -104
- package/dashboards/rails/views/domain_status.erb +0 -75
- package/dashboards/rails/views/guardrails.erb +0 -107
- package/dashboards/rails/views/journal.erb +0 -65
- package/dashboards/rails/views/knowledge.erb +0 -67
- package/dashboards/rails/views/knowledge_contributions.erb +0 -70
- package/dashboards/rails/views/layout.erb +0 -61
- package/dashboards/rails/views/login.erb +0 -47
- package/dashboards/rails/views/messages.erb +0 -62
- package/dashboards/rails/views/settings.erb +0 -578
- package/dashboards/rails/views/skill_connections.erb +0 -109
- package/dashboards/rails/views/skills.erb +0 -66
- package/dashboards/rails/views/users.erb +0 -53
- package/dashboards/rails/views/vault.erb +0 -66
- package/dashboards/rails/views/workforce.erb +0 -124
- package/dashboards/ruby/app.rb +0 -74
- package/dashboards/ruby/helpers/api.rb +0 -63
- package/dashboards/ruby/helpers/auth.rb +0 -20
- package/dashboards/ruby/helpers/view.rb +0 -91
- package/dashboards/ruby/public/styles.css +0 -546
- package/dashboards/ruby/routes/activity.rb +0 -10
- package/dashboards/ruby/routes/agents.rb +0 -197
- package/dashboards/ruby/routes/api_keys.rb +0 -43
- package/dashboards/ruby/routes/approvals.rb +0 -10
- package/dashboards/ruby/routes/audit.rb +0 -15
- package/dashboards/ruby/routes/auth.rb +0 -29
- package/dashboards/ruby/routes/community_skills.rb +0 -11
- package/dashboards/ruby/routes/compliance.rb +0 -28
- package/dashboards/ruby/routes/dashboard.rb +0 -13
- package/dashboards/ruby/routes/dlp.rb +0 -55
- package/dashboards/ruby/routes/domain_status.rb +0 -16
- package/dashboards/ruby/routes/guardrails.rb +0 -77
- package/dashboards/ruby/routes/journal.rb +0 -24
- package/dashboards/ruby/routes/knowledge.rb +0 -11
- package/dashboards/ruby/routes/knowledge_contributions.rb +0 -12
- package/dashboards/ruby/routes/messages.rb +0 -27
- package/dashboards/ruby/routes/settings.rb +0 -214
- package/dashboards/ruby/routes/skill_connections.rb +0 -15
- package/dashboards/ruby/routes/skills.rb +0 -50
- package/dashboards/ruby/routes/users.rb +0 -26
- package/dashboards/ruby/routes/vault.rb +0 -49
- package/dashboards/ruby/routes/workforce.rb +0 -16
- package/dashboards/ruby/views/activity.erb +0 -56
- package/dashboards/ruby/views/agent_detail.erb +0 -550
- package/dashboards/ruby/views/agents.erb +0 -214
- package/dashboards/ruby/views/api_keys.erb +0 -59
- package/dashboards/ruby/views/approvals.erb +0 -60
- package/dashboards/ruby/views/audit.erb +0 -38
- package/dashboards/ruby/views/community_skills.erb +0 -69
- package/dashboards/ruby/views/compliance.erb +0 -45
- package/dashboards/ruby/views/dashboard.erb +0 -46
- package/dashboards/ruby/views/dlp.erb +0 -88
- package/dashboards/ruby/views/domain_status.erb +0 -75
- package/dashboards/ruby/views/guardrails.erb +0 -103
- package/dashboards/ruby/views/journal.erb +0 -53
- package/dashboards/ruby/views/knowledge.erb +0 -67
- package/dashboards/ruby/views/knowledge_contributions.erb +0 -70
- package/dashboards/ruby/views/layout.erb +0 -61
- package/dashboards/ruby/views/login.erb +0 -31
- package/dashboards/ruby/views/messages.erb +0 -51
- package/dashboards/ruby/views/settings.erb +0 -579
- package/dashboards/ruby/views/skill_connections.erb +0 -109
- package/dashboards/ruby/views/skills.erb +0 -66
- package/dashboards/ruby/views/users.erb +0 -53
- package/dashboards/ruby/views/vault.erb +0 -66
- package/dashboards/ruby/views/workforce.erb +0 -124
- package/dashboards/shared/styles.css +0 -546
- package/dashboards/shared-styles.css +0 -546
|
@@ -1,404 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var test = require('tape');
|
|
4
|
-
var inspect = require('object-inspect');
|
|
5
|
-
var SaferBuffer = require('safer-buffer').Buffer;
|
|
6
|
-
var forEach = require('for-each');
|
|
7
|
-
var v = require('es-value-fixtures');
|
|
8
|
-
|
|
9
|
-
var utils = require('../lib/utils');
|
|
10
|
-
|
|
11
|
-
test('merge()', function (t) {
|
|
12
|
-
t.deepEqual(utils.merge(null, true), [null, true], 'merges true into null');
|
|
13
|
-
|
|
14
|
-
t.deepEqual(utils.merge(null, [42]), [null, 42], 'merges null into an array');
|
|
15
|
-
|
|
16
|
-
t.deepEqual(utils.merge({ a: 'b' }, { a: 'c' }), { a: ['b', 'c'] }, 'merges two objects with the same key');
|
|
17
|
-
|
|
18
|
-
var oneMerged = utils.merge({ foo: 'bar' }, { foo: { first: '123' } });
|
|
19
|
-
t.deepEqual(oneMerged, { foo: ['bar', { first: '123' }] }, 'merges a standalone and an object into an array');
|
|
20
|
-
|
|
21
|
-
var twoMerged = utils.merge({ foo: ['bar', { first: '123' }] }, { foo: { second: '456' } });
|
|
22
|
-
t.deepEqual(twoMerged, { foo: { 0: 'bar', 1: { first: '123' }, second: '456' } }, 'merges a standalone and two objects into an array');
|
|
23
|
-
|
|
24
|
-
var sandwiched = utils.merge({ foo: ['bar', { first: '123', second: '456' }] }, { foo: 'baz' });
|
|
25
|
-
t.deepEqual(sandwiched, { foo: ['bar', { first: '123', second: '456' }, 'baz'] }, 'merges an object sandwiched by two standalones into an array');
|
|
26
|
-
|
|
27
|
-
var nestedArrays = utils.merge({ foo: ['baz'] }, { foo: ['bar', 'xyzzy'] });
|
|
28
|
-
t.deepEqual(nestedArrays, { foo: ['baz', 'bar', 'xyzzy'] });
|
|
29
|
-
|
|
30
|
-
var noOptionsNonObjectSource = utils.merge({ foo: 'baz' }, 'bar');
|
|
31
|
-
t.deepEqual(noOptionsNonObjectSource, { foo: 'baz', bar: true });
|
|
32
|
-
|
|
33
|
-
var func = function f() {};
|
|
34
|
-
t.deepEqual(
|
|
35
|
-
utils.merge(func, { foo: 'bar' }),
|
|
36
|
-
[func, { foo: 'bar' }],
|
|
37
|
-
'functions can not be merged into'
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
func.bar = 'baz';
|
|
41
|
-
t.deepEqual(
|
|
42
|
-
utils.merge({ foo: 'bar' }, func),
|
|
43
|
-
{ foo: 'bar', bar: 'baz' },
|
|
44
|
-
'functions can be merge sources'
|
|
45
|
-
);
|
|
46
|
-
|
|
47
|
-
t.test(
|
|
48
|
-
'avoids invoking array setters unnecessarily',
|
|
49
|
-
{ skip: typeof Object.defineProperty !== 'function' },
|
|
50
|
-
function (st) {
|
|
51
|
-
var setCount = 0;
|
|
52
|
-
var getCount = 0;
|
|
53
|
-
var observed = [];
|
|
54
|
-
Object.defineProperty(observed, 0, {
|
|
55
|
-
get: function () {
|
|
56
|
-
getCount += 1;
|
|
57
|
-
return { bar: 'baz' };
|
|
58
|
-
},
|
|
59
|
-
set: function () { setCount += 1; }
|
|
60
|
-
});
|
|
61
|
-
utils.merge(observed, [null]);
|
|
62
|
-
st.equal(setCount, 0);
|
|
63
|
-
st.equal(getCount, 1);
|
|
64
|
-
observed[0] = observed[0]; // eslint-disable-line no-self-assign
|
|
65
|
-
st.equal(setCount, 1);
|
|
66
|
-
st.equal(getCount, 2);
|
|
67
|
-
st.end();
|
|
68
|
-
}
|
|
69
|
-
);
|
|
70
|
-
|
|
71
|
-
t.test('with overflow objects (from arrayLimit)', function (st) {
|
|
72
|
-
// arrayLimit is max index, so with limit 0, max index 0 is allowed (1 element)
|
|
73
|
-
// To create overflow, need 2+ elements with limit 0, or 3+ with limit 1, etc.
|
|
74
|
-
st.test('merges primitive into overflow object at next index', function (s2t) {
|
|
75
|
-
// Create an overflow object via combine: 3 elements (indices 0-2) with limit 0
|
|
76
|
-
var overflow = utils.combine(['a', 'b'], 'c', 0, false);
|
|
77
|
-
s2t.ok(utils.isOverflow(overflow), 'overflow object is marked');
|
|
78
|
-
var merged = utils.merge(overflow, 'd');
|
|
79
|
-
s2t.deepEqual(merged, { 0: 'a', 1: 'b', 2: 'c', 3: 'd' }, 'adds primitive at next numeric index');
|
|
80
|
-
s2t.end();
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
st.test('merges primitive into regular object with numeric keys normally', function (s2t) {
|
|
84
|
-
var obj = { 0: 'a', 1: 'b' };
|
|
85
|
-
s2t.notOk(utils.isOverflow(obj), 'plain object is not marked as overflow');
|
|
86
|
-
var merged = utils.merge(obj, 'c');
|
|
87
|
-
s2t.deepEqual(merged, { 0: 'a', 1: 'b', c: true }, 'adds primitive as key (not at next index)');
|
|
88
|
-
s2t.end();
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
st.test('merges primitive into object with non-numeric keys normally', function (s2t) {
|
|
92
|
-
var obj = { foo: 'bar' };
|
|
93
|
-
var merged = utils.merge(obj, 'baz');
|
|
94
|
-
s2t.deepEqual(merged, { foo: 'bar', baz: true }, 'adds primitive as key with value true');
|
|
95
|
-
s2t.end();
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
st.test('with strictMerge, wraps object and primitive in array', function (s2t) {
|
|
99
|
-
var obj = { foo: 'bar' };
|
|
100
|
-
var merged = utils.merge(obj, 'baz', { strictMerge: true });
|
|
101
|
-
s2t.deepEqual(merged, [{ foo: 'bar' }, 'baz'], 'wraps in array with strictMerge');
|
|
102
|
-
s2t.end();
|
|
103
|
-
});
|
|
104
|
-
|
|
105
|
-
st.test('merges overflow object into primitive', function (s2t) {
|
|
106
|
-
// Create an overflow object via combine: 2 elements (indices 0-1) with limit 0
|
|
107
|
-
var overflow = utils.combine(['a'], 'b', 0, false);
|
|
108
|
-
s2t.ok(utils.isOverflow(overflow), 'overflow object is marked');
|
|
109
|
-
var merged = utils.merge('c', overflow);
|
|
110
|
-
s2t.ok(utils.isOverflow(merged), 'result is also marked as overflow');
|
|
111
|
-
s2t.deepEqual(merged, { 0: 'c', 1: 'a', 2: 'b' }, 'creates object with primitive at 0, source values shifted');
|
|
112
|
-
s2t.end();
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
st.test('merges overflow object with multiple values into primitive', function (s2t) {
|
|
116
|
-
// Create an overflow object via combine: 3 elements (indices 0-2) with limit 0
|
|
117
|
-
var overflow = utils.combine(['b', 'c'], 'd', 0, false);
|
|
118
|
-
s2t.ok(utils.isOverflow(overflow), 'overflow object is marked');
|
|
119
|
-
var merged = utils.merge('a', overflow);
|
|
120
|
-
s2t.deepEqual(merged, { 0: 'a', 1: 'b', 2: 'c', 3: 'd' }, 'shifts all source indices by 1');
|
|
121
|
-
s2t.end();
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
st.test('merges regular object into primitive as array', function (s2t) {
|
|
125
|
-
var obj = { foo: 'bar' };
|
|
126
|
-
var merged = utils.merge('a', obj);
|
|
127
|
-
s2t.deepEqual(merged, ['a', { foo: 'bar' }], 'creates array with primitive and object');
|
|
128
|
-
s2t.end();
|
|
129
|
-
});
|
|
130
|
-
|
|
131
|
-
st.end();
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
t.end();
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
test('assign()', function (t) {
|
|
138
|
-
var target = { a: 1, b: 2 };
|
|
139
|
-
var source = { b: 3, c: 4 };
|
|
140
|
-
var result = utils.assign(target, source);
|
|
141
|
-
|
|
142
|
-
t.equal(result, target, 'returns the target');
|
|
143
|
-
t.deepEqual(target, { a: 1, b: 3, c: 4 }, 'target and source are merged');
|
|
144
|
-
t.deepEqual(source, { b: 3, c: 4 }, 'source is untouched');
|
|
145
|
-
|
|
146
|
-
t.end();
|
|
147
|
-
});
|
|
148
|
-
|
|
149
|
-
test('combine()', function (t) {
|
|
150
|
-
t.test('both arrays', function (st) {
|
|
151
|
-
var a = [1];
|
|
152
|
-
var b = [2];
|
|
153
|
-
var combined = utils.combine(a, b);
|
|
154
|
-
|
|
155
|
-
st.deepEqual(a, [1], 'a is not mutated');
|
|
156
|
-
st.deepEqual(b, [2], 'b is not mutated');
|
|
157
|
-
st.notEqual(a, combined, 'a !== combined');
|
|
158
|
-
st.notEqual(b, combined, 'b !== combined');
|
|
159
|
-
st.deepEqual(combined, [1, 2], 'combined is a + b');
|
|
160
|
-
|
|
161
|
-
st.end();
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
t.test('one array, one non-array', function (st) {
|
|
165
|
-
var aN = 1;
|
|
166
|
-
var a = [aN];
|
|
167
|
-
var bN = 2;
|
|
168
|
-
var b = [bN];
|
|
169
|
-
|
|
170
|
-
var combinedAnB = utils.combine(aN, b);
|
|
171
|
-
st.deepEqual(b, [bN], 'b is not mutated');
|
|
172
|
-
st.notEqual(aN, combinedAnB, 'aN + b !== aN');
|
|
173
|
-
st.notEqual(a, combinedAnB, 'aN + b !== a');
|
|
174
|
-
st.notEqual(bN, combinedAnB, 'aN + b !== bN');
|
|
175
|
-
st.notEqual(b, combinedAnB, 'aN + b !== b');
|
|
176
|
-
st.deepEqual([1, 2], combinedAnB, 'first argument is array-wrapped when not an array');
|
|
177
|
-
|
|
178
|
-
var combinedABn = utils.combine(a, bN);
|
|
179
|
-
st.deepEqual(a, [aN], 'a is not mutated');
|
|
180
|
-
st.notEqual(aN, combinedABn, 'a + bN !== aN');
|
|
181
|
-
st.notEqual(a, combinedABn, 'a + bN !== a');
|
|
182
|
-
st.notEqual(bN, combinedABn, 'a + bN !== bN');
|
|
183
|
-
st.notEqual(b, combinedABn, 'a + bN !== b');
|
|
184
|
-
st.deepEqual([1, 2], combinedABn, 'second argument is array-wrapped when not an array');
|
|
185
|
-
|
|
186
|
-
st.end();
|
|
187
|
-
});
|
|
188
|
-
|
|
189
|
-
t.test('neither is an array', function (st) {
|
|
190
|
-
var combined = utils.combine(1, 2);
|
|
191
|
-
st.notEqual(1, combined, '1 + 2 !== 1');
|
|
192
|
-
st.notEqual(2, combined, '1 + 2 !== 2');
|
|
193
|
-
st.deepEqual([1, 2], combined, 'both arguments are array-wrapped when not an array');
|
|
194
|
-
|
|
195
|
-
st.end();
|
|
196
|
-
});
|
|
197
|
-
|
|
198
|
-
t.test('with arrayLimit', function (st) {
|
|
199
|
-
st.test('under the limit', function (s2t) {
|
|
200
|
-
var combined = utils.combine(['a', 'b'], 'c', 10, false);
|
|
201
|
-
s2t.deepEqual(combined, ['a', 'b', 'c'], 'returns array when under limit');
|
|
202
|
-
s2t.ok(Array.isArray(combined), 'result is an array');
|
|
203
|
-
s2t.end();
|
|
204
|
-
});
|
|
205
|
-
|
|
206
|
-
st.test('exactly at the limit stays as array', function (s2t) {
|
|
207
|
-
var combined = utils.combine(['a', 'b'], 'c', 3, false);
|
|
208
|
-
s2t.deepEqual(combined, ['a', 'b', 'c'], 'stays as array when count equals limit');
|
|
209
|
-
s2t.ok(Array.isArray(combined), 'result is an array');
|
|
210
|
-
s2t.end();
|
|
211
|
-
});
|
|
212
|
-
|
|
213
|
-
st.test('over the limit', function (s2t) {
|
|
214
|
-
var combined = utils.combine(['a', 'b', 'c'], 'd', 3, false);
|
|
215
|
-
s2t.deepEqual(combined, { 0: 'a', 1: 'b', 2: 'c', 3: 'd' }, 'converts to object when over limit');
|
|
216
|
-
s2t.notOk(Array.isArray(combined), 'result is not an array');
|
|
217
|
-
s2t.end();
|
|
218
|
-
});
|
|
219
|
-
|
|
220
|
-
st.test('with arrayLimit 1', function (s2t) {
|
|
221
|
-
var combined = utils.combine([], 'a', 1, false);
|
|
222
|
-
s2t.deepEqual(combined, ['a'], 'stays as array when count equals limit');
|
|
223
|
-
s2t.ok(Array.isArray(combined), 'result is an array');
|
|
224
|
-
s2t.end();
|
|
225
|
-
});
|
|
226
|
-
|
|
227
|
-
st.test('with arrayLimit 0 converts single element to object', function (s2t) {
|
|
228
|
-
var combined = utils.combine([], 'a', 0, false);
|
|
229
|
-
s2t.deepEqual(combined, { 0: 'a' }, 'converts to object when count exceeds limit');
|
|
230
|
-
s2t.notOk(Array.isArray(combined), 'result is not an array');
|
|
231
|
-
s2t.end();
|
|
232
|
-
});
|
|
233
|
-
|
|
234
|
-
st.test('with arrayLimit 0 and two elements converts to object', function (s2t) {
|
|
235
|
-
var combined = utils.combine(['a'], 'b', 0, false);
|
|
236
|
-
s2t.deepEqual(combined, { 0: 'a', 1: 'b' }, 'converts to object when count exceeds limit');
|
|
237
|
-
s2t.notOk(Array.isArray(combined), 'result is not an array');
|
|
238
|
-
s2t.end();
|
|
239
|
-
});
|
|
240
|
-
|
|
241
|
-
st.test('with plainObjects option', function (s2t) {
|
|
242
|
-
var combined = utils.combine(['a', 'b'], 'c', 1, true);
|
|
243
|
-
var expected = { __proto__: null, 0: 'a', 1: 'b', 2: 'c' };
|
|
244
|
-
s2t.deepEqual(combined, expected, 'converts to object with null prototype');
|
|
245
|
-
s2t.equal(Object.getPrototypeOf(combined), null, 'result has null prototype when plainObjects is true');
|
|
246
|
-
s2t.end();
|
|
247
|
-
});
|
|
248
|
-
|
|
249
|
-
st.end();
|
|
250
|
-
});
|
|
251
|
-
|
|
252
|
-
t.test('with existing overflow object', function (st) {
|
|
253
|
-
st.test('adds to existing overflow object at next index', function (s2t) {
|
|
254
|
-
// Create overflow object first via combine: 3 elements (indices 0-2) with limit 0
|
|
255
|
-
var overflow = utils.combine(['a', 'b'], 'c', 0, false);
|
|
256
|
-
s2t.ok(utils.isOverflow(overflow), 'initial object is marked as overflow');
|
|
257
|
-
|
|
258
|
-
var combined = utils.combine(overflow, 'd', 10, false);
|
|
259
|
-
s2t.equal(combined, overflow, 'returns the same object (mutated)');
|
|
260
|
-
s2t.deepEqual(combined, { 0: 'a', 1: 'b', 2: 'c', 3: 'd' }, 'adds value at next numeric index');
|
|
261
|
-
s2t.end();
|
|
262
|
-
});
|
|
263
|
-
|
|
264
|
-
st.test('does not treat plain object with numeric keys as overflow', function (s2t) {
|
|
265
|
-
var plainObj = { 0: 'a', 1: 'b' };
|
|
266
|
-
s2t.notOk(utils.isOverflow(plainObj), 'plain object is not marked as overflow');
|
|
267
|
-
|
|
268
|
-
// combine treats this as a regular value, not an overflow object to append to
|
|
269
|
-
var combined = utils.combine(plainObj, 'c', 10, false);
|
|
270
|
-
s2t.deepEqual(combined, [{ 0: 'a', 1: 'b' }, 'c'], 'concatenates as regular values');
|
|
271
|
-
s2t.end();
|
|
272
|
-
});
|
|
273
|
-
|
|
274
|
-
st.end();
|
|
275
|
-
});
|
|
276
|
-
|
|
277
|
-
t.end();
|
|
278
|
-
});
|
|
279
|
-
|
|
280
|
-
test('decode', function (t) {
|
|
281
|
-
t.equal(
|
|
282
|
-
utils.decode('a+b'),
|
|
283
|
-
'a b',
|
|
284
|
-
'decodes + to space'
|
|
285
|
-
);
|
|
286
|
-
|
|
287
|
-
t.equal(
|
|
288
|
-
utils.decode('name%2Eobj'),
|
|
289
|
-
'name.obj',
|
|
290
|
-
'decodes a string'
|
|
291
|
-
);
|
|
292
|
-
t.equal(
|
|
293
|
-
utils.decode('name%2Eobj%2Efoo', null, 'iso-8859-1'),
|
|
294
|
-
'name.obj.foo',
|
|
295
|
-
'decodes a string in iso-8859-1'
|
|
296
|
-
);
|
|
297
|
-
|
|
298
|
-
t.end();
|
|
299
|
-
});
|
|
300
|
-
|
|
301
|
-
test('encode', function (t) {
|
|
302
|
-
forEach(v.nullPrimitives, function (nullish) {
|
|
303
|
-
t['throws'](
|
|
304
|
-
function () { utils.encode(nullish); },
|
|
305
|
-
TypeError,
|
|
306
|
-
inspect(nullish) + ' is not a string'
|
|
307
|
-
);
|
|
308
|
-
});
|
|
309
|
-
|
|
310
|
-
t.equal(utils.encode(''), '', 'empty string returns itself');
|
|
311
|
-
t.deepEqual(utils.encode([]), [], 'empty array returns itself');
|
|
312
|
-
t.deepEqual(utils.encode({ length: 0 }), { length: 0 }, 'empty arraylike returns itself');
|
|
313
|
-
|
|
314
|
-
t.test('symbols', { skip: !v.hasSymbols }, function (st) {
|
|
315
|
-
st.equal(utils.encode(Symbol('x')), 'Symbol%28x%29', 'symbol is encoded');
|
|
316
|
-
|
|
317
|
-
st.end();
|
|
318
|
-
});
|
|
319
|
-
|
|
320
|
-
t.equal(
|
|
321
|
-
utils.encode('(abc)'),
|
|
322
|
-
'%28abc%29',
|
|
323
|
-
'encodes parentheses'
|
|
324
|
-
);
|
|
325
|
-
t.equal(
|
|
326
|
-
utils.encode({ toString: function () { return '(abc)'; } }),
|
|
327
|
-
'%28abc%29',
|
|
328
|
-
'toStrings and encodes parentheses'
|
|
329
|
-
);
|
|
330
|
-
|
|
331
|
-
t.equal(
|
|
332
|
-
utils.encode('abc 123 💩', null, 'iso-8859-1'),
|
|
333
|
-
'abc%20123%20%26%2355357%3B%26%2356489%3B',
|
|
334
|
-
'encodes in iso-8859-1'
|
|
335
|
-
);
|
|
336
|
-
|
|
337
|
-
var longString = '';
|
|
338
|
-
var expectedString = '';
|
|
339
|
-
for (var i = 0; i < 1500; i++) {
|
|
340
|
-
longString += ' ';
|
|
341
|
-
expectedString += '%20';
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
t.equal(
|
|
345
|
-
utils.encode(longString),
|
|
346
|
-
expectedString,
|
|
347
|
-
'encodes a long string'
|
|
348
|
-
);
|
|
349
|
-
|
|
350
|
-
t.equal(
|
|
351
|
-
utils.encode('\x28\x29'),
|
|
352
|
-
'%28%29',
|
|
353
|
-
'encodes parens normally'
|
|
354
|
-
);
|
|
355
|
-
t.equal(
|
|
356
|
-
utils.encode('\x28\x29', null, null, null, 'RFC1738'),
|
|
357
|
-
'()',
|
|
358
|
-
'does not encode parens in RFC1738'
|
|
359
|
-
);
|
|
360
|
-
|
|
361
|
-
// todo RFC1738 format
|
|
362
|
-
|
|
363
|
-
t.equal(
|
|
364
|
-
utils.encode('Āက豈'),
|
|
365
|
-
'%C4%80%E1%80%80%EF%A4%80',
|
|
366
|
-
'encodes multibyte chars'
|
|
367
|
-
);
|
|
368
|
-
|
|
369
|
-
t.equal(
|
|
370
|
-
utils.encode('\uD83D \uDCA9'),
|
|
371
|
-
'%F0%9F%90%A0%F0%BA%90%80',
|
|
372
|
-
'encodes lone surrogates'
|
|
373
|
-
);
|
|
374
|
-
|
|
375
|
-
t.end();
|
|
376
|
-
});
|
|
377
|
-
|
|
378
|
-
test('isBuffer()', function (t) {
|
|
379
|
-
forEach([null, undefined, true, false, '', 'abc', 42, 0, NaN, {}, [], function () {}, /a/g], function (x) {
|
|
380
|
-
t.equal(utils.isBuffer(x), false, inspect(x) + ' is not a buffer');
|
|
381
|
-
});
|
|
382
|
-
|
|
383
|
-
var fakeBuffer = { constructor: Buffer };
|
|
384
|
-
t.equal(utils.isBuffer(fakeBuffer), false, 'fake buffer is not a buffer');
|
|
385
|
-
|
|
386
|
-
var saferBuffer = SaferBuffer.from('abc');
|
|
387
|
-
t.equal(utils.isBuffer(saferBuffer), true, 'SaferBuffer instance is a buffer');
|
|
388
|
-
|
|
389
|
-
var buffer = Buffer.from && Buffer.alloc ? Buffer.from('abc') : new Buffer('abc');
|
|
390
|
-
t.equal(utils.isBuffer(buffer), true, 'real Buffer instance is a buffer');
|
|
391
|
-
t.end();
|
|
392
|
-
});
|
|
393
|
-
|
|
394
|
-
test('isRegExp()', function (t) {
|
|
395
|
-
t.equal(utils.isRegExp(/a/g), true, 'RegExp is a RegExp');
|
|
396
|
-
t.equal(utils.isRegExp(new RegExp('a', 'g')), true, 'new RegExp is a RegExp');
|
|
397
|
-
t.equal(utils.isRegExp(new Date()), false, 'Date is not a RegExp');
|
|
398
|
-
|
|
399
|
-
forEach(v.primitives, function (primitive) {
|
|
400
|
-
t.equal(utils.isRegExp(primitive), false, inspect(primitive) + ' is not a RegExp');
|
|
401
|
-
});
|
|
402
|
-
|
|
403
|
-
t.end();
|
|
404
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
# random-bytes
|
|
2
|
-
|
|
3
|
-
[![NPM Version][npm-image]][npm-url]
|
|
4
|
-
[![NPM Downloads][downloads-image]][downloads-url]
|
|
5
|
-
[![Node.js Version][node-version-image]][node-version-url]
|
|
6
|
-
[![Build Status][travis-image]][travis-url]
|
|
7
|
-
[![Test Coverage][coveralls-image]][coveralls-url]
|
|
8
|
-
|
|
9
|
-
Generate strong pseudo-random bytes.
|
|
10
|
-
|
|
11
|
-
This module is a simple wrapper around the Node.js core `crypto.randomBytes` API,
|
|
12
|
-
with the following additions:
|
|
13
|
-
|
|
14
|
-
* A `Promise` interface for environments with promises.
|
|
15
|
-
* For Node.js versions that do not wait for the PRNG to be seeded, this module
|
|
16
|
-
will wait a bit.
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
```sh
|
|
21
|
-
$ npm install random-bytes
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## API
|
|
25
|
-
|
|
26
|
-
```js
|
|
27
|
-
var randomBytes = require('random-bytes')
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### randomBytes(size, callback)
|
|
31
|
-
|
|
32
|
-
Generates strong pseudo-random bytes. The `size` argument is a number indicating
|
|
33
|
-
the number of bytes to generate.
|
|
34
|
-
|
|
35
|
-
```js
|
|
36
|
-
randomBytes(12, function (error, bytes) {
|
|
37
|
-
if (error) throw error
|
|
38
|
-
// do something with the bytes
|
|
39
|
-
})
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### randomBytes(size)
|
|
43
|
-
|
|
44
|
-
Generates strong pseudo-random bytes and return a `Promise`. The `size` argument is
|
|
45
|
-
a number indicating the number of bytes to generate.
|
|
46
|
-
|
|
47
|
-
**Note**: To use promises in Node.js _prior to 0.12_, promises must be
|
|
48
|
-
"polyfilled" using `global.Promise = require('bluebird')`.
|
|
49
|
-
|
|
50
|
-
```js
|
|
51
|
-
randomBytes(18).then(function (string) {
|
|
52
|
-
// do something with the string
|
|
53
|
-
})
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
### randomBytes.sync(size)
|
|
57
|
-
|
|
58
|
-
A synchronous version of above.
|
|
59
|
-
|
|
60
|
-
```js
|
|
61
|
-
var bytes = randomBytes.sync(18)
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## License
|
|
65
|
-
|
|
66
|
-
[MIT](LICENSE)
|
|
67
|
-
|
|
68
|
-
[npm-image]: https://img.shields.io/npm/v/random-bytes.svg
|
|
69
|
-
[npm-url]: https://npmjs.org/package/random-bytes
|
|
70
|
-
[node-version-image]: https://img.shields.io/node/v/random-bytes.svg
|
|
71
|
-
[node-version-url]: http://nodejs.org/download/
|
|
72
|
-
[travis-image]: https://img.shields.io/travis/crypto-utils/random-bytes/master.svg
|
|
73
|
-
[travis-url]: https://travis-ci.org/crypto-utils/random-bytes
|
|
74
|
-
[coveralls-image]: https://img.shields.io/coveralls/crypto-utils/random-bytes/master.svg
|
|
75
|
-
[coveralls-url]: https://coveralls.io/r/crypto-utils/random-bytes?branch=master
|
|
76
|
-
[downloads-image]: https://img.shields.io/npm/dm/random-bytes.svg
|
|
77
|
-
[downloads-url]: https://npmjs.org/package/random-bytes
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* random-bytes
|
|
3
|
-
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
4
|
-
* MIT Licensed
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
'use strict'
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Module dependencies.
|
|
11
|
-
* @private
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
var crypto = require('crypto')
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Module variables.
|
|
18
|
-
* @private
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
var generateAttempts = crypto.randomBytes === crypto.pseudoRandomBytes ? 1 : 3
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Module exports.
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
module.exports = randomBytes
|
|
29
|
-
module.exports.sync = randomBytesSync
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Generates strong pseudo-random bytes.
|
|
33
|
-
*
|
|
34
|
-
* @param {number} size
|
|
35
|
-
* @param {function} [callback]
|
|
36
|
-
* @return {Promise}
|
|
37
|
-
* @public
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
function randomBytes(size, callback) {
|
|
41
|
-
// validate callback is a function, if provided
|
|
42
|
-
if (callback !== undefined && typeof callback !== 'function') {
|
|
43
|
-
throw new TypeError('argument callback must be a function')
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// require the callback without promises
|
|
47
|
-
if (!callback && !global.Promise) {
|
|
48
|
-
throw new TypeError('argument callback is required')
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
if (callback) {
|
|
52
|
-
// classic callback style
|
|
53
|
-
return generateRandomBytes(size, generateAttempts, callback)
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
return new Promise(function executor(resolve, reject) {
|
|
57
|
-
generateRandomBytes(size, generateAttempts, function onRandomBytes(err, str) {
|
|
58
|
-
if (err) return reject(err)
|
|
59
|
-
resolve(str)
|
|
60
|
-
})
|
|
61
|
-
})
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Generates strong pseudo-random bytes sync.
|
|
66
|
-
*
|
|
67
|
-
* @param {number} size
|
|
68
|
-
* @return {Buffer}
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
|
|
72
|
-
function randomBytesSync(size) {
|
|
73
|
-
var err = null
|
|
74
|
-
|
|
75
|
-
for (var i = 0; i < generateAttempts; i++) {
|
|
76
|
-
try {
|
|
77
|
-
return crypto.randomBytes(size)
|
|
78
|
-
} catch (e) {
|
|
79
|
-
err = e
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
throw err
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Generates strong pseudo-random bytes.
|
|
88
|
-
*
|
|
89
|
-
* @param {number} size
|
|
90
|
-
* @param {number} attempts
|
|
91
|
-
* @param {function} callback
|
|
92
|
-
* @private
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
|
-
function generateRandomBytes(size, attempts, callback) {
|
|
96
|
-
crypto.randomBytes(size, function onRandomBytes(err, buf) {
|
|
97
|
-
if (!err) return callback(null, buf)
|
|
98
|
-
if (!--attempts) return callback(err)
|
|
99
|
-
setTimeout(generateRandomBytes.bind(null, size, attempts, callback), 10)
|
|
100
|
-
})
|
|
101
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "random-bytes",
|
|
3
|
-
"description": "URL and cookie safe UIDs",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"contributors": [
|
|
6
|
-
"Douglas Christopher Wilson <doug@somethingdoug.com>"
|
|
7
|
-
],
|
|
8
|
-
"license": "MIT",
|
|
9
|
-
"repository": "crypto-utils/random-bytes",
|
|
10
|
-
"devDependencies": {
|
|
11
|
-
"bluebird": "3.1.1",
|
|
12
|
-
"istanbul": "0.4.2",
|
|
13
|
-
"mocha": "2.3.4",
|
|
14
|
-
"proxyquire": "1.2.0"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"LICENSE",
|
|
18
|
-
"HISTORY.md",
|
|
19
|
-
"README.md",
|
|
20
|
-
"index.js"
|
|
21
|
-
],
|
|
22
|
-
"engines": {
|
|
23
|
-
"node": ">= 0.8"
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
|
|
27
|
-
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
|
|
28
|
-
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
|
|
29
|
-
},
|
|
30
|
-
"keywords": [
|
|
31
|
-
"bytes",
|
|
32
|
-
"generator",
|
|
33
|
-
"random",
|
|
34
|
-
"safe"
|
|
35
|
-
]
|
|
36
|
-
}
|