ml-testing-toolkit 18.17.3 → 18.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.grype.yaml CHANGED
@@ -1,51 +1,22 @@
1
1
  ignore:
2
- # Remove this ignore after verifying CI builds fresh image
3
- - vulnerability: GHSA-5j98-mcp5-4vw2
4
- include-aliases: true
2
+ # fast-xml-parser vulnerability
3
+ - vulnerability: GHSA-37qj-frw5-hhjh
4
+ # lodash vulnerabilities
5
+ - vulnerability: GHSA-xxjr-mmjv-4gpg
6
+ # @isaacs/brace-expansion vulnerability
7
+ - vulnerability: GHSA-7h2j-956f-4vf2
8
+ # busybox vulnerabilities
5
9
  - vulnerability: CVE-2025-60876
6
- reason: "No fixes available as of 2026-01-14 on Dockerfile base image 22.21.1-alpine3.23"
7
- - vulnerability: CVE-2026-22184
8
- reason: "No fixes available as of 2026-01-16 on Dockerfile base image 22.21.1-alpine3.23"
9
- - vulnerability: CVE-2026-28309
10
- - vulnerability: CVE-2025-59465
11
- - vulnerability: CVE-2025-55131
10
+ # glob vulnerabilities
11
+ - vulnerability: GHSA-5j98-mcp5-4vw2
12
+ # tar vulnerabilities
13
+ - vulnerability: GHSA-34x7-hfp2-rc4v
12
14
  - vulnerability: GHSA-r6q2-hw4h-h46w
13
15
  - vulnerability: GHSA-8qq5-rm4j-mr97
14
- - vulnerability: CVE-2025-55130
15
- - vulnerability: CVE-2026-21637
16
- - vulnerability: CVE-2025-59466
17
- - vulnerability: GHSA-xxjr-mmjv-4gpg
18
- # High severity vulnerabilities
19
- - vulnerability: CVE-2025-69420
20
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
21
- - vulnerability: GHSA-34x7-hfp2-rc4v
22
- reason: "tar 6.2.1, 7.4.3"
23
- # Medium severity vulnerabilities
24
- - vulnerability: CVE-2026-22796
25
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
26
- # libcrypto3 3.3.5-r0 / libssl3 3.3.5-r0: CVE-2025-15467
27
- - vulnerability: CVE-2025-15467
28
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
29
- # High severity vulnerabilities
30
- - vulnerability: GHSA-37qj-frw5-hhjh
31
- reason: "fast-xml-parser 4.5.3"
32
- - vulnerability: CVE-2025-69419
33
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
34
- - vulnerability: CVE-2025-69421
35
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
36
- # Medium severity vulnerabilities
37
- - vulnerability: CVE-2025-66199
38
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
39
- - vulnerability: CVE-2025-15468
40
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
41
- - vulnerability: CVE-2026-22795
42
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
43
- - vulnerability: GHSA-p5wg-g6qr-c7cg
44
- reason: "eslint 8.57.1"
45
- - vulnerability: CVE-2025-68160
46
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
47
- - vulnerability: CVE-2025-69418
48
- reason: "libcrypto3 3.3.5-r0, libssl3 3.3.5-r0"
16
+ - vulnerability: GHSA-29xp-372q-xqph
17
+ # diff vulnerability
18
+ - vulnerability: GHSA-73rr-hh4g-fpgx
19
+ # npm vulnerability
49
20
  - vulnerability: GHSA-3966-f6p6-2qr9
50
21
  # Set output format defaults
51
22
  output:
