Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"backbone"
],
"is_fork": false,
"size_kb": 28345,
"has_wiki": true,
"homepage": null,
"languages": {
"Makefile": 454,
"JavaScript": 5271,
"TypeScript": 358905
},
"pushed_at": "2026-07-22T13:39:18Z",
"created_at": "2020-06-08T14:13:03Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:41:21Z",
"description": "Models and Collections for modern web apps",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://conversejs.org",
"name": "Converse.js",
"type": "Organization",
"login": "conversejs",
"company": null,
"location": null,
"followers": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/37398988?v=4",
"created_at": "2018-03-15T08:42:09Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 3059
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.1.5",
"kind": "patch",
"published_at": "2026-07-22T08:19:17Z"
},
{
"tag": "v3.1.4",
"kind": "patch",
"published_at": "2026-06-23T10:19:30Z"
},
{
"tag": "v3.1.3",
"kind": "patch",
"published_at": "2026-06-23T10:19:04Z"
},
{
"tag": "v3.1.2",
"kind": "patch",
"published_at": "2026-06-22T20:01:25Z"
},
{
"tag": "v3.1.1",
"kind": "patch",
"published_at": "2026-06-22T19:47:54Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2026-06-22T14:20:13Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-05-21T12:29:32Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-12-13T22:07:50Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-12-13T10:22:55Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-12-12T22:55:55Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2025-04-22T09:07:20Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2023-02-15T13:34:11Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2022-04-08T09:18:38Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2022-04-08T08:50:13Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2021-05-12T09:00:46Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2021-05-12T09:02:09Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2020-09-18T07:45:30Z"
}
],
"recent_commits": [
{
"oid": "81beb3dd8622578aab4c7084e41209538880b988",
"body": "Both entry points pointed their `types` at the browser rollup, so\n`NodeSQLiteStorage` shipped with no declaration at all and `nodeStorage` was\ntyped `new (name: string)`, leaving consumers to redeclare the constructor\nthemselves. api-extractor now rolls up `index.node.ts` as well, `types` sits\ninsid\n[…]\nch export condition so the `node` condition gets node types rather\nthan browser ones, and `NodeStorageConstructor` is exported with the\n`storageDir` and `inMemory` arguments the driver really accepts.",
"is_bot": false,
"headline": "fix: emit a separate `skeletor.node.d.ts` for the node entry point",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T13:39:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af364733d12cb8350c94769e2cdfbebbb0778019",
"body": "`NodeSQLiteStorage` has always taken a `storageDir`, but nothing could reach\nit through the string store type, whose constructor type didn't even declare\nthe argument. `PersistentStorage.nodeStorageDir` now feeds it, so an app can\npin its database somewhere absolute instead of the driver's cwd-relative\ndefault, which resolves against wherever the process happened to start. The\ndefault itself is unchanged.",
"is_bot": false,
"headline": "feat: let the `node` store type choose its directory",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T12:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858f6bccf3178afaf8935fe9415d0dad863c9b06",
"body": null,
"is_bot": false,
"headline": "Release 3.1.5",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T08:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d49b5c924cfa2a07751a74dbb43169b010a091",
"body": null,
"is_bot": false,
"headline": "chore: npm update",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T07:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad0bb06fcb7ba12c918ac5632767573744ea21e",
"body": "The specifier pointed at `dist/localforage-getitems.es6`, a path only\nbundler-style resolvers can find, so Node 22 on CI failed to link it. The\npackage name resolves to the UMD build instead, and `src/declarations.d.ts`\nsupplies the types, since the package's own ambient declaration names the\nunscoped package it was forked from.",
"is_bot": false,
"headline": "fix: import `@converse/localforage-getitems` by package name",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T07:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e0453246b59d7788efa86940e4fbcd3d3de55f",
"body": "The throw was redundant. `wrapError` rejects the save promise\nbefore it triggers the `'error'` event, so the `await` is what fails the\ntest, and it fails with the storage error rather than the listener's\nmessage. Capture the error and assert on it after the await instead.",
"is_bot": false,
"headline": "test: capture sync errors instead of throwing from the listener",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T07:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b11806eafcb55ea2a0ba2d8ac3635efeebefb71",
"body": "The SQLite driver returned an empty promise on successful writes\nand `localSync` inferred the outcome of a write from the truthiness\nof the value the storage driver resolved with.\n\nEvery write through it was reported as an error and with a read's\nmessage at that (\"Record Not Found\"), even though the data was stored.\n\nSuccess is now the absence of a thrown error.",
"is_bot": false,
"headline": "fix: don't infer a failed write from a falsy sync result",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-22T07:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349f6df81175a3fc7e0e8b48562dcacafe88b33e",
"body": "Introduce a dedicated skull mark for the project (a nod to both the\nskull emoji and Skeletor the character).\n\n* images/skeletor-logo.svg: primary colour tile (violet gradient squircle)\n* images/skeletor-logo-mono.svg: adaptive single-colour skull (currentColor)\n* images/skeletor-icon-256.png: 256px \n[…]\nof the tile\n* images/skeletor-social-preview.png: 1280x640 social-preview banner\n* favicon.ico: replace the Converse mark with the skull (16/32/48)\n* README.md: centre the logo and title in the header",
"is_bot": false,
"headline": "Add Skeletor skull logo, favicon and social banner",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-15T19:58:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7681c0b0a9c4e1e1919ca250d6d4f029c4ad416f",
"body": null,
"is_bot": false,
"headline": "chore: switch TypeScript `moduleResolution` to `bundler`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-07-15T19:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0883fb541998eac401482bf49589389e18f06d",
"body": null,
"is_bot": false,
"headline": "Release 3.1.4",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-23T09:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e4ba7e472e7737ff9ff6fa9716617410b33eef8",
"body": "Fixes a conflict with downstream conventions.",
"is_bot": false,
"headline": "fix: rename `initialized` to `hydrated`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-23T09:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ca976b50e07285f47291346dc6e164b746d0b9",
"body": null,
"is_bot": false,
"headline": "Release 3.1.3",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-23T08:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4611f78c60aa5fc82d1524db00f0baa9df9a0ba7",
"body": "Since 3.1.0 (the fetch() promise contract completion), a `read` of a\nnon-existent record was treated as an error: `fetch({ promise: true })`\nrejected with the bare string 'Record Not Found' and the callback form\nfired `error`. 3.0.x resolved. This broke consumers that await\n`fetch({ promise: true })\n[…]\n The Model#hydrate 'Record Not Found' string-match\nworkaround is removed.\n\nBehaviour change: a read miss no longer fires the `error` callback or\nthe `'error'` event. Instead, it fires `success(null)`.",
"is_bot": false,
"headline": "fix: resolve a read miss instead of rejecting fetch() with a bare string",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-23T08:48:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff81c46ca6415e0ab6f2732707113021447c9616",
"body": "`dist/` is gitignored and no publish-lifecycle script built it, so `npm publish`\ncould ship a tarball without the compiled bundles that main/module/exports point\nat. 3.1.1 was published this way and is unusable (no dist).\n\nAdd a `prepack` script running `npm run build`, so both `npm pack` and\n`npm publish` always produce a freshly built dist. Bump to 3.1.2.",
"is_bot": false,
"headline": "fix: build dist on prepack so publishes always include it",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-22T19:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ebce1cfc690f47ddfe42e48f02c67d1b319ba1",
"body": null,
"is_bot": false,
"headline": "Release 3.1.1",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-22T19:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155a953987f9050286f9b82553052ceac79685e4",
"body": "Fixes browser builds failing to resolve `./drivers/nodeSQLiteStorage`.",
"is_bot": false,
"headline": "fix: keep node-only SQLite driver out of browser bundles",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-22T19:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5544c9802cab2a9b75f76c8d0b5162cbe9fdcc51",
"body": null,
"is_bot": false,
"headline": "Release 3.1.0",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-22T14:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa32291fc7964d5d628d62d73f59db4d95683b18",
"body": null,
"is_bot": false,
"headline": "chore: `npm update`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848e96a13994c3496bf990fbe125eab89b66f1d1",
"body": null,
"is_bot": false,
"headline": "docs: add Design Philosophy section to readme",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e107b2efe02db2445b364df12ceca44e3cbb48d0",
"body": "Storage-layer auto-save failures already reach application code: localSync\ncatches them, calls options.error, and (via wrapError) emits an `error` event\non the model, then resolves. But a save that *rejects* its promise bypassed\nthat path and was only console.error'd in fireRun's catch, invisible to\n[…]\non the object. Built-in storage saves\nresolve through options.error and never reach this catch, so they keep\nemitting exactly once.\n\nAlso, type autosync's obj graph as IEventEmitter so it type-checks.",
"is_bot": false,
"headline": "fix: surface auto-save rejections on the model error event",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cadac58d4af14271e656469c7cfeb52161499e78",
"body": "…t lost\n\nflushPending() (the pagehide/visibilitychange path) fired each pending save\nand then called PersistentStorage.flushAll(), but localSync awaited\nstoreInitialized before reaching the write. With batched writes the save only\nbuffered into debouncedSetItems *after* that await (a microtask later\n[…]\nem\n(non-batched) synchronously within the flush tick, so flushAll() flushes a\npopulated buffer / the write is in flight before teardown. Before init we still\nawait, so hydration ordering is unchanged.",
"is_bot": false,
"headline": "fix: initiate auto-save writes synchronously so the unload flush isn'…",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51269608867b68b144e58f9b5bf28e229b76db3b",
"body": "…rection\n\n`cancelAutoSave()` only stops a pending debounce timer. Once an auto-save\ntimer has fired, the save is in flight and was tracked only in a global\npromise set with no association to the model, so `destroy()` could neither\ncancel nor await it. The delete and the in-flight write then raced, a\n[…]\nlete resurrected the just-deleted record.\n\nTrack in-flight auto-saves per object (autosync) and expose\nawaitInFlightSaves(obj). destroy() now defers its delete behind any\nin-flight save for the model.",
"is_bot": false,
"headline": "fix: sequence destroy() after an in-flight auto-save to prevent resur…",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c070d9b641fe7ed3c05e067281b2ec67cde88f0",
"body": "The fetch promise contract only bridged the *rejection* path of a\npromise-returning sync (Promise.resolve(result).catch -> promise.reject).\nA custom sync that resolved its returned promise with data instead of\ninvoking options.success left the fetch promise pending forever.",
"is_bot": false,
"headline": "fix: settle fetch({ promise: true }) when sync resolves its own promise",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0bafbe37e28641ff93f7e066fe0ad0ff27e7eb",
"body": null,
"is_bot": false,
"headline": "feat: log a deprecation warning when `browserStorage` is used",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d00d618f9af1a061c0768d8f5017000a41032f7c",
"body": "`Collection#clearStore()` cleared via `this.storage?.clear()`, which bypassed\nthe deprecated `browserStorage` compatibility path. A subclass that overrides\n`get browserStorage()` (without setting `storage`) has `this.storage ===\nundefined`, so its store was silently never cleared — the userspace bre\n[…]\nsion test exercising `clearStore()` on a collection that uses the\n`browserStorage` override and holds no in-memory models, so `storage.clear()`\nis the only thing that can remove the persisted records.",
"is_bot": false,
"headline": "fix: honour `browserStorage` override in `clearStore()`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b011e575ce283cec8198192b5dc40c08db160a2",
"body": "Model.fetch ignored the `promise: true` option entirely, and\nCollection.fetch resolved its promise on success but never rejected on\nerror — so any caller using `{ promise: true }` got a promise that hung\nforever on failure.\n\nComplete the contract in both:\n- Model.fetch now honours `promise: true`.\n-\n[…]\nejection once these\n promises start rejecting.\n\nWith a correct contract, Model#hydrate and Collection#hydrate collapse from\na double-wrapped promise to a single `await this.fetch({ promise: true })`.",
"is_bot": false,
"headline": "fix: complete fetch() promise contract and simplify #hydrate",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3300c4e87b317936bb640b0ae9ac7cd7bea0b4b6",
"body": "- Rename `browserStorage` → `storage` on Model and Collection;\n keep `browserStorage` as a deprecated alias.\n- Add `autoSync` opt-in: models/collections with autoSync=true auto-hydrate\n from storage on construction (model.initialized promise) and auto-save\n on every set() via a debounced write.\n-\n[…]\nets\n- Guard Model.set() against calls on autoSync models before `initialized`\n resolves: a `#constructing` flag lets constructor-phase set() through;\n anything after throws with a descriptive error.",
"is_bot": false,
"headline": "feat: add `autoSync` for automatic fetch, save and flush",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-21T18:31:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4b6878a3354b3720eddf81d64fb569f012b963f",
"body": null,
"is_bot": false,
"headline": "chore: fix API Extractor warnings — export StoreType, add release tags",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-04T07:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d1ed5f38b74cd21a626636fdf800f4524bcc17",
"body": null,
"is_bot": false,
"headline": "chore: add tslib v2 as direct dependency for private class field support",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-04T07:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22497e348c0383d3645745acfffe74ade3fbf190",
"body": null,
"is_bot": false,
"headline": "chore: ran `npm update`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-04T07:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ad3f112130d9f562e2790680026fc8dbe10494",
"body": "Declare a computed getter returning { key: { deps, fn } } definitions.\nValues are cached, recalculated when any dep changes, and fire change:key\nevents alongside regular attribute changes. Accessible via model.get() and\nmodel.attrs. Excluded from toJSON() and browser storage.",
"is_bot": false,
"headline": "feat: add computed properties to Model",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-04T07:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20de54c7fc555456727dd2f918bdcd0eb051f5a7",
"body": "model.attrs.name reads the attribute; model.attrs.name = 'Bob' routes\nthrough set() so change events fire. Destructuring-safe — const { attrs }\n= model keeps reactivity. Plain properties on the model instance are\nunaffected.",
"is_bot": false,
"headline": "feat: add attrs proxy for direct reactive attribute access",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-03T15:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "091212249f77d062be2ff69d418b3e1ce2452be8",
"body": "Adds subscribe() to EventEmitter, Model, and Collection, each returning\nan unsubscribe function. Makes models and collections compatible with\nReact's useSyncExternalStore and other store-style APIs without touching\nthe existing on/off/trigger event system.",
"is_bot": false,
"headline": "feat: add subscribe() method for store-style reactivity",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-03T11:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce32d19f272464eb9d33cb2483f3864f2a3fc8a",
"body": null,
"is_bot": false,
"headline": "chore: update README",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-03T10:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbe47c2b7ce5c5f46f9566bf85b7d021b2e1a7f",
"body": "Also adds support for persisting state to SQLite in NodeJS\n\n- add ESM Node build and point exports at compiled output\n- set minimum Node version to >=22.0.0 in package.json engines\n Reflects actual dependencies:\n - node:sqlite (experimental but available)\n - Native ESM imports from node: builtins\n - Error.cause property support",
"is_bot": false,
"headline": "feat: add separate NodeJS build",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-03T10:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4cec05dae9691de1fe8402aae9088199f38200",
"body": null,
"is_bot": false,
"headline": "chore: add AGENTS.md",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-06-03T08:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c20d37f8444b1c357934ec0e01585855976b9d08",
"body": null,
"is_bot": false,
"headline": "Add ESM output to fix named exports for module consumers",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2026-05-20T18:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcddaadb40f22f2bcef47f119d960b9072290ff",
"body": null,
"is_bot": false,
"headline": "Release 3.0.0",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T22:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a98b0b66b7bcb1a48089b2b5f150cd738acf9d7",
"body": null,
"is_bot": false,
"headline": "fix failing test",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T22:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffa98f3e963df5698f18cf9ff6f0ea62317531c9",
"body": null,
"is_bot": false,
"headline": "chore: export Storage as BrowserStorage",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T21:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e8fe0833973865507226fbc2a80dcab32814cf",
"body": "…pe.create`",
"is_bot": false,
"headline": "chore: remove boolean as possible return type for `Collection.prototy…",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T20:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422994e8de2c980a68a1b8353fafb3906a0278eb",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T10:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e622bfe7a7833f4f77f47158c2d4323e90bb23",
"body": null,
"is_bot": false,
"headline": "chore: better typing for the reduce functions",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T10:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22d342911db1304efc2af729bcf84dfd37a4776",
"body": null,
"is_bot": false,
"headline": "chore: don't let Model.prototype.set return a possible boolean",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-13T10:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f23c5a166040126438291b400b8c0dd39cfc83",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-12T22:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f162468ccae271d7117d3bcd71054a6ce4211c",
"body": "to avoid clash with the built-in Storage class in browsers",
"is_bot": false,
"headline": "chore: rename `Storage` to `BrowserStorage`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-12T22:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41116bc207fce5704c648ce4d23bab5fa352ddc",
"body": null,
"is_bot": false,
"headline": "chore: fix the type signatures for `reduce` and `reduceRight`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-12-12T22:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e4622a443f3ded9ed25000923990312e686d263",
"body": null,
"is_bot": false,
"headline": "chore: more accurate type casting",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-27T10:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296a429867a1dcc2d4569963ab0a0cb018e29fcf",
"body": null,
"is_bot": false,
"headline": "chore: set static attrs on Storage",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-24T06:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b6bfee98387b440868ea3c52f45b5f98709711",
"body": null,
"is_bot": false,
"headline": "chore: add @microsoft/api-extractor and use it to bundle the d.ts files",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8b91c74316f52aacceb2b0bbe85ba9445e01d4",
"body": null,
"is_bot": false,
"headline": "chore: update changelog",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193f8b206d2146ff218fa4fa4c9ecb592b139394",
"body": null,
"is_bot": false,
"headline": "chore: combine two karma configs into one",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078991c4ce748f0390f4273a170e9db7d4e7109c",
"body": null,
"is_bot": false,
"headline": "chore: fix tsc compilation errors in tests",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526e99e6ffcdf022ca6afd63219309737a3de4e2",
"body": null,
"is_bot": false,
"headline": "chore: add @types/mocha and @types/chai",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93949a0522e5ef952895cbb70987d88e0af0d06c",
"body": null,
"is_bot": false,
"headline": "chore: avoid leaving untracked compiled files",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab47d9f63ae55507f9f290c29caeb0401d5476f0",
"body": null,
"is_bot": false,
"headline": "chore: update package.json",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc2d7ec6708b4a5b0932dbc29c72349998729c0",
"body": null,
"is_bot": false,
"headline": "chore: update karma files",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae7a29d2424f1d2370b5bdd9d87f67dfa8276d2",
"body": null,
"is_bot": false,
"headline": "chore: run prettier and update rules",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40bf426f35b449ccc8f2eac39ababa9122db93f3",
"body": null,
"is_bot": false,
"headline": "chore: remove src/types",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81da1b36c008a4ff56d0ee2627f4b0e66bfae07b",
"body": null,
"is_bot": false,
"headline": "chore: update tsconfig",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1dbcfc6641cb889e428fc039f6d2b11923cf40",
"body": null,
"is_bot": false,
"headline": "chore: add check:types",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9045df1061ad78fa44b453742f893566db49f7ef",
"body": null,
"is_bot": false,
"headline": "chore: fix test imports",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac05a1172500a6633de02c546cc80a7dae1f7311",
"body": null,
"is_bot": false,
"headline": "chore: add types for qunit and sinon",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fb6c61e6d17d6e65ce4a262dd187a1a9d18b1e",
"body": null,
"is_bot": false,
"headline": "chore: refine types in src",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6478636193cdb3cf41a220edf0566669ede3984d",
"body": null,
"is_bot": false,
"headline": "chore: update karma config",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb06cc958ce54037192f75c192024ad06a5f411",
"body": null,
"is_bot": false,
"headline": "feature: update sessionStorage.ts to be in TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1462d8a33b3b1ee654942db02ee2d4f33383631c",
"body": null,
"is_bot": false,
"headline": "chore: rename test files to .ts",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf4f54e0820001d1c7c650919adf068040c7c50",
"body": "…orage.ts",
"is_bot": false,
"headline": "chore: renamed src/drivers/sessionStorage.js -> src/drivers/sessionSt…",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d921ea7eb7074d6382b6cc929b9e4f361a8a8efa",
"body": null,
"is_bot": false,
"headline": "chore: add ts-loader",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889e94ee827f097776eb98137341629f7f72a5de",
"body": "upgrade webpack",
"is_bot": false,
"headline": "chore: ran npm update",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43c115827ec956f29508c9e7629fe97dbf8509e",
"body": null,
"is_bot": false,
"headline": "chore: use es6 imports with karma",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c99bc0ab99b23a9a3e937094bbb2494ea4c14e7",
"body": " add @rollup/plugin-typescript",
"is_bot": false,
"headline": "chore: update Rollup and tsc config to handle the new .ts files",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b088f03443bb3a28f481094859a8e41d6b1b72fc",
"body": null,
"is_bot": false,
"headline": "feature: convert src/storage.ts to TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7df084ad3e309ea11f26cbd5a49f23a87a45c0",
"body": null,
"is_bot": false,
"headline": "chore: renamed src/storage.js -> src/storage.ts",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2908dde0236466dbf82a3124086f71c6997e07cf",
"body": null,
"is_bot": false,
"headline": "feature: converted listening.ts to TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394ce0e84b7effec2f2bbab257ade02341806744",
"body": null,
"is_bot": false,
"headline": "chore: renamed src/listening.js -> src/listening.ts",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68825c8b8d58fab878c9169b6d082b8c5bec6203",
"body": null,
"is_bot": false,
"headline": "feat: Update Events code to be in TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66bf98b37eca5aacd58f976769b7d874f8a09411",
"body": null,
"is_bot": false,
"headline": "renamed: src/utils/events.js -> src/utils/events.ts",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31bb0eb58eb9224f5427a586451c65814aeca3f1",
"body": null,
"is_bot": false,
"headline": "chore: add src/types.ts and fix various type compilation errors",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83b3b1a15c5b9721d36fb148ac20a276cbe927e",
"body": null,
"is_bot": false,
"headline": "feat: update helpers code to be in TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5011f3038a60ae50c5629f624e78873bdde445",
"body": null,
"is_bot": false,
"headline": "feat: updated collection code to be in TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7a73f76fd344824cc01699d074db054f870a48",
"body": null,
"is_bot": false,
"headline": "chore: renamed src/collection.js to src/collection.ts",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94babfde44937a3067a7c7b01a2a23e907172988",
"body": null,
"is_bot": false,
"headline": "feat: update index code to be TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da73e15f59741a44bd8f9514169fe22cc6c05eb",
"body": null,
"is_bot": false,
"headline": "feat: update Model code to TypeScript",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088d66911493fde292031bed77213926adbffbff",
"body": null,
"is_bot": false,
"headline": "feat: make Collection type generic",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "320e6ba44ffa34beaf3090984e821a74f24ee44f",
"body": "- Configure TypeScript compiler options in tsconfig.json\n- Add TypeScript support to Rollup build process\n- Update package.json scripts to handle TypeScript compilation\n- Install @rollup/plugin-typescript for TypeScript support in builds\n- Ensure build process can handle both .js and .ts files during transition\n\nThe setup allows for gradual migration from JavaScript to TypeScript while maintaining existing functionality and test\ncoverage.",
"is_bot": false,
"headline": "feat: Set up TypeScript infrastructure",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd2248203e58608357f880bd1cb2c7edfa09b4d",
"body": null,
"is_bot": false,
"headline": "Remove ElementView",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-10-23T20:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196dcbff1ea775fe5d30e70fd1cce41b9f4087c9",
"body": null,
"is_bot": false,
"headline": "types: callback is optional",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-06-12T19:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d356e4d2f906d710291475315aab7f0342a89b4b",
"body": null,
"is_bot": false,
"headline": "Fix TypeError when `browserStorage` isn't et",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-05-27T16:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882c93940744065bc32cbeb4afdf95418a9ac645",
"body": null,
"is_bot": false,
"headline": "Update workflow actions",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-22T07:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11189576a86de56b655b92dc922c1f061c86518",
"body": null,
"is_bot": false,
"headline": "Prepare for a 0.0.9 release",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T19:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66433b65f3b7a064b74746202e4342199dc012a8",
"body": null,
"is_bot": false,
"headline": "Ran npm update again",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T19:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8ff476d1857bbf061f719ca1f366822a11eaaf",
"body": null,
"is_bot": false,
"headline": "Bump node version for CI",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T18:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da6218499f1f242e821af406d24b12da0b708e2",
"body": null,
"is_bot": false,
"headline": "Fix type error",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T18:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "784731f978e2e7e65e764bbdcbeb4afe9b128b69",
"body": null,
"is_bot": false,
"headline": "Fix the build by using @rollup/plugin-commonjs",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T18:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bed6cc93638ba74cb42552da066c491e8667b65",
"body": null,
"is_bot": false,
"headline": "Update typescript-eslint",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T15:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9dc33ab8e3fc26ad140ac3e3ba64662a87c89d",
"body": null,
"is_bot": false,
"headline": "Ran `npm update`",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T15:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a47cd6d2b9eef2ad45348a9677e0fa843cd6fc9",
"body": null,
"is_bot": false,
"headline": "Update mergebounce",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T15:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5998729fb76a49f97b4475a8dd180cf2025e62",
"body": null,
"is_bot": false,
"headline": "Regenerate types",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T14:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbc59b5aa0562d9ecadf45d295f2fe6e1a990f6",
"body": null,
"is_bot": false,
"headline": "Update mergebounce and lit-html",
"author_name": "JC Brand",
"author_login": "jcbrand",
"committed_at": "2025-04-03T14:02:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 87,
"latest_release_at": "2026-07-22T08:19:17Z",
"latest_release_tag": "v3.1.5",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 11,
"days_since_latest_release": 8,
"mean_days_between_releases": 24.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@converse/skeletor",
"exists": true,
"license": "MIT",
"keywords": [
"model",
"view",
"controller",
"router",
"server",
"client",
"browser"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@converse/skeletor",
"is_deprecated": false,
"latest_version": "3.1.5",
"repository_url": "https://github.com/conversejs/skeletor",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 2874,
"first_published_at": "2020-06-08T16:10:58.190000Z",
"latest_published_at": "2026-07-22T08:18:18.001000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 5,
"stars": 14,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 75895,
"source_files_sampled": 28,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 2277
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 16,
"malicious_count": 0,
"assessed_package": "npm:@converse/skeletor@3.1.5",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@converse/localforage-getitems",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "1.4.3"
},
{
"name": "@types/lodash-es",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.12"
},
{
"name": "lit-html",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.1"
},
{
"name": "localforage",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.10.0"
},
{
"name": "localforage-driver-memory",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.5"
},
{
"name": "localforage-setitems",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.0"
},
{
"name": "lodash-es",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.21"
},
{
"name": "mergebounce",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.1.3"
},
{
"name": "tslib",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@converse/localforage-getitems",
"direct": true,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "@types/lodash-es",
"direct": true,
"version": "4.17.12",
"ecosystem": "npm"
},
{
"name": "lit-html",
"direct": true,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "localforage",
"direct": true,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "localforage-driver-memory",
"direct": true,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "localforage-setitems",
"direct": true,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lodash-es",
"direct": true,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "mergebounce",
"direct": true,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": true,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": true,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-create-class-features-plugin",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-create-regexp-features-plugin",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-define-polyfill-provider",
"direct": false,
"version": "0.6.8",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-member-expression-to-functions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-optimise-call-expression",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-remap-async-to-generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-replace-supers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-skip-transparent-expression-wrappers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-wrap-function",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-safari-class-field-initializer-scope",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-external-helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-optional-chaining",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-private-property-in-object",
"direct": false,
"version": "7.21.0-placeholder-for-preset-env.2",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-assertions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-attributes",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-chaining",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-unicode-sets-regex",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-arrow-functions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-async-generator-functions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-async-to-generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-block-scoped-functions",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-block-scoping",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-class-properties",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-class-static-block",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-classes",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-computed-properties",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-destructuring",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-dotall-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-duplicate-keys",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-duplicate-named-capturing-groups-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-dynamic-import",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-explicit-resource-management",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-exponentiation-operator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-export-namespace-from",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-for-of",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-function-name",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-json-strings",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-literals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-logical-assignment-operators",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-member-expression-literals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-amd",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-commonjs",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-systemjs",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-umd",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-new-target",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-nullish-coalescing-operator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-numeric-separator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-object-rest-spread",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-object-super",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-optional-catch-binding",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-optional-chaining",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-parameters",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-private-methods",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-private-property-in-object",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-property-literals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-regenerator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-regexp-modifiers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-reserved-words",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-shorthand-properties",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-spread",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-sticky-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-template-literals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-typeof-symbol",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-unicode-escapes",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-unicode-property-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-unicode-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-unicode-sets-regex",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/preset-env",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/preset-modules",
"direct": false,
"version": "0.1.6-no-external-plugins",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@colors/colors",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@converse/openpromise",
"direct": false,
"version": "0.0.4",
"ecosystem": "npm"
},
{
"name": "@discoveryjs/json-ext",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "8.57.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.5",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.13.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@microsoft/api-extractor",
"direct": false,
"version": "7.58.12",
"ecosystem": "npm"
},
{
"name": "@microsoft/api-extractor-model",
"direct": false,
"version": "7.33.10",
"ecosystem": "npm"
},
{
"name": "@microsoft/tsdoc",
"direct": false,
"version": "0.16.0",
"ecosystem": "npm"
},
{
"name": "@microsoft/tsdoc-config",
"direct": false,
"version": "0.18.1",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-babel",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-commonjs",
"direct": false,
"version": "28.0.9",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-node-resolve",
"direct": false,
"version": "16.0.3",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-terser",
"direct": false,
"version": "0.4.4",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-typescript",
"direct": false,
"version": "12.3.0",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rushstack/node-core-library",
"direct": false,
"version": "5.23.3",
"ecosystem": "npm"
},
{
"name": "@rushstack/problem-matcher",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@rushstack/rig-package",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "@rushstack/terminal",
"direct": false,
"version": "0.24.2",
"ecosystem": "npm"
},
{
"name": "@rushstack/ts-command-line",
"direct": false,
"version": "5.3.12",
"ecosystem": "npm"
},
{
"name": "@sinonjs/commons",
"direct": false,
"version": "1.8.6",
"ecosystem": "npm"
},
{
"name": "@sinonjs/fake-timers",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/samsam",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/text-encoding",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "@socket.io/component-emitter",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@types/argparse",
"direct": false,
"version": "1.0.38",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/cors",
"direct": false,
"version": "2.8.19",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "4.17.24",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "10.0.10",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@types/qunit",
"direct": false,
"version": "2.19.14",
"ecosystem": "npm"
},
{
"name": "@types/resolve",
"direct": false,
"version": "1.20.2",
"ecosystem": "npm"
},
{
"name": "@types/sinon",
"direct": false,
"version": "17.0.4",
"ecosystem": "npm"
},
{
"name": "@types/sinonjs__fake-timers",
"direct": false,
"version": "15.0.1",
"ecosystem": "npm"
},
{
"name": "@types/trusted-types",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ast",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/floating-point-hex-parser",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-api-error",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-buffer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-numbers",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-section",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ieee754",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/leb128",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/utf8",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-edit",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-gen",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-opt",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-parser",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wast-printer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/configtest",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/info",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/serve",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@xtuc/ieee754",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@xtuc/long",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-import-phases",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-draft-04",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "babel-eslint",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "babel-loader",
"direct": false,
"version": "9.2.1",
"ecosystem": "npm"
},
{
"name": "babel-plugin-polyfill-corejs2",
"direct": false,
"version": "0.4.17",
"ecosystem": "npm"
},
{
"name": "babel-plugin-polyfill-corejs3",
"direct": false,
"version": "0.14.2",
"ecosystem": "npm"
},
{
"name": "babel-plugin-polyfill-regenerator",
"direct": false,
"version": "0.6.8",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "base64id",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.11.0",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "1.20.6",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.16",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "brotli-size",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.7",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001806",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "chrome-trace-event",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "cli-table3",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "clone-deep",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.20",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "common-path-prefix",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "connect",
"direct": false,
"version": "3.7.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "core-js-compat",
"direct": false,
"version": "3.49.0",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "custom-event",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "date-format",
"direct": false,
"version": "4.0.14",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "2.6.9",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "destroy",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "di",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "dom-serialize",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "duplexer",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "duplexer",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.395",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "engine.io",
"direct": false,
"version": "6.6.9",
"ecosystem": "npm"
},
{
"name": "engine.io-parser",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.3",
"ecosystem": "npm"
},
{
"name": "ent",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "envinfo",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "8.57.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "7.2.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "fastest-levenshtein",
"direct": false,
"version": "1.0.16",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "filesize",
"direct": false,
"version": "10.1.6",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "find-cache-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.16.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.6",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-func-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.24.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "15.15.0",
"ecosystem": "npm"
},
{
"name": "globalyzer",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "globrex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "graphemer",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "gzip-size",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy",
"direct": false,
"version": "1.18.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "immediate",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "import-lazy",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-module",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-reference",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "isbinaryfile",
"direct": false,
"version": "4.0.10",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isobject",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "27.5.1",
"ecosystem": "npm"
},
{
"name": "jju",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "just-extend",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "karma",
"direct": false,
"version": "6.4.4",
"ecosystem": "npm"
},
{
"name": "karma-chrome-launcher",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "karma-firefox-launcher",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "karma-mocha",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "karma-qunit",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "karma-webpack",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lie",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "loader-runner",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "localforage-driver-commons",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.debounce",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "lodash.get",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "log4js",
"direct": false,
"version": "6.9.1",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.3",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.9",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minimizer-webpack-plugin",
"direct": false,
"version": "5.6.1",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "10.8.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "nise",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.51",
"ecosystem": "npm"
},
{
"name": "node-watch",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.6",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qjobs",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.3",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "qunit",
"direct": false,
"version": "2.26.0",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "regenerate",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "regenerate-unicode-properties",
"direct": false,
"version": "10.2.2",
"ecosystem": "npm"
},
{
"name": "regexpu-core",
"direct": false,
"version": "6.4.0",
"ecosystem": "npm"
},
{
"name": "regjsgen",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "regjsparser",
"direct": false,
"version": "0.13.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "requires-port",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "rollup-plugin-summary",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shallow-clone",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "sinon",
"direct": false,
"version": "9.2.4",
"ecosystem": "npm"
},
{
"name": "smob",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "socket.io",
"direct": false,
"version": "4.8.3",
"ecosystem": "npm"
},
{
"name": "socket.io-adapter",
"direct": false,
"version": "2.5.8",
"ecosystem": "npm"
},
{
"name": "socket.io-parser",
"direct": false,
"version": "4.2.7",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "streamroller",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "string-argv",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "tiny-glob",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "ts-loader",
"direct": false,
"version": "9.6.2",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.23.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "1.6.18",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "ua-parser-js",
"direct": false,
"version": "0.7.41",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicode-canonical-property-names-ecmascript",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unicode-match-property-ecmascript",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "unicode-match-property-value-ecmascript",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "unicode-property-aliases-ecmascript",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "utils-merge",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "void-elements",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "watchpack",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "5.108.4",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-sources",
"direct": false,
"version": "3.5.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wildcard",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "window-or-global",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.5.1",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.21.1",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 651,
"direct_count": 10,
"indirect_count": 641
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 26,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 32
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "jashkenas",
"commits": 1351,
"avatar_url": "https://avatars.githubusercontent.com/u/4732?v=4"
},
{
"type": "User",
"login": "braddunbar",
"commits": 415,
"avatar_url": "https://avatars.githubusercontent.com/u/11674?v=4"
},
{
"type": "User",
"login": "akre54",
"commits": 320,
"avatar_url": "https://avatars.githubusercontent.com/u/931368?v=4"
},
{
"type": "User",
"login": "jcbrand",
"commits": 232,
"avatar_url": "https://avatars.githubusercontent.com/u/683911?v=4"
},
{
"type": "User",
"login": "jridgewell",
"commits": 181,
"avatar_url": "https://avatars.githubusercontent.com/u/112982?v=4"
},
{
"type": "User",
"login": "caseywebdev",
"commits": 151,
"avatar_url": "https://avatars.githubusercontent.com/u/1181237?v=4"
},
{
"type": "User",
"login": "tgriesser",
"commits": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/154748?v=4"
},
{
"type": "User",
"login": "megawac",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/3475472?v=4"
},
{
"type": "User",
"login": "wyuenho",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/160028?v=4"
},
{
"type": "User",
"login": "captbaritone",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/162735?v=4"
}
],
"contributors_sampled": 98,
"top_contributor_share": 0.414
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"karma-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc",
".eslintrc.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 71 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "81beb3dd8622578aab4c7084e41209538880b988",
"ran_at": "2026-07-31T07:21:44Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T05:48:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T07:42:33Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/conversejs/skeletor",
"host": "github.com",
"name": "skeletor",
"owner": "conversejs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 62,
"vitality": 78,
"community": 41,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 74,
"ai_readiness": 81,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 87,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "87 commits in the last year",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 87
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v3.1.5",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 24.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 41,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 5,
"stars": 14,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "14 stars",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 14
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"@converse/skeletor"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2874
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,874 downloads/month across npm",
"points": 46.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2874,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 98,
"top_contributor_share": 0.414
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 41% of commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 41
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "98 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 98
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 71 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"merged_prs": 26,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 32,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/58 decided PRs merged",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 58
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 44,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "conversejs",
"public_repos": 28,
"account_age_days": 3059
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "44 followers of conversejs",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 44,
"login": "conversejs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~8 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@converse/skeletor"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc, .eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"backbone"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 71 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@converse/skeletor@3.1.5 runtime dependency closure — what installing the published package pulls in — 16 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@converse/skeletor@3.1.5",
"assessed": 16
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 16,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 16,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 21
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 81,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.77,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 2277
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "77 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc, .eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc, .eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 75895,
"source_files_sampled": 28,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/28 source files over 60KB",
"points": 53,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T07:22:05.702851Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/conversejs/skeletor.svg",
"full_name": "conversejs/skeletor",
"license_state": "standard",
"license_spdx": "MIT"
}