Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1011,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 77995
},
"pushed_at": "2026-01-12T21:58:48Z",
"created_at": "2013-08-28T18:33:36Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T18:05:32Z",
"description": "Improved deep equality testing for Node.js and the browser.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://chaijs.github.io",
"name": "Chai.js Assertion Library",
"type": "Organization",
"login": "chaijs",
"company": null,
"location": null,
"followers": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/1515293?v=4",
"created_at": "2012-03-08T07:56:10Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 5249
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.1.4",
"kind": "patch",
"published_at": "2024-06-05T15:01:07Z"
},
{
"tag": "v5.0.2",
"kind": "patch",
"published_at": "2024-06-03T08:02:36Z"
},
{
"tag": "v5.0.1",
"kind": "patch",
"published_at": "2023-10-25T11:04:36Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2023-10-18T13:08:13Z"
},
{
"tag": "v4.1.3",
"kind": "patch",
"published_at": "2022-12-05T08:41:38Z"
},
{
"tag": "v4.1.2",
"kind": "patch",
"published_at": "2022-11-07T09:42:08Z"
},
{
"tag": "v4.1.1",
"kind": "patch",
"published_at": "2022-09-20T09:25:59Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2022-06-27T08:09:16Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2022-02-28T09:35:24Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2018-10-15T21:39:22Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2017-09-06T21:09:24Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2017-08-05T20:40:36Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2017-03-07T15:01:00Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2017-03-07T14:57:24Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2016-10-09T18:21:33Z"
}
],
"recent_commits": [
{
"oid": "836d70e56e8430a5ab360085a7c6c93c08e199cf",
"body": null,
"is_bot": false,
"headline": "chore: bump actions and switch to sha (#107)",
"author_name": "James Garbutt",
"author_login": "43081j",
"committed_at": "2026-01-12T21:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c6f398c60d0b8eb649f234f5b5e5f284d11228",
"body": null,
"is_bot": false,
"headline": "Update nodejs.yml versions (#106)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2026-01-03T23:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d076903988991e8a38a279f246e89fe0946f350d",
"body": null,
"is_bot": false,
"headline": "Drop NODE_AUTH_TOKEN from publish script, update versions (#105)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2026-01-03T18:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dae026aac30517d9649a51aa6e807ba9aa88787",
"body": null,
"is_bot": false,
"headline": "docs: update readme to use esm (#103)",
"author_name": "James Garbutt",
"author_login": "43081j",
"committed_at": "2024-10-28T10:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c140402693a23991e1d604a7a5a100a1795a190",
"body": "Fixes #99",
"is_bot": false,
"headline": "fix: catch fake collections throwing (#100)",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2024-06-03T08:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e914befac38c01a8606b2bb86932dad1b0cb0d0",
"body": "* update simple-assert\r\n\r\n* remove type-detect in favor of function\r\n\r\n* remove component.json\r\n\r\n* simplify web test runner now that there are no commonjs deps",
"is_bot": false,
"headline": "Remove `type-detect` dependency (#98)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2023-10-25T09:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c99546f7a29d755d7e7e00c10b7a5f651fd15f",
"body": "* Set up Web Test Runner\r\n\r\n* Convert project to Modules\r\n\r\n* Remove browserify and the build task\r\n\r\n* Remove build from CI",
"is_bot": false,
"headline": "Convert project to a ES Module (#95)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2023-04-28T18:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa90d6b2a3110fc73b132c624341aa6248f598d",
"body": "* Set up Web Test Runner\r\n\r\n* Remove unnecessary strict stanza\r\n\r\n* Set ESLint parser options\r\n\r\n* Convert test to module\r\n\r\n* Remove karma",
"is_bot": false,
"headline": "Replace Karma with Web Test Runner (#94)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2023-04-28T12:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e417c7b98d927175a9e25e583014d25ca4a5044",
"body": "Fixes #90.",
"is_bot": false,
"headline": "feat: only compare enumerable symbols (#91)",
"author_name": "Lucas Werkmeister",
"author_login": "lucaswerkmeister",
"committed_at": "2022-12-04T19:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474b76d714fa94e8c78ce85501a029fb8c489a1e",
"body": null,
"is_bot": false,
"headline": "fix benchmarks",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb2681ad6da4d4788e579ec68c4aedc12ddc692",
"body": null,
"is_bot": false,
"headline": "sort package.json",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29aeee5c8f371d089ddaf84414487954fdaedfb4",
"body": null,
"is_bot": false,
"headline": "remove semantic-release, ghooks, validate-commit-msg",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d93fe8b56022b03b4891e08eae178a53e8ade622",
"body": null,
"is_bot": false,
"headline": "chore: upgrade deps",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337c98c612f233a05c693b89f37a1a87f2fc7147",
"body": null,
"is_bot": false,
"headline": "apply development version number to package.json",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0abd3bb4324a8a2182c5d4236de70b06f24ec8",
"body": null,
"is_bot": false,
"headline": "Create publish.yml",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-11-07T09:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a311421a33ea4b8f5a0f614543ee758a6d51c37e",
"body": "…to a string (#83)\n\n* fix: multiple symbols and sort fails - Cannot convert a Symbol value to a string\r\n\r\n* revert: https://github.com/chaijs/deep-eql/pull/89\r\n\r\n* refactor: no if check",
"is_bot": false,
"headline": "fix: multiple symbols and sort fails - Cannot convert a Symbol value …",
"author_name": "Scott Newcomer",
"author_login": "snewcomer",
"committed_at": "2022-11-05T16:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9586dfbd2bfd9bbe7ee3c657c8e1f3f07c9ef6c3",
"body": null,
"is_bot": false,
"headline": "4.1.1",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-09-20T09:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eeaeb402982d27370515407826ba78b15fbfcb1",
"body": "* fix: TypeError: Cannot convert a Symbol value to a string\r\n\r\n* Update index.js\r\n\r\n* Update index.js",
"is_bot": false,
"headline": "fix: TypeError: Cannot convert a Symbol value to a string (#89)",
"author_name": "erezarnon",
"author_login": "erezarnon",
"committed_at": "2022-09-14T08:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c991032c6bb2c2c593f155e846727d96f8cc21ba",
"body": null,
"is_bot": false,
"headline": "4.1.0",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-06-27T08:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28b3a7f0fc4becca2bcbcfe83b955744dca47f6",
"body": null,
"is_bot": false,
"headline": "feat: add support for Temporal objects (#88)",
"author_name": "Yukan ZHAO",
"author_login": "Ucandoit",
"committed_at": "2022-06-20T14:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280b03e567acb900a42ea37fd21599cac47c834c",
"body": null,
"is_bot": false,
"headline": "4.0.1",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-02-28T09:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d392a36eb24ca943882dadc633437772a17f19a",
"body": null,
"is_bot": false,
"headline": "fixup package lock",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2022-02-28T09:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d704ca19ff9e1acd7ddea9fbf7a4157917921a",
"body": null,
"is_bot": false,
"headline": "fix: deep symbol comparison (#81)",
"author_name": "Scott Newcomer",
"author_login": "snewcomer",
"committed_at": "2022-02-28T09:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b39bf34bc07a6bc2a2f3be25f984a7a96733ec3",
"body": "Update the last of the dependencies",
"is_bot": false,
"headline": "Merge pull request #68 from koddsson/update-the-last-of-the-dependencies",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-27T09:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92353becd7725b95d853136532da10c678dfd16",
"body": null,
"is_bot": false,
"headline": "Clean up the README a bit (#71)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T13:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5905d5267c01aa7b73dd6b806bc45ffccb18ddf5",
"body": null,
"is_bot": false,
"headline": "chore: update `lcov-result-merger` to latest version",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3634f68d911c2ef1538d022190087b01f098bf2c",
"body": null,
"is_bot": false,
"headline": "chore: run `npm audit fix --force`",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4385582edcee6bb2719e38e87828bbbd25d8d9fc",
"body": null,
"is_bot": false,
"headline": "chore: remove component",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5c005f5479967b9f81d05b40fd87fe36bf12e1",
"body": null,
"is_bot": false,
"headline": "chore: update various dependencies",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bae06eb5b10776e90ee93f880f6fd1a04980cfe",
"body": null,
"is_bot": false,
"headline": "fix branch name in GitHub CI action (#75)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T07:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f493c1c170e2be23fdde702d193fc8ca5583ac0",
"body": null,
"is_bot": false,
"headline": "ci: replace phantomjs with chrome (#72)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T07:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfafa1e8c4382065b440ff2f28d5550ed50e1ae1",
"body": null,
"is_bot": false,
"headline": "chore: remove watchify (#73)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T07:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155e98830becf94b23fb1a338445f87e2724da90",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-09-24T13:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69ce1409486d946e21201aef3badb499043f53ed",
"body": null,
"is_bot": false,
"headline": "docs: add deep-eql-logo to README (#50)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-09-24T13:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70826c1ada8ca12b5294b8b9dac38c7eaf508a59",
"body": "* chore: update eslint and friends\r\n\r\n* chore: fix issues after eslint and friends update\r\n\r\n* chore: update package-lock.json after merging the main branch",
"is_bot": false,
"headline": "chore: eslint and friends (#67)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-24T13:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4980e4215334e02da655d5f82918f7d38d5c609d",
"body": "* chore: update mocha\r\n\r\n* chore: update karma and browserify",
"is_bot": false,
"headline": "chore: update some dev dependencies (#66)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-24T10:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac580b0729d69233ad545b6f33f0f55a6b191207",
"body": "* ci: Add a GitHub action to act as CI\r\n\r\n* chore: add package-lock.json file\r\n\r\n* ci: Remove Travis CI",
"is_bot": false,
"headline": "GitHub CI (#69)",
"author_name": "Kristján Oddsson",
"author_login": null,
"committed_at": "2021-09-24T10:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa5c6042e5c127df12e1f3ee4b9f9b3e2302864c",
"body": null,
"is_bot": false,
"headline": "chore: roll npm token",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2018-10-15T21:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b65decf63a0737d51be379675eeef2ce9477002",
"body": null,
"is_bot": false,
"headline": "build: add npmrc before whoami",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2018-10-15T20:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf0b3837b14a31ed9b5337ed78df2729c244d33",
"body": null,
"is_bot": false,
"headline": "build: output npm username during build",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2018-10-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b90abff613c4828565db0f55d19968ade522566",
"body": null,
"is_bot": false,
"headline": "chore: roll travis secure keys",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2018-10-15T17:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f229d5f1d9fdf0b6408b983ed249aa67d36aa0",
"body": "BREAKING CHANGE: As described in GH Issue #58, the previous change\r\nto the error comparison algorithm isn't compatible with IE and\r\nSafari due to those browsers adding extra enumerable properties\r\nonto `Error` objects. This commit causes `Error` objects to only\r\ninclude their `name`, `message`, and `code` properties in the\r\ncomparison, regardless of enumerability.",
"is_bot": false,
"headline": "feat: change error comparison algorithm again (#59)",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2018-10-05T17:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e2d5142921ec2b053b3c681487d99f227df02f",
"body": "* chore: drop support for Node versions older than 6\r\n\r\nBREAKING CHANGE: This commit drops support for versions of Node\r\nthat are no longer maintained.\r\n\r\n* feat: change error comparison algorithm\r\n\r\nBREAKING CHANGE: Previously, `Error` objects were compared using\r\nstrict equality. This commit causes `Error` objects to be compared\r\nusing deep equality instead, but treats them as a special case by\r\nincluding their `name` and `message` properties in the comparison,\r\nregardless of enumerability.",
"is_bot": false,
"headline": "feat: change error comparison algorithm (#57)",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2018-09-10T19:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d6da6518f8ddc288638ca42503752028810120",
"body": "* fix extensibility check\r\n\r\n* add tests for sealed and non-extensible objects\r\n\r\n* remove unhandled rejection warnings",
"is_bot": false,
"headline": "fix: extensibility check and unhandled rejection warnings",
"author_name": "Aleksey Shvayka",
"author_login": "shvaikalesh",
"committed_at": "2017-09-06T21:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ad468e8323de82d9e1c5cc2ac7bdf8fb407ba6",
"body": "BREAKING CHANGE:\r\n\r\nThis package no longer supports Node < 4. Please use an older version\r\nof this package if you intend to use Node < 4.",
"is_bot": false,
"headline": "docs: advertise minimum supported node version (#45)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2017-08-05T20:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323f3cf3712c3913a37589b691d615e8c179d8e8",
"body": null,
"is_bot": false,
"headline": "perf: improve FakeMap implementation (#41)",
"author_name": "Aleksey Shvayka",
"author_login": "shvaikalesh",
"committed_at": "2017-08-05T12:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa53343368fe2482fc37f0ea7c32d31042c85bf",
"body": "* Document `Error` comparison rules\r\n\r\nCloses #40",
"is_bot": false,
"headline": "docs: document `Error` comparison rules (#42)",
"author_name": "Aleksey Shvayka",
"author_login": "shvaikalesh",
"committed_at": "2017-08-05T11:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fba5f16fae0769865e88dc251633d79fe6bf962",
"body": null,
"is_bot": false,
"headline": "chore: update type-detect to v4 and remove node 0.12 (#39)",
"author_name": "TeamworkGuy2",
"author_login": "TeamworkGuy2",
"committed_at": "2017-08-05T10:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76963e83adc01725435ea3b40f3aa2421be2a67c",
"body": "Resulting in an empty deep-eql.js.\r\nThis calls for a patch release.",
"is_bot": false,
"headline": "fix: typo in build script for browserified file (#37)",
"author_name": "Jérémy Lal",
"author_login": "kapouer",
"committed_at": "2017-05-05T11:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1b5dab1c10a9cd269090a220987c0dc1abe87d",
"body": "* Add require statement to the README.md\r\n\r\n* typo fix",
"is_bot": false,
"headline": "docs: add require statement to the README example (#36)",
"author_name": "Erik Vold",
"author_login": "erikvold",
"committed_at": "2017-03-07T14:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145dd2629e0e1e90e4fabaf0f8b8635ad3015a7a",
"body": "fix: Fix WeakMap set error, arg order irregularities",
"is_bot": false,
"headline": "Merge pull request #35 from STRML/issue/33",
"author_name": "Lucas Fernandes da Costa",
"author_login": "lucasfcosta",
"committed_at": "2016-11-14T22:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b5ea1e52c2aa66e5967824b7e468b17d5bc338",
"body": "Contains a minor speed boost as well and helps comparators\noverride all behavior, including simple tests.",
"is_bot": false,
"headline": "fix: Fix WeakMap set error, arg order irregularities",
"author_name": "Samuel Reed",
"author_login": "STRML",
"committed_at": "2016-11-14T21:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718922d9f9675281079c2b994215158cd3188c01",
"body": "chore: drop support for Node v0.10",
"is_bot": false,
"headline": "Merge pull request #31 from meeber/drop-old-node",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-11-03T00:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b6245ca5603fcd11851197b11b2b5cbffa64737",
"body": "BREAKING CHANGE: Node v0.10 is no longer supported.",
"is_bot": false,
"headline": "chore: drop support for Node v0.10",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2016-11-02T18:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41dfd4b82667003f08709b811106aa9dbd0cb6f1",
"body": "fix: handle buffers in Node v0.10",
"is_bot": false,
"headline": "Merge pull request #24 from meeber/fix-old-buffer",
"author_name": "Lucas Fernandes da Costa",
"author_login": "lucasfcosta",
"committed_at": "2016-10-19T00:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1ac5f8bd1bc6b09a0f77a5fbdbd18a3c51c8a3",
"body": "- The v1.0.0 refactor introduced a bug with handling equality comparisons\n of buffers in Node v0.10. In later versions of Node, buffers are\n correctly detected as iterables, but in Node v0.10 they are\n incorrectly detected as plain objects, leading to erroneous results.\n This fix adds support for buffers in Node v0.10 via `Buffer.isBuffer`.\n The logic added by this fix can safely be removed once support for\n Node v0.10 is dropped, but the new tests should be kept.",
"is_bot": false,
"headline": "fix: handle buffers in Node v0.10",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2016-10-18T23:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f88bcf812d30ccf0d4c70ad73d68f5de74d45823",
"body": "docs: add rule about inherited properties",
"is_bot": false,
"headline": "Merge pull request #23 from meeber/docs-add-rule",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-18T22:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248a5b39a63a60feee94dbc4efd395f0ef60325d",
"body": "fix: compare inherited properties not prototypes",
"is_bot": false,
"headline": "Merge pull request #22 from meeber/fix-deep-algo",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-18T22:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9265caf14ce86ff5ae10c6c4eb77c4ae8aa805",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fix-deep-algo",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-18T21:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841f6f511c88cde8b29d9f2aac311a402cadcf0e",
"body": "fix: treat circular objects and sets as equal",
"is_bot": false,
"headline": "Merge pull request #21 from meeber/fix-circular",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-18T21:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c3ded78a9e4a654ad4395bdbb12afea1ecb654",
"body": null,
"is_bot": false,
"headline": "docs: add rule about inherited properties",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2016-10-18T21:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022035a141f5015342c2b3badecbf74d6432685e",
"body": "- The v1.0.0 refactor created a breaking change by only performing deep\n equality comparisons between objects' own enumerable properties, and\n performing a strict equality comparison between objects' prototypes.\n This fix reverts the behavior so that deep equality comparisons are\n performed between objects' own and inherited enumerable properties,\n and no comparison is performed between objects' prototypes.",
"is_bot": false,
"headline": "fix: compare inherited properties not prototypes",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2016-10-18T20:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b26ec768d4399821315ea727222c997e19b01834",
"body": "- The v1.0.0 refactor created a breaking change by treating two objects\n as unequal when each object's only property is the other object. This\n fix reverts the behavior so that such objects are considered equal.",
"is_bot": false,
"headline": "fix: treat circular objects and sets as equal",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2016-10-18T19:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617b392de9500bc891a7e5cd3fb42e6d4a885a07",
"body": "Update mocha to version 3.1.2 🚀",
"is_bot": false,
"headline": "Merge pull request #17 from chaijs/greenkeeper-mocha-3.1.2",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-11T21:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5675283fcd475b61fa9b46ee498d10cca6ca8499",
"body": null,
"is_bot": false,
"headline": "chore(package): update mocha to version 3.1.2",
"author_name": "greenkeeperio-bot",
"author_login": "greenkeeperio-bot",
"committed_at": "2016-10-11T05:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5aedb69c9924e0f6c49ff87d8e6dfb2f5232fe4",
"body": "egal => Object.is",
"is_bot": false,
"headline": "Merge pull request #15 from shvaikalesh/patch-1",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-09T18:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c74939f7138bb2838bb27d2f6d750ec64655394",
"body": null,
"is_bot": false,
"headline": "egal => Object.is",
"author_name": "Aleksey Shvayka",
"author_login": "shvaikalesh",
"committed_at": "2016-10-09T18:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57944401cb5fc41dcf1588e0c44ffc60bbfe4843",
"body": "Giant refactor",
"is_bot": false,
"headline": "Merge pull request #14 from keithamus/giant-refactor",
"author_name": "Lucas Fernandes da Costa",
"author_login": "lucasfcosta",
"committed_at": "2016-10-09T18:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2f040a579a6c2600e0d222d1b7e8a2e2c27807",
"body": null,
"is_bot": false,
"headline": "perf: a range of performance improvements",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-09T08:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b504f6a029e9d5e924ccd250e807208e49140382",
"body": null,
"is_bot": false,
"headline": "perf: improve performance on some primitives",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c442a56a55bc0ef7c7aecfba3825da5cea60fb4",
"body": null,
"is_bot": false,
"headline": "chore(build): test on all officially supported node versions",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a222cd806f2b293caa786ae88fc64a2d423ac7c7",
"body": null,
"is_bot": false,
"headline": "chore(travis): reconfigure secure vars",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1bdaec33528f93307723560aa0f06ed6289737",
"body": null,
"is_bot": false,
"headline": "perf: improve Map performance with dedicated mapEqual function",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561c76f20ec407361afe73f7d42174633ad71356",
"body": "BREAKING CHANGE:\n\nThe third argument given to deep-eql is now an options object, which takes the properties\n`comparator` and/or `memoize`.",
"is_bot": false,
"headline": "feat: add Comparator and Memoize options",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb00d2be6aacc6a4fd228fc9d5157771b3c5d13",
"body": null,
"is_bot": false,
"headline": "style: small code layout improvements",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3b1ff6d865f372f976495d6ec7d1c9c642cca8",
"body": null,
"is_bot": false,
"headline": "fix(generator): ensure generators compare in mixed states",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e66106cf6cf341e50f7398c971af477d16305a8",
"body": null,
"is_bot": false,
"headline": "fix: add conformance function for sets to support IE11",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9395df24689f227ef75c5beb102ffb3ae0c898ce",
"body": "…er perf",
"is_bot": false,
"headline": "perf: remove argumentsEqual in favour of using iterableEqual for bett…",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e59dbcee0c231fe1c7c156a1ab98a055985133f",
"body": null,
"is_bot": false,
"headline": "docs: improve readme docs",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d3745a5c1cc30b94803c13b78a94047e9e1aa1",
"body": null,
"is_bot": false,
"headline": "test(bench): add benchmark tests",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-08T22:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6124ba85cc76fc00de7b184321e36da33d2349",
"body": "Add support for ES6 types\n\nBREAKING CHANGE:\n\nMany types will now return `false` if they are not deeply equal. Types which are not recognised\nwill likely default to returning `false`. Beforehand, unrecognised types would return `true`",
"is_bot": false,
"headline": "feat: clean up and move lib/eql.js to index.js",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1ed356aaa2f64a888dc25ab92d4837f3183c60",
"body": null,
"is_bot": false,
"headline": "chore(package): pin simple-assert to ^1.0.0",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98bc199242c8a9d867da222bb85d6294afe3ac07",
"body": null,
"is_bot": false,
"headline": "chore(package): upgrade type-detect to 2.0.0",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996070545a03089c08a1b2ca8143ceadfa17476c",
"body": null,
"is_bot": false,
"headline": "chore(package): add contributors",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23d60796c11e582230bb7d7a13932e0a924321d5",
"body": "Only include `index.js` and `type-detect.js` (npm will automatically\ninclude `package.json` and `README.md` for us",
"is_bot": false,
"headline": "chore(package): remove npmignore in favour of files",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7fe5fb54468161c5ec8274a46f2d2311aa4d5e0",
"body": null,
"is_bot": false,
"headline": "chore: remove history.md",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346704dc69c7b3e0ee907b937fe90d1ed30ca73d",
"body": null,
"is_bot": false,
"headline": "chore: add LICENSE file",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788d5b756f1833d399ce1919383612f358ea4b98",
"body": null,
"is_bot": false,
"headline": "chore(build): move to semantic-release builds",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54aa380d206983a2853a4b29dffd43ffef6f180",
"body": null,
"is_bot": false,
"headline": "chore(build): Remove redundant makefile",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9be520860254ecddd2c74fa8c667ae6745a894",
"body": null,
"is_bot": false,
"headline": "chore(build): reintroduce code coverage via istanbul & coveralls",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef1af9eb41470207354c700d103e1203189366e0",
"body": null,
"is_bot": false,
"headline": "chore(build): add Browserify scripts to build browser version",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f48acdf727badabe2474f6aa661ad8eab7d3a3",
"body": "This commit removes the bootstrap, which is used for testing in the browser,\nswitching instead to Karma, using browserify - which means `require` works in\nboth the browser and node, negating the need for the bootstrap and index.html",
"is_bot": false,
"headline": "test: refactor test suites",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-10-04T23:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790dc4e9597551200cdafc8a8d74e2fe9593fb4a",
"body": null,
"is_bot": false,
"headline": "chore(build): add eslint",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-05-05T21:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9d94d67c0510376f097d9162b70ef39e583938",
"body": "object-is has semantically identical code (it is a polyfill for Object.is\nwhich uses ES6 sameValue). By removing our implementation of sameValue we\nremove any extra burden on maintaining that code",
"is_bot": false,
"headline": "refactor: remove samevalue in favour of object-is dep",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-02-29T08:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b509572ca88f6a24df9ca6b301bc84998267977e",
"body": "upgraded type-detect",
"is_bot": false,
"headline": "Merge pull request #6 from vlad06/upgrade-type-detect",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-02-17T12:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fffec3f48878336be8e720e44469f6fb32536f63",
"body": null,
"is_bot": false,
"headline": "upgraded type-detect",
"author_name": "vladimir.filimon",
"author_login": null,
"committed_at": "2016-02-16T17:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5c5c2084d9575bdca86f2ace235f77f4923593",
"body": "Different objects aren't the same",
"is_bot": false,
"headline": "Merge pull request #5 from dougluce/master",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-02-10T09:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfbb67028bdb9b62eb733f3ed3c870f237f463ff",
"body": null,
"is_bot": false,
"headline": "Support older browsers.",
"author_name": "Doug Luce",
"author_login": "dougluce",
"committed_at": "2016-02-08T21:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc050d309788d5304ab12f52493063210ad1d96",
"body": null,
"is_bot": false,
"headline": "Fix failing PhantomJS tests.",
"author_name": "Doug Luce",
"author_login": "dougluce",
"committed_at": "2016-01-29T18:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75e49a68e8c9996d2109a7c2cd0fcd0f29b29fc",
"body": "This may have been what was originally intended.",
"is_bot": false,
"headline": "Different objects aren't the same",
"author_name": "Doug Luce",
"author_login": "dougluce",
"committed_at": "2016-01-29T18:17:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 3,
"latest_release_at": "2024-06-05T15:01:07Z",
"latest_release_tag": "v4.1.4",
"releases_from_tags": false,
"days_since_last_push": 191,
"active_weeks_last_year": 2,
"days_since_latest_release": 777,
"mean_days_between_releases": 228.9
},
"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": "deep-eql",
"exists": true,
"license": "MIT",
"keywords": [
"chai util",
"deep equal",
"object equal",
"testing"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/deep-eql",
"is_deprecated": false,
"latest_version": "5.0.2",
"repository_url": "https://github.com/chaijs/deep-eql",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 204187881,
"first_published_at": "2013-09-18T15:48:42.366000Z",
"latest_published_at": "2024-06-03T08:03:16.644000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 779
}
]
},
"popularity": {
"forks": 43,
"stars": 112,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2013-10-09",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-05-06",
"count": 1
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2026-06-22",
"count": 2
},
{
"date": "2026-06-25",
"count": 2
}
],
"complete": true,
"collected": 43,
"total_forks": 43
},
"star_history": null,
"open_issues_and_prs": 23
},
"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": 25430,
"source_files_sampled": 6,
"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": "flatted",
"direct": false,
"version": "3.2.7",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-25h7-pfq9-p65f",
"GHSA-rf6f-7fwh-wjgh"
],
"fixed_version": "3.4.2",
"advisory_count": 2,
"oldest_advisory_days": 131
},
{
"name": "handlebars",
"direct": false,
"version": "4.7.7",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-2qvq-rjwj-gvw9",
"GHSA-2w6w-674q-4c4q",
"GHSA-3mfm-83xf-c92r",
"GHSA-442j-39wm-28r2",
"GHSA-7rx3-28cr-v5wh",
"GHSA-9cx6-37pm-9jff",
"GHSA-xhpv-hc6g-r9c6",
"GHSA-xjpj-3mr7-gcpf"
],
"fixed_version": "4.7.9",
"advisory_count": 8,
"oldest_advisory_days": 118
},
{
"name": "lodash",
"direct": false,
"version": "1.0.2",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-35jh-r3h4-6jhm",
"GHSA-4xc9-xhrj-v574",
"GHSA-f23m-r3pf-42rh",
"GHSA-fvqr-27wr-82fm",
"GHSA-jf85-cpcp-j695"
],
"fixed_version": "4.18.0",
"advisory_count": 5,
"oldest_advisory_days": 2918
},
{
"name": "rollup",
"direct": false,
"version": "3.21.0",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-gcx4-mw62-g8wm",
"GHSA-mw96-cpmx-2vgc"
],
"fixed_version": "4.59.0",
"advisory_count": 2,
"oldest_advisory_days": 667
},
{
"name": "@75lb/deep-merge",
"direct": false,
"version": "1.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-28mc-g557-92m7"
],
"fixed_version": "1.1.2",
"advisory_count": 1,
"oldest_advisory_days": 722
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 408
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 408
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-grv7-fg5c-xmjg"
],
"fixed_version": "3.0.3",
"advisory_count": 1,
"oldest_advisory_days": 799
},
{
"name": "cross-spawn",
"direct": false,
"version": "5.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 621
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 621
},
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-fjxv-7rqg-78g4",
"GHSA-hmw2-7cc7-3qxx"
],
"fixed_version": "4.0.6",
"advisory_count": 2,
"oldest_advisory_days": 366
},
{
"name": "ip",
"direct": false,
"version": "1.1.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-2p57-rm9w-gvfp",
"GHSA-78xj-cgh5-2h22"
],
"fixed_version": "2.0.1",
"advisory_count": 2,
"oldest_advisory_days": 895
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 250
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 250
},
{
"name": "koa",
"direct": false,
"version": "2.14.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-593f-38f6-jp5m",
"GHSA-7gcc-r8m5-44qm",
"GHSA-jgmv-j7ww-jx2x",
"GHSA-x2rg-q646-7m2v"
],
"fixed_version": "3.1.2",
"advisory_count": 4,
"oldest_advisory_days": 525
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-f23m-r3pf-42rh",
"GHSA-r5fr-rjxr-66jc",
"GHSA-xxjr-mmjv-4gpg"
],
"fixed_version": "4.18.0",
"advisory_count": 3,
"oldest_advisory_days": 182
},
{
"name": "minimatch",
"direct": false,
"version": "0.2.14",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj",
"GHSA-f8q6-p94x-37v3",
"GHSA-hxm2-r34f-qmc5"
],
"fixed_version": "10.2.3",
"advisory_count": 5,
"oldest_advisory_days": 2843
},
{
"name": "minimatch",
"direct": false,
"version": "2.0.10",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj",
"GHSA-f8q6-p94x-37v3",
"GHSA-hxm2-r34f-qmc5"
],
"fixed_version": "10.2.3",
"advisory_count": 5,
"oldest_advisory_days": 2843
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 154
},
{
"name": "minimatch",
"direct": false,
"version": "4.2.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 154
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.6",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 154
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 119
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1127
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1127
},
{
"name": "semver",
"direct": false,
"version": "7.3.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1127
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-5c6j-r48x-rmvq",
"GHSA-76p7-773f-r4q5",
"GHSA-qj8w-gfj5-8c6v"
],
"fixed_version": "7.0.5",
"advisory_count": 3,
"oldest_advisory_days": 527
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8cj5-5rvv-wf4v",
"GHSA-pq67-2wwv-3xjx",
"GHSA-vj76-c3g6-qr5v"
],
"fixed_version": "3.1.1",
"advisory_count": 3,
"oldest_advisory_days": 482
},
{
"name": "tmp",
"direct": false,
"version": "0.0.33",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52f5-9888-hmc6",
"GHSA-ph9p-34f9-6g65"
],
"fixed_version": "0.2.6",
"advisory_count": 2,
"oldest_advisory_days": 350
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 91
},
{
"name": "ws",
"direct": false,
"version": "7.5.9",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3h5v-q93c-6h6q",
"GHSA-96hv-2xvq-fx4p"
],
"fixed_version": "8.21.0",
"advisory_count": 2,
"oldest_advisory_days": 765
},
{
"name": "ws",
"direct": false,
"version": "8.13.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3h5v-q93c-6h6q",
"GHSA-58qx-3vcg-4xpx",
"GHSA-96hv-2xvq-fx4p"
],
"fixed_version": "8.21.0",
"advisory_count": 3,
"oldest_advisory_days": 765
},
{
"name": "ajv",
"direct": false,
"version": "5.5.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6",
"GHSA-v88g-cgmw-v5xw"
],
"fixed_version": "8.18.0",
"advisory_count": 2,
"oldest_advisory_days": 1622
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 161
},
{
"name": "ajv",
"direct": false,
"version": "8.12.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 161
},
{
"name": "diff",
"direct": false,
"version": "5.0.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-73rr-hh4g-fpgx"
],
"fixed_version": "8.0.3",
"advisory_count": 1,
"oldest_advisory_days": 189
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 799
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.1",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-mwcw-c2x4-8c55"
],
"fixed_version": "5.0.9",
"advisory_count": 1,
"oldest_advisory_days": 590
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-mwcw-c2x4-8c55"
],
"fixed_version": "5.0.9",
"advisory_count": 1,
"oldest_advisory_days": 590
},
{
"name": "qs",
"direct": false,
"version": "6.11.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6rw7-vpxm-498p",
"GHSA-w7fw-mjwx-w883"
],
"fixed_version": "6.14.2",
"advisory_count": 2,
"oldest_advisory_days": 204
},
{
"name": "qs",
"direct": false,
"version": "6.5.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6rw7-vpxm-498p"
],
"fixed_version": "6.14.1",
"advisory_count": 1,
"oldest_advisory_days": 204
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-p8p7-x288-28g6"
],
"fixed_version": "3.0.0",
"advisory_count": 1,
"oldest_advisory_days": 1224
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-72xf-g2v4-qvf3"
],
"fixed_version": "4.1.3",
"advisory_count": 1,
"oldest_advisory_days": 1117
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-j8xg-fqg3-53r7"
],
"fixed_version": "1.2.4",
"advisory_count": 1,
"oldest_advisory_days": 1126
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 27,
"critical": 4,
"moderate": 12
},
"advisory_count": 96,
"affected_count": 43,
"assessed_count": 602,
"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": "@75lb/deep-merge",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.12.11",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.19.1",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.14",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.17",
"ecosystem": "npm"
},
{
"name": "@js-temporal/polyfill",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@puppeteer/browsers",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-commonjs",
"direct": false,
"version": "24.1.0",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-node-resolve",
"direct": false,
"version": "15.0.2",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "@types/accepts",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__code-frame",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "@types/body-parser",
"direct": false,
"version": "1.19.2",
"ecosystem": "npm"
},
{
"name": "@types/co-body",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@types/command-line-args",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@types/connect",
"direct": false,
"version": "3.4.35",
"ecosystem": "npm"
},
{
"name": "@types/content-disposition",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "@types/convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@types/cookies",
"direct": false,
"version": "0.7.7",
"ecosystem": "npm"
},
{
"name": "@types/debounce",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@types/express",
"direct": false,
"version": "4.17.17",
"ecosystem": "npm"
},
{
"name": "@types/express-serve-static-core",
"direct": false,
"version": "4.17.34",
"ecosystem": "npm"
},
{
"name": "@types/http-assert",
"direct": false,
"version": "1.5.3",
"ecosystem": "npm"
},
{
"name": "@types/http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-reports",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@types/keygrip",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@types/koa",
"direct": false,
"version": "2.13.6",
"ecosystem": "npm"
},
{
"name": "@types/koa-compose",
"direct": false,
"version": "3.2.5",
"ecosystem": "npm"
},
{
"name": "@types/mime",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.11.9",
"ecosystem": "npm"
},
{
"name": "@types/parse5",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "@types/qs",
"direct": false,
"version": "6.9.7",
"ecosystem": "npm"
},
{
"name": "@types/range-parser",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "@types/resolve",
"direct": false,
"version": "1.20.2",
"ecosystem": "npm"
},
{
"name": "@types/send",
"direct": false,
"version": "0.17.1",
"ecosystem": "npm"
},
{
"name": "@types/serve-static",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "7.4.7",
"ecosystem": "npm"
},
{
"name": "@types/yauzl",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "@ungap/promise-all-settled",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@web/browser-logs",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@web/config-loader",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@web/dev-server",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@web/dev-server-core",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "@web/dev-server-rollup",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@web/parse5-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@web/test-runner",
"direct": false,
"version": "0.16.1",
"ecosystem": "npm"
},
{
"name": "@web/test-runner-chrome",
"direct": false,
"version": "0.13.0",
"ecosystem": "npm"
},
{
"name": "@web/test-runner-commands",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "@web/test-runner-core",
"direct": false,
"version": "0.11.1",
"ecosystem": "npm"
},
{
"name": "@web/test-runner-coverage-v8",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@web/test-runner-mocha",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "5.7.4",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "7.4.1",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "5.5.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.12.0",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "amdefine",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-back",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "array-back",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "assert-plus",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "astral-regex",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "2.6.4",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "aws-sign2",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "aws4",
"direct": false,
"version": "1.11.0",
"ecosystem": "npm"
},
{
"name": "babel-code-frame",
"direct": false,
"version": "6.26.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "benchmark",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer-crc32",
"direct": false,
"version": "0.2.13",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "builtin-modules",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cache-content-type",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "caller-path",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caseless",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chalk-template",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "chrome-launcher",
"direct": false,
"version": "0.15.2",
"ecosystem": "npm"
},
{
"name": "chromium-bidi",
"direct": false,
"version": "0.4.7",
"ecosystem": "npm"
},
{
"name": "circular-json",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "clone",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "clone",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "clone",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "clone-stats",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "co",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "co-body",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "command-line-args",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "command-line-usage",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "concat-stream",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "0.5.4",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookies",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "coveralls",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "cross-fetch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "dashdash",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "debounce",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "2.6.9",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "deep-equal",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "defaults",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "delegates",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "dependency-graph",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "destroy",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "devtools-protocol",
"direct": false,
"version": "0.0.1056733",
"ecosystem": "npm"
},
{
"name": "devtools-protocol",
"direct": false,
"version": "0.0.1107588",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "ecc-jsbn",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "errorstacks",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "escodegen",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "4.19.1",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "7.32.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-strict",
"direct": false,
"version": "14.0.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-filenames",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-utils",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "2.7.3",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "external-editor",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "extract-zip",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "extsprintf",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.2.12",
"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": "fastq",
"direct": false,
"version": "1.15.0",
"ecosystem": "npm"
},
{
"name": "fd-slicer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-index",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "find-replace",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "first-chunk-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "forever-agent",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "functional-red-black-tree",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "gaze",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "getpass",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "3.1.21",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "4.5.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "5.0.15",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-stream",
"direct": false,
"version": "3.1.18",
"ecosystem": "npm"
},
{
"name": "glob-watcher",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "glob2base",
"direct": false,
"version": "0.0.12",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "11.12.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.20.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "globule",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "3.0.12",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "growl",
"direct": false,
"version": "1.10.5",
"ecosystem": "npm"
},
{
"name": "handlebars",
"direct": false,
"version": "4.7.7",
"ecosystem": "npm"
},
{
"name": "har-schema",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "har-validator",
"direct": false,
"version": "5.1.5",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-ansi",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-assert",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "http-signature",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "3.3.10",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.2.4",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflation",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "inquirer",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "ip",
"direct": false,
"version": "1.1.8",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-builtin-module",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.11.0",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-generator-function",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-module",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-reference",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-resolvable",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-utf8",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isbinaryfile",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isstream",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "istanbul",
"direct": false,
"version": "0.4.5",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jsbi",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "jsbn",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "json-schema",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "jsprim",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "kewlr",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "keygrip",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "koa",
"direct": false,
"version": "2.14.2",
"ecosystem": "npm"
},
{
"name": "koa-compose",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "koa-convert",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "koa-etag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "koa-send",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "koa-static",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lcov-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "lcov-result-merger",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lighthouse-logger",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "lodash.assignwith",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.isequal",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "lodash.kebabcase",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.snakecase",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "lodash.truncate",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "lodash.upperfirst",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "log-driver",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "log-update",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "2.7.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "8.0.5",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "marky",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "0.2.14",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "2.0.10",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "mitt",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "0.0.7",
"ecosystem": "npm"
},
{
"name": "nanocolors",
"direct": false,
"version": "0.2.13",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "natives",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.6.7",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "oauth-sign",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "only",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "ordered-read-streams",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "os-tmpdir",
"direct": false,
"version": "1.0.2",
"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": "parse5",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-is-inside",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pend",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "performance-now",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "platform",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "portfinder",
"direct": false,
"version": "1.0.32",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "proxy-from-env",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "pseudomap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "psl",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "puppeteer-core",
"direct": false,
"version": "19.11.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.11.0",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.5.3",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "1.0.34",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "regexpp",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "regexpp",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "require-uncached",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-path",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "2.6.3",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "3.21.0",
"ecosystem": "npm"
},
{
"name": "run-async",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "rx-lite",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "rx-lite-aggregates",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.8",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "sigmund",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "simple-assert",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.4",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "sshpk",
"direct": false,
"version": "1.17.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "stream-read-all",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "0.10.31",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "table",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "table",
"direct": false,
"version": "6.8.1",
"ecosystem": "npm"
},
{
"name": "table-layout",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "through2",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.0.33",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "tsscmp",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "1.6.18",
"ecosystem": "npm"
},
{
"name": "typedarray",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "typical",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "typical",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "uglify-js",
"direct": false,
"version": "3.17.4",
"ecosystem": "npm"
},
{
"name": "unbzip2-stream",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "unique-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "verror",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "vinyl",
"direct": false,
"version": "0.4.6",
"ecosystem": "npm"
},
{
"name": "vinyl-fs",
"direct": false,
"version": "0.3.14",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "wordwrap",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "wordwrapjs",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "7.5.9",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.13.0",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.1",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.4",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yauzl",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "ylru",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 602,
"direct_count": 0,
"indirect_count": 602
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 44,
"open_issues": 18,
"closed_ratio": 0.538,
"closed_issues": 21,
"closed_unmerged_prs": 23
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "keithamus",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/118266?v=4"
},
{
"type": "User",
"login": "logicalparadox",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/58988?v=4"
},
{
"type": "User",
"login": "koddsson",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/318208?v=4"
},
{
"type": "User",
"login": "meeber",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/17260989?v=4"
},
{
"type": "User",
"login": "shvaikalesh",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5098878?v=4"
},
{
"type": "User",
"login": "dougluce",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1047838?v=4"
},
{
"type": "User",
"login": "lucasfcosta",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6868147?v=4"
},
{
"type": "User",
"login": "lorenzleutgeb",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/542154?v=4"
},
{
"type": "User",
"login": "43081j",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5677153?v=4"
},
{
"type": "User",
"login": "snewcomer",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7374640?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.458
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"nodejs.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"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": 5,
"reason": "Found 15/26 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 23 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"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": 0,
"reason": "64 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "836d70e56e8430a5ab360085a7c6c93c08e199cf",
"ran_at": "2026-07-22T23:28:17Z",
"aggregate_score": 3.6,
"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-01-12T21:59:16Z",
"oldest_open_prs": [
{
"number": 38,
"created_at": "2017-06-01T00:27:55Z",
"last_comment_at": "2017-08-08T01:00:45Z",
"last_comment_author": "meeber"
},
{
"number": 86,
"created_at": "2022-06-02T05:28:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 87,
"created_at": "2022-06-02T06:30:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2025-09-06T08:38:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2026-06-25T18:32:30Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-01-12T21:58:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 46,
"created_at": "2017-08-18T22:39:15Z",
"last_comment_at": "2022-01-21T14:46:55Z",
"last_comment_author": "nicbou"
},
{
"number": 47,
"created_at": "2017-09-05T11:47:08Z",
"last_comment_at": "2018-04-24T08:20:36Z",
"last_comment_author": "xurei"
},
{
"number": 51,
"created_at": "2018-01-30T00:10:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2018-02-28T15:21:42Z",
"last_comment_at": "2018-03-05T14:06:18Z",
"last_comment_author": "keithamus"
},
{
"number": 53,
"created_at": "2018-03-12T17:09:16Z",
"last_comment_at": "2018-03-12T19:59:53Z",
"last_comment_author": "demurgos"
},
{
"number": 54,
"created_at": "2018-05-16T20:02:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2018-07-14T02:31:42Z",
"last_comment_at": "2018-07-14T16:43:02Z",
"last_comment_author": "xee5ch"
},
{
"number": 61,
"created_at": "2018-10-11T11:22:02Z",
"last_comment_at": "2019-01-22T07:59:00Z",
"last_comment_author": "pcorpet"
},
{
"number": 62,
"created_at": "2018-11-01T15:07:53Z",
"last_comment_at": "2019-01-03T01:24:55Z",
"last_comment_author": "andrew1007"
},
{
"number": 63,
"created_at": "2019-09-04T15:25:27Z",
"last_comment_at": "2020-09-14T10:44:42Z",
"last_comment_author": "natlibfi-jonollil"
},
{
"number": 64,
"created_at": "2020-04-02T14:24:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2021-09-27T10:06:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2021-10-01T09:47:23Z",
"last_comment_at": "2021-10-05T09:44:42Z",
"last_comment_author": "Elias-Graf"
},
{
"number": 79,
"created_at": "2021-10-25T19:17:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2022-01-30T06:02:13Z",
"last_comment_at": "2022-01-31T08:47:02Z",
"last_comment_author": "keithamus"
},
{
"number": 85,
"created_at": "2022-06-01T05:55:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2022-12-15T13:07:27Z",
"last_comment_at": "2022-12-15T14:11:44Z",
"last_comment_author": "karlitos"
},
{
"number": 97,
"created_at": "2023-07-19T10:22:56Z",
"last_comment_at": "2023-07-21T12:24:11Z",
"last_comment_author": "markandrus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/chaijs/deep-eql",
"host": "github.com",
"name": "deep-eql",
"owner": "chaijs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 49,
"vitality": 24,
"community": 62,
"governance": 63,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 24,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 191,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 191 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 191
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v4.1.4",
"releases_from_tags": false,
"days_since_latest_release": 777,
"mean_days_between_releases": 228.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 777 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 777
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~228.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 228.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 4,
"unanswered_open_issues": 16,
"days_since_last_merged_pr": 191,
"days_since_last_human_commit": 191,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 191 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 191
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 43,
"stars": 112,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "112 stars",
"points": 33.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 112
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "43 forks",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 43
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"deep-eql"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 204187881
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "204,187,881 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 204187881,
"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": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 20,
"top_contributor_share": 0.458
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 23 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 44,
"open_issues": 18,
"closed_issues": 21,
"issue_closed_ratio": 0.538,
"closed_unmerged_prs": 23
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "54% of issues closed",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 54
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "44/67 decided PRs merged",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 67
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/26 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 74,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "chaijs",
"public_repos": 25,
"account_age_days": 5249
},
"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": "74 followers of chaijs",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 74,
"login": "chaijs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~14 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"deep-eql"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 779
},
"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 779 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 779
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 15/26 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 23 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 8",
"points": 4,
"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": "64 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"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 602 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": 602
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 96,
"affected_packages": 43,
"assessed_packages": 602,
"unassessed_packages": 0,
"affected_by_severity": "critical 4, high 27, moderate 12",
"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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 602,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"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": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.84,
"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": "84 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"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
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 8,
"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": 25430,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:28:37.899583Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/chaijs/deep-eql.svg",
"full_name": "chaijs/deep-eql",
"license_state": "standard",
"license_spdx": "MIT"
}