Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 316,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 381,
"JavaScript": 46707
},
"pushed_at": "2026-07-23T13:35:29Z",
"created_at": "2016-12-14T15:29:42Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T01:11:03Z",
"description": "parse all the wkt",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "proj4js",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/4726145?v=4",
"created_at": "2013-06-18T07:33:53Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 4793
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.5.6",
"kind": "patch",
"published_at": "2026-07-23T13:34:43Z"
},
{
"tag": "v1.5.5",
"kind": "patch",
"published_at": "2026-04-02T18:52:58Z"
},
{
"tag": "v1.5.4",
"kind": "patch",
"published_at": "2026-03-12T14:08:26Z"
},
{
"tag": "v1.5.3",
"kind": "patch",
"published_at": "2026-03-01T12:07:35Z"
},
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2025-05-12T18:19:54Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2025-05-10T13:32:15Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2025-05-10T10:31:08Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-10-28T18:13:43Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2023-05-21T17:38:48Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2021-06-16T14:57:59Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2021-06-16T14:11:17Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2018-09-06T19:27:27Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2018-07-17T12:41:35Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2017-10-17T14:33:48Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2017-04-25T12:56:58Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2017-03-03T16:41:45Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2017-01-25T20:06:45Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2017-01-25T19:58:14Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2017-01-25T19:48:34Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2016-12-19T20:11:45Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2016-12-16T13:49:20Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-12-16T13:33:00Z"
}
],
"recent_commits": [
{
"oid": "0933b02277f57c88b66d11560dda3a13a21826c7",
"body": null,
"is_bot": false,
"headline": "v1.5.6",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-07-23T13:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eca7a1c6a78fe1ee28a1b613983408f2159299",
"body": "fix: classify WKT2-2015 GEODCRS with CS[Cartesian] as geocentric",
"is_bot": false,
"headline": "Merge pull request #51 from aloktomarr/fix/geodcrs-cartesian-geocent",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-07-23T13:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f515d3c0e75f8cf46a758b38627d11c85681caa6",
"body": null,
"is_bot": false,
"headline": "Simplify, getting rid of the unnecessary 2015/2019 split",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-07-23T12:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7abacf4109d66f34af27a6c250b68c2fb03ed47",
"body": "A WKT2 GEODCRS with a Cartesian coordinate system (geocentric X/Y/Z) in the USAGE-less WKT2-2015 form was parsed as a geographic (longlat) CRS, so transforming into it was a no-op instead of a geographic-to-geocentric conversion. The 2015 builder now reads the CS node and records its subtype (mirroring PROJJSONBuilder2019), so transformPROJJSON classifies it as geocent. Adds a regression fixture. Refs proj4js/proj4js#588.",
"is_bot": false,
"headline": "fix: classify WKT2-2015 GEODCRS with CS[Cartesian] as geocentric",
"author_name": "aloktomarr",
"author_login": "aloktomarr",
"committed_at": "2026-07-22T18:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8a58d6f48f8bf3bdd48310f77c5ae227fd91d0",
"body": null,
"is_bot": false,
"headline": "1.5.5",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-04-02T18:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c71d0fa90043d745da3d27610cea6db2c5cdf4",
"body": null,
"is_bot": false,
"headline": "npm audit fix",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-04-02T18:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93199fec7ef67c8274047152d4f996a97ccf15a2",
"body": "….4.2\n\nBump flatted from 3.3.3 to 3.4.2",
"is_bot": false,
"headline": "Merge pull request #46 from proj4js/dependabot/npm_and_yarn/flatted-3…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-04-02T18:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be26832f5b674f714afae7f4aa5e5264e26107b0",
"body": "Broaden longc -> long0 assignment",
"is_bot": false,
"headline": "Merge pull request #47 from proj4js/long0-longc",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-04-02T18:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0b0fe4d0ee708c490cf99bfcbd86e8cc009d2d",
"body": null,
"is_bot": false,
"headline": "Broaden longc -> long0 assignment",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-04-02T18:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f620dc29592491dd9fbb2e0bad4dba4b48f85f0c",
"body": null,
"is_bot": false,
"headline": "Add funding link",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-26T13:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e2cf540c3d553ec24443ae91656b224506e184a",
"body": "Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.2.\n- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: flatted\n dependency-version: 3.4.2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump flatted from 3.3.3 to 3.4.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-21T10:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6d10b9c5564ff334f2b1e7b2342ff56725406a",
"body": null,
"is_bot": false,
"headline": "1.5.4",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T14:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4a94100a697b336eaf731c50b0b2f8804fca5d",
"body": "…extprotocol/sdk-1.26.0\n\nBump @modelcontextprotocol/sdk from 1.11.2 to 1.26.0",
"is_bot": false,
"headline": "Merge pull request #41 from proj4js/dependabot/npm_and_yarn/modelcont…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T14:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c41649077e18786e9958c149856089a6bc6b573",
"body": "Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.11.2 to 1.26.0.\n- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)\n- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.2...v1.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@modelcontextprotocol/sdk\"\n dependency-version: 1.26.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump @modelcontextprotocol/sdk from 1.11.2 to 1.26.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T14:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccdbe16703d037fef55e1a595b05b3b32fff0c0",
"body": "…-3.1.5\n\nBump minimatch from 3.1.2 to 3.1.5",
"is_bot": false,
"headline": "Merge pull request #45 from proj4js/dependabot/npm_and_yarn/minimatch…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T14:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084cd7e1162e9a974684625e90bbac587fb6fb9a",
"body": "…59.0\n\nBump rollup from 4.24.0 to 4.59.0",
"is_bot": false,
"headline": "Merge pull request #44 from proj4js/dependabot/npm_and_yarn/rollup-4.…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T14:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c7ef72b19cb252e7df1c268b92260d23f88c34",
"body": "Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.\n- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)\n\n---\nupdated-dependencies:\n- dependency-name: minimatch\n dependency-version: 3.1.5\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump minimatch from 3.1.2 to 3.1.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T14:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0d359d4fb2998c4b0ff80cfd469944045fb798",
"body": "Bumps [rollup](https://github.com/rollup/rollup) from 4.24.0 to 4.59.0.\n- [Release notes](https://github.com/rollup/rollup/releases)\n- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rollup/rollup/compare/v4.24.0...v4.59.0)\n\n---\nupdated-dependencies:\n- dependency-name: rollup\n dependency-version: 4.59.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rollup from 4.24.0 to 4.59.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-12T14:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fe15fd5e3821f20df454cea1a5f610e10c7a97",
"body": "Bump qs from 6.14.0 to 6.14.1",
"is_bot": false,
"headline": "Merge pull request #40 from proj4js/dependabot/npm_and_yarn/qs-6.14.1",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T14:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98510b59b39d5e3fcd3909835f8b63418dcc27e",
"body": "….2.1\n\nBump express from 5.1.0 to 5.2.1",
"is_bot": false,
"headline": "Merge pull request #38 from proj4js/dependabot/npm_and_yarn/express-5…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T13:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44d9b0a119ba7a4584f672ba3c18718637239955",
"body": "….1.1\n\nBump js-yaml from 4.1.0 to 4.1.1",
"is_bot": false,
"headline": "Merge pull request #37 from proj4js/dependabot/npm_and_yarn/js-yaml-4…",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T13:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b817a4e561d5873805a4a702d301f80904922fb",
"body": "Add support for geocentric",
"is_bot": false,
"headline": "Merge pull request #42 from proj4js/geocent",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T13:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fa8ea68759d84edc55a4355d2c9f0286f40094",
"body": null,
"is_bot": false,
"headline": "Add support for geocentric with WKT2",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T13:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54c5e4cdec5725c91406866b8781a1ac161cb92",
"body": null,
"is_bot": false,
"headline": "Add support for geocentric with PROJJSON",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-12T13:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a768f000c4da257f5f54d07994a529942dbdcf",
"body": null,
"is_bot": false,
"headline": "1.5.3",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-01T12:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b386a7f8e01808011e3793c80cdbd8eaf3bb11",
"body": null,
"is_bot": false,
"headline": "No need for example code to be executed",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2026-03-01T12:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485f4f0388466e0e8e4e5b7e28ab5491533a0c6e",
"body": "Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1.\n- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1)\n\n---\nupdated-dependencies:\n- dependency-name: qs\n dependency-version: 6.14.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump qs from 6.14.0 to 6.14.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-01T19:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d34e61b2bb2b2ae6f49ee8d862011dc1a56d8e1",
"body": "Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1.\n- [Release notes](https://github.com/expressjs/express/releases)\n- [Changelog](https://github.com/expressjs/express/blob/master/History.md)\n- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: express\n dependency-version: 5.2.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump express from 5.1.0 to 5.2.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T22:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9bb466d183d2ac60f1baa2215f1302f0095f8b",
"body": "Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: js-yaml\n dependency-version: 4.1.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump js-yaml from 4.1.0 to 4.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-15T10:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edfaaf1674de82ea8bb08f717976d5d8dbc29322",
"body": null,
"is_bot": false,
"headline": "1.5.2",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-12T18:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bf40f101504ff0b199c25f66a3d4e6650f36ace",
"body": "Use eslint to enforce ES2015 features",
"is_bot": false,
"headline": "Merge pull request #36 from proj4js/eslint-es2015",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-12T18:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0fcf7f76cd46c3497d34744baa12e91543f5123",
"body": null,
"is_bot": false,
"headline": "Use eslint to enforce ES2015 features",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-12T18:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fdd9434cf337af08fd2a83f511820ddf0f4bac",
"body": null,
"is_bot": false,
"headline": "1.5.1",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T13:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cdf2147a0c95f81bd730067d26dd52ab952ad7a",
"body": "Add extension to imported resource",
"is_bot": false,
"headline": "Merge pull request #35 from proj4js/import-js",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T13:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d01a9700466a968fcb17279054b1e025efcbc8f3",
"body": null,
"is_bot": false,
"headline": "Add extension to imported resource",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T13:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e8b1db953ca0fd485ec08e2bf68e2e237ed94c",
"body": null,
"is_bot": false,
"headline": "1.5.0",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T10:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f8a9a558314eabefe9d14aacf5977b2e60435a",
"body": null,
"is_bot": false,
"headline": "Remove unused esm dependency, build before publishing",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T10:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29768cd22aa0d6065b32b9bf2d050ab6a8c65a13",
"body": null,
"is_bot": false,
"headline": "Fix typo in README",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T10:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a83f1a41c462c5cea1489116af9875eb25cf2c",
"body": "Add support for WKT2 and PROJJSON",
"is_bot": false,
"headline": "Merge pull request #34 from proj4js/wkt2-projjson",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T10:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4519c11246648ff7504c0b991d333399b77b0628",
"body": null,
"is_bot": false,
"headline": "Add support for WKT2 and PROJJSON",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2025-05-10T10:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d39de5aa15c770f78b0c88caf229e94f6c789b",
"body": null,
"is_bot": false,
"headline": "1.4.0",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-28T18:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f5a0cbbc54a76d59e80a4568d4b0ac97d36b5d",
"body": "Less datum code modifications",
"is_bot": false,
"headline": "Merge pull request #33 from proj4js/less-datum-mods",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-28T18:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ff2407790f4e1e650172428032422ecb29bf78",
"body": null,
"is_bot": false,
"headline": "Less datum code modifications",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-28T17:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c270c17b0855c659c4c6002e24fd4954e3a85d",
"body": "Parse sub crs",
"is_bot": false,
"headline": "Merge pull request #30 from ftoromanoff/parseSubCrs",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-15T21:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f8e5d5d2c8b3ccd58231c62eb302e534e48494",
"body": null,
"is_bot": false,
"headline": "ES5",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-15T21:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f24b2906acfe4fbfdb7c977211d363ec5a3cd7",
"body": null,
"is_bot": false,
"headline": "recursively apply cleanWkt() on each CRS definition (root included)",
"author_name": "ftoromanoff",
"author_login": "ftoromanoff",
"committed_at": "2024-10-14T12:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61e880377446483a20f5b29b7bba350c9e226cc",
"body": "add ProjectionDefinition.title from wkt.AUTHORITY",
"is_bot": false,
"headline": "Merge pull request #29 from ftoromanoff/addTitleInProjDef",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-11T13:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c679c086e93376f8bce27de193a17b153560b6",
"body": null,
"is_bot": false,
"headline": "Update tests",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-11T13:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68fcc8e0b0b61d9fe6a3a9377ad5ce745842acd2",
"body": null,
"is_bot": false,
"headline": "add ProjectionDefinition.title from wkt.AUTHORITY",
"author_name": "ftoromanoff",
"author_login": "ftoromanoff",
"committed_at": "2024-10-11T09:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde7c458e697cb2388effbd702ae455cb266abb1",
"body": "Dist files in dist/ folder, publishing instructions",
"is_bot": false,
"headline": "Merge pull request #32 from proj4js/dist",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T22:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a993e52c2e4a2246aaf88aee326df5154ebe8ab",
"body": null,
"is_bot": false,
"headline": "Add publish script and PUBLISHING.md",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T22:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c160a108f40ceb70528b5841ab1d4641af1f86",
"body": null,
"is_bot": false,
"headline": "Move cjs build to dist/",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T22:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5c656bc38ea333e18d73633771bd709228a696",
"body": "Modernize build tooling a little bit",
"is_bot": false,
"headline": "Merge pull request #31 from proj4js/modernize",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T21:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d8b48b1a31dee1f689f55f032bde99b93f2d27d",
"body": null,
"is_bot": false,
"headline": "Modernize build tooling a little bit",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T21:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b864ccbc60e7d6244cd4f9f920accc7f7c36e16",
"body": null,
"is_bot": false,
"headline": "Ignore built file",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-10-10T21:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da07dad329bb2a27a3310df08387644c56d6739",
"body": "Add limitations to readme",
"is_bot": false,
"headline": "Merge pull request #27 from anne-gropler/master",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2024-06-12T09:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501cef7dee986cd3dc6c8af530a1783e16e9c355",
"body": null,
"is_bot": false,
"headline": "Add limitations to readme",
"author_name": "Anne Gropler",
"author_login": "anne-gropler",
"committed_at": "2024-06-12T07:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e76441cf279561de7e5795186391b6527ac8e6",
"body": null,
"is_bot": false,
"headline": "1.3.3",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2023-05-21T17:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4d690ad9b3f302703d08b4822b87453de461ff",
"body": "For Polar_Stereographic, interpret latitude_of_origin as lat_ts",
"is_bot": false,
"headline": "Merge pull request #26 from danielschilling-ml/issue-25-stere-lat_ts",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2023-05-21T17:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4158161c0649afbfea905ecf279fc00cec29244b",
"body": null,
"is_bot": false,
"headline": "For Polar_Stereographic, interpret latitude_of_origin as lat_ts.",
"author_name": "Daniel Schilling",
"author_login": "danielschilling-ml",
"committed_at": "2023-04-05T04:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5eb10e3962f2cc3c554d0eb801b9fdda6abe21a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2022-01-09T13:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6567c1cb71d2d36c8c1ca000e1c7c42c75f26171",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2022-01-09T13:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0497848ed8975ac507c2824fac7ae1f2189fe25f",
"body": "handle underscores in keywords",
"is_bot": false,
"headline": "Merge pull request #18 from proj4js/better-keywords",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2022-01-09T13:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4f303baa468bcadf7e48637cbe04b35ebea580",
"body": null,
"is_bot": false,
"headline": "handle underscores in keywords",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2022-01-09T09:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b1c57e6877c3b19feb9fe7db035cf1bfe1075f",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232312ca61a9506ccb39278abafef8af6032290e",
"body": "Axis lat/lon descriptor",
"is_bot": false,
"headline": "Merge pull request #23 from proj4js/axis-lat-lon",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181a89fb0d15bbb7bdb7559e9963381fbfaa4623",
"body": null,
"is_bot": false,
"headline": "Add support for Lat/Lon axis descriptor on epsg.org",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd05ff1418ae9cc51730314c22394569ab33f59",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2011284dfd2aa2a049a23549e9711a3348dce1",
"body": "Add aliases for epsg.org v1 WKT",
"is_bot": false,
"headline": "Merge pull request #22 from proj4js/epsg-org-wkt",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceec7fa2e7db15fa8648ded42b107334fc1099ff",
"body": null,
"is_bot": false,
"headline": "Add aliases for epsg.org v1 WKT",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T14:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9490bfda9a9a1b5e971a150b702a2da48b039bf",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T11:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3680e7fa2dc15668adbe8509f13f894b2af5c63d",
"body": "Restore previous axis calculation, add x/y handling",
"is_bot": false,
"headline": "Merge pull request #21 from proj4js/axis-revisited",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T11:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ee4dc5a84750dffa38d5b2e7453bb6e63a22e9",
"body": null,
"is_bot": false,
"headline": "Restore previous axis calculation, add x/y handling",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T11:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21ff13d75bfe00b754242cb0ffc6839a5484b44",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T10:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7400a8b7151762dc7c5d7eda650b41292c2b515",
"body": "Fix axis calculation",
"is_bot": false,
"headline": "Merge pull request #20 from proj4js/axis",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T10:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b88c0afd6ad0a3611254f84f63bddd968900470",
"body": null,
"is_bot": false,
"headline": "Make tests functional",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T10:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f791a9d76f8576df8adb212c204d3cdb66a03c1",
"body": null,
"is_bot": false,
"headline": "Fix axis calculation",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2021-06-16T10:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f8c39a247e1b32ccea230b40cce13668311f58",
"body": "Fix parsing of AXIS",
"is_bot": false,
"headline": "Merge pull request #15 from proj4js/axis",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-27T12:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefbe687e1692ff71ffeed682dc89c6a1eb9fac2",
"body": null,
"is_bot": false,
"headline": "Fix parsing of AXIS",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T13:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "763e95c4d8cdda4131dcb857d5d89509fd11eb2e",
"body": "Revert 10",
"is_bot": false,
"headline": "Merge pull request #14 from proj4js/revert-10",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T09:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fffe72f48a96885a7c4de5fc05f9b749b8169b9",
"body": "This reverts commit 964197e37fc52151318faf8abfd64c8710e47879.",
"is_bot": false,
"headline": "Revert \"Bump version\"",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T09:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0690e71f15bfef6d71c008e760df1f7245d1f0",
"body": "This reverts commit f3372cac93d11a2a18c408b0a166abc9dcb7ac57, reversing\nchanges made to 5fd17ebee01a685f4a7e302ede79956b05e289d3.",
"is_bot": false,
"headline": "Revert \"Merge pull request #10 from geosolutions-it/parse_axis\"",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T09:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "964197e37fc52151318faf8abfd64c8710e47879",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T09:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3372cac93d11a2a18c408b0a166abc9dcb7ac57",
"body": "Fixes #7: fixed parsing of AXIS definitions",
"is_bot": false,
"headline": "Merge pull request #10 from geosolutions-it/parse_axis",
"author_name": "Andreas Hocevar",
"author_login": "ahocevar",
"committed_at": "2020-02-11T09:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd17ebee01a685f4a7e302ede79956b05e289d3",
"body": null,
"is_bot": false,
"headline": "Create LICENSE.md",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-12-18T17:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a2fe5caceea5a36bacab53414a57184a963bdc9",
"body": "Additional parsing for WGS84",
"is_bot": false,
"headline": "Merge pull request #11 from ksokolowski7/world_geodetic_system_1984",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-10-02T12:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aa5e8a862dfd52a76acbc455e7c453c285e0239",
"body": null,
"is_bot": false,
"headline": "Additional parsing for WGS84",
"author_name": "Krystian Sokolowski",
"author_login": null,
"committed_at": "2018-10-02T10:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b285e2e3fa78172d4a532ac8a8eee73a18fa9f5",
"body": null,
"is_bot": false,
"headline": "Fixes #7: fixed parsing of AXIS definitions",
"author_name": "Mauro Bartolomeoli",
"author_login": "mbarto",
"committed_at": "2018-09-28T14:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24fa4010eeb7d58565b9987af28a662ea39651bc",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-09-06T19:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b2ce0ccbd884c53c10b18351325fe92338c604e",
"body": null,
"is_bot": false,
"headline": "build",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-09-06T19:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbca02e6f69218614b3479c181308148cad9acd1",
"body": null,
"is_bot": false,
"headline": "fixes #9 remove typo",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-09-06T19:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96deb8af4ac65b3a0a68f0a5075d00f2c1483f2",
"body": null,
"is_bot": false,
"headline": "1.2.2",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-07-17T12:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3a6d5d7f0c69a2d2f2bc3cd1c199f7671f2fb4",
"body": null,
"is_bot": false,
"headline": "build",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-07-17T12:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90bcadad7606314402c1e701ce2555d4d5facc94",
"body": "Added support for Israel 1993 / Israeli TM Grid",
"is_bot": false,
"headline": "Merge pull request #8 from ksokolowski7/israel",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-07-17T12:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bdbf5b11775e175ec84a1ebd7577b02bc15b5b",
"body": null,
"is_bot": false,
"headline": "added support for Israel 1993 / Israeli TM Grid",
"author_name": "Krystian Sokolowski",
"author_login": null,
"committed_at": "2018-07-17T10:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28a55cdd3361d4a15c53fbe2351536d92d3c7b7",
"body": "Fixes #5: set wkt obj datum_params if TOWGS84 is defined for datum",
"is_bot": false,
"headline": "Merge pull request #6 from geosolutions-it/towgs84_datum_params",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2018-05-31T12:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc24427194b82c10dc65434ac03a3b88264f506",
"body": null,
"is_bot": false,
"headline": "Updated built script",
"author_name": "Mauro Bartolomeoli",
"author_login": "mbarto",
"committed_at": "2017-11-13T13:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68aee8c2946d56179bfadecdb8992b16cb04e9d",
"body": null,
"is_bot": false,
"headline": "Fixed WKT parsing when TOWGS84 is not present",
"author_name": "Mauro Bartolomeoli",
"author_login": "mbarto",
"committed_at": "2017-11-13T13:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054c7c48e49c660bfb0b89e4e540a7a0444a3be1",
"body": null,
"is_bot": false,
"headline": "Fixes #5: set wkt obj datum_params if TOWGS84 is defined for datum",
"author_name": "Mauro Bartolomeoli",
"author_login": "mbarto",
"committed_at": "2017-11-13T10:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "226557a00cb3449d594bfaabf174329b3a158912",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "Calvin Metcalf",
"author_login": "calvinmetcalf",
"committed_at": "2017-10-17T14:33:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 29,
"latest_release_at": "2026-07-23T13:34:43Z",
"latest_release_tag": "v1.5.6",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 9,
"days_since_latest_release": 9,
"mean_days_between_releases": 207
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "wkt-parser",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/wkt-parser",
"is_deprecated": false,
"latest_version": "1.5.6",
"repository_url": "https://github.com/proj4js/wkt-parser",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 4039968,
"first_published_at": "2016-12-16T13:33:09.152000Z",
"latest_published_at": "2026-07-23T13:34:05.680000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 16,
"stars": 24,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2020-02-26",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 16,
"total_forks": 16
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 10989,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.13",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 2,
"oldest_advisory_days": 12
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68"
],
"fixed_version": "4.3.0",
"advisory_count": 2,
"oldest_advisory_days": 47
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2
},
"advisory_count": 4,
"affected_count": 2,
"assessed_count": 195,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.6",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-buffer-byte-length",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"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": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-equal",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "defined",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "dotignore",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.21.2",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"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": "globalthis",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "has-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-arguments",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-array-buffer",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.12.1",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "js-struct-compare",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"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": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.12.3",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "object-is",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.4",
"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": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.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-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resumer",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.59.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.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": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.6",
"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-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tape",
"direct": false,
"version": "4.16.2",
"ecosystem": "npm"
},
{
"name": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typed-array-length",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.9",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 195,
"direct_count": 0,
"indirect_count": 195
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 34,
"open_issues": 4,
"closed_ratio": 0.6,
"closed_issues": 6,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ahocevar",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/211514?v=4"
},
{
"type": "User",
"login": "calvinmetcalf",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/1128607?v=4"
},
{
"type": "User",
"login": "mbarto",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2770528?v=4"
},
{
"type": "User",
"login": "ftoromanoff",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/47628509?v=4"
},
{
"type": "User",
"login": "anne-gropler",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5690856?v=4"
},
{
"type": "User",
"login": "danielschilling-ml",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/53191153?v=4"
},
{
"type": "User",
"login": "aloktomarr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/76682367?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.634
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"pullrequest.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": "10 out of 10 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 1/11 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0933b02277f57c88b66d11560dda3a13a21826c7",
"ran_at": "2026-08-02T10:03:58Z",
"aggregate_score": 4.5,
"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-23T13:35:56Z",
"oldest_open_prs": [
{
"number": 16,
"created_at": "2020-02-26T15:30:00Z",
"last_comment_at": "2021-11-30T10:51:26Z",
"last_comment_author": "yurivangeffen"
},
{
"number": 17,
"created_at": "2020-03-16T23:50:14Z",
"last_comment_at": "2020-03-20T09:37:21Z",
"last_comment_author": "maRci002"
},
{
"number": 19,
"created_at": "2020-12-03T01:00:35Z",
"last_comment_at": "2023-03-07T14:57:21Z",
"last_comment_author": "kylebarron"
},
{
"number": 48,
"created_at": "2026-06-28T13:55:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T13:29:02Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 24,
"created_at": "2022-07-12T20:20:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2024-08-10T10:18:46Z",
"last_comment_at": "2024-08-10T16:48:00Z",
"last_comment_author": "ahocevar"
},
{
"number": 49,
"created_at": "2026-07-15T06:12:37Z",
"last_comment_at": "2026-07-15T06:53:32Z",
"last_comment_author": "ahocevar"
},
{
"number": 50,
"created_at": "2026-07-15T06:12:38Z",
"last_comment_at": "2026-07-15T07:07:11Z",
"last_comment_author": "ahocevar"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/proj4js/wkt-parser",
"host": "github.com",
"name": "wkt-parser",
"owner": "proj4js"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 56,
"vitality": 61,
"community": 55,
"governance": 60,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 32,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 0.93,
"days_since_last_push": 9,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 72,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v1.5.6",
"releases_from_tags": true,
"days_since_latest_release": 9,
"mean_days_between_releases": 207
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~207 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 207
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 16,
"stars": 24,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "24 stars",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 24
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": "exceptional",
"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": [
"wkt-parser"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4039968
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,039,968 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4039968,
"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": 60,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.634
},
"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 63% of commits",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"merged_prs": 34,
"open_issues": 4,
"closed_issues": 6,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "34/37 decided PRs merged",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 34,
"decided": 37
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 9,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "proj4js",
"public_repos": 3,
"account_age_days": 4793
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "9 followers of proj4js",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "proj4js"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~13 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"wkt-parser"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"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": "10 out of 10 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 1/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 3",
"points": 1.5,
"status": "partial",
"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": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 195 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 195
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 2,
"assessed_packages": 195,
"unassessed_packages": 0,
"affected_by_severity": "high 2",
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 195,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 8
},
"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": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.387,
"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": "36 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 20.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.07
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "7 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 10989,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-02T10:04:12.323702Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/proj4js/wkt-parser.svg",
"full_name": "proj4js/wkt-parser",
"license_state": "custom",
"license_spdx": null
}