Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"json-schema",
"customizable",
"traversal",
"pointer",
"validation",
"library",
"npm-package"
],
"is_fork": false,
"size_kb": 4809,
"has_wiki": false,
"homepage": null,
"languages": {
"HTML": 109337,
"Shell": 360,
"Dockerfile": 133,
"JavaScript": 1403,
"TypeScript": 893611
},
"pushed_at": "2026-07-18T19:35:25Z",
"created_at": "2016-11-09T17:24:44Z",
"owner_type": "User",
"updated_at": "2026-07-18T19:35:29Z",
"description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"HTML"
]
},
"owner": {
"blog": null,
"name": "Sascha Goldhofer",
"type": "User",
"login": "sagold",
"company": null,
"location": "Munich",
"followers": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/3117745?v=4",
"created_at": "2012-12-24T20:25:32Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 4959
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v11.2.0",
"kind": "minor",
"published_at": "2026-04-09T19:44:03Z"
},
{
"tag": "v11.1.0",
"kind": "minor",
"published_at": "2026-03-29T23:03:42Z"
},
{
"tag": "v11.0.0",
"kind": "major",
"published_at": "2026-02-13T22:51:12Z"
},
{
"tag": "v10.2.0",
"kind": "minor",
"published_at": "2025-08-17T11:49:26Z"
},
{
"tag": "v10.0.0",
"kind": "major",
"published_at": "2025-05-03T09:45:47Z"
},
{
"tag": "v9.2.1",
"kind": "patch",
"published_at": "2024-03-25T12:11:07Z"
},
{
"tag": "v9.1.1",
"kind": "patch",
"published_at": "2023-09-17T18:49:18Z"
},
{
"tag": "v9.1.0",
"kind": "minor",
"published_at": "2023-09-17T10:44:43Z"
},
{
"tag": "v9.0.2",
"kind": "patch",
"published_at": "2023-08-24T06:10:25Z"
},
{
"tag": "v9.0.1",
"kind": "patch",
"published_at": "2023-08-15T15:38:25Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2023-08-03T15:38:32Z"
},
{
"tag": "v8.0.0",
"kind": "major",
"published_at": "2023-07-04T09:45:12Z"
}
],
"recent_commits": [
{
"oid": "65578c185fc324ebf8fcc8f6e654e85cbfab4da8",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.6.2",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-07-18T19:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e327589a36e9eb9d4fba0f826376e528c7e9e89",
"body": null,
"is_bot": false,
"headline": "fix: test setup",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-07-18T19:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0752f2ca9168ff36eb6b98f84c7c20ee31fdbf",
"body": null,
"is_bot": false,
"headline": "update: dependencies",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-07-18T19:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad2a7e6cda33c30a2b93b0e478c0d0a59e437345",
"body": "fix(ipv4): reject leading-zero octets, not addresses starting with 0 (#113)",
"is_bot": false,
"headline": "Merge pull request #114 from patchwright/fix/ipv4-leading-zero-octet",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-07-18T19:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3971c012ff9d5f86aebf07dc8ae00369be09ef70",
"body": "…(#113)\n\nThe ipv4 guard rejected any address starting with 0 (e.g. 0.0.0.0) instead of addresses with a leading-zero octet (e.g. 01.2.3.4). Per-octet check; ipv6 unchanged (out of scope).\n\nAssisted-by: Claude (code generation, reviewed and tested locally)",
"is_bot": false,
"headline": "fix(ipv4): reject leading-zero octets, not addresses starting with 0 …",
"author_name": "patchwright",
"author_login": "patchwright",
"committed_at": "2026-06-27T21:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc2a3045f615ef67104f02449c6fd58afebeb6a",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.6.1",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-14T20:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bea9596a3a2cb905c9382254cf96be22e32081b",
"body": null,
"is_bot": false,
"headline": "fix: #110 getData should not remove valid enum options",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-14T20:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff061daa0d080ef3d8c2671c76cde91c2707570",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.6.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-14T20:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a4e91a0ca4f8231fa36ef56b7651aad753f9bd",
"body": null,
"is_bot": false,
"headline": "add: array support for reduceOneOfFuzzy",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T22:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382fbf3ed3c9a5ef1e75f78cb050e9269ff3b611",
"body": null,
"is_bot": false,
"headline": "fix: revert change to mergeSchema",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T21:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2e3de427d35cdf760649ad4da2182ddaa4655b",
"body": null,
"is_bot": false,
"headline": "fix: child selection suport for items.$ref",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T21:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432287ee6f68a02ce6f015354618486ec427a32d",
"body": null,
"is_bot": false,
"headline": "fix: #111 prototype pollution in propertyDependencies",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T21:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0e9d92a493eb281bca30c6f3f55717ddbaa043e",
"body": null,
"is_bot": false,
"headline": "test: remote ref resolution to $defs",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T20:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1a0002fa832f935be889070613b8131cd21a31",
"body": null,
"is_bot": false,
"headline": "add: expose schema validation results from remotes",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-13T20:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660d5dc9d7e5d2d7d5b601a80c75edba07327634",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.5.1",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-08T20:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373f98f2b152cd88f04435002221e7bcbd691021",
"body": null,
"is_bot": false,
"headline": "fix: do not produce annotation warning for official schema keywords",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-08T20:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc03dce5ec9499133abd446ddd935b867c1f15ac",
"body": "…ositive\n\nDo not flag properties as unevaluated when they fail validation",
"is_bot": false,
"headline": "Merge pull request #108 from flugg/fix/unevaluated-properties-false-p…",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-08T20:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e28ce4feba74232522983fe8d6cb739935a13e",
"body": null,
"is_bot": false,
"headline": "docs: remotes-option",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T23:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f88616b782cd695fb3111c7a537b179703f89be6",
"body": null,
"is_bot": false,
"headline": "chore: update dist",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T23:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af4a5ef5af1aa6d8fa110690204d7363b47fc34",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.5.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T23:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a03887a77291dbcfc4945b02c8ae43050e3938",
"body": null,
"is_bot": false,
"headline": "add: support list of remotes on compileSchema",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T23:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49a6514f4d84f8a36970d3536a4cac1f5cc2c45",
"body": null,
"is_bot": false,
"headline": "deprecate: Draft draftEditor",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T22:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5b2aaff1ce469ed6733be27b2a232336c76b91c",
"body": "…ault",
"is_bot": false,
"headline": "fix: do not produce annotation warning for title, description and def…",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-06-05T22:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03409b3c266d625e0247b3a239fde304f66a8998",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.4.1",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-05-21T12:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf552fda4101f9321a0d1871b68e143a2ef9c01",
"body": null,
"is_bot": false,
"headline": "fix: mergeSchema for type keyword",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-05-21T11:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4ba8d48038eaef8a1ee899540030950a1b0d02",
"body": null,
"is_bot": false,
"headline": "chore: uppercase comment",
"author_name": "Alexander Tømmerås",
"author_login": "flugg",
"committed_at": "2026-05-20T18:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cc20b9f20f800799249efb93976c135f2fb7c5",
"body": "Properties defined directly in `properties` adjacent to\n`unevaluatedProperties` are always evaluated by the `properties`\nkeyword, regardless of whether the value passes validation.\n\nPreviously, `validateUnevaluatedProperties` delegated entirely to\n`isPropertyEvaluated`, which required the property v\n[…]\ns\nvalidation before marking it as evaluated. This caused false\n`unevaluated-property-error` reports for properties that were defined\nin `properties` but failed validation (e.g. format or type errors).",
"is_bot": false,
"headline": "fix: do not flag properties as unevaluated when they fail validation",
"author_name": "Alexander Tømmerås",
"author_login": "flugg",
"committed_at": "2026-05-20T18:18:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "003c7a1291871141adf8910e8896b57e5d41deb6",
"body": null,
"is_bot": false,
"headline": "docs: remove reference to context as this should not be used externally",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-05-14T23:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4980b366fc4a584dc7e786a484e332cb67bd6479",
"body": null,
"is_bot": false,
"headline": "docs: update draft support section",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-05-14T23:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ce4c8e5bec132e5d9bfcffb631c31822b891fe",
"body": null,
"is_bot": false,
"headline": "docs: update schema validation section",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-21T20:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68c815ac598c30670a2283448f998550c60688a5",
"body": "…te test count",
"is_bot": false,
"headline": "ci: change generated test results to log percentage instead of absolu…",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-18T22:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9f9a70472cf4ef03a381ac6af8a9a8e11090cbe",
"body": "…tent.com/sagold",
"is_bot": false,
"headline": "docs: show badges for test suite results stored at gist.githubusercon…",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-18T22:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47dc8f878a36bc4f6e968cd7529c6b6e64c90805",
"body": "feat: add JSON Schema Test Suite compliance badges",
"is_bot": false,
"headline": "Merge pull request #107 from Adityakumar37/feature/json-schema-badges",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-18T21:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec9d3a744edda9675c5fae76c3f0680656f5c9e",
"body": null,
"is_bot": false,
"headline": "ci: use test artifacts for badges to save runtime and skip install",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-18T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e4afdbb3b9a7e3ee2545e935235932d67a2fe3",
"body": null,
"is_bot": false,
"headline": "feat: add JSON Schema Test Suite compliance badges",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-18T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dcc37b5c1eb436686897f2076f6ff379942accd",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.4.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-12T00:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "982b118b8d586da48c476da498e39ff6d0622014",
"body": null,
"is_bot": false,
"headline": "fix: bundle hyperjump dependency to resolve incompatibilities",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-12T00:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d36b198d218c1858115ff88b4c48ad70e12b668",
"body": null,
"is_bot": false,
"headline": "ci: replace yarn by pnpm",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-11T23:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf81169a07bd809779a1ebe2ef718e3f6a2134bf",
"body": null,
"is_bot": false,
"headline": "change: remove withSchemaAnnotations and always create annotations",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-11T23:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f378dedf176a13989bd2391955abcb67fc40a1db",
"body": null,
"is_bot": false,
"headline": "add: return schema annotation for unknown format",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-11T23:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d03dd6d60433ee8cfe3f6401992441d8370d00",
"body": "…eparately",
"is_bot": false,
"headline": "change: move rare and large formats to additionalFormats and export s…",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-11T22:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4c25e427d62bff21572db1903033879811eb05",
"body": null,
"is_bot": false,
"headline": "docs: update README",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T22:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e578721750764fa6e74c55e5097eeccefe6a8871",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.3.1",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T20:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f2a2ec3e446e3557ae0f149111913c502254a6f",
"body": null,
"is_bot": false,
"headline": "fix: add missing draft-option support for addRemoteSchema",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T20:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b019a3c289e3b4a0998148afe4e2ea80ad6851c5",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.3.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T20:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e79058fe950b79f01205fa98534f93f27af6f4",
"body": null,
"is_bot": false,
"headline": "add: option draft as fallback for a missing $schema id",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T20:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ce9d574cacb0955fcdce2a1718ab624db904dcc",
"body": "…for x-options",
"is_bot": false,
"headline": "update: move PROPERTIES_TO_MERGE setting to settings and add support …",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-10T07:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2c14f0a482bc5ec55076a52a141a60381377a2",
"body": null,
"is_bot": false,
"headline": "fix: bowtie integration",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-09T20:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6882a0eeaf4d4efbd763d32b1e483f008bf6b15c",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.2.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-09T19:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb4bbb6e82b4306a0a386fc23533a25818fd86c",
"body": null,
"is_bot": false,
"headline": "update: docs",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-09T19:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b83f662499c1d517341b4641532da84558bd6f",
"body": null,
"is_bot": false,
"headline": "fix: bowtie integration",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-09T19:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf64a596f370ca9c1b7c3e1370d5652ab82d11c",
"body": null,
"is_bot": false,
"headline": "add: schema validation for legacy keyword (implementations)",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-07T22:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94e8b066f8930a8b90c093e4dbdc3410627acd1",
"body": null,
"is_bot": false,
"headline": "update: spec tests to latest (tagged) version",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-06T21:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44c239477994ad6edff45d61ec99ce9b24a3639",
"body": "https://github.com/hyperjump-io/json-schema-formats",
"is_bot": false,
"headline": "introduce: @hyperjump/json-schema-formats for format validation",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-06T21:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae838a7dc2946d7464bfde701fa935b56cfc57a",
"body": "…‘throwOnInvalidRef’",
"is_bot": false,
"headline": "refactor: always return ref-error as validation errors and introduce …",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-06T21:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2d0aa6c1d951af1400f978a4c66d19fbe8fd0a",
"body": null,
"is_bot": false,
"headline": "fix: bowtie integration",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-06T17:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf78e9f809cbe7a5ac958bd5c5a5b7a5e43a6e18",
"body": null,
"is_bot": false,
"headline": "Merge pull request #106 from Adityakumar37/fix#91",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-04-03T05:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f723e0265f947c1dd8b2ed8e3ca2c6f1d87f579",
"body": null,
"is_bot": false,
"headline": "chore: revert yarn.lock and package.json to main",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-03T03:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7b946d8479aff9870f60229671b2f72970c2a0",
"body": null,
"is_bot": false,
"headline": "chore: revert draft04 ref and yarn.lock to original",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-03T03:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e463036964d8445a03c757d6656026a6022949",
"body": null,
"is_bot": false,
"headline": "chore: pin json-schema-test-suite to commit hash",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-02T17:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d788d393f5a38a12a1b8a79f7b13c96b80d549b",
"body": null,
"is_bot": false,
"headline": "removed package-lock.json to fix CI",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-01T16:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13dd6e724688d67605160f9ba10b453161f93a77",
"body": null,
"is_bot": false,
"headline": "added asked changes",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-04-01T16:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6634ebc2a95c920e1a523c17a75602fa1b56b07c",
"body": null,
"is_bot": false,
"headline": "feat: add strictRefs option to error on unknown $ref target (closes #91)",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-03-30T08:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555b1965d112bb1ac8b3ca4f6c644e569cf59c37",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.1.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-29T22:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d796f6bac9a9885ab951586db218896990ceb7e",
"body": null,
"is_bot": false,
"headline": "introduce: schema annotations",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-29T22:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c529f7452ecd32ad8d1518c12c3d10de6a4828",
"body": null,
"is_bot": false,
"headline": "introduce: schema validation",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-29T22:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba777e5588eaadbd2c792dd775347213111db31",
"body": null,
"is_bot": false,
"headline": "introduce: support for experimental keyword propertyDependencies",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-29T09:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76fe2925e4bced2e28227a2dde849de112f0f5cf",
"body": null,
"is_bot": false,
"headline": "add: support deprecatedMessage property",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-28T22:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c23dbcf2d75383551868f3a419ec512e338f5c",
"body": null,
"is_bot": false,
"headline": "update: dependencies",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-11T22:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20fe3f26e67b6b6fbacc4b77f444caa68199236",
"body": null,
"is_bot": false,
"headline": "revert: add preinstall from package.json",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-11T22:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f810ca8352634d2c052a51bbe89ed6906fdfe3ec",
"body": null,
"is_bot": false,
"headline": "fix: vulnerabilities",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-04T23:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e2356a25bedddeedd505760b4e80653528ede79",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.0.4",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-04T20:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319e1dc58f40551542bf84672bd92218ce54ac9f",
"body": null,
"is_bot": false,
"headline": "docs: consolidate Changelog",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-04T20:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1752209f6737902fff1b46a735672139212bc734",
"body": null,
"is_bot": false,
"headline": "revert: add yarn as pkm to package.json",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-04T20:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9229f650d9e1058a32ef5cb9e92395e722faf41",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.0.3",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-01T13:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe8637b81b985ebb6e42fd8be7efcad9de58d2f",
"body": null,
"is_bot": false,
"headline": "chore: cleanup tests and update to latest changed on getNodeChild",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-01T13:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6073c01cda5561a07016dfcc69eab24b547368",
"body": null,
"is_bot": false,
"headline": "build: add yarn as package manager",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-01T12:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059c9a0199430352750f3fe065b24735993d152c",
"body": "add isJsonSchema and isBooleanSchema typeguards, update public method",
"is_bot": false,
"headline": "Merge pull request #102 from Adityakumar37/fixes#93",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-03-01T12:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2f75bc6fc6aae0ada59ddb0ad994cdffd46210",
"body": null,
"is_bot": false,
"headline": "added required changes",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-02-25T09:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17337a3340bbb49e1f73fc95ef6096085ffa514",
"body": null,
"is_bot": false,
"headline": "Made required changes",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-02-23T02:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41604dec46952903ac4f5b1958489ba2b11b4e5c",
"body": "… signatures to support BooleanSchema",
"is_bot": false,
"headline": "add isJsonSchema and isBooleanSchema typeguards, update public method…",
"author_name": "Aditya",
"author_login": "Adityakumar37",
"committed_at": "2026-02-22T17:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d8559cd44301f2750546af5d3fd3f102de2fa8",
"body": null,
"is_bot": false,
"headline": "chore: update lock",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-22T10:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898d3993284d0ac8c0dbedde7eda0763150d481f",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.0.2",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-22T10:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3b7d2c633f638a17c466901460e1e2d1e41d1b",
"body": null,
"is_bot": false,
"headline": "fix: reduce oneOfProperty",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-22T10:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e1bca1b4948011fcc95c69345526031f805df7",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.0.1",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-15T18:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c097c0af4c7ac16b6eae0153814f20a97f6bd62f",
"body": null,
"is_bot": false,
"headline": "fix: oneOf error reporting using oneOfProperty-declarator",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-15T18:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d4c2ba4018bbabe7ab366edf46b3f704495b18",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v11.0.0",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496a2660f93e93f79687a75fb404f22ac8a96a8d",
"body": null,
"is_bot": false,
"headline": "fix: return type of getData should be any",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a58909ab3c2df79a53a93946e54902847b8ffc0",
"body": null,
"is_bot": false,
"headline": "deps: upgrade dependencies",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a620b23a2e6f1be14e54843b11361fea5d031a1",
"body": null,
"is_bot": false,
"headline": "chore: update dist",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f0416d4d2f13fde197a8480072757e33f76002f",
"body": null,
"is_bot": false,
"headline": "add: support deprecated-warning annotation",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2030c9a75aafa14fb731c7b8325d16af68c01472",
"body": null,
"is_bot": false,
"headline": "refactor: ValidationReturnType",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def2c1f12969953ead30e978b3ce9f827504d11b",
"body": null,
"is_bot": false,
"headline": "change: type JsonError is an Annotation",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4736b11c9a4f9d774b9dc111b0d2f3fb31bc113",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v10.5.4",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49cd2969abcf40fce5379c08bd58ee4916046463",
"body": null,
"is_bot": false,
"headline": "fix: issue #101 where undefined property is validated",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T22:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2155550262d44bd8089712b432eb59a790fc79a",
"body": null,
"is_bot": false,
"headline": "publish: bump version to v10.5.3",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T19:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02eb31f9ef8d0ba20bd4ef5329c3d3e08eca82cc",
"body": "Fix properties with undefined value validation",
"is_bot": false,
"headline": "Merge pull request #100 from ekzobrain/bugfix/99",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-13T19:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a7dd369b3957df3ea7071188ddad98f412764d",
"body": null,
"is_bot": false,
"headline": "Fix properties with undefined value validation",
"author_name": "Архипов Дмитрий",
"author_login": "ekzobrain",
"committed_at": "2026-02-13T19:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b23255a8b24505bc70e384e589f34c11745f3c",
"body": null,
"is_bot": false,
"headline": "test: boolean schema for documentation",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-11T21:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29508cacffe0bc4b428d56aac583f7db50b5eec5",
"body": null,
"is_bot": false,
"headline": "change: set JsonSchemaReducerParams.key as required",
"author_name": "Sascha Goldhofer",
"author_login": "sagold",
"committed_at": "2026-02-11T21:03:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 162,
"latest_release_at": "2026-04-09T19:44:03Z",
"latest_release_tag": "v11.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 27,
"days_since_latest_release": 105,
"mean_days_between_releases": 107.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "json-schema-library",
"exists": true,
"license": "MIT",
"keywords": [
"JSON",
"schema",
"customize",
"library",
"tools",
"utilities",
"validator",
"validation",
"jsonschema",
"json-schema",
"json-schema-validator",
"json-schema-validation",
"make my day"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/json-schema-library",
"is_deprecated": false,
"latest_version": "11.6.2",
"repository_url": "https://github.com/sagold/json-schema-library",
"versions_count": 132,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 1902168,
"first_published_at": "2016-11-09T19:25:08.077000Z",
"latest_published_at": "2026-07-18T19:39:29.939000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 35,
"stars": 251,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 35,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"bowtie/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 76459,
"source_files_sampled": 182,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"bowtie/package.json",
"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": 9,
"malicious_count": 0,
"assessed_package": "npm:json-schema-library@11.6.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "json-schema-library",
"manifest": "bowtie/package.json",
"ecosystem": "npm",
"version_constraint": ">=11.3.1"
},
{
"name": "prettier",
"manifest": "bowtie/package.json",
"ecosystem": "npm",
"version_constraint": "^3.8.1"
},
{
"name": "@hyperjump/json-schema-formats",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.2"
},
{
"name": "@sagold/json-pointer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.2.1"
},
{
"name": "fast-copy",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.4"
},
{
"name": "fast-deep-equal",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.3"
},
{
"name": "uri-js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.1"
},
{
"name": "valid-url",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.9"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@hyperjump/json-schema-formats",
"direct": true,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@sagold/json-pointer",
"direct": true,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "@sagold/json-pointer",
"direct": true,
"version": "7.2.1",
"ecosystem": "npm"
},
{
"name": "fast-copy",
"direct": true,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "fast-copy",
"direct": true,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": true,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "json-schema-library",
"direct": true,
"version": ">=11.2.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": true,
"version": "^3.8.1",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": true,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "valid-url",
"direct": true,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@andrewbranch/untar.js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@arethetypeswrong/cli",
"direct": false,
"version": "0.18.2",
"ecosystem": "npm"
},
{
"name": "@arethetypeswrong/core",
"direct": false,
"version": "0.18.2",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "8.0.0-rc.1",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "8.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "8.0.0-rc.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "8.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "8.0.0-rc.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "8.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.4",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "8.0.0-rc.1",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "8.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "8.0.0-rc.1",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "8.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@braidai/lang",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@colors/colors",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.7.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.9.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.7.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.9.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.7",
"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/config-array",
"direct": false,
"version": "0.21.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.7",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@hyperjump/uri",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.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/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@loaderkit/resolve",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.112.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.122.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@quansync/fs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@sagold/json-query",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/is",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.1",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/glob",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "@types/glob",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "@types/jsesc",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/minimatch",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "10.0.10",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.2.3",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.6.0",
"ecosystem": "npm"
},
{
"name": "@types/valid-url",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "ansis",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "append-transform",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "archy",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-kit",
"direct": false,
"version": "3.0.0-beta.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.18",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.9.11",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "caching-transform",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001761",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001787",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "char-regex",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "cjs-module-lexer",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cli-highlight",
"direct": false,
"version": "2.1.11",
"ecosystem": "npm"
},
{
"name": "cli-table3",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.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": "commander",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "default-require-extensions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "defu",
"direct": false,
"version": "6.1.4",
"ecosystem": "npm"
},
{
"name": "defu",
"direct": false,
"version": "6.1.7",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "discontinuous-range",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "dts-resolver",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "ebnf",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.267",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.335",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "emojilib",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "empathic",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "environment",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "es6-error",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"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": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.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": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "exec-sh",
"direct": false,
"version": "0.2.2",
"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": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fflate",
"direct": false,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-cache-dir",
"direct": false,
"version": "3.3.2",
"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": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fromentries",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"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-east-asian-width",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.13.6",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.13.7",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasha",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "10.7.3",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "idn-hostname",
"direct": false,
"version": "15.1.8",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "import-without-cache",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"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-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-hook",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-processinfo",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"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-test-suite",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "json-schema-test-suite",
"direct": false,
"version": "https://codeload.github.com/json-schema-org/JSON-Schema-Test-Suite/tar.gz/7c20e53b09246f05b53c5de657b92517c07927f1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"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": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"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": "lodash",
"direct": false,
"version": "4.17.23",
"ecosystem": "npm"
},
{
"name": "lodash.flattendeep",
"direct": false,
"version": "4.4.0",
"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": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.2.4",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.3.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "9.1.6",
"ecosystem": "npm"
},
{
"name": "marked-terminal",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "merge",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "merge",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.5",
"ecosystem": "npm"
},
{
"name": "moo",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "nearley",
"direct": false,
"version": "2.20.1",
"ecosystem": "npm"
},
{
"name": "node-emoji",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "node-preload",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.37",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "17.1.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.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-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-hash",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parse5-htmlparser2-tree-adapter",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.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-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "process-on-spawn",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "railroad-diagrams",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "randexp",
"direct": false,
"version": "0.4.6",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "release-zalgo",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-main-filename",
"direct": false,
"version": "2.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": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ret",
"direct": false,
"version": "0.1.15",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.0-rc.12",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "rolldown-plugin-dts",
"direct": false,
"version": "0.22.1",
"ecosystem": "npm"
},
{
"name": "rolldown-plugin-dts",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"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": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "skin-tone",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "smtp-address-parser",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "spawn-wrap",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "8.2.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"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-hyperlinks",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.16",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "0.20.3",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "0.21.7",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.21.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "typedarray-to-buffer",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.6.1-rc",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.55.0",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.58.1",
"ecosystem": "npm"
},
{
"name": "unconfig-core",
"direct": false,
"version": "7.4.2",
"ecosystem": "npm"
},
{
"name": "unconfig-core",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.19.2",
"ecosystem": "npm"
},
{
"name": "unicode-emoji-modifier-base",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "unplugin",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "unplugin-unused",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "unrun",
"direct": false,
"version": "0.2.27",
"ecosystem": "npm"
},
{
"name": "unrun",
"direct": false,
"version": "0.2.34",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-name",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "watch",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "webpack-virtual-modules",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-module",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "4.0.3",
"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": "15.4.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "18.1.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 554,
"direct_count": 10,
"indirect_count": 544
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 21,
"open_issues": 5,
"closed_ratio": 0.935,
"closed_issues": 72,
"closed_unmerged_prs": 13
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "sagold",
"commits": 768,
"avatar_url": "https://avatars.githubusercontent.com/u/3117745?v=4"
},
{
"type": "User",
"login": "Adityakumar37",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/228299837?v=4"
},
{
"type": "User",
"login": "mlewando",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/3727118?v=4"
},
{
"type": "User",
"login": "The-Clockmaker",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/204440243?v=4"
},
{
"type": "User",
"login": "flugg",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1271812?v=4"
},
{
"type": "User",
"login": "manisatwick",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/8406626?v=4"
},
{
"type": "User",
"login": "Zearin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/630124?v=4"
},
{
"type": "User",
"login": "felixebertsz",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/113886496?v=4"
},
{
"type": "User",
"login": "benurb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1394732?v=4"
},
{
"type": "User",
"login": "brettz9",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20234?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.946
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"badges.yaml",
"ci.yaml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"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 2/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": "29 commit(s) and 6 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": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "65578c185fc324ebf8fcc8f6e654e85cbfab4da8",
"ran_at": "2026-07-24T05:40:40Z",
"aggregate_score": 4.4,
"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-20T05:41:10Z",
"oldest_open_prs": [
{
"number": 112,
"created_at": "2026-06-14T21:00:45Z",
"last_comment_at": "2026-07-18T19:42:03Z",
"last_comment_author": "sagold"
},
{
"number": 118,
"created_at": "2026-07-18T19:45:39Z",
"last_comment_at": "2026-07-18T20:02:54Z",
"last_comment_author": "MohammadYusif"
},
{
"number": 119,
"created_at": "2026-07-20T05:40:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-18T19:10:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 93,
"created_at": "2025-12-04T16:03:25Z",
"last_comment_at": "2026-03-01T14:14:15Z",
"last_comment_author": "Adityakumar37"
},
{
"number": 115,
"created_at": "2026-07-16T09:11:23Z",
"last_comment_at": "2026-07-18T19:37:36Z",
"last_comment_author": "sagold"
},
{
"number": 116,
"created_at": "2026-07-16T09:25:48Z",
"last_comment_at": "2026-07-19T09:21:41Z",
"last_comment_author": "sagold"
},
{
"number": 117,
"created_at": "2026-07-16T09:25:52Z",
"last_comment_at": "2026-07-18T19:44:40Z",
"last_comment_author": "MohammadYusif"
},
{
"number": 120,
"created_at": "2026-07-20T08:34:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sagold/json-schema-library",
"host": "github.com",
"name": "json-schema-library",
"owner": "sagold"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 55,
"vitality": 83,
"community": 64,
"governance": 57,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 162,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "162 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 162
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 82,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v11.2.0",
"releases_from_tags": false,
"days_since_latest_release": 105,
"mean_days_between_releases": 107.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 105 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 105
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~107.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 107.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": "excellent",
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 35,
"stars": 251,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "251 stars",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 251
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": "excellent",
"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": 100,
"inputs": {
"packages": [
"json-schema-library"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1902168
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,902,168 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1902168,
"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": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.946
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 95% of commits",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 21,
"open_issues": 5,
"closed_issues": 72,
"issue_closed_ratio": 0.935,
"closed_unmerged_prs": 13
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 43.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/34 decided PRs merged",
"points": 23.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 34
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 42,
"owner_type": "User",
"is_verified": null,
"owner_login": "sagold",
"public_repos": 19,
"account_age_days": 4959
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "42 followers of sagold",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 42,
"login": "sagold"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~13 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"json-schema-library"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "132 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 132
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": 6.4,
"status": "met",
"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": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"json-schema",
"customizable",
"traversal",
"pointer",
"validation",
"library",
"npm-package"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"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 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "29 commit(s) and 6 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": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:json-schema-library@11.6.2 runtime dependency closure — what installing the published package pulls in — 9 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:json-schema-library@11.6.2",
"assessed": 9
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 9,
"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": "excellent",
"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": 9,
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"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": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.94,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "94 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 94,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"bowtie/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "bowtie/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "bowtie/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, 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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 76459,
"source_files_sampled": 182,
"oversized_source_files": 2
},
"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": "2/182 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 182,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package 'bowtie-jlib' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-24T05:40:53.882678Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sagold/json-schema-library.svg",
"full_name": "sagold/json-schema-library",
"license_state": "standard",
"license_spdx": "MIT"
}