package/CHANGELOG.md CHANGED
@@ -1,4 +1,23 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ## [18.19.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.18.0...v18.19.0) (2026-02-06)
3
+
4
+
5
+ ### Features
6
+
7
+ * revert performance-optimization ([#367](https://github.com/mojaloop/ml-testing-toolkit/issues/367)) ([5b7c6c5](https://github.com/mojaloop/ml-testing-toolkit/commit/5b7c6c52d8ffe949ca16fa8374bea3fbc08c1a0c)), closes [#366](https://github.com/mojaloop/ml-testing-toolkit/issues/366)
8
+
9
+ ## [18.18.0](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.17.3...v18.18.0) (2026-02-06)
10
+
11
+
12
+ ### Features
13
+
14
+ * performance-optimization ([#366](https://github.com/mojaloop/ml-testing-toolkit/issues/366)) ([0aafd2f](https://github.com/mojaloop/ml-testing-toolkit/commit/0aafd2fc9a23d3ae1b98e50f3f5fcc8936e29419))
15
+
16
+
17
+ ### Chore
18
+
19
+ * **sbom:** update sbom [skip ci] ([be08be3](https://github.com/mojaloop/ml-testing-toolkit/commit/be08be36ae15b70e61b194f7ffe41efbd026172c))
20
+
2
21
  ### [18.17.3](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.17.2...v18.17.3) (2026-02-05)
3
22
 
4
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ml-testing-toolkit",
3
3
  "description": "Testing Toolkit for Mojaloop implementations",
4
- "version": "18.17.3",
4
+ "version": "18.19.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -71,7 +71,7 @@
71
71
  "genexec": "pkg -t node8-win ."
72
72
  },
73
73
  "dependencies": {
74
- "@elastic/elasticsearch": "9.2.1",
74
+ "@elastic/elasticsearch": "9.3.0",
75
75
  "@hapi/basic": "7.0.2",
76
76
  "@hapi/boom": "10.0.1",
77
77
  "@hapi/good": "9.0.1",
@@ -94,7 +94,7 @@
94
94
  "cookie-parser": "1.4.7",
95
95
  "cookies": "0.9.1",
96
96
  "cors": "2.8.6",
97
- "dotenv": "17.2.3",
97
+ "dotenv": "17.2.4",
98
98
  "express": "5.2.1",
99
99
  "express-validator": "7.3.1",
100
100
  "fs": "0.0.1-security",
@@ -2,7 +2,7 @@ type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,
2
2
  application,,,,,npm,10.9.0,,,,,,,,,,,,,,,,,
3
3
  application,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-npm,3.0.0,,,Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.,git+https://github.com/CycloneDX/cyclonedx-node-npm.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-node-npm#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-node-npm/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
4
4
  library,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-library,8.6.0,,,Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).,git+https://github.com/CycloneDX/cyclonedx-javascript-library.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-javascript-library#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-javascript-library/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
5
- application,ml-testing-toolkit@18.17.2,Apache-2.0,,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit,18.17.2,pkg:npm/ml-testing-toolkit@18.17.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmojaloop%2Fml-testing-toolkit.git,,Testing Toolkit for Mojaloop implementations,git+https://github.com/mojaloop/ml-testing-toolkit.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-testing-toolkit#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-testing-toolkit/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2026-01-29T15:00:19.819Z
5
+ application,ml-testing-toolkit@18.17.3,Apache-2.0,,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit,18.17.3,pkg:npm/ml-testing-toolkit@18.17.3?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmojaloop%2Fml-testing-toolkit.git,,Testing Toolkit for Mojaloop implementations,git+https://github.com/mojaloop/ml-testing-toolkit.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-testing-toolkit#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-testing-toolkit/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2026-02-03T21:49:33.050Z
6
6
  library,@elastic/elasticsearch@9.2.1,Apache-2.0,@elastic,,elasticsearch,9.2.1,pkg:npm/%40elastic/elasticsearch@9.2.1,node_modules/@elastic/elasticsearch,The official Elasticsearch client for Node.js,git+https://github.com/elastic/elasticsearch-js.git,"as detected from PackageJson property ""repository.url""",http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html,"as detected from PackageJson property ""homepage""",https://github.com/elastic/elasticsearch-js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-9.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8d72bed6d21aa33f47ad5fb45b0ba67783445324cd0a2c39224c5d59186a5c3e3659f1e1fa13022f398c9ded1b5d2e9dcef097e0bbdafbd5bbc8de47c5a94483,,active,Active in npm registry,2026-02-02T15:34:49.477Z
7
7
  library,@elastic/transport@9.2.1,Apache-2.0,@elastic,Elastic Client Library Maintainers,transport,9.2.1,pkg:npm/%40elastic/transport@9.2.1,node_modules/@elastic/transport,Transport classes and utilities shared among Node.js Elastic client libraries,git+https://github.com/elastic/elastic-transport-js.git,"as detected from PackageJson property ""repository.url""",https://github.com/elastic/elastic-transport-js#readme,"as detected from PackageJson property ""homepage""",https://github.com/elastic/elastic-transport-js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@elastic/transport/-/transport-9.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,08b49669a1139a891b322593760c743a77bed2a249111b2ef7e09123d5544f03b110c8678d1ea990d93d248904a89d66ae8707d8aee4d134eeda9307efb865d2,,active,Active in npm registry,2026-01-05T20:16:13.320Z
8
8
  library,@opentelemetry/api@1.9.0,Apache-2.0,@opentelemetry,OpenTelemetry Authors,api,1.9.0,pkg:npm/%40opentelemetry/api@1.9.0,node_modules/@opentelemetry/api,Public API for OpenTelemetry,git+https://github.com/open-telemetry/opentelemetry-js.git,"as detected from PackageJson property ""repository.url""",https://github.com/open-telemetry/opentelemetry-js/tree/main/api,"as detected from PackageJson property ""homepage""",https://github.com/open-telemetry/opentelemetry-js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de0880390bd9887e45f5b325322bfcf8648f31eaa0d1d6da7a8e7cff44a503db314aa6619d4b71cd7f7fd85cf2852f6c5907f94b418913400a06b16a8e979872,,active,Active in npm registry,2025-07-22T15:16:26.226Z
@@ -18,7 +18,7 @@ library,apache-arrow@20.0.0,Apache-2.0,,Apache Software Foundation,apache-arrow,
18
18
  library,@swc/helpers@0.5.17,Apache-2.0,@swc,강동윤,helpers,0.5.17,pkg:npm/%40swc/helpers@0.5.17,node_modules/@swc/helpers,External helpers for the swc project.,git+https://github.com/swc-project/swc.git,"as detected from PackageJson property ""repository.url""",https://swc.rs,"as detected from PackageJson property ""homepage""",https://github.com/swc-project/swc/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e482b1fd8d7746c61dfac6ae3dbdb1f94ff16629078e89737ee0e04c097f4dd7f743caec951bc2d7d34a0cb800250eb0b2a003935d27b65bf4f273c5c3f80efc,kdy1997.dev@gmail.com,active,Active in npm registry,2025-12-25T15:26:14.655Z
19
19
  library,@types/command-line-args@5.2.3,MIT,@types,,command-line-args,5.2.3,pkg:npm/%40types/command-line-args@5.2.3#types/command-line-args,node_modules/@types/command-line-args,TypeScript definitions for command-line-args,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/command-line-args,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bafd1a1ba47463c58764b4da999c2d7ec0cb5519ce6be9fe9f9ac4bc558be4d6b9819f15d9379a6ff76e0cf173208221b3daa2cc3a5c6af0aeb022c966eeb62b,,active,Active in npm registry,2025-08-03T08:03:04.468Z
20
20
  library,@types/command-line-usage@5.0.4,MIT,@types,,command-line-usage,5.0.4,pkg:npm/%40types/command-line-usage@5.0.4#types/command-line-usage,node_modules/@types/command-line-usage,TypeScript definitions for command-line-usage,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/command-line-usage,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-usage,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,07047928fdc4b3f09286dd31a817145d2dea0805155f0a512ac576f9aaf179beb96ad6acb971bd2f2902f406f5d02c37b36ada1fdd99a8e7882da41bb01d800a,,active,Active in npm registry,2025-08-03T06:32:33.195Z
21
- library,@types/node@20.19.15,MIT,@types,,node,20.19.15,pkg:npm/%40types/node@20.19.15#types/node,node_modules/@types/node,TypeScript definitions for node,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/node/-/node-20.19.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5b76ea71b2ec45d14355c98033997aa0b95c97aeef8debe7f23d453d9e27c7e2b98cda160a1f850bf6edc45a013e7bd096b1c70f07e3a759232040dfc09d0ca2,,active,Active in npm registry,2026-02-03T08:44:41.599Z
21
+ library,@types/node@20.19.15,MIT,@types,,node,20.19.15,pkg:npm/%40types/node@20.19.15#types/node,node_modules/@types/node,TypeScript definitions for node,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/node/-/node-20.19.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5b76ea71b2ec45d14355c98033997aa0b95c97aeef8debe7f23d453d9e27c7e2b98cda160a1f850bf6edc45a013e7bd096b1c70f07e3a759232040dfc09d0ca2,,active,Active in npm registry,2026-02-05T14:45:08.815Z
22
22
  library,undici-types@6.21.0,MIT,,,undici-types,6.21.0,pkg:npm/undici-types@6.21.0,node_modules/undici-types,A stand-alone types package for Undici,git+https://github.com/nodejs/undici.git,"as detected from PackageJson property ""repository.url""",https://undici.nodejs.org,"as detected from PackageJson property ""homepage""",https://github.com/nodejs/undici/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8b00d9aa0d10006ae0f516afe47e27d0ceb87379a4479f5c27ac10a7eec2e2723482c984c5a79d6982cd3b8e1e4f802d041c236d38863cc96dd8c7744fd1fd25,,active,Active in npm registry,2026-02-01T20:52:47.155Z
23
23
  library,command-line-args@6.0.1,MIT,,Lloyd Brookes,command-line-args,6.0.1,pkg:npm/command-line-args@6.0.1,node_modules/command-line-args,A mature~ feature-complete library to parse command-line options.,git+https://github.com/75lb/command-line-args.git,"as detected from PackageJson property ""repository.url""",https://github.com/75lb/command-line-args#readme,"as detected from PackageJson property ""homepage""",https://github.com/75lb/command-line-args/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/command-line-args/-/command-line-args-6.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,26bdde072523ab22b4a9df16d121855b59d9c2a09a342b5b5e3468d9c4490b5398c56977319e6dd544b78eaf9c3b8b0f6afaa0c3897d04c197d0205efadadea6,opensource@75lb.com,active,Active in npm registry,2024-10-28T12:50:34.743Z
24
24
  library,array-back@6.2.2,MIT,,Lloyd Brookes,array-back,6.2.2,pkg:npm/array-back@6.2.2,node_modules/array-back,Guarantees an array back,git+https://github.com/75lb/array-back.git,"as detected from PackageJson property ""repository.url""",https://github.com/75lb/array-back#readme,"as detected from PackageJson property ""homepage""",https://github.com/75lb/array-back/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,814019ec73f26f84897335c03145cc180bc8f7be89a0adea131f6fd454e6798b898f420189a2adb46d7276d18a7647ea5a4224a2e91eee71bcb9f1b2efbf82bf,75pound@gmail.com,active,Active in npm registry,2022-06-13T03:28:00.884Z
@@ -119,29 +119,29 @@ library,util-deprecate@1.0.2,MIT,,Nathan Rajlich,util-deprecate,1.0.2,pkg:npm/ut
119
119
  library,stack-trace@0.0.10,MIT,,Felix Geisendörfer,stack-trace,0.0.10,pkg:npm/stack-trace@0.0.10,node_modules/stack-trace,Get v8 stack traces as an array of CallSite objects.,git://github.com/felixge/node-stack-trace.git,"as detected from PackageJson property ""repository.url""",https://github.com/felixge/node-stack-trace,"as detected from PackageJson property ""homepage""",https://github.com/felixge/node-stack-trace/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,286cda85cee9b942a4cf232df88a807a9f9354d6ca3fe9362e6c21b9bdfd9b502c4d291a0eeb71e7a6830a8f872c3cdffc3dba0481d32563624c6d4a0098900a,felix@debuggable.com,active,Active in npm registry,2023-07-12T04:07:46.546Z
120
120
  library,winston-transport@4.9.0,MIT,,Charlie Robbins,winston-transport,4.9.0,pkg:npm/winston-transport@4.9.0,node_modules/winston-transport,Base stream implementations for winston@3 and up.,git+ssh://git@github.com/winstonjs/winston-transport.git,"as detected from PackageJson property ""repository.url""",https://github.com/winstonjs/winston-transport#readme,"as detected from PackageJson property ""homepage""",https://github.com/winstonjs/winston-transport/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f1dacc278ae481a3e8d4c7b8cc3ff758b7c8ff33dd03da36222a4a383ba79c60dcbaa6c7c23b1b07bf7296fd382c2186cd4d3143abd3ce738ca5019a2e1866e8,charlie.robbins@gmail.com,active,Active in npm registry,2024-11-10T02:38:39.262Z
121
121
  library,@mojaloop/central-services-metrics@12.8.3,Apache-2.0,@mojaloop,ModusBox,central-services-metrics,12.8.3,pkg:npm/%40mojaloop/central-services-metrics@12.8.3,node_modules/@mojaloop/central-services-metrics,Shared code for metrics generation,git+https://github.com/mojaloop/central-services-metrics.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-metrics#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-metrics/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-metrics/-/central-services-metrics-12.8.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3ad23a8c1230215567f04942dd123259cf7af024ef95fc1e3523196678c6854ae267858304c9f9f869f02ed7f1e07aaef96b5622f22c1f9d1f25389d0ed22c88,,active,Active in npm registry,2025-12-09T17:11:30.578Z
122
- library,@typescript-eslint/eslint-plugin@8.52.0,MIT,@typescript-eslint,,eslint-plugin,8.52.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.52.0#packages/eslint-plugin,node_modules/@typescript-eslint/eslint-plugin,TypeScript plugin for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/eslint-plugin,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/eslint-plugin,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a24aad3a0aaedaa99927988de135a581f175ef57599b1d85cdd3afd8afe2c4bd8b6560d2b4bf3e26041eac8dac6bc78011fa32746f7ed15f7a9bb57e3fcc84d5,,active,Active in npm registry,2026-02-02T18:30:29.278Z
122
+ library,@typescript-eslint/eslint-plugin@8.52.0,MIT,@typescript-eslint,,eslint-plugin,8.52.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.52.0#packages/eslint-plugin,node_modules/@typescript-eslint/eslint-plugin,TypeScript plugin for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/eslint-plugin,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/eslint-plugin,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a24aad3a0aaedaa99927988de135a581f175ef57599b1d85cdd3afd8afe2c4bd8b6560d2b4bf3e26041eac8dac6bc78011fa32746f7ed15f7a9bb57e3fcc84d5,,active,Active in npm registry,2026-02-04T21:22:43.135Z
123
123
  library,@eslint-community/regexpp@4.12.2,MIT,@eslint-community,Toru Nagashima,regexpp,4.12.2,pkg:npm/%40eslint-community/regexpp@4.12.2,node_modules/@eslint-community/regexpp,Regular expression parser for ECMAScript.,git+https://github.com/eslint-community/regexpp.git,"as detected from PackageJson property ""repository.url""",https://github.com/eslint-community/regexpp#readme,"as detected from PackageJson property ""homepage""",https://github.com/eslint-community/regexpp/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,12b8924e5b79382f7fed25e445208085f4b1c684948019b7dce1fe224c1b769828aac4ac520ef2dee87e208088fd08380415abdd4da2dfd4699b271bc4cab87b,,active,Active in npm registry,2025-10-22T11:56:01.280Z
124
- library,@typescript-eslint/parser@8.52.0,MIT,@typescript-eslint,,parser,8.52.0,pkg:npm/%40typescript-eslint/parser@8.52.0#packages/parser,node_modules/@typescript-eslint/parser,An ESLint custom parser which leverages TypeScript ESTree,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/parser,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/parser,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,888002b31f29c519e0b926211e2327d8fbe1bdfa68a4ef455c7ca7d661b9b71648b00681e85d0ac1b167510377282886dc972e69dfc26a8d8502cd56a7bbc0ca,,active,Active in npm registry,2026-02-02T18:30:10.351Z
125
- library,@typescript-eslint/scope-manager@8.52.0,MIT,@typescript-eslint,,scope-manager,8.52.0,pkg:npm/%40typescript-eslint/scope-manager@8.52.0#packages/scope-manager,node_modules/@typescript-eslint/scope-manager,TypeScript scope analyser for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/scope-manager,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/scope-manager,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8b1c6a9a609c73535ff12d264b44e427fdcb29c0bc9abb9824f394e886b617fcd4511e290295bb2f3ae9537266b5e3db4544deb3d6c4a917351a0e22c919c3cc,,active,Active in npm registry,2026-02-02T18:30:03.196Z
126
- library,@typescript-eslint/types@8.52.0,MIT,@typescript-eslint,,types,8.52.0,pkg:npm/%40typescript-eslint/types@8.52.0#packages/types,node_modules/@typescript-eslint/types,Types for the TypeScript-ESTree AST spec,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/types,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/types/-/types-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2d6415d55e2af55e1c4f81f9242231df8f358881711f5524564f99906180575646723188f48a0539f8373bacb0cfc42a083129ec89e583a928bcca1fb0d45a1a,,active,Active in npm registry,2026-02-02T18:29:41.911Z
127
- library,@typescript-eslint/visitor-keys@8.52.0,MIT,@typescript-eslint,,visitor-keys,8.52.0,pkg:npm/%40typescript-eslint/visitor-keys@8.52.0#packages/visitor-keys,node_modules/@typescript-eslint/visitor-keys,Visitor keys used to help traverse the TypeScript-ESTree AST,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8a7937fd9a1fbacdf89e606c3e3a30eb714fe4cec819f7f444a020a91ebe085a5d936d8ceda2f00bd80e70b198aabecc7332cfcd9544456f614688373b89f5b1,,active,Active in npm registry,2026-02-02T18:29:48.592Z
124
+ library,@typescript-eslint/parser@8.52.0,MIT,@typescript-eslint,,parser,8.52.0,pkg:npm/%40typescript-eslint/parser@8.52.0#packages/parser,node_modules/@typescript-eslint/parser,An ESLint custom parser which leverages TypeScript ESTree,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/parser,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/parser,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,888002b31f29c519e0b926211e2327d8fbe1bdfa68a4ef455c7ca7d661b9b71648b00681e85d0ac1b167510377282886dc972e69dfc26a8d8502cd56a7bbc0ca,,active,Active in npm registry,2026-02-04T21:22:24.917Z
125
+ library,@typescript-eslint/scope-manager@8.52.0,MIT,@typescript-eslint,,scope-manager,8.52.0,pkg:npm/%40typescript-eslint/scope-manager@8.52.0#packages/scope-manager,node_modules/@typescript-eslint/scope-manager,TypeScript scope analyser for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/scope-manager,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/scope-manager,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8b1c6a9a609c73535ff12d264b44e427fdcb29c0bc9abb9824f394e886b617fcd4511e290295bb2f3ae9537266b5e3db4544deb3d6c4a917351a0e22c919c3cc,,active,Active in npm registry,2026-02-04T21:22:17.648Z
126
+ library,@typescript-eslint/types@8.52.0,MIT,@typescript-eslint,,types,8.52.0,pkg:npm/%40typescript-eslint/types@8.52.0#packages/types,node_modules/@typescript-eslint/types,Types for the TypeScript-ESTree AST spec,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/types,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/types/-/types-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2d6415d55e2af55e1c4f81f9242231df8f358881711f5524564f99906180575646723188f48a0539f8373bacb0cfc42a083129ec89e583a928bcca1fb0d45a1a,,active,Active in npm registry,2026-02-04T21:21:57.701Z
127
+ library,@typescript-eslint/visitor-keys@8.52.0,MIT,@typescript-eslint,,visitor-keys,8.52.0,pkg:npm/%40typescript-eslint/visitor-keys@8.52.0#packages/visitor-keys,node_modules/@typescript-eslint/visitor-keys,Visitor keys used to help traverse the TypeScript-ESTree AST,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8a7937fd9a1fbacdf89e606c3e3a30eb714fe4cec819f7f444a020a91ebe085a5d936d8ceda2f00bd80e70b198aabecc7332cfcd9544456f614688373b89f5b1,,active,Active in npm registry,2026-02-04T21:22:03.832Z
128
128
  library,@typescript-eslint/visitor-keys@8.52.0|eslint-visitor-keys@4.2.1,Apache-2.0,,Toru Nagashima,eslint-visitor-keys,4.2.1,pkg:npm/eslint-visitor-keys@4.2.1#packages/eslint-visitor-keys,node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys,Constants and utilities about visitor keys to traverse AST.,git+https://github.com/eslint/js.git#packages/eslint-visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/README.md,"as detected from PackageJson property ""homepage""",https://github.com/eslint/js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,521764e6c7ea71e7bff47feb08e262918cfaee8d1ad93c3684644f386d98d51d9d83b6eb45ed6e1b4c9a3500c7bbe4cefee40f17fe5e09aa6f612987523b7b25,,active,Active in npm registry,2025-11-10T16:30:03.072Z
129
- library,@typescript-eslint/type-utils@8.52.0,MIT,@typescript-eslint,,type-utils,8.52.0,pkg:npm/%40typescript-eslint/type-utils@8.52.0#packages/type-utils,node_modules/@typescript-eslint/type-utils,Type utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/type-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,243df028145682561142402db321b3d407b00eede64dcecdb518d1fdc793c86a0faa6752e6809dc7fa193160f966eaa6a3afcca6c62cd30a7a6b136df3cff611,,active,Active in npm registry,2026-02-02T18:30:17.330Z
130
- library,@typescript-eslint/typescript-estree@8.52.0,MIT,@typescript-eslint,,typescript-estree,8.52.0,pkg:npm/%40typescript-eslint/typescript-estree@8.52.0#packages/typescript-estree,node_modules/@typescript-eslint/typescript-estree,A parser that converts TypeScript source code into an ESTree compatible form,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/typescript-estree,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/typescript-estree,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5cfdcb0a5b0273416c4cae7f7eb1a3a25c800d3877426b0ba7a9ca778efac4d23d0ac4ac2e79a7e1fd23af336802e966c6598d229797b8761e110bfad50eaa79,,active,Active in npm registry,2026-02-02T18:29:55.716Z
129
+ library,@typescript-eslint/type-utils@8.52.0,MIT,@typescript-eslint,,type-utils,8.52.0,pkg:npm/%40typescript-eslint/type-utils@8.52.0#packages/type-utils,node_modules/@typescript-eslint/type-utils,Type utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/type-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,243df028145682561142402db321b3d407b00eede64dcecdb518d1fdc793c86a0faa6752e6809dc7fa193160f966eaa6a3afcca6c62cd30a7a6b136df3cff611,,active,Active in npm registry,2026-02-04T21:22:31.473Z
130
+ library,@typescript-eslint/typescript-estree@8.52.0,MIT,@typescript-eslint,,typescript-estree,8.52.0,pkg:npm/%40typescript-eslint/typescript-estree@8.52.0#packages/typescript-estree,node_modules/@typescript-eslint/typescript-estree,A parser that converts TypeScript source code into an ESTree compatible form,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/typescript-estree,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/typescript-estree,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5cfdcb0a5b0273416c4cae7f7eb1a3a25c800d3877426b0ba7a9ca778efac4d23d0ac4ac2e79a7e1fd23af336802e966c6598d229797b8761e110bfad50eaa79,,active,Active in npm registry,2026-02-04T21:22:10.452Z
131
131
  library,@typescript-eslint/typescript-estree@8.52.0|minimatch@9.0.5,ISC,,Isaac Z. Schlueter,minimatch,9.0.5,pkg:npm/minimatch@9.0.5,node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ba4f4657e3cc60a33c7be7cee4a1e5fd62cd8d632e869affff3fcf6c12d7bd57dc2121aa4c345e2274ac675b642d09c2e24d695bff07c269b02d0055a1841a3,i@izs.me,active,Active in npm registry,2026-02-03T17:50:22.146Z
132
- library,@typescript-eslint/utils@8.52.0,MIT,@typescript-eslint,,utils,8.52.0,pkg:npm/%40typescript-eslint/utils@8.52.0#packages/utils,node_modules/@typescript-eslint/utils,Utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/utils,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c189dd54c5a4c1ea87a44a703e1c2a1369670f60f10ba5952eea54fc33adff4feffbffa241b6f33b78ce1e398132786ed0380b50bbce694e21e29c07622da845,,active,Active in npm registry,2026-02-02T18:30:10.243Z
132
+ library,@typescript-eslint/utils@8.52.0,MIT,@typescript-eslint,,utils,8.52.0,pkg:npm/%40typescript-eslint/utils@8.52.0#packages/utils,node_modules/@typescript-eslint/utils,Utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/utils,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c189dd54c5a4c1ea87a44a703e1c2a1369670f60f10ba5952eea54fc33adff4feffbffa241b6f33b78ce1e398132786ed0380b50bbce694e21e29c07622da845,,active,Active in npm registry,2026-02-04T21:22:24.695Z
133
133
  library,eslint@8.57.1,MIT,,Nicholas C. Zakas,eslint,8.57.1,pkg:npm/eslint@8.57.1,node_modules/eslint,An AST-based pattern checker for JavaScript.,git+https://github.com/eslint/eslint.git,"as detected from PackageJson property ""repository.url""",https://eslint.org,"as detected from PackageJson property ""homepage""",https://github.com/eslint/eslint/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ca9a30c83c69552629917afd58fbf63c0642b4d8a9d4cbf92935b4482bab5efffd88ea5cac7f4f6aa504964b2a101ea90a1a87183442153cab6651a19cb34688,nicholas+npm@nczconsulting.com,deprecated,This version is no longer supported. Please see https://eslint.org/version-support for other options.,2026-01-27T14:30:17.415Z
134
134
  library,eslint@8.57.1|ajv@6.12.6,MIT,,Evgeny Poberezkin,ajv,6.12.6,pkg:npm/ajv@6.12.6,node_modules/eslint/node_modules/ajv,Another JSON Schema Validator,git+https://github.com/ajv-validator/ajv.git,"as detected from PackageJson property ""repository.url""",https://github.com/ajv-validator/ajv,"as detected from PackageJson property ""homepage""",https://github.com/ajv-validator/ajv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2,,active,Active in npm registry,2025-06-09T04:08:01.833Z
135
135
  library,eslint@8.57.1|json-schema-traverse@0.4.1,MIT,,Evgeny Poberezkin,json-schema-traverse,0.4.1,pkg:npm/json-schema-traverse@0.4.1,node_modules/eslint/node_modules/json-schema-traverse,Traverse JSON Schema passing each schema object to callback,git+https://github.com/epoberezkin/json-schema-traverse.git,"as detected from PackageJson property ""repository.url""",https://github.com/epoberezkin/json-schema-traverse#readme,"as detected from PackageJson property ""homepage""",https://github.com/epoberezkin/json-schema-traverse/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c5b6c21f9742614e53f0b704861ba1ec727cf075ee5b7aac237634cce64529f6441dca5688753f271ce4eb6f41aec69bfe63221d0b62f7030ffbce3944f7b756,,active,Active in npm registry,2023-06-22T16:32:38.879Z
136
136
  library,eslint@8.57.1|ignore@5.3.2,MIT,,kael,ignore,5.3.2,pkg:npm/ignore@5.3.2,node_modules/eslint/node_modules/ignore,Ignore is a manager and filter for .gitignore rules~ the one used by eslint~ gitbook and many others.,git+ssh://git@github.com/kaelzhang/node-ignore.git,"as detected from PackageJson property ""repository.url""",https://github.com/kaelzhang/node-ignore#readme,"as detected from PackageJson property ""homepage""",https://github.com/kaelzhang/node-ignore/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,86c053354a904c3c245ad71d608da2d3a63f9d4044b0d10324a8d676280bbde832f240ee2404bcb91969924710a721172f467fa630f2e4706632344227682afa,,active,Active in npm registry,2025-05-31T02:18:53.593Z
137
137
  library,eslint@8.57.1|minimatch@3.1.2,ISC,,Isaac Z. Schlueter,minimatch,3.1.2,pkg:npm/minimatch@3.1.2,node_modules/eslint/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f,i@izs.me,active,Active in npm registry,2026-02-03T17:50:22.146Z
138
138
  library,ts-api-utils@2.4.0,MIT,,JoshuaKGoldberg,ts-api-utils,2.4.0,pkg:npm/ts-api-utils@2.4.0,node_modules/ts-api-utils,Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️,git+https://github.com/JoshuaKGoldberg/ts-api-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/JoshuaKGoldberg/ts-api-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/JoshuaKGoldberg/ts-api-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dd36954da02fda04e2301df98b71621896917f06f73f29ff8f79bf6df02f19ef0507b085eaef8b318a9894387bade41fed436fa13bdd7c0a871a63c6392b0f98,npm@joshuakgoldberg.com,active,Active in npm registry,2026-01-02T14:18:38.609Z
139
- library,typescript@5.9.3,Apache-2.0,,Microsoft Corp.,typescript,5.9.3,pkg:npm/typescript@5.9.3,node_modules/typescript,TypeScript is a language for application scale JavaScript development,git+https://github.com/microsoft/TypeScript.git,"as detected from PackageJson property ""repository.url""",https://www.typescriptlang.org/,"as detected from PackageJson property ""homepage""",https://github.com/microsoft/TypeScript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5d6f6733c38a72ebf5e52ddc9feded5e8580d130f508ef04f772b33f4a7d00c3e357d0ac2d98e2f290762694a454f86d795bd511e12e9a7cc2d9ba3394e04b,,active,Active in npm registry,2026-02-03T07:24:52.952Z
139
+ library,typescript@5.9.3,Apache-2.0,,Microsoft Corp.,typescript,5.9.3,pkg:npm/typescript@5.9.3,node_modules/typescript,TypeScript is a language for application scale JavaScript development,git+https://github.com/microsoft/TypeScript.git,"as detected from PackageJson property ""repository.url""",https://www.typescriptlang.org/,"as detected from PackageJson property ""homepage""",https://github.com/microsoft/TypeScript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5d6f6733c38a72ebf5e52ddc9feded5e8580d130f508ef04f772b33f4a7d00c3e357d0ac2d98e2f290762694a454f86d795bd511e12e9a7cc2d9ba3394e04b,,active,Active in npm registry,2026-02-05T07:28:19.986Z
140
140
  library,@eslint-community/eslint-utils@4.9.1,MIT,@eslint-community,Toru Nagashima,eslint-utils,4.9.1,pkg:npm/%40eslint-community/eslint-utils@4.9.1,node_modules/@eslint-community/eslint-utils,Utilities for ESLint plugins.,git+https://github.com/eslint-community/eslint-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/eslint-community/eslint-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/eslint-community/eslint-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a61ad898d898a6947bce714476a81f5875d1e8d0a46442bb8705831d95238adff6fd4d2be97be40e5d12627a0ce751eaec584219d2c34facf1082398d617b1b1,,active,Active in npm registry,2026-01-11T20:20:31.260Z
141
141
  library,ignore@7.0.5,MIT,,kael,ignore,7.0.5,pkg:npm/ignore@7.0.5,node_modules/ignore,Ignore is a manager and filter for .gitignore rules~ the one used by eslint~ gitbook and many others.,git+ssh://git@github.com/kaelzhang/node-ignore.git,"as detected from PackageJson property ""repository.url""",https://github.com/kaelzhang/node-ignore#readme,"as detected from PackageJson property ""homepage""",https://github.com/kaelzhang/node-ignore/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ece7dc4135f508ba730581601b197e5cabaf3ddc86d68382a7ae36d8c17dedc74ceda2b5604c303a076b317fc7a31c9e30cfc06a194318967ccd05eaf936f1a,,active,Active in npm registry,2025-05-31T02:18:53.593Z
142
142
  library,natural-compare@1.4.0,MIT,,Lauri Rooden,natural-compare,1.4.0,pkg:npm/natural-compare@1.4.0,node_modules/natural-compare,Compare strings containing a mix of letters and numbers in the way a human being would in sort order.,git://github.com/litejs/natural-compare-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/litejs/natural-compare-lite#readme,"as detected from PackageJson property ""homepage""",https://github.com/litejs/natural-compare-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,396343f1e8b756d342f61ed5eb4a9f7f7495a1b1ebf7de824f0831b9b832418129836f7487d2746eec8408d3497b19059b9b0e6a38791b5d7a45803573c64c4b,,active,Active in npm registry,2023-06-22T16:33:03.092Z
143
- library,@typescript-eslint/project-service@8.52.0,MIT,@typescript-eslint,,project-service,8.52.0,pkg:npm/%40typescript-eslint/project-service@8.52.0#packages/project-service,node_modules/@typescript-eslint/project-service,Standalone TypeScript project service wrapper for linting.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/project-service,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c43d0c7dd49d1267856b73a656aa271e2f8272269bf7a96cd5484817fa97fcefe03eee4a5c3d1b63d96edf78e3d387e3ceb5c772ebe305c042f83dd235269d6b,,active,Active in npm registry,2026-02-02T18:29:47.939Z
144
- library,@typescript-eslint/tsconfig-utils@8.52.0,MIT,@typescript-eslint,,tsconfig-utils,8.52.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.52.0#packages/tsconfig-utils,node_modules/@typescript-eslint/tsconfig-utils,Utilities for collecting TSConfigs for linting scenarios.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/tsconfig-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5fbc7f3aff49dcddc562739eae67be823baa7dad35857f64100471a14c5577fe2ba8e65ef005ae0a3ffb9af18272f5e767fffe90c40180218410191ab55fc2,,active,Active in npm registry,2026-02-02T18:29:41.052Z
143
+ library,@typescript-eslint/project-service@8.52.0,MIT,@typescript-eslint,,project-service,8.52.0,pkg:npm/%40typescript-eslint/project-service@8.52.0#packages/project-service,node_modules/@typescript-eslint/project-service,Standalone TypeScript project service wrapper for linting.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/project-service,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c43d0c7dd49d1267856b73a656aa271e2f8272269bf7a96cd5484817fa97fcefe03eee4a5c3d1b63d96edf78e3d387e3ceb5c772ebe305c042f83dd235269d6b,,active,Active in npm registry,2026-02-04T21:22:03.454Z
144
+ library,@typescript-eslint/tsconfig-utils@8.52.0,MIT,@typescript-eslint,,tsconfig-utils,8.52.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.52.0#packages/tsconfig-utils,node_modules/@typescript-eslint/tsconfig-utils,Utilities for collecting TSConfigs for linting scenarios.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/tsconfig-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5fbc7f3aff49dcddc562739eae67be823baa7dad35857f64100471a14c5577fe2ba8e65ef005ae0a3ffb9af18272f5e767fffe90c40180218410191ab55fc2,,active,Active in npm registry,2026-02-04T21:21:56.676Z
145
145
  library,brace-expansion@2.0.2,MIT,,Julian Gruber,brace-expansion,2.0.2,pkg:npm/brace-expansion@2.0.2,node_modules/brace-expansion,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,26dd2f1f233e8e6501aa88c1ec4d4d21869db74bc8d10c63c5dd9312b5bde300f3f84d8b026e6f28c5d7c20e996414c73ee5250e0407297be318175f705d590d,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
146
146
  library,semver@7.7.3,ISC,,GitHub Inc.,semver,7.7.3,pkg:npm/semver@7.7.3,node_modules/semver,The semantic version parser used by npm.,git+https://github.com/npm/node-semver.git,"as detected from PackageJson property ""repository.url""",https://github.com/npm/node-semver#readme,"as detected from PackageJson property ""homepage""",https://github.com/npm/node-semver/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/semver/-/semver-7.7.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,49db0a32b23d4dd823770794491f4cc1e1c0e0427c6311e7f0315a0e2b2f85595439ee01175b4b0fb1808f4948a96565f9d3dbfeb131af406d6f2e65a109b6d1,,active,Active in npm registry,2025-10-07T18:00:52.105Z
147
147
  library,tinyglobby@0.2.15,MIT,,Superchupu,tinyglobby,0.2.15,pkg:npm/tinyglobby@0.2.15,node_modules/tinyglobby,A fast and minimal alternative to globby and fast-glob,git+https://github.com/SuperchupuDev/tinyglobby.git,"as detected from PackageJson property ""repository.url""",https://superchupu.dev/tinyglobby,"as detected from PackageJson property ""homepage""",https://github.com/SuperchupuDev/tinyglobby/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8f666ae0dc90606e573124f871bb34d8093c88951dc513345c8e50cb15ee64ecca3883665aeae9dec997bb7cb9c03709ae9b70a528e05c7cc8431474a265e58d,,active,Active in npm registry,2025-09-06T18:52:04.513Z
@@ -150,11 +150,11 @@ library,tinyglobby@0.2.15|picomatch@4.0.3,MIT,,Jon Schlinkert,picomatch,4.0.3,pk
150
150
  library,prom-client@15.1.3,Apache-2.0,,Simon Nyberg,prom-client,15.1.3,pkg:npm/prom-client@15.1.3,node_modules/prom-client,Client for prometheus,git+ssh://git@github.com/siimon/prom-client.git,"as detected from PackageJson property ""repository.url""",https://github.com/siimon/prom-client,"as detected from PackageJson property ""homepage""",https://github.com/siimon/prom-client/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/prom-client/-/prom-client-15.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e9988e05f0b2c2c0f893504df485f4b99845fad26457cabc9653fae06e476a3b3824e7952cf0b0a4f55ca57cb7070622506832273b0925078e22fefe8434aaf2,,active,Active in npm registry,2024-06-27T09:30:07.985Z
151
151
  library,tdigest@0.1.2,MIT,,Will Welch,tdigest,0.1.2,pkg:npm/tdigest@0.1.2,node_modules/tdigest,javascript implementation of Dunning's T-Digest for streaming quantile approximation,git+https://github.com/welch/tdigest.git,"as detected from PackageJson property ""repository.url""",https://github.com/welch/tdigest,"as detected from PackageJson property ""homepage""",https://github.com/welch/tdigest/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/tdigest/-/tdigest-0.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f86d0b2e08e3a3d0595f631f76f3df1fe30a2c2af195749879ce4368f60fd5f7ba23285fd3f7d2989d1b16267517c053e9c1979762e996d429b738d729612428,welch@quietplease.com,active,Active in npm registry,2025-02-13T01:33:57.491Z
152
152
  library,bintrees@1.0.2,MIT,,Vadim Graboys,bintrees,1.0.2,pkg:npm/bintrees@1.0.2,node_modules/bintrees,Binary Search Trees,git://github.com/vadimg/js_bintrees.git,"as detected from PackageJson property ""repository.url""",https://github.com/vadimg/js_bintrees#readme,"as detected from PackageJson property ""homepage""",https://github.com/vadimg/js_bintrees/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bintrees/-/bintrees-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,54e3204ccc2301a506e7cd125e7dcb69c5608eeaeb6cc99eed964d60649257b9a6b58e90411874120de9c08727b50efb0c4acad4bd0dc646deb637285f35702b,dimva13@gmail.com,active,Active in npm registry,2025-02-13T01:33:55.851Z
153
- library,@mojaloop/ml-schema-transformer-lib@2.8.1,Apache-2.0,@mojaloop,Steven Oderayi,ml-schema-transformer-lib,2.8.1,pkg:npm/%40mojaloop/ml-schema-transformer-lib@2.8.1,node_modules/@mojaloop/ml-schema-transformer-lib,Shared component for ML schemas translation,git+https://github.com/mojaloop/ml-schema-transformer-lib.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-schema-transformer-lib#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-schema-transformer-lib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/ml-schema-transformer-lib/-/ml-schema-transformer-lib-2.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,039ca38d82171073ce7d063c3dd6252c935318b61b4c272e6d90d3f7149f2b9956baf4284c537f5da5684763bf8c31d8e8dbc996fb5a7ccfa053a2944bf59688,,active,Active in npm registry,2026-02-03T20:49:08.251Z
154
- library,@mojaloop/ml-schema-transformer-lib@2.8.1|ilp-packet@2.2.0,Apache-2.0,,Interledger Team,ilp-packet,2.2.0,pkg:npm/ilp-packet@2.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/ilp-packet,Module for parsing and serializing ILP packets,git+https://github.com/interledgerjs/ilp-packet.git,"as detected from PackageJson property ""repository.url""",https://github.com/interledgerjs/ilp-packet#readme,"as detected from PackageJson property ""homepage""",https://github.com/interledgerjs/ilp-packet/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ilp-packet/-/ilp-packet-2.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4041aa6341f31abb9ee2bfb819659eee507b5ef8e28f87327365de3931d89b090ed018e0c33256f3999927347dab91e62bccdd16437a0b409f79d01a62252ff7,info@interledger.org,active,Active in npm registry,2022-09-28T14:44:19.371Z
155
- library,@mojaloop/ml-schema-transformer-lib@2.8.1|bignumber.js@5.0.0,MIT,,Michael Mclaughlin,bignumber.js,5.0.0,pkg:npm/bignumber.js@5.0.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/bignumber.js,A library for arbitrary-precision decimal and non-decimal arithmetic,git+https://github.com/MikeMcl/bignumber.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/MikeMcl/bignumber.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/MikeMcl/bignumber.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bignumber.js/-/bignumber.js-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2964eee9931593db31943250876607d543a77c33fc3bc4e9c54c60406fef2804a84a71232bd695b8eb9e15a3dc404610e5fc8d5cd4ce630630df4f7d45879b5a,M8ch88l@gmail.com,active,Active in npm registry,2025-07-11T16:38:38.896Z
156
- library,@mojaloop/ml-schema-transformer-lib@2.8.1|long@3.2.0,Apache-2.0,,Daniel Wirtz,long,3.2.0,pkg:npm/long@3.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/long,A Long class for representing a 64-bit two's-complement integer value.,git+https://github.com/dcodeIO/long.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/long.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/long.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/long/-/long-3.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,658bcf3ce32a5303e80ec6c9691d748902589ccb998514ef1d897ad84acb2045fb460165ce2481514bebb773957dce3b4251c7a733d960fd7b83716fee878992,dcode@dcode.io,active,Active in npm registry,2025-04-17T17:32:06.239Z
157
- library,@mojaloop/ml-schema-transformer-lib@2.8.1|oer-utils@1.3.4,Apache-2.0,,Interledger Team,oer-utils,1.3.4,pkg:npm/oer-utils@1.3.4,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/oer-utils,Tools for OER parsing and serialization,git+https://github.com/interledgerjs/oer-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/interledgerjs/oer-utils,"as detected from PackageJson property ""homepage""",https://github.com/interledgerjs/oer-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/oer-utils/-/oer-utils-1.3.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,25346a7b5890b81d307aed4ca69bb46140292fa094d02c6d981f29248853c939b85fbae6a6cea9d7c195473c0745fbd23fb61419a933800fb13ea66c785d4538,info@interledger.org,active,Active in npm registry,2022-09-28T14:44:16.265Z
153
+ library,@mojaloop/ml-schema-transformer-lib@2.9.0,Apache-2.0,@mojaloop,Steven Oderayi,ml-schema-transformer-lib,2.9.0,pkg:npm/%40mojaloop/ml-schema-transformer-lib@2.9.0,node_modules/@mojaloop/ml-schema-transformer-lib,Shared component for ML schemas translation,git+https://github.com/mojaloop/ml-schema-transformer-lib.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-schema-transformer-lib#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-schema-transformer-lib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/ml-schema-transformer-lib/-/ml-schema-transformer-lib-2.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d38c2810c0fd5e0cf9f3a89b1892c92720722dd8b3458c429fb7ba51179d617031478eb068175a7950cb41ab1b5ea987e8d4c243d4e6549577b79555fca410f7,,active,Active in npm registry,2026-02-04T19:59:06.659Z
154
+ library,@mojaloop/ml-schema-transformer-lib@2.9.0|ilp-packet@2.2.0,Apache-2.0,,Interledger Team,ilp-packet,2.2.0,pkg:npm/ilp-packet@2.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/ilp-packet,Module for parsing and serializing ILP packets,git+https://github.com/interledgerjs/ilp-packet.git,"as detected from PackageJson property ""repository.url""",https://github.com/interledgerjs/ilp-packet#readme,"as detected from PackageJson property ""homepage""",https://github.com/interledgerjs/ilp-packet/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ilp-packet/-/ilp-packet-2.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4041aa6341f31abb9ee2bfb819659eee507b5ef8e28f87327365de3931d89b090ed018e0c33256f3999927347dab91e62bccdd16437a0b409f79d01a62252ff7,info@interledger.org,active,Active in npm registry,2022-09-28T14:44:19.371Z
155
+ library,@mojaloop/ml-schema-transformer-lib@2.9.0|bignumber.js@5.0.0,MIT,,Michael Mclaughlin,bignumber.js,5.0.0,pkg:npm/bignumber.js@5.0.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/bignumber.js,A library for arbitrary-precision decimal and non-decimal arithmetic,git+https://github.com/MikeMcl/bignumber.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/MikeMcl/bignumber.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/MikeMcl/bignumber.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bignumber.js/-/bignumber.js-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2964eee9931593db31943250876607d543a77c33fc3bc4e9c54c60406fef2804a84a71232bd695b8eb9e15a3dc404610e5fc8d5cd4ce630630df4f7d45879b5a,M8ch88l@gmail.com,active,Active in npm registry,2025-07-11T16:38:38.896Z
156
+ library,@mojaloop/ml-schema-transformer-lib@2.9.0|long@3.2.0,Apache-2.0,,Daniel Wirtz,long,3.2.0,pkg:npm/long@3.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/long,A Long class for representing a 64-bit two's-complement integer value.,git+https://github.com/dcodeIO/long.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/long.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/long.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/long/-/long-3.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,658bcf3ce32a5303e80ec6c9691d748902589ccb998514ef1d897ad84acb2045fb460165ce2481514bebb773957dce3b4251c7a733d960fd7b83716fee878992,dcode@dcode.io,active,Active in npm registry,2025-04-17T17:32:06.239Z
157
+ library,@mojaloop/ml-schema-transformer-lib@2.9.0|oer-utils@1.3.4,Apache-2.0,,Interledger Team,oer-utils,1.3.4,pkg:npm/oer-utils@1.3.4,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/oer-utils,Tools for OER parsing and serialization,git+https://github.com/interledgerjs/oer-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/interledgerjs/oer-utils,"as detected from PackageJson property ""homepage""",https://github.com/interledgerjs/oer-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/oer-utils/-/oer-utils-1.3.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,25346a7b5890b81d307aed4ca69bb46140292fa094d02c6d981f29248853c939b85fbae6a6cea9d7c195473c0745fbd23fb61419a933800fb13ea66c785d4538,info@interledger.org,active,Active in npm registry,2022-09-28T14:44:16.265Z
158
158
  library,@apidevtools/swagger-parser@12.1.0,MIT,@apidevtools,,swagger-parser,12.1.0,pkg:npm/%40apidevtools/swagger-parser@12.1.0,node_modules/@apidevtools/swagger-parser,Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers,git+https://github.com/APIDevTools/swagger-parser.git,"as detected from PackageJson property ""repository.url""",https://apidevtools.com/swagger-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/swagger-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/swagger-parser/-/swagger-parser-12.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7b9989a2cc2c9c05f48c6f89d3dc471584176ff6d47394b7a4ba4cc54b91500d87f13da49e2df2128cb3d91dc396dc397f803a8faacf34ca564cafa25431659e,,active,Active in npm registry,2026-01-24T16:02:52.625Z
159
159
  library,@apidevtools/json-schema-ref-parser@14.0.1,MIT,@apidevtools,James Messinger,json-schema-ref-parser,14.0.1,pkg:npm/%40apidevtools/json-schema-ref-parser@14.0.1,node_modules/@apidevtools/json-schema-ref-parser,Parse~ Resolve~ and Dereference JSON Schema $ref pointers,git+https://github.com/APIDevTools/json-schema-ref-parser.git,"as detected from PackageJson property ""repository.url""",https://apidevtools.com/json-schema-ref-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/json-schema-ref-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,39cf7acef9b1c757eaa1211d5267e6bef6f9f7f2833a752827bb36b7b6c84b2027d17133e7b2c20b0f24d98e0f7f79b029a64b31c8844802ce44b81f7b67eb0b,,active,Active in npm registry,2026-01-24T16:02:50.763Z
160
160
  library,@types/json-schema@7.0.15,MIT,@types,,json-schema,7.0.15,pkg:npm/%40types/json-schema@7.0.15#types/json-schema,node_modules/@types/json-schema,TypeScript definitions for json-schema,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/json-schema,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e7e7cff0ff0c14d0be0326420f1ac1da991914f1b3a90594ce949ebae54bbe6f1531ca2b3586af06aa057312bc6d0cf842c6e7e2850411e9b8c032df732b061c,,active,Active in npm registry,2025-08-03T07:05:47.377Z
@@ -168,8 +168,8 @@ library,openapi-types@12.1.3,MIT,,Joseph Spencer,openapi-types,12.1.3,pkg:npm/op
168
168
  library,@mojaloop/api-snippets@18.3.0,Apache-2.0,@mojaloop,ModusBox,api-snippets,18.3.0,pkg:npm/%40mojaloop/api-snippets@18.3.0,node_modules/@mojaloop/api-snippets,Mojaloop API specification reusable snippets,git+https://github.com/mojaloop/api-snippets.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/api-snippets#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/api-snippets/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/api-snippets/-/api-snippets-18.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,559aacb5e36b315abb45afbb38c60df0914138c84a2e76eae2d0cc167204e333c5c610acb9364481e7e116c7a38a32f039b952a81c058fde7387d3c02a517c7c,,active,Active in npm registry,2026-01-20T14:34:56.912Z
169
169
  library,@mojaloop/api-snippets@18.3.0|@apidevtools/json-schema-ref-parser@9.1.2,MIT,@apidevtools,James Messinger,json-schema-ref-parser,9.1.2,pkg:npm/%40apidevtools/json-schema-ref-parser@9.1.2,node_modules/@mojaloop/api-snippets/node_modules/@apidevtools/json-schema-ref-parser,Parse~ Resolve~ and Dereference JSON Schema $ref pointers,git+https://github.com/APIDevTools/json-schema-ref-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/json-schema-ref-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/json-schema-ref-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,af5c3cd43a51f8ac9159dddffab93a4cda8c81e76603164fe6fe4a5a55d05a580c514b72109721d03284722d52a2b3cc89278cf173e5ecc6779a227ad0922942,,active,Active in npm registry,2026-01-24T16:02:50.763Z
170
170
  library,@jsdevtools/ono@7.1.3,MIT,@jsdevtools,James Messinger,ono,7.1.3,pkg:npm/%40jsdevtools/ono@7.1.3,node_modules/@jsdevtools/ono,Throw better errors.,git+https://github.com/JS-DevTools/ono.git,"as detected from PackageJson property ""repository.url""",https://jstools.dev/ono,"as detected from PackageJson property ""homepage""",https://github.com/JS-DevTools/ono/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e0940d93ede65732b7c61daba9de91078278eaa511d7d6b3107067799c9364cf9ce39eaa3ab6db33fe71711f21b8d08271b56defe5268b31ba1ae52f3ef29462,,active,Active in npm registry,2026-01-24T16:03:01.717Z
171
- library,@redocly/openapi-core@1.34.6,MIT,@redocly,,openapi-core,1.34.6,pkg:npm/%40redocly/openapi-core@1.34.6,node_modules/@redocly/openapi-core,,git+https://github.com/Redocly/redocly-cli.git,"as detected from PackageJson property ""repository.url""",https://github.com/Redocly/redocly-cli,"as detected from PackageJson property ""homepage""",https://github.com/Redocly/redocly-cli/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.34.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dbe3beae2b88520552b8b9772f287902995667254c36e1b617df3fa3a36bbad2897d6e3f19365d3e9665229852d071a070e1e09967024878fe75616565a1921f,,active,Active in npm registry,2026-02-02T10:36:21.487Z
172
- library,@redocly/ajv@8.17.2,MIT,@redocly,Evgeny Poberezkin,ajv,8.17.2,pkg:npm/%40redocly/ajv@8.17.2,node_modules/@redocly/ajv,Another JSON Schema Validator,git+https://github.com/Redocly/ajv.git,"as detected from PackageJson property ""repository.url""",https://github.com/Redocly/ajv#readme,"as detected from PackageJson property ""homepage""",https://github.com/Redocly/ajv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@redocly/ajv/-/ajv-8.17.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,adc6c364e7d702018425e277d1a58255526fc55f68a1ebdbfe6d7f4856e53b6a87b3872a4e4d7bf20c7b4ffbddb257f9ec4038953a1faf0b2ae4af2bc4af60fa,,active,Active in npm registry,2026-01-21T10:06:46.796Z
171
+ library,@redocly/openapi-core@1.34.6,MIT,@redocly,,openapi-core,1.34.6,pkg:npm/%40redocly/openapi-core@1.34.6,node_modules/@redocly/openapi-core,,git+https://github.com/Redocly/redocly-cli.git,"as detected from PackageJson property ""repository.url""",https://github.com/Redocly/redocly-cli,"as detected from PackageJson property ""homepage""",https://github.com/Redocly/redocly-cli/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.34.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dbe3beae2b88520552b8b9772f287902995667254c36e1b617df3fa3a36bbad2897d6e3f19365d3e9665229852d071a070e1e09967024878fe75616565a1921f,,active,Active in npm registry,2026-02-04T13:04:42.841Z
172
+ library,@redocly/ajv@8.17.2,MIT,@redocly,Evgeny Poberezkin,ajv,8.17.2,pkg:npm/%40redocly/ajv@8.17.2,node_modules/@redocly/ajv,Another JSON Schema Validator,git+https://github.com/Redocly/ajv.git,"as detected from PackageJson property ""repository.url""",https://github.com/Redocly/ajv#readme,"as detected from PackageJson property ""homepage""",https://github.com/Redocly/ajv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@redocly/ajv/-/ajv-8.17.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,adc6c364e7d702018425e277d1a58255526fc55f68a1ebdbfe6d7f4856e53b6a87b3872a4e4d7bf20c7b4ffbddb257f9ec4038953a1faf0b2ae4af2bc4af60fa,,active,Active in npm registry,2026-02-04T08:43:55.855Z
173
173
  library,fast-deep-equal@3.1.3,MIT,,Evgeny Poberezkin,fast-deep-equal,3.1.3,pkg:npm/fast-deep-equal@3.1.3,node_modules/fast-deep-equal,Fast deep equal,git+https://github.com/epoberezkin/fast-deep-equal.git,"as detected from PackageJson property ""repository.url""",https://github.com/epoberezkin/fast-deep-equal#readme,"as detected from PackageJson property ""homepage""",https://github.com/epoberezkin/fast-deep-equal/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1,,active,Active in npm registry,2023-06-22T16:31:52.032Z
174
174
  library,fast-uri@3.1.0,BSD-3-Clause,,Vincent Le Goff,fast-uri,3.1.0,pkg:npm/fast-uri@3.1.0,node_modules/fast-uri,Dependency-free RFC 3986 URI toolbox,git+https://github.com/fastify/fast-uri.git,"as detected from PackageJson property ""repository.url""",https://github.com/fastify/fast-uri,"as detected from PackageJson property ""homepage""",https://github.com/fastify/fast-uri/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,88f79e0ca25259fe0810e6ac555ae49d7a5a055d08029cff829ed2d9b6fb6782e58db976306251a889d9894ad0c15d7a729cf0fc3dd2e63e49ba58ff813e7600,vince.legoff@gmail.com,active,Active in npm registry,2025-08-25T13:16:04.719Z
175
175
  library,json-schema-traverse@1.0.0,MIT,,Evgeny Poberezkin,json-schema-traverse,1.0.0,pkg:npm/json-schema-traverse@1.0.0,node_modules/json-schema-traverse,Traverse JSON Schema passing each schema object to callback,git+https://github.com/epoberezkin/json-schema-traverse.git,"as detected from PackageJson property ""repository.url""",https://github.com/epoberezkin/json-schema-traverse#readme,"as detected from PackageJson property ""homepage""",https://github.com/epoberezkin/json-schema-traverse/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba,,active,Active in npm registry,2023-06-22T16:32:38.879Z
@@ -286,7 +286,7 @@ library,resolve@1.22.10,MIT,,James Halliday,resolve,1.22.10,pkg:npm/resolve@1.22
286
286
  library,tarn@3.0.2,MIT,,Sami Koskimäki,tarn,3.0.2,pkg:npm/tarn@3.0.2,node_modules/tarn,Simple and robust resource pool for node.js,git://github.com/vincit/tarn.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/vincit/tarn.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/vincit/tarn.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e752c054a51265255f234e6f8cf11235ce6fc2aa99a5b5c2b14fbffb0c653ab5239364a7153b7deeff59810ac3e189b1616d4fc7ac362a36838ad09f92f83131,sami.koskimaki@vincit.com,active,Active in npm registry,2022-06-27T03:56:53.277Z
287
287
  library,tildify@2.0.0,MIT,,Sindre Sorhus,tildify,2.0.0,pkg:npm/tildify@2.0.0,node_modules/tildify,Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`,git+https://github.com/sindresorhus/tildify.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/tildify#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/tildify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,09cf8eadaa2bba0b5735fb39d2153d292dfaf6b15709f8062e97c27ef95cf94779bba55699442c3806bd1db4ef85e41d627add26aaafd5ee6822a5e9a4c6274b,sindresorhus@gmail.com,active,Active in npm registry,2022-06-27T06:38:38.927Z
288
288
  library,mustache@4.2.0,MIT,,mustache.js Authors,mustache,4.2.0,pkg:npm/mustache@4.2.0,node_modules/mustache,Logic-less {{mustache}} templates with JavaScript,git+https://github.com/janl/mustache.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/janl/mustache.js,"as detected from PackageJson property ""homepage""",https://github.com/janl/mustache.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ef58a9a52cb0ab961beffb5563219b9018206d4f07deee51cf9e9f1fad2318582bf2e1f0c6cf9a48a7aa9a5b885733349b4901ef1423292eaa3df7746f6668a9,http://github.com/janl/mustache.js,active,Active in npm registry,2024-10-22T17:26:42.327Z
289
- library,mysql2@3.16.3,MIT,,Andrey Sidorov,mysql2,3.16.3,pkg:npm/mysql2@3.16.3,node_modules/mysql2,fast mysql driver. Implements core protocol~ prepared statements~ ssl and compression in native JS,git+https://github.com/sidorares/node-mysql2.git,"as detected from PackageJson property ""repository.url""",https://sidorares.github.io/node-mysql2/docs,"as detected from PackageJson property ""homepage""",https://github.com/sidorares/node-mysql2/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mysql2/-/mysql2-3.16.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fb75e1404b7814416ebc65742632038f878fd8e4ffa088ffe78758bea85b9674b395f73154eba3f9c775e57cfa86c1b81d4d5af80e7e040f609b4eb5f02e33ec,andrey.sidorov@gmail.com,active,Active in npm registry,2026-02-03T18:04:17.658Z
289
+ library,mysql2@3.16.3,MIT,,Andrey Sidorov,mysql2,3.16.3,pkg:npm/mysql2@3.16.3,node_modules/mysql2,fast mysql driver. Implements core protocol~ prepared statements~ ssl and compression in native JS,git+https://github.com/sidorares/node-mysql2.git,"as detected from PackageJson property ""repository.url""",https://sidorares.github.io/node-mysql2/docs,"as detected from PackageJson property ""homepage""",https://github.com/sidorares/node-mysql2/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mysql2/-/mysql2-3.16.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fb75e1404b7814416ebc65742632038f878fd8e4ffa088ffe78758bea85b9674b395f73154eba3f9c775e57cfa86c1b81d4d5af80e7e040f609b4eb5f02e33ec,andrey.sidorov@gmail.com,active,Active in npm registry,2026-02-04T22:34:52.313Z
290
290
  library,mysql2@3.16.3|iconv-lite@0.7.2,MIT,,Alexander Shtuchkin,iconv-lite,0.7.2,pkg:npm/iconv-lite@0.7.2,node_modules/mysql2/node_modules/iconv-lite,Convert character encodings in pure javascript.,git+https://github.com/pillarjs/iconv-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/pillarjs/iconv-lite,"as detected from PackageJson property ""homepage""",https://github.com/pillarjs/iconv-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8a6f438c40d0e79b3d7cbe04633380bf4c8caa6301499a7a1b456f1724cc3ca5b1892047523f4d5bfaaa2e65d4c17aeb33b02fa9295309fbea45bd1c33cc98ab,ashtuchkin@gmail.com,active,Active in npm registry,2026-01-08T17:00:51.749Z
291
291
  library,aws-ssl-profiles@1.1.2,MIT,,https://github.com/wellwelwel,aws-ssl-profiles,1.1.2,pkg:npm/aws-ssl-profiles@1.1.2,node_modules/aws-ssl-profiles,AWS RDS SSL certificates bundles.,git+https://github.com/mysqljs/aws-ssl-profiles.git,"as detected from PackageJson property ""repository.url""",https://github.com/mysqljs/aws-ssl-profiles#readme,"as detected from PackageJson property ""homepage""",https://github.com/mysqljs/aws-ssl-profiles/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,35929eabd01fc90bc478d94dd3349801a5ab9817df261dc810b3197d1a4955682ba446ed1299e3bf3a813dffa6c68236f3b2688510e86befe7b1faaa899985ea,,active,Active in npm registry,2024-08-30T01:20:23.319Z
292
292
  library,generate-function@2.3.1,MIT,,Mathias Buus,generate-function,2.3.1,pkg:npm/generate-function@2.3.1,node_modules/generate-function,Module that helps you write generated functions in Node,git+https://github.com/mafintosh/generate-function.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/generate-function,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/generate-function/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,79e07919f30d79ebe6fc6458ab6d12866b1a19c988f359085f62bd5d0c799a20bc29d1da0ba266d2a43c64d7863a2ef0601f0eb1dc4ab3e636a15b9316e57029,,active,Active in npm registry,2022-06-18T05:21:50.896Z
@@ -568,7 +568,7 @@ library,which-module@2.0.1,ISC,,nexdrew,which-module,2.0.1,pkg:npm/which-module@
568
568
  library,urijs@1.19.11,MIT,,Rodney Rehm,urijs,1.19.11,pkg:npm/urijs@1.19.11,node_modules/urijs,URI.js is a Javascript library for working with URLs.,git+https://github.com/medialize/URI.js.git,"as detected from PackageJson property ""repository.url""",http://medialize.github.io/URI.js/,"as detected from PackageJson property ""homepage""",https://github.com/medialize/URI.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1d78050e00e89a6c67e7f6c8bf4727419b0f8470c0f7434f1c3ebe73fbf6d54e7e4b1e61a0ff3e74ff48657054d6021fbdd45f846f1c7a5f5034f7a2a277dc09,,active,Active in npm registry,2022-06-28T06:10:01.197Z
569
569
  library,code-point-at@1.1.0,MIT,,Sindre Sorhus,code-point-at,1.1.0,pkg:npm/code-point-at@1.1.0,node_modules/code-point-at,ES2015 `String#codePointAt()` ponyfill,git+https://github.com/sindresorhus/code-point-at.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/code-point-at#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/code-point-at/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4690152900394fadf1123ebf82221b504b59c09e1414873766dbc4922694111ca5a9ef316f922fa9c80ebab64b6a1bfddc22ca7f1730e5823e0d9714051c8b5c,sindresorhus@gmail.com,active,Active in npm registry,2022-06-13T06:25:21.698Z
570
570
  library,number-is-nan@1.0.1,MIT,,Sindre Sorhus,number-is-nan,1.0.1,pkg:npm/number-is-nan@1.0.1,node_modules/number-is-nan,ES2015 Number.isNaN() ponyfill,git+https://github.com/sindresorhus/number-is-nan.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/number-is-nan#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/number-is-nan/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e236ed657340b1f65b0078a2aa32cf0620a5d7a7444b5cc8e07a73cf1c3ad5393e96817eb010c12b1d4808a28ac08a90eccd26167d539a437b7ae4a771680789,sindresorhus@gmail.com,active,Active in npm registry,2022-06-22T13:22:23.806Z
571
- library,os-locale@3.1.0,MIT,,Sindre Sorhus,os-locale,3.1.0,pkg:npm/os-locale@3.1.0,node_modules/os-locale,Get the system locale,git+https://github.com/sindresorhus/os-locale.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/os-locale#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/os-locale/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,67c977478c1858ce34ff9d99f92dbae6891f163f0ab76702d8c298fb1362de416cf97188ed65eefc8df4f5041061b456e228e267ecb1b3da6a121261d03a96dd,sindresorhus@gmail.com,active,Active in npm registry,2023-06-16T22:43:21.688Z
571
+ library,os-locale@3.1.0,MIT,,Sindre Sorhus,os-locale,3.1.0,pkg:npm/os-locale@3.1.0,node_modules/os-locale,Get the system locale,git+https://github.com/sindresorhus/os-locale.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/os-locale#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/os-locale/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,67c977478c1858ce34ff9d99f92dbae6891f163f0ab76702d8c298fb1362de416cf97188ed65eefc8df4f5041061b456e228e267ecb1b3da6a121261d03a96dd,sindresorhus@gmail.com,active,Active in npm registry,2026-02-04T17:06:09.037Z
572
572
  library,os-locale@3.1.0|execa@1.0.0,MIT,,Sindre Sorhus,execa,1.0.0,pkg:npm/execa@1.0.0,node_modules/os-locale/node_modules/execa,A better `child_process`,git+https://github.com/sindresorhus/execa.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/execa#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/execa/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/execa/-/execa-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,69d6f1732595e3aaa21f2bd2a79d132add39b41e2d2b71dc985eff9f17c07619e8c7cdec7930dbc276aa28ee2c5d1cbbae81c0205a893ff470fc0b846d7eb52c,sindresorhus@gmail.com,active,Active in npm registry,2025-11-29T20:53:47.095Z
573
573
  library,os-locale@3.1.0|get-stream@4.1.0,MIT,,Sindre Sorhus,get-stream,4.1.0,pkg:npm/get-stream@4.1.0,node_modules/os-locale/node_modules/get-stream,Get a stream as a string~ buffer~ or array,git+https://github.com/sindresorhus/get-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/get-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/get-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,18c6ade04279d7ad64232d877af2e5af896e363060be68f8d7729a400ee3b7857c078443b1fa4793b590f4656a7d8cb2c7c392fcbeba2a8c7eac944d9252caef,sindresorhus@gmail.com,active,Active in npm registry,2024-03-16T18:05:50.719Z
574
574
  library,os-locale@3.1.0|is-stream@1.1.0,MIT,,Sindre Sorhus,is-stream,1.1.0,pkg:npm/is-stream@1.1.0,node_modules/os-locale/node_modules/is-stream,Check if something is a Node.js stream,git+https://github.com/sindresorhus/is-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/is-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/is-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b903e6f2472ce3b8f1dfc6ad01c593571ca5b506283d3ebccbd69661d57ac965d2c96f26cd26add132fa0a259d65e09d1772ab02fa55b671db4efe1137eaea75,sindresorhus@gmail.com,active,Active in npm registry,2024-02-19T19:14:12.687Z
@@ -594,7 +594,7 @@ library,node-cache@5.1.2,MIT,,mpneuried,node-cache,5.1.2,pkg:npm/node-cache@5.1.
594
594
  library,swagger-parser@10.0.3,MIT,,James Messinger,swagger-parser,10.0.3,pkg:npm/swagger-parser@10.0.3,node_modules/swagger-parser,Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers,git+https://github.com/APIDevTools/swagger-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/swagger-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/swagger-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/swagger-parser/-/swagger-parser-10.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9c5ee831e2f82b2a6576b42169cf11c877ab25e18f0f5a76c4387dd3418fbdcf8d93b9d63fa8d7d85702ed69a48a7328026a0eefbe3e0055dc5ac5bc80c58422,,active,Active in npm registry,2023-03-04T04:18:17.087Z
595
595
  library,swagger-parser@10.0.3|@apidevtools/swagger-parser@10.0.3,MIT,@apidevtools,James Messinger,swagger-parser,10.0.3,pkg:npm/%40apidevtools/swagger-parser@10.0.3,node_modules/swagger-parser/node_modules/@apidevtools/swagger-parser,Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers,git+https://github.com/APIDevTools/swagger-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/swagger-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/swagger-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/swagger-parser/-/swagger-parser-10.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b0d88b639d6f64e9923c5640e53177e4a6761db8189254274d20e792085a9b32dbdc490db5c427ac14048f900e0b11e94ed5e9a8c0913350ab995dab1ba9f0e2,,active,Active in npm registry,2026-01-24T16:02:52.625Z
596
596
  library,swagger-parser@10.0.3|@apidevtools/json-schema-ref-parser@9.1.2,MIT,@apidevtools,James Messinger,json-schema-ref-parser,9.1.2,pkg:npm/%40apidevtools/json-schema-ref-parser@9.1.2,node_modules/swagger-parser/node_modules/@apidevtools/json-schema-ref-parser,Parse~ Resolve~ and Dereference JSON Schema $ref pointers,git+https://github.com/APIDevTools/json-schema-ref-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/json-schema-ref-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/json-schema-ref-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,af5c3cd43a51f8ac9159dddffab93a4cda8c81e76603164fe6fe4a5a55d05a580c514b72109721d03284722d52a2b3cc89278cf173e5ecc6779a227ad0922942,,active,Active in npm registry,2026-01-24T16:02:50.763Z
597
- library,swagger-parser@10.0.3|z-schema@5.0.5,MIT,,,z-schema,5.0.5,pkg:npm/z-schema@5.0.5,node_modules/swagger-parser/node_modules/z-schema,JSON schema validator,git+https://github.com/zaggino/z-schema.git,"as detected from PackageJson property ""repository.url""",https://github.com/zaggino/z-schema,"as detected from PackageJson property ""homepage""",https://github.com/zaggino/z-schema/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/z-schema/-/z-schema-5.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0fb7ae8c15a42dade9dac229240d1dd69afb7acf9aee6d2f1409d92e50842aafc88f693430b8bd06bd943f1a31758cacb66e4ad727811b3b9bd059585045a3d9,,active,Active in npm registry,2026-02-03T12:28:29.198Z
597
+ library,swagger-parser@10.0.3|z-schema@5.0.5,MIT,,,z-schema,5.0.5,pkg:npm/z-schema@5.0.5,node_modules/swagger-parser/node_modules/z-schema,JSON schema validator,git+https://github.com/zaggino/z-schema.git,"as detected from PackageJson property ""repository.url""",https://github.com/zaggino/z-schema,"as detected from PackageJson property ""homepage""",https://github.com/zaggino/z-schema/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/z-schema/-/z-schema-5.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0fb7ae8c15a42dade9dac229240d1dd69afb7acf9aee6d2f1409d92e50842aafc88f693430b8bd06bd943f1a31758cacb66e4ad727811b3b9bd059585045a3d9,,active,Active in npm registry,2026-02-05T13:09:26.670Z
598
598
  library,swagger-parser@10.0.3|commander@9.5.0,MIT,,TJ Holowaychuk,commander,9.5.0,pkg:npm/commander@9.5.0,node_modules/swagger-parser/node_modules/commander,the complete solution for node.js command-line programs,git+https://github.com/tj/commander.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/tj/commander.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/tj/commander.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/commander/-/commander-9.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,291b3b5950ca83ce8f5a2b80aa10eb0109d35d92ab69570273abc574bd78aab67f0dc5b0b91a3b5688985da9573bb4b918aa6a622544c026e01437f134728905,tj@vision-media.ca,active,Active in npm registry,2026-01-31T01:47:17.700Z
599
599
  library,lodash.get@4.4.2,MIT,,John-David Dalton,lodash.get,4.4.2,pkg:npm/lodash.get@4.4.2,node_modules/lodash.get,The lodash method `_.get` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,cfe530fef2eecba8107bc71f685583ee9d3056ff1f265de66f35e1df7452fb4a16db0bd4aa2457890ebd80b5922e9801e7feac53eafa065411d0c0482da76a4d,john.david.dalton@gmail.com,deprecated,This package is deprecated. Use the optional chaining (?.) operator instead.,2025-01-23T20:12:59.749Z
600
600
  library,lodash.isequal@4.5.0,MIT,,John-David Dalton,lodash.isequal,4.5.0,pkg:npm/lodash.isequal@4.5.0,node_modules/lodash.isequal,The Lodash method `_.isEqual` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a43a3796ef0985f8ea96ce8690c8296a1b05f640b26b2860ca48f22cc3454ca5aba5574042d6320789ae00c5a8cc10788a0fddb56026b0cc4b108f30bb3f8361,john.david.dalton@gmail.com,deprecated,This package is deprecated. Use require('node:util').isDeepStrictEqual instead.,2025-01-23T20:09:41.699Z
@@ -614,7 +614,7 @@ library,format-util@1.0.5,MIT,,muji,format-util,1.0.5,pkg:npm/format-util@1.0.5,
614
614
  library,jsonpath-plus@10.3.0,MIT,,Stefan Goessner,jsonpath-plus,10.3.0,pkg:npm/jsonpath-plus@10.3.0,node_modules/jsonpath-plus,A JS implementation of JSONPath with some additional operators,git://github.com/s3u/JSONPath.git,"as detected from PackageJson property ""repository.url""",https://github.com/s3u/JSONPath,"as detected from PackageJson property ""homepage""",https://github.com/s3u/JSONPath/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f133667de4c29362dedf7037bd1470b6ec28ac6fcbe51ae032f76384a671bf24a13be981bb67cfe7439652344b36dbf0df8e037436ab161f5bb85019b39ba378,,active,Active in npm registry,2025-02-14T08:44:57.458Z
615
615
  library,node-dir@0.1.17,MIT,,Nathan Cartwright,node-dir,0.1.17,pkg:npm/node-dir@0.1.17,node_modules/node-dir,asynchronous file and directory operations for Node.js,git+https://github.com/fshost/node-dir.git,"as detected from PackageJson property ""repository.url""",https://github.com/fshost,"as detected from PackageJson property ""homepage""",https://github.com/fshost/node-dir/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b663d7e36dab620a1f7787a9ceb368397884f1715960e702ab5bc3ecc0170833be3bece7765036ced74a28c6be11eb811b9b47113a6be26978446829a8308202,fshost@yahoo.com,active,Active in npm registry,2022-06-21T13:43:32.436Z
616
616
  library,node-dir@0.1.17|minimatch@3.1.2,ISC,,Isaac Z. Schlueter,minimatch,3.1.2,pkg:npm/minimatch@3.1.2,node_modules/node-dir/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f,i@izs.me,active,Active in npm registry,2026-02-03T17:50:22.146Z
617
- library,@mojaloop/sdk-standard-components@19.18.6,Apache-2.0,@mojaloop,James Bush~ ModusBox Inc.,sdk-standard-components,19.18.6,pkg:npm/%40mojaloop/sdk-standard-components@19.18.6,node_modules/@mojaloop/sdk-standard-components,A set of standard components for connecting to Mojaloop API enabled Switches,,,,,,,https://registry.npmjs.org/@mojaloop/sdk-standard-components/-/sdk-standard-components-19.18.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3580bab845ad99174b6bd1a518410722b31b9ac6017ad51e4849e8aac9bf42da79d18bbeaed24a5de5b546c3f1cdf196bfb859c899ee7967a57505e0bab4ee0f,,active,Active in npm registry,2026-02-03T21:06:34.364Z
617
+ library,@mojaloop/sdk-standard-components@19.18.7,Apache-2.0,@mojaloop,James Bush~ ModusBox Inc.,sdk-standard-components,19.18.7,pkg:npm/%40mojaloop/sdk-standard-components@19.18.7,node_modules/@mojaloop/sdk-standard-components,A set of standard components for connecting to Mojaloop API enabled Switches,,,,,,,https://registry.npmjs.org/@mojaloop/sdk-standard-components/-/sdk-standard-components-19.18.7.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,327549988b29d8e430f7653bd3b311c16155f409a37a419294951a03dbc528e6914de73b69d65b2722c0a8c88e124d40c5b5ab7b20e6d92879bd5ed197357ff0,,active,Active in npm registry,2026-02-05T14:07:24.082Z
618
618
  library,@mojaloop/ml-number@11.4.2,Apache-2.0,@mojaloop,ModusBox,ml-number,11.4.2,pkg:npm/%40mojaloop/ml-number@11.4.2,node_modules/@mojaloop/ml-number,Mojaloop Number Library implementation that handles decimal processing of amounts/numbers,,,,,,,https://registry.npmjs.org/@mojaloop/ml-number/-/ml-number-11.4.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4d323624edaecf53daeeaefad7a05aad599bb7e71624ea1e9b736d48c317d100561d6f8da73a98d845693425462d1236aa9a558c262c257c109d9099e991acdb,,active,Active in npm registry,2025-12-05T15:15:15.922Z
619
619
  library,bignumber.js@9.3.1,MIT,,Michael Mclaughlin,bignumber.js,9.3.1,pkg:npm/bignumber.js@9.3.1,node_modules/bignumber.js,A library for arbitrary-precision decimal and non-decimal arithmetic,git+https://github.com/MikeMcl/bignumber.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/MikeMcl/bignumber.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/MikeMcl/bignumber.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2a8d2e5f5e682144bbc09dd16f7d05b3a4a455b2e63c100a7659bbabdf9a93d6db21e15fd0cc2e06c415eb3efe5fbebcfdc1ec7e0f96972b03589726b618ec8d,M8ch88l@gmail.com,active,Active in npm registry,2025-07-11T16:38:38.896Z
620
620
  library,axios-retry@4.5.0,Apache-2.0,,Rubén Norte,axios-retry,4.5.0,pkg:npm/axios-retry@4.5.0,node_modules/axios-retry,Axios plugin that intercepts failed requests and retries them whenever posible.,git+https://github.com/softonic/axios-retry.git,"as detected from PackageJson property ""repository.url""",https://github.com/softonic/axios-retry,"as detected from PackageJson property ""homepage""",https://github.com/softonic/axios-retry/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/axios-retry/-/axios-retry-4.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,691f7da178691031a8d14b80958727da219176cdf4937eba65f6b4e57592711f506900f825888fdffd50b75bbb62579f50e2be727d02730a0bd6879f6af41495,ruben.norte@softonic.com,active,Active in npm registry,2024-08-02T06:52:14.585Z
@@ -662,8 +662,8 @@ library,jest-util@29.7.0,MIT,,,jest-util,29.7.0,pkg:npm/jest-util@29.7.0#package
662
662
  library,ci-info@3.9.0,MIT,,Thomas Watson Steen,ci-info,3.9.0,pkg:npm/ci-info@3.9.0,node_modules/ci-info,Get details about the current Continuous Integration environment,git+https://github.com/watson/ci-info.git,"as detected from PackageJson property ""repository.url""",https://github.com/watson/ci-info,"as detected from PackageJson property ""homepage""",https://github.com/watson/ci-info/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,348c45e7986fe274aa42cc2401e88e8b5afcdf1cbc26574e1434d68ae839e4a06ef499db96771dd94e958879988077f4d533d94bbecd24184130a7568fd1d031,w@tson.dk,active,Active in npm registry,2026-01-29T16:23:16.638Z
663
663
  library,picomatch@2.3.1,MIT,,Jon Schlinkert,picomatch,2.3.1,pkg:npm/picomatch@2.3.1,node_modules/picomatch,Blazing fast and accurate glob matcher written in JavaScript~ with no dependencies and full support for standard and extended Bash glob features~ including braces~ extglobs~ POSIX brackets~ and regular expressions.,git+https://github.com/micromatch/picomatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/micromatch/picomatch,"as detected from PackageJson property ""homepage""",https://github.com/micromatch/picomatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,254ded7874cd8e6136542185cee63c117cc20d5c04a81d9af1fb08bf0692b4784058911e55dd68d500fcd0253af997445d748b6d2b2e2f0263902056a9141454,,active,Active in npm registry,2025-07-15T19:39:26.657Z
664
664
  library,@jest/schemas@29.6.3,MIT,@jest,,schemas,29.6.3,pkg:npm/%40jest/schemas@29.6.3#packages/jest-schemas,node_modules/@jest/schemas,,git+https://github.com/jestjs/jest.git#packages/jest-schemas,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/jestjs/jest#readme,"as detected from PackageJson property ""homepage""",https://github.com/jestjs/jest/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9a8e63e57fa321998942f78129e4bf72502e7a2a55eca8225f5bcc802c5a9b544d622a84d70eb69f4fed2499c7b635bc647710728e6063ce630379a2d0bfa748,,active,Active in npm registry,2025-07-22T02:28:24.848Z
665
- library,@sinclair/typebox@0.27.8,MIT,@sinclair,sinclairzx81,typebox,0.27.8,pkg:npm/%40sinclair/typebox@0.27.8,node_modules/@sinclair/typebox,JSONSchema Type Builder with Static Type Resolution for TypeScript,git+https://github.com/sinclairzx81/typebox.git,"as detected from PackageJson property ""repository.url""",https://github.com/sinclairzx81/typebox#readme,"as detected from PackageJson property ""homepage""",https://github.com/sinclairzx81/typebox/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f858f8de948cc09b38291ac7ffddfc51ffae0042c881506643383fab5606d74763c9f0374e7ad4f0df17cea0a1fe891976ccea0504d97fdea274c7c4e659f04c,,active,Active in npm registry,2026-01-23T09:01:19.331Z
666
- library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1#packages/react-is,node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fcb2cc5726acd258e302da1888fa9888bf15597cd451d4e1ae6539fa7db40d9bfe6be0a54687af533c3927153e21e879fdcf3bcada13055f46d4588a7cd25d9a,,active,Active in npm registry,2026-02-03T16:32:28.871Z
665
+ library,@sinclair/typebox@0.27.8,MIT,@sinclair,sinclairzx81,typebox,0.27.8,pkg:npm/%40sinclair/typebox@0.27.8,node_modules/@sinclair/typebox,JSONSchema Type Builder with Static Type Resolution for TypeScript,git+https://github.com/sinclairzx81/typebox.git,"as detected from PackageJson property ""repository.url""",https://github.com/sinclairzx81/typebox#readme,"as detected from PackageJson property ""homepage""",https://github.com/sinclairzx81/typebox/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f858f8de948cc09b38291ac7ffddfc51ffae0042c881506643383fab5606d74763c9f0374e7ad4f0df17cea0a1fe891976ccea0504d97fdea274c7c4e659f04c,,active,Active in npm registry,2026-02-04T07:35:06.424Z
666
+ library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1#packages/react-is,node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fcb2cc5726acd258e302da1888fa9888bf15597cd451d4e1ae6539fa7db40d9bfe6be0a54687af533c3927153e21e879fdcf3bcada13055f46d4588a7cd25d9a,,active,Active in npm registry,2026-02-04T16:31:08.055Z
667
667
  library,@types/socket.io@3.0.2,MIT,@types,,socket.io,3.0.2,pkg:npm/%40types/socket.io@3.0.2,node_modules/@types/socket.io,Stub TypeScript definitions entry for socket.io~ which provides its own types definitions,,,,,,,https://registry.npmjs.org/@types/socket.io/-/socket.io-3.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a6ed2c37d9b95630b105954af215b7ed970c7bcae39f81c782004de426da453bc5c2fe633a6b8845912e75db013daf53874b6cd12228dcd8ae92afbde5c3016d,,deprecated,"This is a stub types definition. socket.io provides its own type definitions, so you do not need this installed.",2022-06-13T01:16:45.912Z
668
668
  library,socket.io@4.8.3,MIT,,,socket.io,4.8.3,pkg:npm/socket.io@4.8.3,node_modules/socket.io,node.js realtime framework server,git+https://github.com/socketio/socket.io.git,"as detected from PackageJson property ""repository.url""",https://github.com/socketio/socket.io/tree/main/packages/socket.io#readme,"as detected from PackageJson property ""homepage""",https://github.com/socketio/socket.io/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/socket.io/-/socket.io-4.8.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d8377bf1bab3ce313a28f903e5f1d998300a44d7b7275e6af981c3ac8b32f56124aadb5cec663e913f4e04b48c68f6d0684774c75063726b4cb5791fa5cf93e4,,active,Active in npm registry,2025-12-23T16:42:13.331Z
669
669
  library,socket.io@4.8.3|accepts@1.3.8,MIT,,,accepts,1.3.8,pkg:npm/accepts@1.3.8,node_modules/socket.io/node_modules/accepts,Higher-level content negotiation,git+https://github.com/jshttp/accepts.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/accepts#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/accepts/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3d802d8536b69b654ac6ebd20f70cf0bf1b2f94fac380d4b02e4fc9a4991bafc3e34009269e5c443e34771517bace365eaa71ac55dd4b9e9b06b093eefe4892f,,active,Active in npm registry,2025-05-14T14:56:12.314Z
@@ -782,7 +782,7 @@ library,enjoi@9.0.1,,,Trevor Livingston,enjoi,9.0.1,pkg:npm/enjoi@9.0.1,node_mod
782
782
  library,enjoi@9.0.1|@hapi/bourne@2.1.0,BSD-3-Clause,@hapi,,bourne,2.1.0,pkg:npm/%40hapi/bourne@2.1.0,node_modules/enjoi/node_modules/@hapi/bourne,JSON parse with prototype poisoning protection,git://github.com/hapijs/bourne.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/bourne#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/bourne/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/bourne/-/bourne-2.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8b506968d0d52c975104429e2569153bab585fa0cc141bb03214ae5aa2ec638b9f79328656e579ac1b148713dac97aa79d61e05d402658ad7a1ffca43b95a3e1,,active,Active in npm registry,2023-01-10T00:57:28.047Z
783
783
  library,enjoi@9.0.1|@hapi/hoek@9.3.0,BSD-3-Clause,@hapi,,hoek,9.3.0,pkg:npm/%40hapi/hoek@9.3.0,node_modules/enjoi/node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fdceab7f85099661e50bd6f905a36fcc0705bfb1d9d901da5740f8fc736505dbc59ef42af11238918761c8f0a5ed78fea16bd3590f2e8e1a92e772c88007ba29,,active,Active in npm registry,2024-11-14T15:54:32.587Z
784
784
  library,merge-object-files@2.0.0,MIT,,Trevor Livingston,merge-object-files,2.0.0,pkg:npm/merge-object-files@2.0.0,node_modules/merge-object-files,Merges objects in files into a single object.,git://github.com/tlivings/merge-object-files.git,"as detected from PackageJson property ""repository.url""",https://github.com/tlivings/merge-object-files#readme,"as detected from PackageJson property ""homepage""",http://github.com/tlivings/merge-object-files/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/merge-object-files/-/merge-object-files-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dcfaa940f43dc7c38d6d4077d139d0c3afa0880ca796bef33ee197d110931e9fe8c46d11d00ebe588147eeca052e866720aa2603bb6142b67ea18151373cd3c3,tlivings@gmail.com,active,Active in npm registry,2022-06-19T17:53:08.436Z
785
- library,z-schema@4.2.4,MIT,,,z-schema,4.2.4,pkg:npm/z-schema@4.2.4,node_modules/z-schema,JSON schema validator,git+https://github.com/zaggino/z-schema.git,"as detected from PackageJson property ""repository.url""",https://github.com/zaggino/z-schema,"as detected from PackageJson property ""homepage""",https://github.com/zaggino/z-schema/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/z-schema/-/z-schema-4.2.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,62f05e5b944635e37328e509b37ad32f8fbdae972f1d7b79234e751496ce722b55f1b978d2911f706d10f9d592c12d3f04862b319ffd1c7a2a2e594c905843d3,,active,Active in npm registry,2026-02-03T12:28:29.198Z
785
+ library,z-schema@4.2.4,MIT,,,z-schema,4.2.4,pkg:npm/z-schema@4.2.4,node_modules/z-schema,JSON schema validator,git+https://github.com/zaggino/z-schema.git,"as detected from PackageJson property ""repository.url""",https://github.com/zaggino/z-schema,"as detected from PackageJson property ""homepage""",https://github.com/zaggino/z-schema/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/z-schema/-/z-schema-4.2.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,62f05e5b944635e37328e509b37ad32f8fbdae972f1d7b79234e751496ce722b55f1b978d2911f706d10f9d592c12d3f04862b319ffd1c7a2a2e594c905843d3,,active,Active in npm registry,2026-02-05T13:09:26.670Z
786
786
  library,z-schema@4.2.4|commander@2.20.3,MIT,,TJ Holowaychuk,commander,2.20.3,pkg:npm/commander@2.20.3,node_modules/z-schema/node_modules/commander,the complete solution for node.js command-line programs,git+https://github.com/tj/commander.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/tj/commander.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/tj/commander.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/commander/-/commander-2.20.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1a956498cf2f176bd05248f62ef6660f7e49c5e24e2c2c09f5c524ba0ca4da7ba16efdfe989be92d862dfb4f9448cc44fa88fe7b2fe52449e1670ef9c7f38c71,tj@vision-media.ca,active,Active in npm registry,2026-01-31T01:47:17.700Z
787
787
  library,hapi-swagger@17.3.2,MIT,,Glenn Jones,hapi-swagger,17.3.2,pkg:npm/hapi-swagger@17.3.2,node_modules/hapi-swagger,A swagger documentation UI generator plugin for hapi,git://github.com/hapi-swagger/hapi-swagger.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapi-swagger/hapi-swagger#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapi-swagger/hapi-swagger/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/hapi-swagger/-/hapi-swagger-17.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9a3d4a3c1979518e2b2d32e3f42ae0342a6cdbd899eef28d4c47b2dd9b66edf67f0eb31d27b2877714ae7000b268574f0221297c9b47be6ff99712555d5c5ae2,,active,Active in npm registry,2024-12-10T03:09:21.112Z
788
788
  library,hapi-swagger@17.3.2|@apidevtools/json-schema-ref-parser@11.9.3,MIT,@apidevtools,James Messinger,json-schema-ref-parser,11.9.3,pkg:npm/%40apidevtools/json-schema-ref-parser@11.9.3,node_modules/hapi-swagger/node_modules/@apidevtools/json-schema-ref-parser,Parse~ Resolve~ and Dereference JSON Schema $ref pointers,git+https://github.com/APIDevTools/json-schema-ref-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/json-schema-ref-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/json-schema-ref-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.9.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,eb4bdea6ff3c470709b521eb0fa32320be936b748e61b81f9e41dbfa9a4054afa8f665e9ad1b6e971ed595197794dddb6efcac01f092ed63157e15187a607421,,active,Active in npm registry,2026-01-24T16:02:50.763Z
@@ -847,7 +847,7 @@ library,jest-regex-util@29.6.3,MIT,,,jest-regex-util,29.6.3,pkg:npm/jest-regex-u
847
847
  library,pirates@4.0.7,MIT,,Ari Porad,pirates,4.0.7,pkg:npm/pirates@4.0.7,node_modules/pirates,Properly hijack require~ i.e.~ properly define require hooks and customizations,git+https://github.com/danez/pirates.git,"as detected from PackageJson property ""repository.url""",https://github.com/danez/pirates#readme,"as detected from PackageJson property ""homepage""",https://github.com/danez/pirates/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4dfc92aecff99e6f1f4090dc043b949e0dd53942ac77b4beceabdb3938865c77f15f8c0adf56ab77e86836ebe489c33fd981739690e000139ebca4ac0781bf14,ari@ariporad.com,active,Active in npm registry,2025-03-27T11:21:58.651Z
848
848
  library,write-file-atomic@4.0.2,ISC,,GitHub Inc.,write-file-atomic,4.0.2,pkg:npm/write-file-atomic@4.0.2,node_modules/write-file-atomic,Write files in an atomic fashion w/configurable ownership,git+https://github.com/npm/write-file-atomic.git,"as detected from PackageJson property ""repository.url""",https://github.com/npm/write-file-atomic,"as detected from PackageJson property ""homepage""",https://github.com/npm/write-file-atomic/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ecac5ab947419927569e6a5a18583ea69363285f2e34baf2f0bcb38dab900ce54e35f14b34aacabd03b167f56e4c8712fe081efd835a85fe512084164d26ab96,,active,Active in npm registry,2025-10-22T15:27:12.097Z
849
849
  library,imurmurhash@0.1.4,MIT,,Jens Taylor,imurmurhash,0.1.4,pkg:npm/imurmurhash@0.1.4,node_modules/imurmurhash,An incremental implementation of MurmurHash3,git+https://github.com/jensyt/imurmurhash-js.git,"as detected from PackageJson property ""repository.url""",https://github.com/jensyt/imurmurhash-js,"as detected from PackageJson property ""homepage""",https://github.com/jensyt/imurmurhash-js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2665cc67ac2ebc398b88712697dca4cea3ba97015ba1fd061b822470668435d0910c398c5679f2eece47b0880709b6aad30d8cc8f843aa48535204b62d4d8f1c,jensyt@gmail.com,active,Active in npm registry,2023-06-22T16:32:20.870Z
850
- library,ansi-escapes@4.3.2,MIT,,Sindre Sorhus,ansi-escapes,4.3.2,pkg:npm/ansi-escapes@4.3.2,node_modules/ansi-escapes,ANSI escape codes for manipulating the terminal,git+https://github.com/sindresorhus/ansi-escapes.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/ansi-escapes#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/ansi-escapes/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,80a5e3e402eb29640bb181bd8e54d1991ff12a5bb11d5f99f501303488027ccd7fbb03cc0aecd55678799b04ddf8eb8165cc1220c6eab2c356466d65139d5069,sindresorhus@gmail.com,active,Active in npm registry,2025-11-04T08:36:56.434Z
850
+ library,ansi-escapes@4.3.2,MIT,,Sindre Sorhus,ansi-escapes,4.3.2,pkg:npm/ansi-escapes@4.3.2,node_modules/ansi-escapes,ANSI escape codes for manipulating the terminal,git+https://github.com/sindresorhus/ansi-escapes.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/ansi-escapes#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/ansi-escapes/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,80a5e3e402eb29640bb181bd8e54d1991ff12a5bb11d5f99f501303488027ccd7fbb03cc0aecd55678799b04ddf8eb8165cc1220c6eab2c356466d65139d5069,sindresorhus@gmail.com,active,Active in npm registry,2026-02-04T16:21:10.344Z
851
851
  library,type-fest@0.21.3,,,Sindre Sorhus,type-fest,0.21.3,pkg:npm/type-fest@0.21.3,node_modules/type-fest,A collection of essential TypeScript types,git+https://github.com/sindresorhus/type-fest.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/type-fest#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/type-fest/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b74af306af3b9b77d571db870d41612a6cb25fef5ea3a5908d9bdfe7511afccd10efe4f7ef8269d5a522c9497418ac69f0cfce113547483be69323e0bd7f97db,sindresorhus@gmail.com,active,Active in npm registry,2026-01-31T11:27:14.022Z
852
852
  library,color-convert@2.0.1,MIT,,Heather Arthur,color-convert,2.0.1,pkg:npm/color-convert@2.0.1,node_modules/color-convert,Plain color conversion functions,git+https://github.com/Qix-/color-convert.git,"as detected from PackageJson property ""repository.url""",https://github.com/Qix-/color-convert#readme,"as detected from PackageJson property ""homepage""",https://github.com/Qix-/color-convert/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529,fayearthur@gmail.com,active,Active in npm registry,2025-11-14T18:29:11.782Z
853
853
  library,color-name@1.1.4,MIT,,DY,color-name,1.1.4,pkg:npm/color-name@1.1.4,node_modules/color-name,A list of color names and its values,git+ssh://git@github.com/colorjs/color-name.git,"as detected from PackageJson property ""repository.url""",https://github.com/colorjs/color-name,"as detected from PackageJson property ""homepage""",https://github.com/colorjs/color-name/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40,dfcreative@gmail.com,active,Active in npm registry,2025-11-12T15:36:02.715Z
@@ -922,7 +922,7 @@ library,@jest/source-map@29.6.3,MIT,@jest,,source-map,29.6.3,pkg:npm/%40jest/sou
922
922
  library,callsites@3.1.0,MIT,,Sindre Sorhus,callsites,3.1.0,pkg:npm/callsites@3.1.0,node_modules/callsites,Get callsites from the V8 stack trace API,git+https://github.com/sindresorhus/callsites.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/callsites#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/callsites/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3fc06302c5ef652f95203508d7584709012fef8613ebb6148b924914d588a8bdb7e6c0668d7e3eab1f4cbaf96ce62bf234435cb71e3ac502d0dda4ee13bb2c69,sindresorhus@gmail.com,active,Active in npm registry,2024-06-29T13:46:24.735Z
923
923
  library,cjs-module-lexer@1.4.3,MIT,,Guy Bedford,cjs-module-lexer,1.4.3,pkg:npm/cjs-module-lexer@1.4.3,node_modules/cjs-module-lexer,Lexes CommonJS modules~ returning their named exports metadata,git+https://github.com/nodejs/cjs-module-lexer.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodejs/cjs-module-lexer#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodejs/cjs-module-lexer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f73f1365a18cd697ecc18797ad4a733eb931f149d661d849725b2260c9bac7fc39fa737ef137ff2e70207cb1900a6e7da803b153c5b01c4ab6bcdc05ea2e23f9,,active,Active in npm registry,2026-01-02T19:40:27.243Z
924
924
  library,strip-bom@4.0.0,MIT,,Sindre Sorhus,strip-bom,4.0.0,pkg:npm/strip-bom@4.0.0,node_modules/strip-bom,Strip UTF-8 byte order mark (BOM) from a string,git+https://github.com/sindresorhus/strip-bom.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/strip-bom#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/strip-bom/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,df1bab16fe6d1208a2df7662f09b69e79c042082d1f5e877e05016d343d97fe2674ac4e657f8a87b04a0425f7b247be08e8446c0f4a1b169be21daf1077e5dd3,sindresorhus@gmail.com,active,Active in npm registry,2023-07-12T19:14:14.322Z
925
- library,@babel/generator@7.28.3,MIT,@babel,The Babel Team,generator,7.28.3,pkg:npm/%40babel/generator@7.28.3#packages/babel-generator,node_modules/@babel/generator,Turns an AST into code.,git+https://github.com/babel/babel.git#packages/babel-generator,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-generator,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de54a9c4682f9e66739e60640919d54443d4149bf6c2bbfd880a050ef00325cd32a6674ec5d52d70b78180127acc4d0f31e4ca9f1790cf2934c5306ae04a7bcf,,active,Active in npm registry,2026-01-31T17:48:49.723Z
925
+ library,@babel/generator@7.28.3,MIT,@babel,The Babel Team,generator,7.28.3,pkg:npm/%40babel/generator@7.28.3#packages/babel-generator,node_modules/@babel/generator,Turns an AST into code.,git+https://github.com/babel/babel.git#packages/babel-generator,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-generator,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de54a9c4682f9e66739e60640919d54443d4149bf6c2bbfd880a050ef00325cd32a6674ec5d52d70b78180127acc4d0f31e4ca9f1790cf2934c5306ae04a7bcf,,active,Active in npm registry,2026-02-04T15:22:40.386Z
926
926
  library,@jridgewell/gen-mapping@0.3.13,MIT,@jridgewell,Justin Ridgewell,gen-mapping,0.3.13,pkg:npm/%40jridgewell/gen-mapping@0.3.13#packages/gen-mapping,node_modules/@jridgewell/gen-mapping,Generate source maps,git+https://github.com/jridgewell/sourcemaps.git#packages/gen-mapping,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping,"as detected from PackageJson property ""homepage""",https://github.com/jridgewell/sourcemaps/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,da492dffb9e227a32010fc45d1b61d43a7ad65a03e7d0bc370b29c921cb5c8840ecdaa0a8c10634a3eb7fda2d58d8137aa146de5dbccfae5327c283a50a0816c,justin@ridgewell.name,active,Active in npm registry,2025-08-12T06:43:21.272Z
927
927
  library,jsesc@3.1.0,MIT,,Mathias Bynens,jsesc,3.1.0,pkg:npm/jsesc@3.1.0,node_modules/jsesc,Given some data~ jsesc returns the shortest possible stringified & ASCII-safe representation of that data.,git+https://github.com/mathiasbynens/jsesc.git,"as detected from PackageJson property ""repository.url""",https://mths.be/jsesc,"as detected from PackageJson property ""homepage""",https://github.com/mathiasbynens/jsesc/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fec33774ed853b35e3290849ba8d10d7bdf07f628ea3cb7823cbc7cba945f69a14a7b6ca4f4fcd1c4f1f3d7db73f07e19f291faa70b6c51c4e9d5c395ee18868,,active,Active in npm registry,2024-12-11T08:24:34.718Z
928
928
  library,@babel/plugin-syntax-jsx@7.27.1,MIT,@babel,The Babel Team,plugin-syntax-jsx,7.27.1,pkg:npm/%40babel/plugin-syntax-jsx@7.27.1#packages/babel-plugin-syntax-jsx,node_modules/@babel/plugin-syntax-jsx,Allow parsing of jsx,git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-jsx,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-plugin-syntax-jsx,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,cbc61334878aa3284677d3b4262cb3cb2aa4f207639ee9864d03eccf4c4e64e43646691525e675be699f22f1442aab9c046e9ac4918164313fee2239b2e508ff,,active,Active in npm registry,2026-01-31T17:48:28.821Z
@@ -985,9 +985,9 @@ library,lodash.isnumber@3.0.3,MIT,,John-David Dalton,lodash.isnumber,3.0.3,pkg:n
985
985
  library,lodash.isplainobject@4.0.6,MIT,,John-David Dalton,lodash.isplainobject,4.0.6,pkg:npm/lodash.isplainobject@4.0.6,node_modules/lodash.isplainobject,The lodash method `_.isPlainObject` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a125f3696ca908c1e43c2dcdbc111a3c77f42ac0399af3eb38f810583b1b83c9fba2b676f743340660bf8e0459e2f709e834c0863aec49881db16fc5f8c14e04,john.david.dalton@gmail.com,active,Active in npm registry,2022-06-19T13:36:10.975Z
986
986
  library,lodash.isstring@4.0.1,MIT,,John-David Dalton,lodash.isstring,4.0.1,pkg:npm/lodash.isstring@4.0.1,node_modules/lodash.isstring,The lodash method `_.isString` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d302717f11f5c203b71ab6ee3fe7534e4ee8a7ee8be354025db188344983fa7cbf1bf782a86cf1c82b21ef5e7d4be9a00c37286ab9c1c3a3c2d4f4b9fb050683,john.david.dalton@gmail.com,active,Active in npm registry,2022-06-19T13:36:14.947Z
987
987
  library,lodash.once@4.1.1,MIT,,John-David Dalton,lodash.once,4.1.1,pkg:npm/lodash.once@4.1.1,node_modules/lodash.once,The lodash method `_.once` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,49be3ceda4ce0abf5dad054bf292313b356169f3a364df54539e2188df0f537b8089257b971d7260da5b3667b1d8f2ba752268353489514b304fae75cb0c3732,john.david.dalton@gmail.com,active,Active in npm registry,2022-06-19T13:36:59.972Z
988
- library,mongoose@9.1.5,MIT,,Guillermo Rauch,mongoose,9.1.5,pkg:npm/mongoose@9.1.5,node_modules/mongoose,Mongoose MongoDB ODM,git://github.com/Automattic/mongoose.git,"as detected from PackageJson property ""repository.url""",https://mongoosejs.com,"as detected from PackageJson property ""homepage""",https://github.com/Automattic/mongoose/issues/new,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mongoose/-/mongoose-9.1.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,37a832a443bec0b999a7c90260d426ac45b154c4f42a1c87bd5b6d059a0a03fd67818eda52c063a87cc23ed0e0cfe8bc2409ea30e8842a6b89203110bb56fd0f,guillermo@learnboost.com,active,Active in npm registry,2026-01-27T20:31:41.808Z
988
+ library,mongoose@9.1.6,MIT,,Guillermo Rauch,mongoose,9.1.6,pkg:npm/mongoose@9.1.6,node_modules/mongoose,Mongoose MongoDB ODM,git://github.com/Automattic/mongoose.git,"as detected from PackageJson property ""repository.url""",https://mongoosejs.com,"as detected from PackageJson property ""homepage""",https://github.com/Automattic/mongoose/issues/new,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mongoose/-/mongoose-9.1.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,66bb6046c24ab56de8777e93557b409eb34738edebaa1b2a7d5bade88cf25b225e2cb78b4ea5baeaa7a3ff4a81dfb1997798cbd3a9c77c071e4e29247e74aa6c,guillermo@learnboost.com,active,Active in npm registry,2026-02-04T20:32:11.897Z
989
989
  library,kareem@3.0.0,Apache-2.0,,Valeri Karpov,kareem,3.0.0,pkg:npm/kareem@3.0.0,node_modules/kareem,Next-generation take on pre/post function hooks,git://github.com/mongoosejs/kareem.git,"as detected from PackageJson property ""repository.url""",https://github.com/mongoosejs/kareem#readme,"as detected from PackageJson property ""homepage""",https://github.com/mongoosejs/kareem/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/kareem/-/kareem-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,44a85a38148f37c2fbcb8c8080d8434f6eb4d86e450fa41b3882126e337d0fa9a31cf7aa7a0ecaf84079206494e68f35fd7d86ce6dc80a702f416df1dce3fc1c,val@karpov.io,active,Active in npm registry,2026-01-29T15:53:45.661Z
990
- library,mongodb@7.0.0,Apache-2.0,,The MongoDB NodeJS Team,mongodb,7.0.0,pkg:npm/mongodb@7.0.0,node_modules/mongodb,The official MongoDB driver for Node.js,git+ssh://git@github.com/mongodb/node-mongodb-native.git,"as detected from PackageJson property ""repository.url""",https://github.com/mongodb/node-mongodb-native,"as detected from PackageJson property ""homepage""",https://jira.mongodb.org/projects/NODE/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mongodb/-/mongodb-7.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bc6fc0e5c42bbc61af666da64e7092cf52d471b38f97cde17c1e9bc542ca43ca0565abb2a31ff6c5b64ea06365fbae26f1506b11391d1820c174eb02af71778e,dbx-node@mongodb.com,active,Active in npm registry,2026-02-03T00:24:28.851Z
990
+ library,mongodb@7.0.0,Apache-2.0,,The MongoDB NodeJS Team,mongodb,7.0.0,pkg:npm/mongodb@7.0.0,node_modules/mongodb,The official MongoDB driver for Node.js,git+ssh://git@github.com/mongodb/node-mongodb-native.git,"as detected from PackageJson property ""repository.url""",https://github.com/mongodb/node-mongodb-native,"as detected from PackageJson property ""homepage""",https://jira.mongodb.org/projects/NODE/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mongodb/-/mongodb-7.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bc6fc0e5c42bbc61af666da64e7092cf52d471b38f97cde17c1e9bc542ca43ca0565abb2a31ff6c5b64ea06365fbae26f1506b11391d1820c174eb02af71778e,dbx-node@mongodb.com,active,Active in npm registry,2026-02-05T00:24:13.398Z
991
991
  library,@mongodb-js/saslprep@1.4.4,MIT,@mongodb-js,Dmitry Tsvettsikh,saslprep,1.4.4,pkg:npm/%40mongodb-js/saslprep@1.4.4,node_modules/@mongodb-js/saslprep,SASLprep: Stringprep Profile for User Names and Passwords~ rfc4013,git+https://github.com/mongodb-js/devtools-shared.git,"as detected from PackageJson property ""repository.url""",https://github.com/mongodb-js/devtools-shared/tree/main/packages/saslprep,"as detected from PackageJson property ""homepage""",https://jira.mongodb.org/projects/COMPASS/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.4.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a7b5ffcad24321dc147c52ff08b3a12a075f25ed456bcbb0f6c78962f74e9a73fd2415865875baf4790e8b15d2e96cbdcaf19fd4c6e1712ea5566ae1cb88e6da,me@reklatsmasters.com,active,Active in npm registry,2026-01-19T14:37:06.546Z
992
992
  library,sparse-bitfield@3.0.3,MIT,,Mathias Buus,sparse-bitfield,3.0.3,pkg:npm/sparse-bitfield@3.0.3,node_modules/sparse-bitfield,Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer,git+https://github.com/mafintosh/sparse-bitfield.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/sparse-bitfield,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/sparse-bitfield/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,92fce18bbbea2937e48743d953ed83d8f225970db29aa24aba351cc8f31df58ef936fe273db189657361c6c81d41a6f606694372dd589df40282e12f1ebed5b1,,active,Active in npm registry,2022-06-26T22:36:39.298Z
993
993
  library,memory-pager@1.5.0,MIT,,Mathias Buus,memory-pager,1.5.0,pkg:npm/memory-pager@1.5.0,node_modules/memory-pager,Access memory using small fixed sized buffers,git+https://github.com/mafintosh/memory-pager.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/memory-pager,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/memory-pager/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,652e01a78aff6687aaebe34b2693fed19ce6d2947cc21b463dfd5713128b24101ccc63274a2dc8b75e0e88d092b6342333a354d689234064b180464df1e0582a,,active,Active in npm registry,2022-06-19T17:46:25.881Z
@@ -1086,7 +1086,7 @@ library,@babel/compat-data@7.28.4,MIT,@babel,The Babel Team,compat-data,7.28.4,p
1086
1086
  library,@babel/helper-validator-option@7.27.1,MIT,@babel,The Babel Team,helper-validator-option,7.27.1,pkg:npm/%40babel/helper-validator-option@7.27.1#packages/babel-helper-validator-option,node_modules/@babel/helper-validator-option,Validate plugin/preset options,git+https://github.com/babel/babel.git#packages/babel-helper-validator-option,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/babel/babel#readme,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,62f8c9a30f45c5b84514a0d2b859d509ed96c57935cd6736d9f15e3d5344696244bbc22b65595d6ba374b87c3366b50cd6297b342f4c969e0c68961b61df494a,,active,Active in npm registry,2026-01-31T17:48:16.302Z
1087
1087
  library,browserslist@4.26.2,MIT,,Andrey Sitnik,browserslist,4.26.2,pkg:npm/browserslist@4.26.2,node_modules/browserslist,Share target browsers between different front-end tools~ like Autoprefixer~ Stylelint and babel-env-preset,git+https://github.com/browserslist/browserslist.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/browserslist#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/browserslist/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,102173a7ab8539207e75c67904afc805a196b2c6d26011efb8c78cb7730c172848d19f12a868049012c0460a511f786eb4880f56c00b70cc1b0eb26a3f143ae4,andrey@sitnik.ru,active,Active in npm registry,2025-12-03T16:22:25.896Z
1088
1088
  library,baseline-browser-mapping@2.8.4,Apache-2.0,,,baseline-browser-mapping,2.8.4,pkg:npm/baseline-browser-mapping@2.8.4,node_modules/baseline-browser-mapping,A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.,git+https://github.com/web-platform-dx/baseline-browser-mapping.git,"as detected from PackageJson property ""repository.url""",https://github.com/web-platform-dx/baseline-browser-mapping#readme,"as detected from PackageJson property ""homepage""",https://github.com/web-platform-dx/baseline-browser-mapping/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2fe62f270180830241575a7a7dfa524dad8a45cebd11e7981988d15562acd062ab2be2ce374182d2057eaca48db402c40ef303aa4bc216af6bd6bf78fc68f0c7,,active,Active in npm registry,2026-01-28T14:20:57.958Z
1089
- library,caniuse-lite@1.0.30001743,CC-BY-4.0,,Ben Briggs,caniuse-lite,1.0.30001743,pkg:npm/caniuse-lite@1.0.30001743,node_modules/caniuse-lite,A smaller version of caniuse-db~ with only the essentials!,git+https://github.com/browserslist/caniuse-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/caniuse-lite#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/caniuse-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001743.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7ba3a3afb455d78527eddcfa0120f46990e640f4ff03e79953e9ee4cd7e3aa646b9a49909674cd587d122a6a9a831f4f796f3b515a9aa52babb405e27e6b5d9b,beneb.info@gmail.com,active,Active in npm registry,2026-02-02T06:42:31.334Z
1089
+ library,caniuse-lite@1.0.30001743,CC-BY-4.0,,Ben Briggs,caniuse-lite,1.0.30001743,pkg:npm/caniuse-lite@1.0.30001743,node_modules/caniuse-lite,A smaller version of caniuse-db~ with only the essentials!,git+https://github.com/browserslist/caniuse-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/caniuse-lite#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/caniuse-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001743.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7ba3a3afb455d78527eddcfa0120f46990e640f4ff03e79953e9ee4cd7e3aa646b9a49909674cd587d122a6a9a831f4f796f3b515a9aa52babb405e27e6b5d9b,beneb.info@gmail.com,active,Active in npm registry,2026-02-05T06:35:38.712Z
1090
1090
  library,electron-to-chromium@1.5.218,ISC,,Kilian Valkhof,electron-to-chromium,1.5.218,pkg:npm/electron-to-chromium@1.5.218,node_modules/electron-to-chromium,Provides a list of electron-to-chromium version mappings,git+https://github.com/kilian/electron-to-chromium.git,"as detected from PackageJson property ""repository.url""",https://github.com/kilian/electron-to-chromium#readme,"as detected from PackageJson property ""homepage""",https://github.com/kilian/electron-to-chromium/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.218.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bb0c1d3744d41ecf2eea246037cbca79664c465978801933f9032a752ec30dee3dba22baf3f517f769456fad688853eba5864d79922a6b86c0ecee8089ab27ce,,active,Active in npm registry,2026-02-03T09:28:00.984Z
1091
1091
  library,node-releases@2.0.21,MIT,,Sergey Rubanov,node-releases,2.0.21,pkg:npm/node-releases@2.0.21,node_modules/node-releases,Node.js releases data,git+https://github.com/chicoxyzzy/node-releases.git,"as detected from PackageJson property ""repository.url""",https://github.com/chicoxyzzy/node-releases#readme,"as detected from PackageJson property ""homepage""",https://github.com/chicoxyzzy/node-releases/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e5bd29820efc5378705e408cf19f5bd8525d3d996bf4fb2bf55da040f1127461ea6e7b721492855b8af94de58617369f198de1cecd490bad9511031b97524593,chi187@gmail.com,active,Active in npm registry,2025-10-29T16:02:58.526Z
1092
1092
  library,update-browserslist-db@1.1.3,MIT,,Andrey Sitnik,update-browserslist-db,1.1.3,pkg:npm/update-browserslist-db@1.1.3,node_modules/update-browserslist-db,CLI tool to update caniuse-lite to refresh target browsers from Browserslist config,git+https://github.com/browserslist/update-db.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/update-db#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/update-db/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,531848650f9022755dba790301a89acefbd3ffe7d72f93acaf4259949ba57a962ee8977ba89b4366396eaf47a64654fbd4437749c3e813b82fb2e20a28d6af2b,andrey@sitnik.ru,active,Active in npm registry,2025-12-16T15:17:58.142Z
@@ -1133,7 +1133,7 @@ library,path@0.12.7,MIT,,Joyent,path,0.12.7,pkg:npm/path@0.12.7,node_modules/pat
1133
1133
  library,process@0.11.10,MIT,,Roman Shtylman,process,0.11.10,pkg:npm/process@0.11.10,node_modules/process,process information for node.js and browsers,git://github.com/shtylman/node-process.git,"as detected from PackageJson property ""repository.url""",https://github.com/shtylman/node-process#readme,"as detected from PackageJson property ""homepage""",https://github.com/shtylman/node-process/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/process/-/process-0.11.10.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,71d19e7ff76b585a32743d49b0ccee15ff35d349d997e193fb269c7366c471e7797fd463938cfe5ad1544c1bbd3e13a2f63fe37e604fbb498c118e3021d005f0,shtylman@gmail.com,active,Active in npm registry,2025-10-13T17:09:40.286Z
1134
1134
  library,util@0.10.4,MIT,,Joyent,util,0.10.4,pkg:npm/util@0.10.4,node_modules/util,Node.JS util module,git://github.com/defunctzombie/node-util.git,"as detected from PackageJson property ""repository.url""",https://github.com/defunctzombie/node-util,"as detected from PackageJson property ""homepage""",https://github.com/defunctzombie/node-util/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/util/-/util-0.10.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d0f9bd853437b1ee659755e285189cdc50c892eef40be88751d4ff5bddbaad28075794205ec61b29937c3120b7b49b52921b913b3bec42301a1443515ebfb5f4,,active,Active in npm registry,2023-07-22T20:56:37.898Z
1135
1135
  library,util@0.10.4|inherits@2.0.3,ISC,,,inherits,2.0.3,pkg:npm/inherits@2.0.3,node_modules/util/node_modules/inherits,Browser-friendly inheritance fully compatible with standard node.js inherits(),git://github.com/isaacs/inherits.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/inherits#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/inherits/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c74d0844d5cdcbade3c069099b33e2828c921db6aaa4dbb329b04e9b32be83639d66943dc3eb3108df95481de36bb20081ed8e3f6aa97f14e378d7328e65b5bb,,active,Active in npm registry,2023-06-09T21:33:12.982Z
1136
- library,postman-collection@5.0.0,Apache-2.0,,Postman Inc.,postman-collection,5.0.0,pkg:npm/postman-collection@5.0.0,node_modules/postman-collection,Enables developers to use a unified Postman Collection format Object across projects,git+https://github.com/postmanlabs/postman-collection.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/postman-collection#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/postman-collection/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/postman-collection/-/postman-collection-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d4b2bbf7902dbff657de32b53024f1f4a081cf4ac08882498532ea9c9e00b172e22d2a89b801f5c398c8d424331d52e93c583a13c465e2d408845d1e06028d41,,active,Active in npm registry,2025-12-03T18:02:59.885Z
1136
+ library,postman-collection@5.0.0,Apache-2.0,,Postman Inc.,postman-collection,5.0.0,pkg:npm/postman-collection@5.0.0,node_modules/postman-collection,Enables developers to use a unified Postman Collection format Object across projects,git+https://github.com/postmanlabs/postman-collection.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/postman-collection#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/postman-collection/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/postman-collection/-/postman-collection-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d4b2bbf7902dbff657de32b53024f1f4a081cf4ac08882498532ea9c9e00b172e22d2a89b801f5c398c8d424331d52e93c583a13c465e2d408845d1e06028d41,,active,Active in npm registry,2026-02-04T08:45:44.635Z
1137
1137
  library,postman-collection@5.0.0|@faker-js/faker@5.5.3,MIT,@faker-js,,faker,5.5.3,pkg:npm/%40faker-js/faker@5.5.3,node_modules/postman-collection/node_modules/@faker-js/faker,Generate massive amounts of fake contextual data,git+ssh://git@github.com/Marak/Faker.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/Marak/Faker.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/Marak/Faker.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@faker-js/faker/-/faker-5.5.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,475d6d184eb2205c2aa5a22a71f91c83b008097cc5835e3ee61e6fd137c5ffdf913032fa8e1cc2cbfa711d539f6c02c676d55876de89751db5b6ec44825df877,,deprecated,Please update to a newer version.,2026-01-26T13:16:26.136Z
1138
1138
  library,postman-collection@5.0.0|lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,node_modules/postman-collection/node_modules/lodash,Lodash modular utilities.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a,john.david.dalton@gmail.com,active,Active in npm registry,2026-01-23T09:31:27.783Z
1139
1139
  library,postman-collection@5.0.0|mime-types@2.1.35,MIT,,,mime-types,2.1.35,pkg:npm/mime-types@2.1.35,node_modules/postman-collection/node_modules/mime-types,The ultimate javascript content-type utility.,git+https://github.com/jshttp/mime-types.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/mime-types#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/mime-types/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b,,active,Active in npm registry,2025-11-20T11:12:29.913Z
@@ -1146,7 +1146,7 @@ library,liquid-json@0.3.1,Apache-2.0,,Postman Labs,liquid-json,0.3.1,pkg:npm/liq
1146
1146
  library,mime-format@2.0.2,Apache-2.0,,Postman Labs,mime-format,2.0.2,pkg:npm/mime-format@2.0.2,node_modules/mime-format,Database to mime-format based on content-type header and content,git+https://github.com/postmanlabs/mime-format.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/mime-format#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/mime-format/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mime-format/-/mime-format-2.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,639111595732877b1bcbd171d94e45d726ad89316336ca85e4d96d8a14d623d42036daf9a3775b09975c29ad65db0c9f867c30a0ff4718dc606bb2ea64b03a83,help@getpostman.com,active,Active in npm registry,2025-12-03T22:15:06.553Z
1147
1147
  library,charset@1.0.1,MIT,,fengmk2,charset,1.0.1,pkg:npm/charset@1.0.1,node_modules/charset,Get the content charset from header and html content-type.,git://github.com/node-modules/charset.git,"as detected from PackageJson property ""repository.url""",https://github.com/node-modules/charset,"as detected from PackageJson property ""homepage""",https://github.com/node-modules/charset/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/charset/-/charset-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e9d57238e623a5f15c2f5638a8286b02840b447be3db38b285c9b440996139c021ca42ff93591350f6dea3ef3b30d45345d93638822c2176ee177c76c22e445e,fengmk2@gmail.com,active,Active in npm registry,2022-06-13T05:53:55.590Z
1148
1148
  library,postman-url-encoder@3.0.6,Apache-2.0,,Postman Inc.,postman-url-encoder,3.0.6,pkg:npm/postman-url-encoder@3.0.6,node_modules/postman-url-encoder,Implementation of the WHATWG URL Standard,git+https://github.com/postmanlabs/postman-url-encoder.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/postman-url-encoder#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/postman-url-encoder/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/postman-url-encoder/-/postman-url-encoder-3.0.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b8e967656fb80a6a5b7dbbaad3685d8f5852a5c205990c65030b0ee9d7e5c14215a6df7ed5db985715efde291ffb01eb00ef16cbdf2e54a9e7b91f11d10a5d9e,,active,Active in npm registry,2025-12-03T22:09:54.151Z
1149
- library,postman-sandbox@6.0.0,Apache-2.0,,Postman Inc.,postman-sandbox,6.0.0,pkg:npm/postman-sandbox@6.0.0,node_modules/postman-sandbox,Sandbox for Postman Scripts to run in Node.js or browser,git+https://github.com/postmanlabs/postman-sandbox.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/postman-sandbox#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/postman-sandbox/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-6.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f1792ebb4c4b800fbbb4f2b2a118a3e93cc2cbd3ce9b789144094eda10bf5d5036d325a3ffa4f526e26432fb5dbc2864561a522ec99a9f8268b1cbb0a5eff5b3,,active,Active in npm registry,2026-01-14T04:37:20.601Z
1149
+ library,postman-sandbox@6.0.0,Apache-2.0,,Postman Inc.,postman-sandbox,6.0.0,pkg:npm/postman-sandbox@6.0.0,node_modules/postman-sandbox,Sandbox for Postman Scripts to run in Node.js or browser,git+https://github.com/postmanlabs/postman-sandbox.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/postman-sandbox#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/postman-sandbox/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-6.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f1792ebb4c4b800fbbb4f2b2a118a3e93cc2cbd3ce9b789144094eda10bf5d5036d325a3ffa4f526e26432fb5dbc2864561a522ec99a9f8268b1cbb0a5eff5b3,,active,Active in npm registry,2026-02-04T07:19:00.274Z
1150
1150
  library,postman-sandbox@6.0.0|lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,node_modules/postman-sandbox/node_modules/lodash,Lodash modular utilities.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a,john.david.dalton@gmail.com,active,Active in npm registry,2026-01-23T09:31:27.783Z
1151
1151
  library,teleport-javascript@1.0.0,ISC,,Udit Vasu,teleport-javascript,1.0.0,pkg:npm/teleport-javascript@1.0.0,node_modules/teleport-javascript,A super light and fast JavaScript object (de)serialization that includes date~ bigint~ regex~ etc.,git+https://github.com/codenirvana/teleport-javascript.git,"as detected from PackageJson property ""repository.url""",https://github.com/codenirvana/teleport-javascript#readme,"as detected from PackageJson property ""homepage""",https://github.com/codenirvana/teleport-javascript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/teleport-javascript/-/teleport-javascript-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8f5965bd6545c849ffe972050df5f92c0538dc35ded060addcd7d70f027c5e94513244be8b9d12024a2700e341cbebf1c0f141779d0c154f1adae8fc47f71c2e,,active,Active in npm registry,2025-12-03T22:11:55.175Z
1152
1152
  library,uvm@4.0.0,Apache-2.0,,Postman Inc.,uvm,4.0.0,pkg:npm/uvm@4.0.0,node_modules/uvm,Universal Virtual Machine for Node and Browser,git+https://github.com/postmanlabs/uvm.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/uvm#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/uvm/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/uvm/-/uvm-4.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,783e76cb93244dfb4c9df55dd135d914d45f7ad16c3671738aff89b118df0a4bd60dce414cfc1c72286c936915a54168567c6592339502c07549a90f62c69044,,active,Active in npm registry,2025-12-03T22:13:52.309Z
@@ -1470,7 +1470,7 @@ library,estraverse@5.3.0,BSD-2-Clause,,,estraverse,5.3.0,pkg:npm/estraverse@5.3.
1470
1470
  library,jsx-ast-utils@3.3.5,MIT,,Ethan Cohen,jsx-ast-utils,3.3.5,pkg:npm/jsx-ast-utils@3.3.5,node_modules/jsx-ast-utils,AST utility module for statically analyzing JSX,git+https://github.com/jsx-eslint/jsx-ast-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/jsx-eslint/jsx-ast-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/jsx-eslint/jsx-ast-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,659a30f47048e4ee843e04892d46fc9f634a8265564f00af1c6c05b8994c8ef2c5aa5186ea98e2acf86d76cb1e68b6634a26c3f1e7a0ce6629519c282258f671,,active,Active in npm registry,2023-07-29T01:35:03.311Z
1471
1471
  library,object.entries@1.1.9,MIT,,Jordan Harband,object.entries,1.1.9,pkg:npm/object.entries@1.1.9,node_modules/object.entries,ES2017 spec-compliant Object.entries shim.,git://github.com/es-shims/Object.entries.git,"as detected from PackageJson property ""repository.url""",https://github.com/es-shims/Object.entries#readme,"as detected from PackageJson property ""homepage""",https://github.com/es-shims/Object.entries/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f2efe17d7151043d4ed213d48e2a0b8685851d19adead280e3fbd93f272406bd7c975284f6e1eb15a15a522f0c0d14e98b8b9a936828c8f4d23492d75f69361f,,active,Active in npm registry,2025-03-15T05:05:59.563Z
1472
1472
  library,prop-types@15.8.1,MIT,,,prop-types,15.8.1,pkg:npm/prop-types@15.8.1,node_modules/prop-types,Runtime type checking for React props and similar objects.,git+https://github.com/facebook/prop-types.git,"as detected from PackageJson property ""repository.url""",https://facebook.github.io/react/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/prop-types/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a23f3b0a064809dba5528868815011ec08e50b4df6ed4e1e9782fa780bcea827ae74c0d553435384d695f9bf437f87578123f58173139cf7617deff6a831f972,,active,Active in npm registry,2023-08-24T18:09:31.990Z
1473
- library,prop-types@15.8.1|react-is@16.13.1,MIT,,,react-is,16.13.1,pkg:npm/react-is@16.13.1#packages/react-is,node_modules/prop-types/node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,db87baca71361fe38ab7892ab0ebcd77c901a55eb9ce8c5b038055b04381dc0455590922fc31f3694a02e4ab8e37f06271c0da0824d906e39c7d9b3bd2447c6d,,active,Active in npm registry,2026-02-03T16:32:28.871Z
1473
+ library,prop-types@15.8.1|react-is@16.13.1,MIT,,,react-is,16.13.1,pkg:npm/react-is@16.13.1#packages/react-is,node_modules/prop-types/node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,db87baca71361fe38ab7892ab0ebcd77c901a55eb9ce8c5b038055b04381dc0455590922fc31f3694a02e4ab8e37f06271c0da0824d906e39c7d9b3bd2447c6d,,active,Active in npm registry,2026-02-04T16:31:08.055Z
1474
1474
  library,loose-envify@1.4.0,MIT,,Andres Suarez,loose-envify,1.4.0,pkg:npm/loose-envify@1.4.0,node_modules/loose-envify,Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST,git://github.com/zertosh/loose-envify.git,"as detected from PackageJson property ""repository.url""",https://github.com/zertosh/loose-envify,"as detected from PackageJson property ""homepage""",https://github.com/zertosh/loose-envify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,972bb13c6aff59f86b95e9b608bfd472751cd7372a280226043cee918ed8e45ff242235d928ebe7d12debe5c351e03324b0edfeb5d54218e34f04b71452a0add,zertosh@gmail.com,active,Active in npm registry,2023-07-23T04:49:38.578Z
1475
1475
  library,string.prototype.matchall@4.0.12,MIT,,Jordan Harband,string.prototype.matchall,4.0.12,pkg:npm/string.prototype.matchall@4.0.12,node_modules/string.prototype.matchall,Spec-compliant polyfill for String.prototype.matchAll,git+https://github.com/es-shims/String.prototype.matchAll.git,"as detected from PackageJson property ""repository.url""",https://github.com/es-shims/String.prototype.matchAll#readme,"as detected from PackageJson property ""homepage""",https://github.com/es-shims/String.prototype.matchAll/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e820bdbb204bfbfe3c7588b345fec7ed501808c08d4c178cefcc7f55351ef5b1446b105ea4f2436b53b0f7d2ea23fd7217b92ecbb437710b1832b72319472c90,ljharb@gmail.com,active,Active in npm registry,2024-12-20T07:01:49.774Z
1476
1476
  library,string.prototype.repeat@1.0.0,MIT,,Mathias Bynens,string.prototype.repeat,1.0.0,pkg:npm/string.prototype.repeat@1.0.0,node_modules/string.prototype.repeat,A robust & optimized `String.prototype.repeat` polyfill~ based on the ECMAScript 6 specification.,git+https://github.com/mathiasbynens/String.prototype.repeat.git,"as detected from PackageJson property ""repository.url""",https://mths.be/repeat,"as detected from PackageJson property ""homepage""",https://github.com/mathiasbynens/String.prototype.repeat/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d2efd395d0db283f1b14243fe1fe7e98d46b5f067c860db0ed947cc1ad7a7bccfd5e978f5a5dde1847140f4397a441ff5491ffd86de08d4b51dd93a205ed92ff,,active,Active in npm registry,2022-06-27T01:05:07.722Z
@@ -1524,7 +1524,7 @@ library,fast-levenshtein@2.0.6,MIT,,Ramesh Nair,fast-levenshtein,2.0.6,pkg:npm/f
1524
1524
  library,word-wrap@1.2.5,MIT,,Jon Schlinkert,word-wrap,1.2.5,pkg:npm/word-wrap@1.2.5,node_modules/word-wrap,Wrap words to a specified length.,git+https://github.com/jonschlinkert/word-wrap.git,"as detected from PackageJson property ""repository.url""",https://github.com/jonschlinkert/word-wrap,"as detected from PackageJson property ""homepage""",https://github.com/jonschlinkert/word-wrap/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,04ddb607979a30c23d50cb63ac677983978260fa423c3532d052576d8b1a4f9cd8c6314e7244b9dd2403137a56915a16a475d56f706b61c10de13c1ae7907970,,active,Active in npm registry,2023-07-22T14:37:38.953Z
1525
1525
  library,text-table@0.2.0,MIT,,James Halliday,text-table,0.2.0,pkg:npm/text-table@0.2.0,node_modules/text-table,borderless text tables with alignment,git://github.com/substack/text-table.git,"as detected from PackageJson property ""repository.url""",https://github.com/substack/text-table,"as detected from PackageJson property ""homepage""",https://github.com/substack/text-table/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,37ef148ac0170c693c3c55cfe07033551f676df995277cd82c05a24c8a2a0b9bf98ac8a786bfabe6e68ef3eeebdc131fb8d22e7c8b00ed176956069c0b6712a7,mail@substack.net,active,Active in npm registry,2023-03-08T01:53:50.566Z
1526
1526
  library,standard-engine@15.1.0,MIT,,Feross Aboukhadijeh,standard-engine,15.1.0,pkg:npm/standard-engine@15.1.0,node_modules/standard-engine,Wrap your standards in a tortilla and cover it in special sauce.,git+https://github.com/standard/standard-engine.git,"as detected from PackageJson property ""repository.url""",https://github.com/standard/standard-engine#readme,"as detected from PackageJson property ""homepage""",https://github.com/standard/standard-engine/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,547cac7e8cb116efee913fbdbf8f5de01457228905459b87df3d55471cc502b65d8d2085a6ba3aac4214de38bb7b802802db927ca06488e9acac3a8a5b965247,feross@feross.org,active,Active in npm registry,2023-06-12T21:51:49.965Z
1527
- library,get-stdin@8.0.0,MIT,,Sindre Sorhus,get-stdin,8.0.0,pkg:npm/get-stdin@8.0.0,node_modules/get-stdin,Get stdin as a string or buffer,git+https://github.com/sindresorhus/get-stdin.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/get-stdin#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/get-stdin/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b18db6680eb1721033a6b8f2aa648442fe146c003344dd0bd9d401d0d94de5a7134caf43a27ea78687377806d49e966208034031f77ffb8d2455d29f17282886,sindresorhus@gmail.com,active,Active in npm registry,2023-06-09T21:55:08.329Z
1527
+ library,get-stdin@8.0.0,MIT,,Sindre Sorhus,get-stdin,8.0.0,pkg:npm/get-stdin@8.0.0,node_modules/get-stdin,Get stdin as a string or buffer,git+https://github.com/sindresorhus/get-stdin.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/get-stdin#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/get-stdin/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b18db6680eb1721033a6b8f2aa648442fe146c003344dd0bd9d401d0d94de5a7134caf43a27ea78687377806d49e966208034031f77ffb8d2455d29f17282886,sindresorhus@gmail.com,active,Active in npm registry,2026-02-05T09:11:20.986Z
1528
1528
  library,pkg-conf@3.1.0,MIT,,Sindre Sorhus,pkg-conf,3.1.0,pkg:npm/pkg-conf@3.1.0,node_modules/pkg-conf,Get namespaced config from the closest package.json,git+https://github.com/sindresorhus/pkg-conf.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/pkg-conf#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/pkg-conf/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9b43936d1ff954f34fa8ed6987a16a6e3ec7bfa414ee047fb505b8d19aab2f5ae380253ce56e82d5b267d0122db89aa747df0f5b3c3b67c847782843d56ae075,sindresorhus@gmail.com,active,Active in npm registry,2023-11-05T19:14:04.567Z
1529
1529
  library,pkg-conf@3.1.0|find-up@3.0.0,MIT,,Sindre Sorhus,find-up,3.0.0,pkg:npm/find-up@3.0.0,node_modules/pkg-conf/node_modules/find-up,Find a file or directory by walking up parent directories,git+https://github.com/sindresorhus/find-up.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/find-up#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/find-up/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d720fa4662c8d5705fc6e82f391c25724e9fef9b582fe891d23ab0b0eacec4c672198a94b83849d25e005dd3b5897fc54ecf5c040304935816484c759126f296,sindresorhus@gmail.com,active,Active in npm registry,2025-09-16T01:13:57.276Z
1530
1530
  library,pkg-conf@3.1.0|locate-path@3.0.0,MIT,,Sindre Sorhus,locate-path,3.0.0,pkg:npm/locate-path@3.0.0,node_modules/pkg-conf/node_modules/locate-path,Get the first path that exists on disk of multiple paths,git+https://github.com/sindresorhus/locate-path.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/locate-path#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/locate-path/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ec03bbe3cc169c884da80b9ab72d995879101d148d7cf548b0f21fc043963b6d8099aa15ad66af94e70c4799f34cb358be9dfa5f6db4fe669a46cade7351bae4,sindresorhus@gmail.com,active,Active in npm registry,2025-09-15T23:17:38.996Z