ml-testing-toolkit 18.16.4-snapshot.0 → 18.16.5-trace-id.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
@@ -5,6 +5,7 @@ ignore:
5
5
  - vulnerability: CVE-2025-9230
6
6
  - vulnerability: CVE-2025-9232
7
7
  - vulnerability: CVE-2025-9231
8
+ - vulnerability: GHSA-3xgq-45jj-v275
8
9
 
9
10
  # Set output format defaults
10
11
  output:
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ### [18.16.4](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.3...v18.16.4) (2025-11-10)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **csi-1915:** included ISO20022 messages in TTK report callbacks ([#350](https://github.com/mojaloop/ml-testing-toolkit/issues/350)) ([c68adb3](https://github.com/mojaloop/ml-testing-toolkit/commit/c68adb390105be9c057902cdcdebf03ecb10ecba))
8
+
9
+
10
+ ### Chore
11
+
12
+ * **sbom:** update sbom [skip ci] ([5a53aae](https://github.com/mojaloop/ml-testing-toolkit/commit/5a53aae1c92497bb4ec50c8ed148c28695329bdf))
13
+
2
14
  ### [18.16.3](https://github.com/mojaloop/ml-testing-toolkit/compare/v18.16.2...v18.16.3) (2025-11-06)
3
15
 
4
16
 
package/audit-ci.jsonc CHANGED
@@ -3,5 +3,7 @@
3
3
  // audit-ci supports reading JSON, JSONC, and JSON5 config files.
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
- "allowlist": []
6
+ "allowlist": [
7
+ "GHSA-mh29-5h37-fv8m" // js-yaml https://github.com/advisories/GHSA-mh29-5h37-fv8m
8
+ ]
7
9
  }
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.16.4-snapshot.0",
4
+ "version": "18.16.5-trace-id.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -103,12 +103,12 @@
103
103
  "hapi-openapi": "3.0.0",
104
104
  "hapi-swagger": "17.3.2",
105
105
  "ilp-packet": "3.1.3",
106
- "js-yaml": "4.1.0",
106
+ "js-yaml": "4.1.1",
107
107
  "json-refs": "3.0.15",
108
108
  "json-rules-engine": "7.3.1",
109
109
  "jsonwebtoken": "9.0.2",
110
110
  "lodash": "4.17.21",
111
- "mongoose": "8.19.3",
111
+ "mongoose": "8.19.4",
112
112
  "multer": "2.0.2",
113
113
  "mustache": "4.2.0",
114
114
  "mv": "2.1.1",
@@ -137,7 +137,7 @@
137
137
  "get-port": "7.1.0",
138
138
  "jest": "29.7.0",
139
139
  "jest-junit": "16.0.0",
140
- "nodemon": "3.1.10",
140
+ "nodemon": "3.1.11",
141
141
  "npm-check-updates": "19.1.2",
142
142
  "nyc": "17.1.0",
143
143
  "parse-strings-in-object": "1.6.0",
@@ -2,12 +2,12 @@ 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.16.3,Apache-2.0,,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit,18.16.3,pkg:npm/ml-testing-toolkit@18.16.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,2025-10-09T18:28:44.039Z
5
+ application,ml-testing-toolkit@18.16.4,Apache-2.0,,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit,18.16.4,pkg:npm/ml-testing-toolkit@18.16.4?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,2025-11-10T12:10:00.078Z
6
6
  library,@elastic/elasticsearch@9.2.0,Apache-2.0,@elastic,,elasticsearch,9.2.0,pkg:npm/%40elastic/elasticsearch@9.2.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,339f6a98c3993a4f294dc23d36cda8c35f0f97231b62ba5c5ea6309028638b25d29a6aa8093bc55e40b66c640bc6bad091768f6d847b699a960fd6f9175e34e4,,active,Active in npm registry,2025-11-03T15:27:03.007Z
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,2025-10-24T18:01:00.795Z
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
9
9
  library,@opentelemetry/core@2.2.0,Apache-2.0,@opentelemetry,OpenTelemetry Authors,core,2.2.0,pkg:npm/%40opentelemetry/core@2.2.0,node_modules/@opentelemetry/core,OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.,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/packages/opentelemetry-core,"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/core/-/core-2.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,16e69b9e7526f0b7e59e2795c6ce9e3fb677f37860414e16d5edca252e9a386dd1c56c5c1f20711fc7c3307360bbf805c7f3368ef4ce5bfe3f3c784bcfa6e35b,,active,Active in npm registry,2025-10-21T13:19:49.703Z
10
- library,@opentelemetry/semantic-conventions@1.37.0,Apache-2.0,@opentelemetry,OpenTelemetry Authors,semantic-conventions,1.37.0,pkg:npm/%40opentelemetry/semantic-conventions@1.37.0,node_modules/@opentelemetry/semantic-conventions,OpenTelemetry semantic conventions,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/semantic-conventions,"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/semantic-conventions/-/semantic-conventions-1.37.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,243e837ab20a7491a6469e234325f9165ad08c0e2d8cec3572f7ec3c06577ce38412b3141e33dc3d22024bee969ccd2707479f48501187428066cb3e6ef13138,,active,Active in npm registry,2025-09-03T00:00:26.716Z
10
+ library,@opentelemetry/semantic-conventions@1.37.0,Apache-2.0,@opentelemetry,OpenTelemetry Authors,semantic-conventions,1.37.0,pkg:npm/%40opentelemetry/semantic-conventions@1.37.0,node_modules/@opentelemetry/semantic-conventions,OpenTelemetry semantic conventions,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/semantic-conventions,"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/semantic-conventions/-/semantic-conventions-1.37.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,243e837ab20a7491a6469e234325f9165ad08c0e2d8cec3572f7ec3c06577ce38412b3141e33dc3d22024bee969ccd2707479f48501187428066cb3e6ef13138,,active,Active in npm registry,2025-11-06T18:00:02.791Z
11
11
  library,debug@4.4.3,MIT,,Josh Junon,debug,4.4.3,pkg:npm/debug@4.4.3,node_modules/debug,Lightweight debugging utility for Node.js and the browser,git://github.com/debug-js/debug.git,"as detected from PackageJson property ""repository.url""",https://github.com/debug-js/debug#readme,"as detected from PackageJson property ""homepage""",https://github.com/debug-js/debug/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/debug/-/debug-4.4.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8,,active,Active in npm registry,2025-09-13T17:25:19.913Z
12
12
  library,hpagent@1.2.0,MIT,,Tomas Della Vedova,hpagent,1.2.0,pkg:npm/hpagent@1.2.0,node_modules/hpagent,A ready to use http and https agent for working with proxies that keeps connections alive!,git+https://github.com/delvedor/hpagent.git,"as detected from PackageJson property ""repository.url""",https://github.com/delvedor/hpagent#readme,"as detected from PackageJson property ""homepage""",https://github.com/delvedor/hpagent/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/hpagent/-/hpagent-1.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,03dd5d61378807a3685c6f8fc534290820c39df1ec5bd91cd3a2efa6ed5311ef609dde9915e881a113bd26fcc4bfac4aec45fdeff75413c83fbc1313a934b708,,active,Active in npm registry,2025-09-14T00:24:24.057Z
13
13
  library,ms@2.1.3,MIT,,,ms,2.1.3,pkg:npm/ms@2.1.3,node_modules/ms,Tiny millisecond conversion utility,git+https://github.com/vercel/ms.git,"as detected from PackageJson property ""repository.url""",https://github.com/vercel/ms#readme,"as detected from PackageJson property ""homepage""",https://github.com/vercel/ms/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ms/-/ms-2.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394,,active,Active in npm registry,2025-09-08T19:56:54.242Z
@@ -120,31 +120,31 @@ library,safe-buffer@5.2.1,MIT,,Feross Aboukhadijeh,safe-buffer,5.2.1,pkg:npm/saf
120
120
  library,util-deprecate@1.0.2,MIT,,Nathan Rajlich,util-deprecate,1.0.2,pkg:npm/util-deprecate@1.0.2,node_modules/util-deprecate,The Node.js `util.deprecate()` function with browser support,git://github.com/TooTallNate/util-deprecate.git,"as detected from PackageJson property ""repository.url""",https://github.com/TooTallNate/util-deprecate,"as detected from PackageJson property ""homepage""",https://github.com/TooTallNate/util-deprecate/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,10f0f9ab5b97c85c49a42acb9c27359c79eade039ae83641a1c008888d93692080ed5089d5424331a802cc891736c5187c3d5d68afff2d3110f318886eb1ed73,nathan@tootallnate.net,active,Active in npm registry,2022-06-28T07:10:45.145Z
121
121
  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
122
122
  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
123
- library,@mojaloop/central-services-metrics@12.8.0,Apache-2.0,@mojaloop,ModusBox,central-services-metrics,12.8.0,pkg:npm/%40mojaloop/central-services-metrics@12.8.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,804aacb619bd1c1d2311eb21541e0a66f40f219aeb36158a891035bfff702611638569f98606b16bebcb6390d4cea3813174d2414d91c1e1e4d1739f011f9c7d,,active,Active in npm registry,2025-09-24T06:19:36.878Z
124
- library,@typescript-eslint/eslint-plugin@8.46.0,MIT,@typescript-eslint,,eslint-plugin,8.46.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,840f20c41ab8ba4a275573f2d0e2a189a521ffaf03d04f3c1929ad0b588012719a89eb838b7f0b852ee37421d12e2e84ac904d0c60b3be1e449f374fc147340c,,active,Active in npm registry,2025-11-03T19:16:44.720Z
123
+ library,@mojaloop/central-services-metrics@12.8.1,Apache-2.0,@mojaloop,ModusBox,central-services-metrics,12.8.1,pkg:npm/%40mojaloop/central-services-metrics@12.8.1,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.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7e2c3e060588edf8e045996d0822e34b08067516002525f58aa3d1dffac637637cb7ab8dc4e6acdabf86bbf5c832534f8dff3979f86a748660731d60db9418b3,,active,Active in npm registry,2025-11-06T14:48:40.582Z
124
+ library,@typescript-eslint/eslint-plugin@8.46.3,MIT,@typescript-eslint,,eslint-plugin,8.46.3,pkg:npm/%40typescript-eslint/eslint-plugin@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b1b690dbb5c1528a419118ae63f3fdb1618e5945b8ae5f1f0e81c85262e965df2e95db13c81e3f660e9b5937a03e84cb9ca8fd1ea827dd00fa7233cd077d8e77,,active,Active in npm registry,2025-11-07T18:30:24.354Z
125
125
  library,@eslint-community/regexpp@4.12.1,MIT,@eslint-community,Toru Nagashima,regexpp,4.12.1,pkg:npm/%40eslint-community/regexpp@4.12.1,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.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0826420c9b9db81f4e524164636220a69359322da5050803daacf05e41226b5e9c81eda98a363f6978bde8224caae0cc9f79c97653d5d40e4aac9117c1f2cdcd,,active,Active in npm registry,2025-10-22T11:56:01.280Z
126
- library,@typescript-eslint/parser@8.46.0,MIT,@typescript-eslint,,parser,8.46.0,pkg:npm/%40typescript-eslint/parser@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9f51fa21c0e19a65041bb4cd552b291a68871eeb6dee254ab59c11a690fb7b4e3085ae4cae4575877a6d8bdc502dc08cb7a616b27729a13d07323907d4537059,,active,Active in npm registry,2025-11-03T19:16:26.537Z
127
- library,@typescript-eslint/scope-manager@8.46.0,MIT,@typescript-eslint,,scope-manager,8.46.0,pkg:npm/%40typescript-eslint/scope-manager@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9561133daf5719c05eb388ea00c603f5f5b48f89fa86b3ed4c9c160e6b6a8053bfe071788e6747fd0eb08204f0e6a213e535e32b36edec6b195019d6a0edddab,,active,Active in npm registry,2025-11-03T19:16:20.042Z
128
- library,@typescript-eslint/types@8.46.0,MIT,@typescript-eslint,,types,8.46.0,pkg:npm/%40typescript-eslint/types@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6c7186272563484e1d24920ee72c845adfdc1f237081aff35c625b249f1388ed356954442ba8024eedcbfb9c2b91bd456c3910f932a330d7bd47f41040ff7eac,,active,Active in npm registry,2025-11-03T19:16:00.170Z
129
- library,@typescript-eslint/visitor-keys@8.46.0,MIT,@typescript-eslint,,visitor-keys,8.46.0,pkg:npm/%40typescript-eslint/visitor-keys@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,16bbcca402be8536c5cbbbc7e63d7eb4c60731228b13a47396e14996414d283d29f58b144fbe499414a6af9b28dd0473bccc14e7f6c811d78daf19bc76ef25dd,,active,Active in npm registry,2025-11-03T19:16:06.280Z
130
- library,@typescript-eslint/visitor-keys@8.46.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-06-09T15:45:53.017Z
131
- library,@typescript-eslint/type-utils@8.46.0,MIT,@typescript-eslint,,type-utils,8.46.0,pkg:npm/%40typescript-eslint/type-utils@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,872fa5bd8575959a55b368d168462f8026e56715282623f209e9b06d067e346ba55a4411cb41d13d802879ffc2352cda2edf8c2ef329b59b075c796412295a7a,,active,Active in npm registry,2025-11-03T19:16:32.992Z
132
- library,@typescript-eslint/typescript-estree@8.46.0,MIT,@typescript-eslint,,typescript-estree,8.46.0,pkg:npm/%40typescript-eslint/typescript-estree@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7a40c251f56900a5896d17e6f13d5846b0a8b75285c599f6d6857beafe458f8b6bec42f293ce0e4bea2ebd875c0c0c192fcf56a449048f60ca43eaa0ffffae72,,active,Active in npm registry,2025-11-03T19:16:13.168Z
133
- library,@typescript-eslint/typescript-estree@8.46.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,2025-10-28T22:58:24.454Z
134
- library,@typescript-eslint/utils@8.46.0,MIT,@typescript-eslint,,utils,8.46.0,pkg:npm/%40typescript-eslint/utils@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9c3eb21963e3d7188e9b81a4d24ea12d2673d9790d5e1b989b222b396707a0fb808634fd8b96c01bec5b58f80578d47c1cf1c7b6934a758517265fc3df1edfe6,,active,Active in npm registry,2025-11-03T19:16:26.369Z
126
+ library,@typescript-eslint/parser@8.46.3,MIT,@typescript-eslint,,parser,8.46.3,pkg:npm/%40typescript-eslint/parser@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ea6d48e519870464e75064b5d771b4e0332edc2a5277108053f52fb633562f836e7f7316f6d421889a91947cc2848921cba91948042673e2356dc1a3137c8d2a,,active,Active in npm registry,2025-11-07T18:30:06.455Z
127
+ library,@typescript-eslint/scope-manager@8.46.3,MIT,@typescript-eslint,,scope-manager,8.46.3,pkg:npm/%40typescript-eslint/scope-manager@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1428bb635ce0ae6c69dc37d67ebfb79bd6a7b14505a32f1d90475e412800f606e6f0368762f64276415142bb4a89e7457f71dae959a8aa801a3faf3e8bedb692,,active,Active in npm registry,2025-11-07T18:29:59.961Z
128
+ library,@typescript-eslint/types@8.46.3,MIT,@typescript-eslint,,types,8.46.3,pkg:npm/%40typescript-eslint/types@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1bb3a4f5637f8205bb7bfb4e7fc4d060c6b18080f722e8e7db7d617e2d0f73b6617b3b48255a4ee387a4634d1beda92a73a9d972fade824d09a5a87791ea7a84,,active,Active in npm registry,2025-11-07T18:29:40.379Z
129
+ library,@typescript-eslint/visitor-keys@8.46.3,MIT,@typescript-eslint,,visitor-keys,8.46.3,pkg:npm/%40typescript-eslint/visitor-keys@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ba4e7be24f08534ace17f0239e25fca9b2d219444955409e3397b830830a045162f3079e88bac6d5fc907a3c8b5d0a5165b53fd41b906ac95e57f45f1c2de11e,,active,Active in npm registry,2025-11-07T18:29:46.548Z
130
+ library,@typescript-eslint/visitor-keys@8.46.3|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-06-09T15:45:53.017Z
131
+ library,@typescript-eslint/type-utils@8.46.3,MIT,@typescript-eslint,,type-utils,8.46.3,pkg:npm/%40typescript-eslint/type-utils@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,64f0800dbafea9fcf76a24d360d36409b52df9c8cdc08ff931cc8034dac50695713edec6aa9118cf965f770b85c8652727d15d0d76c638352eea244223a5d15f,,active,Active in npm registry,2025-11-07T18:30:12.931Z
132
+ library,@typescript-eslint/typescript-estree@8.46.3,MIT,@typescript-eslint,,typescript-estree,8.46.3,pkg:npm/%40typescript-eslint/typescript-estree@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7ff36fb518ce9bcd01b4d339390b6568174ce4144552fee07f7f358fdc3280334bfaa39848d3a0b50fc30a7762622f348883afefa42a6939a9e1f6bd87023438,,active,Active in npm registry,2025-11-07T18:29:52.958Z
133
+ library,@typescript-eslint/typescript-estree@8.46.3|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,2025-10-28T22:58:24.454Z
134
+ library,@typescript-eslint/utils@8.46.3,MIT,@typescript-eslint,,utils,8.46.3,pkg:npm/%40typescript-eslint/utils@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,557c3baa6764b9c131f5692647795dfeee95851c8a7a2175bb15b00b2fe2b8d7e892327b561b202d23938eca25f01ba74b0d7dd33001ce9c1d36ccded8aa68e2,,active,Active in npm registry,2025-11-07T18:30:06.341Z
135
135
  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.,2025-11-03T21:26:20.785Z
136
136
  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
137
137
  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
138
138
  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
139
139
  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,2025-10-28T22:58:24.454Z
140
140
  library,ts-api-utils@2.1.0,MIT,,JoshuaKGoldberg,ts-api-utils,2.1.0,pkg:npm/ts-api-utils@2.1.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.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,09481364bd62af0f2edbd6f3ace0ff9c7f398eac9cef80fa4ac84582e8ce200ee8b26d91cfb7581fbeda824c7b1f81413710eaec28dff888da5fff33c055be65,npm@joshuakgoldberg.com,active,Active in npm registry,2025-03-20T12:24:50.789Z
141
- library,typescript@5.9.2,Apache-2.0,,Microsoft Corp.,typescript,5.9.2,pkg:npm/typescript@5.9.2,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.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0960735d0adcfea3a4862770d4ecc14d0b9845b7f2c435c93152755cdc141c644e566b9a7a2126dceb25a59d5157de9ded228a8d92ab489bb7fadff1970dd1f4,,active,Active in npm registry,2025-11-06T07:12:03.745Z
141
+ library,typescript@5.9.2,Apache-2.0,,Microsoft Corp.,typescript,5.9.2,pkg:npm/typescript@5.9.2,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.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0960735d0adcfea3a4862770d4ecc14d0b9845b7f2c435c93152755cdc141c644e566b9a7a2126dceb25a59d5157de9ded228a8d92ab489bb7fadff1970dd1f4,,active,Active in npm registry,2025-11-10T07:11:54.402Z
142
142
  library,@eslint-community/eslint-utils@4.9.0,MIT,@eslint-community,Toru Nagashima,eslint-utils,4.9.0,pkg:npm/%40eslint-community/eslint-utils@4.9.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6b25451ddb59fa1b2ad6dd83cb6e300a619719ee2af46bb7b2684b6002c9aebe3bdd91f6eccb2748bf8b2949629a9e01589a8c0cc2e63e9c7f43d47738094be2,,active,Active in npm registry,2025-09-08T04:23:36.835Z
143
143
  library,graphemer@1.4.0,MIT,,Matt Davies,graphemer,1.4.0,pkg:npm/graphemer@1.4.0,node_modules/graphemer,A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!),git+https://github.com/flmnt/graphemer.git,"as detected from PackageJson property ""repository.url""",https://github.com/flmnt/graphemer,"as detected from PackageJson property ""homepage""",https://github.com/flmnt/graphemer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,12d2b0a0eea4c422fd58ee718a98874d9952cc19bb58b4fadbb4ea0bfb9545dd072a6abc357c9e6e7358c43a018bbc2df1e4d6ad4aca5c2395685abdc759206a,matt@filament.so,active,Active in npm registry,2023-06-22T16:32:15.232Z
144
144
  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
145
145
  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
146
- library,@typescript-eslint/project-service@8.46.0,MIT,@typescript-eslint,,project-service,8.46.0,pkg:npm/%40typescript-eslint/project-service@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,38485e734987f94e497b635939e2b501b542766d028726a90324de5d52184cf5c3277174efe72ef3b3cf5dc1a862a67b33d60956f1677e91a0d5498222a33e41,,active,Active in npm registry,2025-11-03T19:16:05.479Z
147
- library,@typescript-eslint/tsconfig-utils@8.46.0,MIT,@typescript-eslint,,tsconfig-utils,8.46.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.46.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.46.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5ab61728600763cdfafcdef3a0afe4ce2ea9f2d5c585ab0787ca1c14bf55652024bc7f79ea07de45f72786cdf1cd1cbca90fddab7ab8e2fd63bd089e30583673,,active,Active in npm registry,2025-11-03T19:15:59.587Z
146
+ library,@typescript-eslint/project-service@8.46.3,MIT,@typescript-eslint,,project-service,8.46.3,pkg:npm/%40typescript-eslint/project-service@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,173f32157b29db00c57941253bcf12f67e30d48e025834d70ea0ebf6062f660529c1742a99906bf7e3534ea97947727bfa1ac964f769896681f5536100a60bb9,,active,Active in npm registry,2025-11-07T18:29:45.872Z
147
+ library,@typescript-eslint/tsconfig-utils@8.46.3,MIT,@typescript-eslint,,tsconfig-utils,8.46.3,pkg:npm/%40typescript-eslint/tsconfig-utils@8.46.3#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.46.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,18bba996332788734844e3f4cc4ee709cc9ba6da25707f1065f5cea427e140301dc09fd94e571a04e61e6d2399a2da6d8bfdc7ac74b0ec3dcf666ef981816c38,,active,Active in npm registry,2025-11-07T18:29:39.527Z
148
148
  library,fast-glob@3.3.3,MIT,,Denis Malinochkin,fast-glob,3.3.3,pkg:npm/fast-glob@3.3.3,node_modules/fast-glob,It's a very fast and efficient glob library for Node.js,git+https://github.com/mrmlnc/fast-glob.git,"as detected from PackageJson property ""repository.url""",https://github.com/mrmlnc/fast-glob#readme,"as detected from PackageJson property ""homepage""",https://github.com/mrmlnc/fast-glob/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ecca6d2fc53472a705773233c0e4c7a22957f71e41acdab27bb67f2ee0bb9023118a8d44312caa44adc1100503eec5d1ab8893e00cd356e65d8604364c2bd82e,,active,Active in npm registry,2025-01-05T10:38:42.437Z
149
149
  library,fast-glob@3.3.3|glob-parent@5.1.2,ISC,,Gulp Team,glob-parent,5.1.2,pkg:npm/glob-parent@5.1.2,node_modules/fast-glob/node_modules/glob-parent,Extract the non-magic parent path from a glob string.,git+https://github.com/gulpjs/glob-parent.git,"as detected from PackageJson property ""repository.url""",https://github.com/gulpjs/glob-parent#readme,"as detected from PackageJson property ""homepage""",https://github.com/gulpjs/glob-parent/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,00e22049009ea62258c0fdc04671b1fb95674eed870587736c63f8e5e2f0d6faf7cc1def64b7b279dd6c0bd8676dc39cf7f4ab33233944f42b906cf8692f59a3,team@gulpjs.com,active,Active in npm registry,2023-06-22T16:32:08.502Z
150
150
  library,@nodelib/fs.stat@2.0.5,MIT,@nodelib,,fs.stat,2.0.5,pkg:npm/%40nodelib/fs.stat@2.0.5#master,node_modules/@nodelib/fs.stat,Get the status of a file with some features,git+https://github.com/nodelib/nodelib.git#master,"as detected from PackageJson property ""repository.url""",https://github.com/nodelib/nodelib/tree/master#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodelib/nodelib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,46484f3e9db3aea0c0400ff68cd867ced70f025bfae17761229edaef8e78039a2f23b06e93182decc5fbb9dc00bb7ce0d437293d4d2bcf7555d5279aaaf638f8,,active,Active in npm registry,2024-12-01T13:14:10.798Z
@@ -174,10 +174,10 @@ library,ajv-draft-04@1.0.0,MIT,,Evgeny Poberezkin,ajv-draft-04,1.0.0,pkg:npm/ajv
174
174
  library,ajv@8.17.1,MIT,,Evgeny Poberezkin,ajv,8.17.1,pkg:npm/ajv@8.17.1,node_modules/ajv,Another JSON Schema Validator,git+https://github.com/ajv-validator/ajv.git,"as detected from PackageJson property ""repository.url""",https://ajv.js.org,"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-8.17.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,07f801b8d8394a2313acf902f80dbe716d11b33c316269fa558c41fe29e5052b52e67c7ac4722dfde84a46120c86abac97b6bc2e34286678c2b39be1c31390d6,,active,Active in npm registry,2025-06-09T04:08:01.833Z
175
175
  library,call-me-maybe@1.0.2,MIT,,Eric McCarthy,call-me-maybe,1.0.2,pkg:npm/call-me-maybe@1.0.2,node_modules/call-me-maybe,Let your JS API users either give you a callback or receive a promise,git+https://github.com/limulus/call-me-maybe.git,"as detected from PackageJson property ""repository.url""",https://github.com/limulus/call-me-maybe#readme,"as detected from PackageJson property ""homepage""",https://github.com/limulus/call-me-maybe/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1e95fae68d479ebf471f6e688c2d581acec70902ead0608e89b49a58447478da6027f675319bf699373bfb187a58e3f16d155c9a06efe21194fae490ff6c4565,eric@limulus.net,active,Active in npm registry,2022-11-01T17:49:06.343Z
176
176
  library,openapi-types@12.1.3,MIT,,Joseph Spencer,openapi-types,12.1.3,pkg:npm/openapi-types@12.1.3#master,node_modules/openapi-types,Types for OpenAPI documents.,git+https://github.com/kogosoftwarellc/open-api.git#master,"as detected from PackageJson property ""repository.url""",https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types#readme,"as detected from PackageJson property ""homepage""",https://github.com/kogosoftwarellc/open-api/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aopenapi-types,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,37862d49826a82156ee227a4d9952f70dff46aa1f59110ee36acdcc9c0f184e52983b19dbcb6b61770e04bac8136122786fdabffa234165927ec2a8bf3e9c873,,active,Active in npm registry,2023-05-24T22:26:38.944Z
177
- library,@mojaloop/api-snippets@18.1.1,Apache-2.0,@mojaloop,ModusBox,api-snippets,18.1.1,pkg:npm/%40mojaloop/api-snippets@18.1.1,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.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ee5f6b09f14296e577e2ef7ec08deb58f8600bd205a18c90e3d79212be35c1f5880f40267c6437d4862a8da5d66eb95f93128d011d101fdb3286d25fdea6468f,,active,Active in npm registry,2025-09-24T06:24:40.492Z
177
+ library,@mojaloop/api-snippets@18.1.1,Apache-2.0,@mojaloop,ModusBox,api-snippets,18.1.1,pkg:npm/%40mojaloop/api-snippets@18.1.1,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.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ee5f6b09f14296e577e2ef7ec08deb58f8600bd205a18c90e3d79212be35c1f5880f40267c6437d4862a8da5d66eb95f93128d011d101fdb3286d25fdea6468f,,active,Active in npm registry,2025-11-06T14:54:40.004Z
178
178
  library,@mojaloop/api-snippets@18.1.1|@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,2025-09-10T19:52:47.303Z
179
179
  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,2023-04-07T20:12:25.162Z
180
- library,@redocly/openapi-core@1.34.5,MIT,@redocly,,openapi-core,1.34.5,pkg:npm/%40redocly/openapi-core@1.34.5,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.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d046c4f0b45b92882d7025d4ee5880c82d349fdb8d1bd849f9e3321c5754b32f6507f586aa71018308c0f6ad9ccb301571d4e442a4c1054d5778f3673773a28c,,active,Active in npm registry,2025-11-04T16:34:32.005Z
180
+ library,@redocly/openapi-core@1.34.5,MIT,@redocly,,openapi-core,1.34.5,pkg:npm/%40redocly/openapi-core@1.34.5,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.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d046c4f0b45b92882d7025d4ee5880c82d349fdb8d1bd849f9e3321c5754b32f6507f586aa71018308c0f6ad9ccb301571d4e442a4c1054d5778f3673773a28c,,active,Active in npm registry,2025-11-10T10:34:28.339Z
181
181
  library,@redocly/ajv@8.11.3,MIT,@redocly,Evgeny Poberezkin,ajv,8.11.3,pkg:npm/%40redocly/ajv@8.11.3,node_modules/@redocly/ajv,Another JSON Schema Validator,git+https://github.com/ajv-validator/ajv.git,"as detected from PackageJson property ""repository.url""",https://ajv.js.org,"as detected from PackageJson property ""homepage""",https://github.com/ajv-validator/ajv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e0fde266c7bdd53901898f83c790d483143d19791525ffbe72623430ec8b0f157d6f9314048e0823a112f330392426ceef69ca009c56af0e0f50f5be60fdd90d,,active,Active in npm registry,2025-11-03T10:40:21.914Z
182
182
  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
183
183
  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
@@ -191,11 +191,11 @@ library,js-levenshtein@1.1.6,MIT,,Gustaf Andersson,js-levenshtein,1.1.6,pkg:npm/
191
191
  library,minimatch@5.1.6,ISC,,Isaac Z. Schlueter,minimatch,5.1.6,pkg:npm/minimatch@5.1.6,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-5.1.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,94ac15ff56eba46ea6054147b5becd526b400426f65996669b6c0d88e0398406fc55d092e01dddb4c5b2bdca1589c730016fc23844635cbb74ccfd735d4376ea,i@izs.me,active,Active in npm registry,2025-10-28T22:58:24.454Z
192
192
  library,pluralize@8.0.0,MIT,,Blake Embrey,pluralize,8.0.0,pkg:npm/pluralize@8.0.0,node_modules/pluralize,Pluralize and singularize any word,git+https://github.com/blakeembrey/pluralize.git,"as detected from PackageJson property ""repository.url""",https://github.com/blakeembrey/pluralize#readme,"as detected from PackageJson property ""homepage""",https://github.com/blakeembrey/pluralize/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,35cdc84f9c87cdf9537db8e0a967023e9a3b0da2b2e059e907497fcc2016d1373b8f1022baa4b11dab27b41dc3efcf3b2d2ac0f7790327d217a2fc49631c8b08,hello@blakeembrey.com,active,Active in npm registry,2023-07-12T04:07:57.607Z
193
193
  library,yaml-ast-parser@0.0.43,Apache-2.0,,,yaml-ast-parser,0.0.43,pkg:npm/yaml-ast-parser@0.0.43,node_modules/yaml-ast-parser,,git+https://github.com/mulesoft-labs/yaml-ast-parser.git,"as detected from PackageJson property ""repository.url""",https://github.com/mulesoft-labs/yaml-ast-parser,"as detected from PackageJson property ""homepage""",https://github.com/mulesoft-labs/yaml-ast-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d8f4c8354c2c46a49dfacf17c4a689590954b84307250c84ba1d9e7416d6f0a349cf44893f05120f6cd15aa7b314474dec8cc081eb981c550217ba3ccd1759d0,,active,Active in npm registry,2022-06-29T06:47:16.063Z
194
- library,commander@14.0.1,MIT,,TJ Holowaychuk,commander,14.0.1,pkg:npm/commander@14.0.1,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-14.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d89915de0519515adb340fb5b2304e60bb0c679704125f064c53f66b8015cf986f6ac00c090d43da5da57bf717fa957837a654d7bce351a84ba485d1ae758bf0,tj@vision-media.ca,active,Active in npm registry,2025-10-25T12:07:44.272Z
194
+ library,commander@14.0.1,MIT,,TJ Holowaychuk,commander,14.0.1,pkg:npm/commander@14.0.1,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-14.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d89915de0519515adb340fb5b2304e60bb0c679704125f064c53f66b8015cf986f6ac00c090d43da5da57bf717fa957837a654d7bce351a84ba485d1ae758bf0,tj@vision-media.ca,active,Active in npm registry,2025-11-09T04:11:11.686Z
195
195
  library,jest-ts-auto-mock@2.1.0,ISC,,,jest-ts-auto-mock,2.1.0,pkg:npm/jest-ts-auto-mock@2.1.0,node_modules/jest-ts-auto-mock,This is a library that extend [ts-auto-mock](https://github.com/Typescript-TDD/ts-auto-mock) to be used with jasmine,git+https://github.com/Typescript-TDD/jest-ts-auto-mock.git,"as detected from PackageJson property ""repository.url""",https://github.com/Typescript-TDD/jest-ts-auto-mock.git#readme,"as detected from PackageJson property ""homepage""",https://github.com/Typescript-TDD/jest-ts-auto-mock.git/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jest-ts-auto-mock/-/jest-ts-auto-mock-2.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b9b2f4a7078a50740d636c428305e362594440c829283a23704383a6b69055ebc7a81141b050c9664a59a7fd89b26ba332ee133493f3992ba05ce2df2a776695,,active,Active in npm registry,2022-05-06T12:49:20.504Z
196
196
  library,ts-auto-mock@3.7.4,MIT,,Vittorio Guerriero & Giulio Caprino,ts-auto-mock,3.7.4,pkg:npm/ts-auto-mock@3.7.4,node_modules/ts-auto-mock,Typescript transformer to unlock automatic mock creation for interfaces and classes,git+https://github.com/Typescript-TDD/ts-auto-mock.git,"as detected from PackageJson property ""repository.url""",https://github.com/Typescript-TDD/ts-auto-mock#readme,"as detected from PackageJson property ""homepage""",https://github.com/Typescript-TDD/ts-auto-mock/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ts-auto-mock/-/ts-auto-mock-3.7.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fbf5feef28e9501b0824147197f86cf5aab7a40efac373dcbbbd2e1c3c5daf80bc4db5d7c1dfe0abab776fcd71a94f4dfca3c52056ad6b51dc419da5c0628345,,active,Active in npm registry,2024-08-24T20:59:07.052Z
197
197
  library,json-refs@3.0.15,MIT,,Jeremy Whitlock,json-refs,3.0.15,pkg:npm/json-refs@3.0.15,node_modules/json-refs,Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).,git+https://github.com/whitlockjc/json-refs.git,"as detected from PackageJson property ""repository.url""",https://github.com/whitlockjc/json-refs,"as detected from PackageJson property ""homepage""",https://github.com/whitlockjc/json-refs/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/json-refs/-/json-refs-3.0.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d2f39077d78b3412f5f041a5e7261a3b8e06862c662267acdb08989fd677b1a8374277a15ab616941f4016d33108bd818f77f2c600d8931185114fdc86562cb3,jwhitlock@apache.org,active,Active in npm registry,2022-06-19T06:22:07.883Z
198
- library,json-refs@3.0.15|commander@4.1.1,MIT,,TJ Holowaychuk,commander,4.1.1,pkg:npm/commander@4.1.1,node_modules/json-refs/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-4.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,34e2a6f31864cc08f3171f01dafe4e0074febb9a5141cd9409ad95abd8d82ffdf5a36c22f66c4103b2c816cdec5795520b8f73ea91217db3142ef4a12a3dba58,tj@vision-media.ca,active,Active in npm registry,2025-10-25T12:07:44.272Z
198
+ library,json-refs@3.0.15|commander@4.1.1,MIT,,TJ Holowaychuk,commander,4.1.1,pkg:npm/commander@4.1.1,node_modules/json-refs/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-4.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,34e2a6f31864cc08f3171f01dafe4e0074febb9a5141cd9409ad95abd8d82ffdf5a36c22f66c4103b2c816cdec5795520b8f73ea91217db3142ef4a12a3dba58,tj@vision-media.ca,active,Active in npm registry,2025-11-09T04:11:11.686Z
199
199
  library,json-refs@3.0.15|js-yaml@3.14.1,MIT,,Vladimir Zapparov,js-yaml,3.14.1,pkg:npm/js-yaml@3.14.1,node_modules/json-refs/node_modules/js-yaml,YAML 1.2 parser and serializer,git+https://github.com/nodeca/js-yaml.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodeca/js-yaml,"as detected from PackageJson property ""homepage""",https://github.com/nodeca/js-yaml/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a24307ece5d727b62b37d3a4dff497ae7bb8897f723a4fb6e67a97e22992da7a6ebd36039a8fd0119a2ac199186880e4de356f04e4ce20480485a2ceca7052f6,dervus.grim@gmail.com,active,Active in npm registry,2025-10-14T04:55:01.993Z
200
200
  library,json-refs@3.0.15|argparse@1.0.10,MIT,,,argparse,1.0.10,pkg:npm/argparse@1.0.10,node_modules/json-refs/node_modules/argparse,Very powerful CLI arguments parser. Native port of argparse - python's options parsing library,git+https://github.com/nodeca/argparse.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodeca/argparse#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodeca/argparse/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a39468cbab4d1b848bfc53a408037a4738e26a4652db944b605adc32db49a9b75df015ab9c0f9f1b3e7b88de4f6f4ea9bc11af979810d01e3c74996c957be84e,,active,Active in npm registry,2023-10-21T01:41:33.987Z
201
201
  library,openapi-typescript@7.9.1,MIT,,Drew Powers,openapi-typescript,7.9.1,pkg:npm/openapi-typescript@7.9.1#packages/openapi-typescript,node_modules/openapi-typescript,Convert OpenAPI 3.0 & 3.1 schemas to TypeScript,git+https://github.com/openapi-ts/openapi-typescript.git#packages/openapi-typescript,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://openapi-ts.dev,"as detected from PackageJson property ""homepage""",https://github.com/openapi-ts/openapi-typescript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.9.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f6026da18d389a4ea23cc6d3a0f8cfc4402d7d7674753b0c66db20508f1866d6b46ed3cf8a0f432453f88e57ab403ffb40ec1881bd2d97eccb5290dfeef6fb54,drew@pow.rs,active,Active in npm registry,2025-10-15T14:46:42.198Z
@@ -208,9 +208,9 @@ library,@babel/code-frame@7.27.1,MIT,@babel,The Babel Team,code-frame,7.27.1,pkg
208
208
  library,index-to-position@1.1.0,MIT,,Sindre Sorhus,index-to-position,1.1.0,pkg:npm/index-to-position@1.1.0,node_modules/index-to-position,Convert a string index to its line and column position,git+https://github.com/sindresorhus/index-to-position.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/index-to-position#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/index-to-position/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/index-to-position/-/index-to-position-1.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5cf771f43ab8b7d424d664cc6d638d26a53b6e80a8ba6107edf4444f7ec75f9fa4843525dc9d96e8f7402f18482d8948631d9a9a5c187113e9dbca74b528a88e,sindresorhus@gmail.com,active,Active in npm registry,2025-09-25T04:03:35.705Z
209
209
  library,yargs-parser@21.1.1,ISC,,Ben Coe,yargs-parser,21.1.1,pkg:npm/yargs-parser@21.1.1,node_modules/yargs-parser,the mighty option parser used by yargs,git+https://github.com/yargs/yargs-parser.git,"as detected from PackageJson property ""repository.url""",https://github.com/yargs/yargs-parser#readme,"as detected from PackageJson property ""homepage""",https://github.com/yargs/yargs-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b55a6c256ec376379c0221696c80757b7ab1210b04e8da0f739fde4ddadb6c80b88742d5b16867a1ade0fa6d87725048ba31f3b31678549540f8652e736fcb07,ben@npmjs.com,active,Active in npm registry,2025-05-26T20:12:01.075Z
210
210
  library,lodash-es@4.17.21,MIT,,John-David Dalton,lodash-es,4.17.21,pkg:npm/lodash-es@4.17.21,node_modules/lodash-es,Lodash exported as ES modules.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/custom-builds,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash-cli/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98a9c2f9027da56573bfe0b8fd4deb46c1daa457c7bd0168141f767b9db17b218c717ebf3a5225efc8ded6ef2f78fcd8652924a2030f276ca3c71b1bf3d731cb,john.david.dalton@gmail.com,active,Active in npm registry,2025-07-07T05:38:02.445Z
211
- library,@mojaloop/central-services-error-handling@13.1.1,Apache-2.0,@mojaloop,ModusBox,central-services-error-handling,13.1.1,pkg:npm/%40mojaloop/central-services-error-handling@13.1.1,node_modules/@mojaloop/central-services-error-handling,Hapi error handling module,git+https://github.com/mojaloop/central-services-error-handling.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-error-handling#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-error-handling/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-error-handling/-/central-services-error-handling-13.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0582136d5372f9548fcec59c23ac6b663947d1c8eee1efd2a924a38ed7e0d7deb1279396b06ce04db3321eee118c0b616fc05632007e2a68a5f6448bd84fb9aa,,active,Active in npm registry,2025-09-24T06:19:28.801Z
211
+ library,@mojaloop/central-services-error-handling@13.1.1,Apache-2.0,@mojaloop,ModusBox,central-services-error-handling,13.1.1,pkg:npm/%40mojaloop/central-services-error-handling@13.1.1,node_modules/@mojaloop/central-services-error-handling,Hapi error handling module,git+https://github.com/mojaloop/central-services-error-handling.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-error-handling#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-error-handling/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-error-handling/-/central-services-error-handling-13.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0582136d5372f9548fcec59c23ac6b663947d1c8eee1efd2a924a38ed7e0d7deb1279396b06ce04db3321eee118c0b616fc05632007e2a68a5f6448bd84fb9aa,,active,Active in npm registry,2025-11-06T14:47:53.326Z
212
212
  library,fast-safe-stringify@2.1.1,MIT,,David Mark Clements,fast-safe-stringify,2.1.1,pkg:npm/fast-safe-stringify@2.1.1,node_modules/fast-safe-stringify,Safely and quickly serialize JavaScript objects,git+https://github.com/davidmarkclements/fast-safe-stringify.git,"as detected from PackageJson property ""repository.url""",https://github.com/davidmarkclements/fast-safe-stringify#readme,"as detected from PackageJson property ""homepage""",https://github.com/davidmarkclements/fast-safe-stringify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5be28973676620b94fa650ff1f82bd97d2dc00701f3ed3fa058f38b952d743a12f733f4b720df7636cf52156e54fac5d639e0f5d854712ffb45a9abc228eb390,,active,Active in npm registry,2022-06-17T23:37:27.368Z
213
- library,lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,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,2025-11-05T08:07:38.722Z
213
+ library,lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,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,2025-11-10T01:56:20.524Z
214
214
  library,@mojaloop/central-services-shared@18.32.1,Apache-2.0,@mojaloop,ModusBox,central-services-shared,18.32.1,pkg:npm/%40mojaloop/central-services-shared@18.32.1,node_modules/@mojaloop/central-services-shared,Shared code for mojaloop central services,git+https://github.com/mojaloop/central-services-shared.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-shared#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-shared/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-shared/-/central-services-shared-18.32.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8bae48c9685c9e2ca2d0861b678ddf890aba7c524876ec0536453b9980ba163c69a5fbd88ea99209b26febadc626c646c0f11534b0be22bab02fcb25a02d8256,,active,Active in npm registry,2025-10-30T14:39:34.270Z
215
215
  library,@mojaloop/central-services-shared@18.32.1|@hapi/catbox-memory@5.0.1,BSD-3-Clause,@hapi,,catbox-memory,5.0.1,pkg:npm/%40hapi/catbox-memory@5.0.1,node_modules/@mojaloop/central-services-shared/node_modules/@hapi/catbox-memory,Memory adapter for catbox,git://github.com/hapijs/catbox-memory.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/catbox-memory#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/catbox-memory/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-5.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,416c3d9ce609ab93e5bc284b595f22ea14072587ef76a89776f4eea49161d1ea8b67ae178abee628d8bde9de7f64c500a973eeaec7cd0c80f18c582810352a79,,active,Active in npm registry,2024-06-12T07:47:01.222Z
216
216
  library,@mojaloop/central-services-shared@18.32.1|@hapi/catbox-memory@5.0.1|@hapi/hoek@9.3.0,BSD-3-Clause,@hapi,,hoek,9.3.0,pkg:npm/%40hapi/hoek@9.3.0,node_modules/@mojaloop/central-services-shared/node_modules/@hapi/catbox-memory/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
@@ -227,7 +227,7 @@ library,@hapi/joi-date@2.0.1,BSD-3-Clause,@hapi,,joi-date,2.0.1,pkg:npm/%40hapi/
227
227
  library,moment@2.30.1,MIT,,Iskren Ivov Chernev,moment,2.30.1,pkg:npm/moment@2.30.1,node_modules/moment,Parse~ validate~ manipulate~ and display dates,git+https://github.com/moment/moment.git,"as detected from PackageJson property ""repository.url""",https://momentjs.com,"as detected from PackageJson property ""homepage""",https://github.com/moment/moment/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/moment/-/moment-2.30.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b849ad3616c33ab58f152fa176314205fcbd7f6628cb3469c1c97e0eaa42ead697db5173b132d055b315fd6ecfccd497eb1fdb842d73037736510e4dcc7ea1a3,iskren.chernev@gmail.com,active,Active in npm registry,2025-10-14T04:55:02.871Z
228
228
  library,@mojaloop/event-sdk@14.7.0,Apache-2.0,@mojaloop,ModusBox,event-sdk,14.7.0,pkg:npm/%40mojaloop/event-sdk@14.7.0,node_modules/@mojaloop/event-sdk,Shared code for Event Logging,git+https://github.com/mojaloop/event-sdk.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/event-sdk#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/event-sdk/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/event-sdk/-/event-sdk-14.7.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a31d77772750a1f8d7f75e53f2d9ba3a417d1443ba1ff7eaa8a9b2b89b31ecf242c9a76f279288bdeacb2b9b23cf5af8490834fd020b0850f22ac79086666008,,active,Active in npm registry,2025-10-09T13:29:36.623Z
229
229
  library,@mojaloop/event-sdk@14.7.0|parse-strings-in-object@2.0.0,ISC,,Stephen Buchanan,parse-strings-in-object,2.0.0,pkg:npm/parse-strings-in-object@2.0.0,node_modules/@mojaloop/event-sdk/node_modules/parse-strings-in-object,Convert string values in object to boolean and numbers,git+https://github.com/anselanza/parse-strings-in-object.git,"as detected from PackageJson property ""repository.url""",https://github.com/anselanza/parse-strings-in-object#readme,"as detected from PackageJson property ""homepage""",https://github.com/anselanza/parse-strings-in-object/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/parse-strings-in-object/-/parse-strings-in-object-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,85be74c43c84a3c6e832dcb307521d544e0a7133556c88ab93f66a0bc9dad62ace7ffef40f2652df4cb514820051ef63c87264f6cd90a19e1a04d1d1f4d5c7b2,,active,Active in npm registry,2022-07-07T08:56:38.552Z
230
- library,@grpc/grpc-js@1.13.4,Apache-2.0,@grpc,Google Inc.,grpc-js,1.13.4,pkg:npm/%40grpc/grpc-js@1.13.4#master,node_modules/@grpc/grpc-js,gRPC Library for Node - pure JS implementation,git+https://github.com/grpc/grpc-node.git#master,"as detected from PackageJson property ""repository.url""",https://grpc.io/,"as detected from PackageJson property ""homepage""",https://github.com/grpc/grpc-node/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ac15a3170a432a90a22fc024230abc07f861db3ca063870a3ff19b949161ea6c8ef72a4cbd23ea5096dae54f4f8c5a979d0a8a2c75ae779608d87f210f83106,,active,Active in npm registry,2025-09-16T17:52:04.407Z
230
+ library,@grpc/grpc-js@1.13.4,Apache-2.0,@grpc,Google Inc.,grpc-js,1.13.4,pkg:npm/%40grpc/grpc-js@1.13.4#master,node_modules/@grpc/grpc-js,gRPC Library for Node - pure JS implementation,git+https://github.com/grpc/grpc-node.git#master,"as detected from PackageJson property ""repository.url""",https://grpc.io/,"as detected from PackageJson property ""homepage""",https://github.com/grpc/grpc-node/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ac15a3170a432a90a22fc024230abc07f861db3ca063870a3ff19b949161ea6c8ef72a4cbd23ea5096dae54f4f8c5a979d0a8a2c75ae779608d87f210f83106,,active,Active in npm registry,2025-11-07T20:38:32.123Z
231
231
  library,@grpc/grpc-js@1.13.4|@grpc/proto-loader@0.7.15,Apache-2.0,@grpc,Google Inc.,proto-loader,0.7.15,pkg:npm/%40grpc/proto-loader@0.7.15,node_modules/@grpc/grpc-js/node_modules/@grpc/proto-loader,gRPC utility library for loading .proto files,git+https://github.com/grpc/grpc-node.git,"as detected from PackageJson property ""repository.url""",https://grpc.io/,"as detected from PackageJson property ""homepage""",https://github.com/grpc/grpc-node/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b4c5dd4427d8562c63b852be1e4d10d6cdfc815f730e20c97d62f7875aefe10737f6820b0aed534530edefe7c6508f0ae06d458f5db91f1febbb76b3102593c9,,active,Active in npm registry,2025-07-21T17:07:03.613Z
232
232
  library,long@5.3.2,Apache-2.0,,Daniel Wirtz,long,5.3.2,pkg:npm/long@5.3.2,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-5.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98d0206751a6c8d843ec0baa9d31b7fd5436ea8efad3e65804f2a33efba03bcfa72db61f5fa4d5a493ec781be8a5b758faaa59fe52949e611cd4b799612dd000,dcode@dcode.io,active,Active in npm registry,2025-04-17T17:32:06.239Z
233
233
  library,protobufjs@7.5.4,BSD-3-Clause,,Daniel Wirtz,protobufjs,7.5.4,pkg:npm/protobufjs@7.5.4,node_modules/protobufjs,Protocol Buffers for JavaScript (& TypeScript).,git+https://github.com/protobufjs/protobuf.js.git,"as detected from PackageJson property ""repository.url""",https://protobufjs.github.io/protobuf.js/,"as detected from PackageJson property ""homepage""",https://github.com/protobufjs/protobuf.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0af7b16d9b5ba2fea35b679702f2ee9178d7516d53cc56a2bc2e3a06959cff7069702cac6f955f7eef81dd71cc9bc95512ecb6326e1719ec7c8414a0d726a93e,dcode+protobufjs@dcode.io,active,Active in npm registry,2025-08-15T23:29:00.196Z
@@ -286,7 +286,7 @@ library,@hapi/tlds@1.1.3,BSD-3-Clause,@hapi,,tlds,1.1.3,pkg:npm/%40hapi/tlds@1.1
286
286
  library,@standard-schema/spec@1.0.0,MIT,@standard-schema,Colin McDonnell,spec,1.0.0,pkg:npm/%40standard-schema/spec@1.0.0,node_modules/@standard-schema/spec,A standard interface for TypeScript schema validation libraries,git+https://github.com/standard-schema/standard-schema.git,"as detected from PackageJson property ""repository.url""",https://standardschema.dev,"as detected from PackageJson property ""homepage""",https://github.com/standard-schema/standard-schema/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9b66ce7747f6453f64f10271d4937ce5c658c87d51a8505d970b644a57f8b410d82c28a2667bf57c823069c2ba72ac176af3b275fd0d3d3a0c420a4aabe75594,,active,Active in npm registry,2025-01-27T03:03:19.804Z
287
287
  library,knex@3.1.0,MIT,,Tim Griesser,knex,3.1.0,pkg:npm/knex@3.1.0,node_modules/knex,A batteries-included SQL query & schema builder for PostgresSQL~ MySQL~ CockroachDB~ MSSQL and SQLite3,git://github.com/knex/knex.git,"as detected from PackageJson property ""repository.url""",https://knex.github.io/documentation/,"as detected from PackageJson property ""homepage""",https://github.com/knex/knex/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/knex/-/knex-3.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,18ba0823a851d1ce2d8b6e3780cb39ff545bdc1f808f030e7e3626f7ba6ed053906bb247e7a86007161fe562b6e76e5c7926c1635723799f7293df463cc07a2b,,active,Active in npm registry,2024-12-13T19:06:07.256Z
288
288
  library,knex@3.1.0|colorette@2.0.19,MIT,,Jorge Bucaran,colorette,2.0.19,pkg:npm/colorette@2.0.19,node_modules/knex/node_modules/colorette,🌈Easily set your terminal text color & styles.,git+https://github.com/jorgebucaran/colorette.git,"as detected from PackageJson property ""repository.url""",https://github.com/jorgebucaran/colorette#readme,"as detected from PackageJson property ""homepage""",https://github.com/jorgebucaran/colorette/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ded96ffdd20fec55af8f706c6c7ac62c9ea5fe82a1d4edd372006a327fb2c826a03b1736ddfcb30d2e87ca941b83159b9290e77f9da9d4bb91e1e58343f2bd59,,active,Active in npm registry,2023-04-16T15:34:10.025Z
289
- library,knex@3.1.0|commander@10.0.1,MIT,,TJ Holowaychuk,commander,10.0.1,pkg:npm/commander@10.0.1,node_modules/knex/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-10.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,cb8320dad5ec8699446d21b3c7b6a6ccfc0a28e086ba84913ff0a311dc3093414e1a551baba94aba8c83653359926c47749b69e7885d7d8fc952b74bed77ddba,tj@vision-media.ca,active,Active in npm registry,2025-10-25T12:07:44.272Z
289
+ library,knex@3.1.0|commander@10.0.1,MIT,,TJ Holowaychuk,commander,10.0.1,pkg:npm/commander@10.0.1,node_modules/knex/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-10.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,cb8320dad5ec8699446d21b3c7b6a6ccfc0a28e086ba84913ff0a311dc3093414e1a551baba94aba8c83653359926c47749b69e7885d7d8fc952b74bed77ddba,tj@vision-media.ca,active,Active in npm registry,2025-11-09T04:11:11.686Z
290
290
  library,knex@3.1.0|debug@4.3.4,MIT,,Josh Junon,debug,4.3.4,pkg:npm/debug@4.3.4,node_modules/knex/node_modules/debug,Lightweight debugging utility for Node.js and the browser,git://github.com/debug-js/debug.git,"as detected from PackageJson property ""repository.url""",https://github.com/debug-js/debug#readme,"as detected from PackageJson property ""homepage""",https://github.com/debug-js/debug/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/debug/-/debug-4.3.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3d15851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91,josh.junon@protonmail.com,active,Active in npm registry,2025-09-13T17:25:19.913Z
291
291
  library,knex@3.1.0|ms@2.1.2,MIT,,,ms,2.1.2,pkg:npm/ms@2.1.2,node_modules/knex/node_modules/ms,Tiny millisecond conversion utility,git+https://github.com/zeit/ms.git,"as detected from PackageJson property ""repository.url""",https://github.com/zeit/ms#readme,"as detected from PackageJson property ""homepage""",https://github.com/zeit/ms/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ms/-/ms-2.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db,,active,Active in npm registry,2025-09-08T19:56:54.242Z
292
292
  library,knex@3.1.0|resolve-from@5.0.0,MIT,,Sindre Sorhus,resolve-from,5.0.0,pkg:npm/resolve-from@5.0.0,node_modules/knex/node_modules/resolve-from,Resolve the path of a module like `require.resolve()` but from a given path,git+https://github.com/sindresorhus/resolve-from.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/resolve-from#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/resolve-from/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a9883d28fdb8743e6a91af49e3b774695932d0df9be1f4d4f3d2cdf620e78c1e706a4b220b8f6bbcc0743eb509406a13987e745cf8aa3af0230df6a28c6c5867,sindresorhus@gmail.com,active,Active in npm registry,2023-06-22T16:33:46.245Z
@@ -469,7 +469,7 @@ library,httpsnippet@1.25.0|escape-string-regexp@1.0.5,MIT,,Sindre Sorhus,escape-
469
469
  library,httpsnippet@1.25.0|strip-ansi@3.0.1,MIT,,Sindre Sorhus,strip-ansi,3.0.1,pkg:npm/strip-ansi@3.0.1,node_modules/httpsnippet/node_modules/strip-ansi,Strip ANSI escape codes,git+https://github.com/chalk/strip-ansi.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/strip-ansi#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/strip-ansi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,561ba64926c1a834cff29d992ca8f8d148c1095e3ebfc6d4484a546f82a34605a4f696ea185e111058fa2846a089d6f67ff33a0330b41261720cd19ac3d382ce,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:14:01.001Z
470
470
  library,httpsnippet@1.25.0|ansi-regex@2.1.1,MIT,,Sindre Sorhus,ansi-regex,2.1.1,pkg:npm/ansi-regex@2.1.1,node_modules/httpsnippet/node_modules/ansi-regex,Regular expression for matching ANSI escape codes,git+https://github.com/chalk/ansi-regex.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/ansi-regex#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/ansi-regex/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4c81a74e9768f84dfea42c8096e66fb440f9a79c02a8b75ecc2ca13d9cca3dcc6f169944b788be5bb38e3422a0799153dfecb935965f38e4bf05d71a9e6d4c60,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:18:12.337Z
471
471
  library,httpsnippet@1.25.0|supports-color@2.0.0,MIT,,Sindre Sorhus,supports-color,2.0.0,pkg:npm/supports-color@2.0.0,node_modules/httpsnippet/node_modules/supports-color,Detect whether a terminal supports color,git+https://github.com/chalk/supports-color.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/supports-color#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/supports-color/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,28a355b5dea909880f20a538729dbbdf71d6602a6995085d7592c152bc9a007a2eef6df1f854734390dff36e058fe232cae8904d1a2e6f84a72057c872ba7bd2,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:16:23.348Z
472
- library,httpsnippet@1.25.0|commander@2.20.3,MIT,,TJ Holowaychuk,commander,2.20.3,pkg:npm/commander@2.20.3,node_modules/httpsnippet/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,2025-10-25T12:07:44.272Z
472
+ library,httpsnippet@1.25.0|commander@2.20.3,MIT,,TJ Holowaychuk,commander,2.20.3,pkg:npm/commander@2.20.3,node_modules/httpsnippet/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,2025-11-09T04:11:11.686Z
473
473
  library,httpsnippet@1.25.0|debug@2.6.9,MIT,,TJ Holowaychuk,debug,2.6.9,pkg:npm/debug@2.6.9,node_modules/httpsnippet/node_modules/debug,small debugging utility,git://github.com/visionmedia/debug.git,"as detected from PackageJson property ""repository.url""",https://github.com/visionmedia/debug#readme,"as detected from PackageJson property ""homepage""",https://github.com/visionmedia/debug/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/debug/-/debug-2.6.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730,tj@vision-media.ca,active,Active in npm registry,2025-09-13T17:25:19.913Z
474
474
  library,httpsnippet@1.25.0|ms@2.0.0,MIT,,,ms,2.0.0,pkg:npm/ms@2.0.0,node_modules/httpsnippet/node_modules/ms,Tiny milisecond conversion utility,git+https://github.com/zeit/ms.git,"as detected from PackageJson property ""repository.url""",https://github.com/zeit/ms#readme,"as detected from PackageJson property ""homepage""",https://github.com/zeit/ms/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ms/-/ms-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4e9a7ad0fe885090d3b8eabfe59f1c76c93326e8dfc2a7ce4e4af02308fb211212a679099d3e92c89e0f08f9c63281630bd75d85a979295218b40b7dee2c74e4,,active,Active in npm registry,2025-09-08T19:56:54.242Z
475
475
  library,httpsnippet@1.25.0|event-stream@3.3.4,MIT,,Dominic Tarr,event-stream,3.3.4,pkg:npm/event-stream@3.3.4,node_modules/httpsnippet/node_modules/event-stream,construct pipes of streams of events,git://github.com/dominictarr/event-stream.git,"as detected from PackageJson property ""repository.url""",http://github.com/dominictarr/event-stream,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/event-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,407a64111706b11d13ed09b71cd252c97284123f001cdc646373caf134b6289bd0ecd8921dedc30e9c1528ab68629acbfc0adecb31417889012160a102a9fad2,dominic.tarr@gmail.com,active,Active in npm registry,2022-11-08T10:38:35.230Z
@@ -601,7 +601,7 @@ library,p-defer@1.0.0,MIT,,Sindre Sorhus,p-defer,1.0.0,pkg:npm/p-defer@1.0.0,nod
601
601
  library,mimic-fn@2.1.0,MIT,,Sindre Sorhus,mimic-fn,2.1.0,pkg:npm/mimic-fn@2.1.0,node_modules/mimic-fn,Make a function mimic another one,git+https://github.com/sindresorhus/mimic-fn.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/mimic-fn#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/mimic-fn/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3aa6ce939a0441e019f165d6c9d96ef47263cfd59574422f6a63027179aea946234e49c7fecaac5af850def830285451d47a63bcd04a437ee76c9818cc6a8672,sindresorhus@gmail.com,active,Active in npm registry,2023-11-05T19:55:23.083Z
602
602
  library,p-is-promise@2.1.0,MIT,,Sindre Sorhus,p-is-promise,2.1.0,pkg:npm/p-is-promise@2.1.0,node_modules/p-is-promise,Check if something is a promise,git+https://github.com/sindresorhus/p-is-promise.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/p-is-promise#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/p-is-promise/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6375b4c2544f2bc64c45b36af7b978339a2d8a8780e659b5cfb6e4364c4291af0748f8d1d314569a90a673dbad89a2cff496f5783f0181e2314d6e00205e393e,sindresorhus@gmail.com,active,Active in npm registry,2022-06-23T05:47:06.568Z
603
603
  library,yaml@2.8.1,ISC,,Eemeli Aro,yaml,2.8.1,pkg:npm/yaml@2.8.1,node_modules/yaml,JavaScript parser and stringifier for YAML,git+https://github.com/eemeli/yaml.git,"as detected from PackageJson property ""repository.url""",https://eemeli.org/yaml/,"as detected from PackageJson property ""homepage""",https://github.com/eemeli/yaml/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,95c61c3315f63cef57306bc02642773ac34cc3effb14a7aceff8607ab1946162285aee63ffe610a9c66be499cf656cceb0406031b49b8924e7fddbffebd324a7,eemeli@gmail.com,active,Active in npm registry,2025-08-05T13:19:29.169Z
604
- library,@rollup/rollup-linux-x64-musl@4.50.2,MIT,@rollup,Lukas Taegert-Atkinson,rollup-linux-x64-musl,4.50.2,pkg:npm/%40rollup/rollup-linux-x64-musl@4.50.2,node_modules/@rollup/rollup-linux-x64-musl,Native bindings for Rollup,git+https://github.com/rollup/rollup.git,"as detected from PackageJson property ""repository.url""",https://rollupjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/rollup/rollup/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1cf349c313cbdc49a1cde027b164023370dca2a3b3dff202e9d7bdad67c647c642b841c44e2f649bae9b1ffc06dd81f45779f2cf214419465e2f93cacb2e31bf,,active,Active in npm registry,2025-10-18T06:54:45.183Z
604
+ library,@rollup/rollup-linux-x64-musl@4.50.2,MIT,@rollup,Lukas Taegert-Atkinson,rollup-linux-x64-musl,4.50.2,pkg:npm/%40rollup/rollup-linux-x64-musl@4.50.2,node_modules/@rollup/rollup-linux-x64-musl,Native bindings for Rollup,git+https://github.com/rollup/rollup.git,"as detected from PackageJson property ""repository.url""",https://rollupjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/rollup/rollup/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1cf349c313cbdc49a1cde027b164023370dca2a3b3dff202e9d7bdad67c647c642b841c44e2f649bae9b1ffc06dd81f45779f2cf214419465e2f93cacb2e31bf,,active,Active in npm registry,2025-11-10T08:57:53.774Z
605
605
  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
606
606
  library,extensible-error@1.0.2,ISC,,Stefan Thomas,extensible-error,1.0.2,pkg:npm/extensible-error@1.0.2,node_modules/extensible-error,Error base class for Node.js/browsers,git+https://github.com/justmoon/extensible-error.git,"as detected from PackageJson property ""repository.url""",https://github.com/justmoon/extensible-error,"as detected from PackageJson property ""homepage""",https://github.com/justmoon/extensible-error/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/extensible-error/-/extensible-error-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9175351624ec193f0fc8c2ad14cd3be112bf541a73c2e40989c007a81a6c3c37935c14224802cf8e48ca5e5c8a746fc63fa951edb05a124abca9da0eda07aef6,justmoon@members.fsf.org,active,Active in npm registry,2022-06-17T22:55:27.418Z
607
607
  library,map-transform-cjs@0.2.0,ISC,,Kjell-Morten Bratsberg Thorsen,map-transform-cjs,0.2.0,pkg:npm/map-transform-cjs@0.2.0,node_modules/map-transform-cjs,MapTransform with CJS support,git+https://github.com/oderayi/map-transform-cjs.git,"as detected from PackageJson property ""repository.url""",https://github.com/oderayi/map-transform-cjs#readme,"as detected from PackageJson property ""homepage""",https://github.com/oderayi/map-transform-cjs/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/map-transform-cjs/-/map-transform-cjs-0.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0e7d9b8aaae9eb0d0e66aeac5e1dec84c060a4f70dd7750bf64a70a0b10b0a858c5d67309338c52cf6a0a0beacab56d966911112f5b7604a2866da4f9580d6a7,kjellmorten@integreat.io,active,Active in npm registry,2024-10-03T19:07:21.514Z
@@ -611,13 +611,13 @@ library,swagger-parser@10.0.3,MIT,,James Messinger,swagger-parser,10.0.3,pkg:npm
611
611
  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,2025-10-14T07:28:41.940Z
612
612
  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,2025-09-10T19:52:47.303Z
613
613
  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,2024-07-29T16:51:03.673Z
614
- 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,2025-10-25T12:07:44.272Z
614
+ 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,2025-11-09T04:11:11.686Z
615
615
  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
616
616
  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
617
- library,validator@13.15.20,MIT,,Chris O'Hara,validator,13.15.20,pkg:npm/validator@13.15.20,node_modules/validator,String validation and sanitization,git+https://github.com/validatorjs/validator.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/validatorjs/validator.js,"as detected from PackageJson property ""homepage""",https://github.com/validatorjs/validator.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/validator/-/validator-13.15.20.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2b13ceab75762e67d03cfe1ea9fdccabfceb4f40eaa76566c76067dbce4bc156a12dcf82b3138cd1cac11dcce6f228e57236744395dde8b5b7cf7a1d4cf9e5af,cohara87@gmail.com,active,Active in npm registry,2025-11-03T07:33:52.106Z
618
- library,@mojaloop/ml-testing-toolkit-shared-lib@14.3.0,Apache-2.0,@mojaloop,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit-shared-lib,14.3.0,pkg:npm/%40mojaloop/ml-testing-toolkit-shared-lib@14.3.0,node_modules/@mojaloop/ml-testing-toolkit-shared-lib,Shared library for ml-testing-toolkit re-usable functions,git+https://github.com/mojaloop/ml-testing-toolkit-shared-lib.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-testing-toolkit-shared-lib#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/ml-testing-toolkit-shared-lib/-/ml-testing-toolkit-shared-lib-14.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de49d657713a737dcefe01501e3b66ebcef27d5910187c7af6cbcddcbb82205a17716f92f1d0791cbe5371a118ad755c6f8a23d98c3eebc198fefe07cdddc65d,,active,Active in npm registry,2025-09-26T01:50:55.629Z
619
- library,@mojaloop/ml-testing-toolkit-shared-lib@14.3.0|@apidevtools/json-schema-ref-parser@14.2.1,MIT,@apidevtools,JonLuca DeCaro,json-schema-ref-parser,14.2.1,pkg:npm/%40apidevtools/json-schema-ref-parser@14.2.1,node_modules/@mojaloop/ml-testing-toolkit-shared-lib/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.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1e6745c3d08362a33a076e69a8606935e2c22af18f948c7511b2eb54bd333ef8f9d02250507c81341c38e4cba4d24108928828d5566f38a1da8dd32e0334b146,apis@jonlu.ca,active,Active in npm registry,2025-09-10T19:52:47.303Z
620
- library,@faker-js/faker@10.0.0,MIT,@faker-js,,faker,10.0.0,pkg:npm/%40faker-js/faker@10.0.0,node_modules/@faker-js/faker,Generate massive amounts of fake contextual data,git+https://github.com/faker-js/faker.git,"as detected from PackageJson property ""repository.url""",https://fakerjs.dev,"as detected from PackageJson property ""homepage""",https://github.com/faker-js/faker/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@faker-js/faker/-/faker-10.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,528965144524557badb1a3fe567763c5aaf8d06b3924bd8778b725f313b54008c980e7617373a60455b2132952f9175d59a681880cc7fb9ff5ecf2d02700e22f,,active,Active in npm registry,2025-10-27T23:15:59.811Z
617
+ library,validator@13.15.20,MIT,,Chris O'Hara,validator,13.15.20,pkg:npm/validator@13.15.20,node_modules/validator,String validation and sanitization,git+https://github.com/validatorjs/validator.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/validatorjs/validator.js,"as detected from PackageJson property ""homepage""",https://github.com/validatorjs/validator.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/validator/-/validator-13.15.20.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2b13ceab75762e67d03cfe1ea9fdccabfceb4f40eaa76566c76067dbce4bc156a12dcf82b3138cd1cac11dcce6f228e57236744395dde8b5b7cf7a1d4cf9e5af,cohara87@gmail.com,active,Active in npm registry,2025-11-09T10:10:53.325Z
618
+ library,@mojaloop/ml-testing-toolkit-shared-lib@14.3.1,Apache-2.0,@mojaloop,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit-shared-lib,14.3.1,pkg:npm/%40mojaloop/ml-testing-toolkit-shared-lib@14.3.1,node_modules/@mojaloop/ml-testing-toolkit-shared-lib,Shared library for ml-testing-toolkit re-usable functions,git+https://github.com/mojaloop/ml-testing-toolkit-shared-lib.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-testing-toolkit-shared-lib#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-testing-toolkit-shared-lib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/ml-testing-toolkit-shared-lib/-/ml-testing-toolkit-shared-lib-14.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,29e9bc623be4f80169ef7072485c2dc3be8aabfdc36223d142d1710e15885202f451badcf59f41bf1cd12add79198b5f51409fc05a26a1d23a5ba63e6a7b228c,,active,Active in npm registry,2025-11-06T14:47:07.367Z
619
+ library,@mojaloop/ml-testing-toolkit-shared-lib@14.3.1|@apidevtools/json-schema-ref-parser@14.2.1,MIT,@apidevtools,JonLuca DeCaro,json-schema-ref-parser,14.2.1,pkg:npm/%40apidevtools/json-schema-ref-parser@14.2.1,node_modules/@mojaloop/ml-testing-toolkit-shared-lib/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.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1e6745c3d08362a33a076e69a8606935e2c22af18f948c7511b2eb54bd333ef8f9d02250507c81341c38e4cba4d24108928828d5566f38a1da8dd32e0334b146,apis@jonlu.ca,active,Active in npm registry,2025-09-10T19:52:47.303Z
620
+ library,@faker-js/faker@10.1.0,MIT,@faker-js,,faker,10.1.0,pkg:npm/%40faker-js/faker@10.1.0,node_modules/@faker-js/faker,Generate massive amounts of fake contextual data,git+https://github.com/faker-js/faker.git,"as detected from PackageJson property ""repository.url""",https://fakerjs.dev,"as detected from PackageJson property ""homepage""",https://github.com/faker-js/faker/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@faker-js/faker/-/faker-10.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0b79abaf76f975156528f25d7eb0174bcf9dabeaeaf109b948d45acdc6b424a830d474044459ab55bd2da30bcc9b0e6ebbc84728d8906ac31a47fb7275fdd9b2,,active,Active in npm registry,2025-10-27T23:15:59.811Z
621
621
  library,json-schema-faker@0.5.9,MIT,,Alvaro Cabrera,json-schema-faker,0.5.9,pkg:npm/json-schema-faker@0.5.9,node_modules/json-schema-faker,JSON-Schema + fake data generators,git+https://github.com/json-schema-faker/json-schema-faker.git,"as detected from PackageJson property ""repository.url""",http://json-schema-faker.js.org,"as detected from PackageJson property ""homepage""",https://github.com/json-schema-faker/json-schema-faker/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7cd28b1e00ef7c634d4d7d73a888ea14c26308bcc9da4be727cdf5c786aa900a1e1388c4d93c6fa497613a7937254dece36bc5ce65ef9296d8cc7e47de7700ce,pateketrueke@gmail.com,active,Active in npm registry,2025-04-07T22:49:48.121Z
622
622
  library,json-schema-ref-parser@6.1.0,MIT,,James Messinger,json-schema-ref-parser,6.1.0,pkg:npm/json-schema-ref-parser@6.1.0,node_modules/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.org/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/json-schema-ref-parser/-/json-schema-ref-parser-6.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a577bd1f59ba2202295e61392526fc7a98a53531ac9936f688fa21017a4e761a8615b42335e1c7b19c54f82f30e93f35199c523c52de528a83266cf1c79206bb,,deprecated,Please switch to @apidevtools/json-schema-ref-parser,2022-11-28T22:47:13.800Z
623
623
  library,json-schema-ref-parser@6.1.0|js-yaml@3.14.1,MIT,,Vladimir Zapparov,js-yaml,3.14.1,pkg:npm/js-yaml@3.14.1,node_modules/json-schema-ref-parser/node_modules/js-yaml,YAML 1.2 parser and serializer,git+https://github.com/nodeca/js-yaml.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodeca/js-yaml,"as detected from PackageJson property ""homepage""",https://github.com/nodeca/js-yaml/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a24307ece5d727b62b37d3a4dff497ae7bb8897f723a4fb6e67a97e22992da7a6ebd36039a8fd0119a2ac199186880e4de356f04e4ce20480485a2ceca7052f6,dervus.grim@gmail.com,active,Active in npm registry,2025-10-14T04:55:01.993Z
@@ -631,7 +631,7 @@ library,node-dir@0.1.17,MIT,,Nathan Cartwright,node-dir,0.1.17,pkg:npm/node-dir@
631
631
  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,2025-10-28T22:58:24.454Z
632
632
  library,@mojaloop/sdk-standard-components@19.18.0,Apache-2.0,@mojaloop,James Bush~ ModusBox Inc.,sdk-standard-components,19.18.0,pkg:npm/%40mojaloop/sdk-standard-components@19.18.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2b5ee44e1fc777473af14634e9db3eb3981dd81bfe623be6d5253db0ec338fedd67c7877b45c6314b603aed117c047042162e001fa4b52712170c73e487892c8,,active,Active in npm registry,2025-10-06T10:21:59.444Z
633
633
  library,@mojaloop/sdk-standard-components@19.18.0|axios@1.12.2,MIT,,Matt Zabriskie,axios,1.12.2,pkg:npm/axios@1.12.2,node_modules/@mojaloop/sdk-standard-components/node_modules/axios,Promise based HTTP client for the browser and node.js,git+https://github.com/axios/axios.git,"as detected from PackageJson property ""repository.url""",https://axios-http.com,"as detected from PackageJson property ""homepage""",https://github.com/axios/axios/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/axios/-/axios-1.12.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bcc2733dec00951c8e831576754d02bb3d8ef33cf3c7d558b5b24e68181715e2dce0857f120e749f82e8c267a138e47ad52f193297362b949aee0e80e237e453,,active,Active in npm registry,2025-11-04T20:01:20.484Z
634
- library,@mojaloop/ml-number@11.4.0,Apache-2.0,@mojaloop,ModusBox,ml-number,11.4.0,pkg:npm/%40mojaloop/ml-number@11.4.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,148cbde0aba4a63d3f71193409ae9cb1dc2c80e206b8a8863e3f92e98ce3b72ce4bb34b1dd8ad5ee4f08e87df02a595e9bce980fa3749479b1def944ca843e3e,,active,Active in npm registry,2025-09-24T06:19:13.577Z
634
+ library,@mojaloop/ml-number@11.4.0,Apache-2.0,@mojaloop,ModusBox,ml-number,11.4.0,pkg:npm/%40mojaloop/ml-number@11.4.0,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.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,148cbde0aba4a63d3f71193409ae9cb1dc2c80e206b8a8863e3f92e98ce3b72ce4bb34b1dd8ad5ee4f08e87df02a595e9bce980fa3749479b1def944ca843e3e,,active,Active in npm registry,2025-11-06T14:49:31.976Z
635
635
  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
636
636
  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
637
637
  library,axios@1.13.2,MIT,,Matt Zabriskie,axios,1.13.2,pkg:npm/axios@1.13.2,node_modules/axios,Promise based HTTP client for the browser and node.js,git+https://github.com/axios/axios.git,"as detected from PackageJson property ""repository.url""",https://axios-http.com,"as detected from PackageJson property ""homepage""",https://github.com/axios/axios/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/axios/-/axios-1.13.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,54f93d79b36a3dccb99511ae4a52b1ef9d889436ad3a34fda5a3e59bc03bc8eb96d856efa785f72739c9b53e1fd06cc62cb89613d5bca27cf9d52a8b630cc668,,active,Active in npm registry,2025-11-04T20:01:20.484Z
@@ -682,7 +682,7 @@ library,ci-info@3.9.0,MIT,,Thomas Watson Steen,ci-info,3.9.0,pkg:npm/ci-info@3.9
682
682
  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
683
683
  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
684
684
  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,2025-08-29T19:15:48.096Z
685
- 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,2025-11-05T16:21:59.838Z
685
+ 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,2025-11-07T16:20:49.492Z
686
686
  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
687
687
  library,socket.io@4.8.1,MIT,,,socket.io,4.8.1,pkg:npm/socket.io@4.8.1,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.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a19ee2502c6987c5984471dc8c111cf6e9f0dda76de42992365a698ffe50e24d9122b865f19e726365ebe23f738f4fb0cd56746f1998a064b32899d197a038ca,,active,Active in npm registry,2025-05-08T13:13:01.493Z
688
688
  library,socket.io@4.8.1|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
@@ -803,7 +803,7 @@ library,enjoi@9.0.1|@hapi/bourne@2.1.0,BSD-3-Clause,@hapi,,bourne,2.1.0,pkg:npm/
803
803
  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
804
804
  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
805
805
  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,2024-07-29T16:51:03.673Z
806
- 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,2025-10-25T12:07:44.272Z
806
+ 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,2025-11-09T04:11:11.686Z
807
807
  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
808
808
  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,2025-09-10T19:52:47.303Z
809
809
  library,http-status@1.8.1,BSD-3-Clause,,David Worms,http-status,1.8.1,pkg:npm/http-status@1.8.1,node_modules/http-status,Interact with HTTP status code,git+https://github.com/adaltas/node-http-status.git,"as detected from PackageJson property ""repository.url""",https://github.com/adaltas/node-http-status,"as detected from PackageJson property ""homepage""",http://github.com/adaltas/node-http-status/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/http-status/-/http-status-1.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,61017b8fc41ffd195bcb421b44f8967cd66de9a794bf72b43e2d31ddcadb31937eec5f1d3e7e64e1bde7f3deefa4cd5593c320d9f84e61cf5f92d284416332fd,david@adaltas.com,active,Active in npm registry,2025-01-10T00:55:24.873Z
@@ -939,7 +939,7 @@ library,@sinonjs/commons@3.0.1|type-detect@4.0.8,MIT,,Jake Luer,type-detect,4.0.
939
939
  library,@jest/globals@29.7.0,MIT,@jest,,globals,29.7.0,pkg:npm/%40jest/globals@29.7.0#packages/jest-globals,node_modules/@jest/globals,,git+https://github.com/jestjs/jest.git#packages/jest-globals,"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/globals/-/globals-29.7.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9a98b3dddbad2db916d8c345b9b50650454b9131a2a96eb22d54c0f896cfe9f23a27988bf58d0d960f24f79a5c17c72d2b0092ed6571b5e06cdbd8617c0a2dcd,,active,Active in npm registry,2025-09-28T07:32:57.053Z
940
940
  library,@jest/source-map@29.6.3,MIT,@jest,,source-map,29.6.3,pkg:npm/%40jest/source-map@29.6.3#packages/jest-source-map,node_modules/@jest/source-map,,git+https://github.com/jestjs/jest.git#packages/jest-source-map,"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/source-map/-/source-map-29.6.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3078d3f7942e8a970fae92ccfbc24c4b3171e9e1e9e419bee177850c9970b2f5418e628d88802f6ac18ad9fc73d966c64659efa9e8456e1d3b30c6bb9f76099f,,active,Active in npm registry,2025-06-18T22:31:17.609Z
941
941
  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
942
- 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,2025-02-20T18:27:51.446Z
942
+ 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,2025-11-07T22:51:12.146Z
943
943
  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
944
944
  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,2025-10-23T15:17:49.858Z
945
945
  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
@@ -1007,7 +1007,7 @@ library,lodash.once@4.1.1,MIT,,John-David Dalton,lodash.once,4.1.1,pkg:npm/lodas
1007
1007
  library,mongoose@8.19.3,MIT,,Guillermo Rauch,mongoose,8.19.3,pkg:npm/mongoose@8.19.3,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-8.19.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7d3006688a21924f300a080cb81baa4d50f862b335fc9f1c06bd5e92acc5aadcfae6a90b8ed5f675ccb7347d5efb6ae4db7eb9772aebb0f027b78613c4184489,guillermo@learnboost.com,active,Active in npm registry,2025-11-04T16:07:38.322Z
1008
1008
  library,bson@6.10.4,Apache-2.0,,The MongoDB NodeJS Team,bson,6.10.4,pkg:npm/bson@6.10.4,node_modules/bson,A bson parser for node.js and the browser,git+https://github.com/mongodb/js-bson.git,"as detected from PackageJson property ""repository.url""",https://github.com/mongodb/js-bson#readme,"as detected from PackageJson property ""homepage""",https://jira.mongodb.org/projects/NODE/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bson/-/bson-6.10.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,588b0aaa4482d00068049b93d4b117fb61c4bcd98d28a8274c0c9dd1f2fcab32b8487da2f4d5e0fadd3c62d759a7f57d219df77317b7895e32334aa0f253109e,dbx-node@mongodb.com,active,Active in npm registry,2025-11-05T18:46:12.022Z
1009
1009
  library,kareem@2.6.3,Apache-2.0,,Valeri Karpov,kareem,2.6.3,pkg:npm/kareem@2.6.3,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-2.6.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0b78877ee1945cadaef3f8a9abd2df8c57d7171019310249abbbcb4b8e6bdc3f58db143f9b84bccda478ccc2c55a1f40b0d3d799c15f50385310ef14202fd5e9,val@karpov.io,active,Active in npm registry,2024-04-05T20:57:21.900Z
1010
- library,mongodb@6.20.0,Apache-2.0,,The MongoDB NodeJS Team,mongodb,6.20.0,pkg:npm/mongodb@6.20.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-6.20.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4e5e8c1085372b846add348777eb1942a441a06945b0e80dac7e65b40705055eb645edc577e15c6957fcb9211014e279d520e8c0356db414ce34c7e8616ad695,dbx-node@mongodb.com,active,Active in npm registry,2025-11-06T00:17:48.987Z
1010
+ library,mongodb@6.20.0,Apache-2.0,,The MongoDB NodeJS Team,mongodb,6.20.0,pkg:npm/mongodb@6.20.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-6.20.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4e5e8c1085372b846add348777eb1942a441a06945b0e80dac7e65b40705055eb645edc577e15c6957fcb9211014e279d520e8c0356db414ce34c7e8616ad695,dbx-node@mongodb.com,active,Active in npm registry,2025-11-07T00:18:12.504Z
1011
1011
  library,@mongodb-js/saslprep@1.3.1,MIT,@mongodb-js,Dmitry Tsvettsikh,saslprep,1.3.1,pkg:npm/%40mongodb-js/saslprep@1.3.1,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.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ea766bab991f033d0f396ca19639db590409439b93f2813675d5f7d37ab5b98d2d5ac8af58a8010d7041bee14fc0ea9145a95726e54ef448ce755b6e84b5f4ce,me@reklatsmasters.com,active,Active in npm registry,2025-10-17T16:37:14.624Z
1012
1012
  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
1013
1013
  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
@@ -1105,7 +1105,7 @@ library,@babel/helper-validator-option@7.27.1,MIT,@babel,The Babel Team,helper-v
1105
1105
  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-10-22T13:44:51.506Z
1106
1106
  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,2025-11-05T14:11:12.770Z
1107
1107
  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,2025-11-06T06:55:35.941Z
1108
- 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,2025-11-05T03:02:19.313Z
1108
+ 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,2025-11-08T03:02:21.834Z
1109
1109
  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
1110
1110
  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-10-22T13:38:39.733Z
1111
1111
  library,yallist@3.1.1,ISC,,Isaac Z. Schlueter,yallist,3.1.1,pkg:npm/yallist@3.1.1,node_modules/yallist,Yet Another Linked List,git+https://github.com/isaacs/yallist.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/yallist#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/yallist/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6b850641a58f1f9f663975189c01b67b09dc412e22e05e374efdc9a0033eb365430264bd36c2bc1a90cc2eb0873e4b054fb8772ba4cea14367da96fb4685f1e2,i@izs.me,active,Active in npm registry,2024-04-09T19:21:45.008Z
@@ -1157,7 +1157,7 @@ library,postman-collection@5.0.0|mime-types@2.1.35,MIT,,,mime-types,2.1.35,pkg:n
1157
1157
  library,postman-collection@5.0.0|mime-db@1.52.0,MIT,,,mime-db,1.52.0,pkg:npm/mime-db@1.52.0,node_modules/postman-collection/node_modules/mime-db,Media Type Database,git+https://github.com/jshttp/mime-db.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/mime-db#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/mime-db/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be,,active,Active in npm registry,2025-05-14T14:56:01.096Z
1158
1158
  library,postman-collection@5.0.0|semver@7.7.1,ISC,,GitHub Inc.,semver,7.7.1,pkg:npm/semver@7.7.1,node_modules/postman-collection/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.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,865abcb407e7d26ffad69e0155170fcc81abe8b2a2330a3854ce9d1a2ea9b78a9c46498dcd3716aba782123121faa5e390c0ef3e53851521b0423a046ba83230,,active,Active in npm registry,2025-10-07T18:00:52.105Z
1159
1159
  library,postman-collection@5.0.0|uuid@8.3.2,MIT,,,uuid,8.3.2,pkg:npm/uuid@8.3.2,node_modules/postman-collection/node_modules/uuid,RFC4122 (v1~ v4~ and v5) UUIDs,git+https://github.com/uuidjs/uuid.git,"as detected from PackageJson property ""repository.url""",https://github.com/uuidjs/uuid#readme,"as detected from PackageJson property ""homepage""",https://github.com/uuidjs/uuid/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f8d62cd9078c5b2f865853849bdc679fa1c20e9d25ed0043ee697cccb52627ef77439345d0da1c12b9f09139175453625f7fdfa42e9a7d2f0385bfe0cfb47b7a,,active,Active in npm registry,2025-09-08T18:43:40.044Z
1160
- library,file-type@3.9.0,MIT,,Sindre Sorhus,file-type,3.9.0,pkg:npm/file-type@3.9.0,node_modules/file-type,Detect the file type of a Buffer/Uint8Array,git+https://github.com/sindresorhus/file-type.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/file-type#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/file-type/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,44ba2a4d713cfef3e632e4c8f3c0c0ce13180bdf48f015afef360fe00d69ba8e47223109e445f8f22821cb867228c1bd1035f10605ba7bef9c9fb775c6e16084,sindresorhus@gmail.com,active,Active in npm registry,2025-05-23T11:52:22.101Z
1160
+ library,file-type@3.9.0,MIT,,Sindre Sorhus,file-type,3.9.0,pkg:npm/file-type@3.9.0,node_modules/file-type,Detect the file type of a Buffer/Uint8Array,git+https://github.com/sindresorhus/file-type.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/file-type#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/file-type/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,44ba2a4d713cfef3e632e4c8f3c0c0ce13180bdf48f015afef360fe00d69ba8e47223109e445f8f22821cb867228c1bd1035f10605ba7bef9c9fb775c6e16084,sindresorhus@gmail.com,active,Active in npm registry,2025-11-10T08:15:38.386Z
1161
1161
  library,http-reasons@0.1.0,Apache-2.0,,Shamasis Bhattacharya,http-reasons,0.1.0,pkg:npm/http-reasons@0.1.0,node_modules/http-reasons,Database to lookup http reasons from http response status code,git+https://github.com/postmanlabs/http-reasons.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/http-reasons#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/http-reasons/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/http-reasons/-/http-reasons-0.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3fa91887494a67ecb6f53d86ab3f91942f5604b84a7bc90399c27e03eeb5d6315fc5d3ec6cc450e5a36615133794436a1642be1d34cbfad950be2022bf401b2d,mail@shamasis.net,active,Active in npm registry,2022-06-18T22:14:51.688Z
1162
1162
  library,liquid-json@0.3.1,Apache-2.0,,Postman Labs,liquid-json,0.3.1,pkg:npm/liquid-json@0.3.1,node_modules/liquid-json,Implementation of JSON that ignores BOM and thows friendly error,git+https://github.com/postmanlabs/liquid-json.git,"as detected from PackageJson property ""repository.url""",https://github.com/postmanlabs/liquid-json#readme,"as detected from PackageJson property ""homepage""",https://github.com/postmanlabs/liquid-json/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/liquid-json/-/liquid-json-0.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c146b24d4f0c4bcdbb0da9ba331803ef6522f8a39217ebbf788aa96ad3ad8e7be0274fa69c3ab7dee0b633b274b4f2beba97bf0e9500b8ae09514f3d881a0d29,help@getpostman.com,active,Active in npm registry,2022-09-19T09:03:02.866Z
1163
1163
  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-02-21T10:09:15.214Z
@@ -1276,7 +1276,7 @@ library,meow@8.1.2|find-up@4.1.0,MIT,,Sindre Sorhus,find-up,4.1.0,pkg:npm/find-u
1276
1276
  library,meow@8.1.2|locate-path@5.0.0,MIT,,Sindre Sorhus,locate-path,5.0.0,pkg:npm/locate-path@5.0.0,node_modules/meow/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-5.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b7b870f6923e5afbb03495f0939cd51e9ca122ace0daa4e592524e7f4995c4649b7b7169d9589e65c76e3588da2c3a32ea9f6e1a94041961bced6a4c2a536af2,sindresorhus@gmail.com,active,Active in npm registry,2025-09-15T23:17:38.996Z
1277
1277
  library,meow@8.1.2|p-locate@4.1.0,MIT,,Sindre Sorhus,p-locate,4.1.0,pkg:npm/p-locate@4.1.0,node_modules/meow/node_modules/p-locate,Get the first fulfilled promise that satisfies the provided testing function,git+https://github.com/sindresorhus/p-locate.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/p-locate#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/p-locate/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,47bf5967fd30031286bb7a18325cfc8f2fe46e1b0dad2ed2299ecfc441c1809e7e1769ad156d9f2b670eb4187570762442c6f3155ec8f84a1129ee98b74a0aec,sindresorhus@gmail.com,active,Active in npm registry,2023-06-22T16:33:30.238Z
1278
1278
  library,meow@8.1.2|p-limit@2.3.0,MIT,,Sindre Sorhus,p-limit,2.3.0,pkg:npm/p-limit@2.3.0,node_modules/meow/node_modules/p-limit,Run multiple promise-returning & async functions with limited concurrency,git+https://github.com/sindresorhus/p-limit.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/p-limit#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/p-limit/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ffff3c985592271f25c42cf07400014c92f6332581d76f9e218ecc0cbd92a8b98091e294f6ac51bd6b92c938e6dc5526a4110cb857dc90022a11a546503c5beb,sindresorhus@gmail.com,active,Active in npm registry,2025-10-19T15:26:04.022Z
1279
- library,meow@8.1.2|read-pkg@5.2.0,MIT,,Sindre Sorhus,read-pkg,5.2.0,pkg:npm/read-pkg@5.2.0,node_modules/meow/node_modules/read-pkg,Read a package.json file,git+https://github.com/sindresorhus/read-pkg.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/read-pkg#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/read-pkg/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,520ebd98d3a97ef28301cd90f034693238f376dae7bfd1dc48c5fee15b19c43d5a67a673ac813bae5cd706d593ca150b48c2a0d3be805ba591e626690f42623a,sindresorhus@gmail.com,active,Active in npm registry,2023-11-16T08:39:25.451Z
1279
+ library,meow@8.1.2|read-pkg@5.2.0,MIT,,Sindre Sorhus,read-pkg,5.2.0,pkg:npm/read-pkg@5.2.0,node_modules/meow/node_modules/read-pkg,Read a package.json file,git+https://github.com/sindresorhus/read-pkg.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/read-pkg#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/read-pkg/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,520ebd98d3a97ef28301cd90f034693238f376dae7bfd1dc48c5fee15b19c43d5a67a673ac813bae5cd706d593ca150b48c2a0d3be805ba591e626690f42623a,sindresorhus@gmail.com,active,Active in npm registry,2025-11-07T18:07:21.923Z
1280
1280
  library,meow@8.1.2|read-pkg@5.2.0|normalize-package-data@2.5.0,BSD-2-Clause,,Meryn Stol,normalize-package-data,2.5.0,pkg:npm/normalize-package-data@2.5.0,node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data,Normalizes data that can be found in package.json files.,git://github.com/npm/normalize-package-data.git,"as detected from PackageJson property ""repository.url""",https://github.com/npm/normalize-package-data#readme,"as detected from PackageJson property ""homepage""",https://github.com/npm/normalize-package-data/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ff908c3774f44785d38f80dc19a7b1a3eae8652752156ff400e39344eae3c73086d70ad65c4b066d129ebe39482fe643138b19949af9103e185b4caa9a42be78,merynstol@gmail.com,active,Active in npm registry,2025-07-24T16:40:01.790Z
1281
1281
  library,meow@8.1.2|read-pkg@5.2.0|type-fest@0.6.0,,,Sindre Sorhus,type-fest,0.6.0,pkg:npm/type-fest@0.6.0,node_modules/meow/node_modules/read-pkg/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.6.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,abe301f27611d4a0cbae0af81b9c9e99fb69302eff40ba959dd06610476ace6363e5d70538ee0ea3caa5c1913750b4f7f998a6d45f0aab87019e290d86508c96,sindresorhus@gmail.com,active,Active in npm registry,2025-11-03T08:42:47.910Z
1282
1282
  library,meow@8.1.2|hosted-git-info@2.8.9,ISC,,Rebecca Turner,hosted-git-info,2.8.9,pkg:npm/hosted-git-info@2.8.9,node_modules/meow/node_modules/hosted-git-info,Provides metadata and conversions from repository urls for Github~ Bitbucket and Gitlab,git+https://github.com/npm/hosted-git-info.git,"as detected from PackageJson property ""repository.url""",https://github.com/npm/hosted-git-info,"as detected from PackageJson property ""homepage""",https://github.com/npm/hosted-git-info/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9b120301bf4bb26e83a0e27bc47fb9f97e32d4b53fe078b9d0bf42e6c22cc0adc9cd42d2e1bc24d45be374182f611e1bcd3e2db944220b5e451367f91db2ef63,me@re-becca.org,active,Active in npm registry,2025-10-08T16:36:21.877Z
@@ -1314,7 +1314,7 @@ library,read-pkg-up@3.0.0|p-locate@2.0.0,MIT,,Sindre Sorhus,p-locate,2.0.0,pkg:n
1314
1314
  library,read-pkg-up@3.0.0|p-limit@1.3.0,MIT,,Sindre Sorhus,p-limit,1.3.0,pkg:npm/p-limit@1.3.0,node_modules/read-pkg-up/node_modules/p-limit,Run multiple promise-returning & async functions with limited concurrency,git+https://github.com/sindresorhus/p-limit.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/p-limit#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/p-limit/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bef717b0b009f43af9ad038f93bb68650649029065d8ae09e9d00d4ac12e87a408e3525872c4bfaa14c66bd12b2145202b758d428258bf2971be3aa68aa100f5,sindresorhus@gmail.com,active,Active in npm registry,2025-10-19T15:26:04.022Z
1315
1315
  library,read-pkg-up@3.0.0|p-try@1.0.0,MIT,,Sindre Sorhus,p-try,1.0.0,pkg:npm/p-try@1.0.0,node_modules/read-pkg-up/node_modules/p-try,`Promise#try()` ponyfill - Starts a promise chain,git+https://github.com/sindresorhus/p-try.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/p-try#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/p-try/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5357ad358b8c268233dd95d2aebc92163b1741358ec76fe3762f3a2feda946fa61fea30a2fab1b70261d1f6ddfaac6e6f131f61a7d0ec9ba53e1e485942547c3,sindresorhus@gmail.com,active,Active in npm registry,2022-06-23T05:53:30.738Z
1316
1316
  library,read-pkg-up@3.0.0|path-exists@3.0.0,MIT,,Sindre Sorhus,path-exists,3.0.0,pkg:npm/path-exists@3.0.0,node_modules/read-pkg-up/node_modules/path-exists,Check if a path exists,git+https://github.com/sindresorhus/path-exists.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/path-exists#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/path-exists/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6e90bb198c220d8438c182def8503c96146385008c7101ae4a0186a83920fd07ab456c3d0a61914f4892395452649dbd34c2d9808cea6a58c9eb7a1a2f834825,sindresorhus@gmail.com,active,Active in npm registry,2024-10-22T17:26:44.383Z
1317
- library,read-pkg@3.0.0,MIT,,Sindre Sorhus,read-pkg,3.0.0,pkg:npm/read-pkg@3.0.0,node_modules/read-pkg,Read a package.json file,git+https://github.com/sindresorhus/read-pkg.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/read-pkg#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/read-pkg/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,04babf7023bdb70a3e9418224d836a0fa19db4af2ce0da5a5ab97afeb08ef70d13512f28265edc993a0e65f45896529321263a9edd54ee3439ddbae62aa63a04,sindresorhus@gmail.com,active,Active in npm registry,2023-11-16T08:39:25.451Z
1317
+ library,read-pkg@3.0.0,MIT,,Sindre Sorhus,read-pkg,3.0.0,pkg:npm/read-pkg@3.0.0,node_modules/read-pkg,Read a package.json file,git+https://github.com/sindresorhus/read-pkg.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/read-pkg#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/read-pkg/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,04babf7023bdb70a3e9418224d836a0fa19db4af2ce0da5a5ab97afeb08ef70d13512f28265edc993a0e65f45896529321263a9edd54ee3439ddbae62aa63a04,sindresorhus@gmail.com,active,Active in npm registry,2025-11-07T18:07:21.923Z
1318
1318
  library,read-pkg@3.0.0|load-json-file@4.0.0,MIT,,Sindre Sorhus,load-json-file,4.0.0,pkg:npm/load-json-file@4.0.0,node_modules/read-pkg/node_modules/load-json-file,Read and parse a JSON file,git+https://github.com/sindresorhus/load-json-file.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/load-json-file#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/load-json-file/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2b1f2131a9235f4ded8864cb008749fa52f486d2a75e311937a864feda337ff58eb9819d64126b67eac22516d50ae82c8c1de330b9fdef8e8db1021fe558c133,sindresorhus@gmail.com,active,Active in npm registry,2023-06-17T00:08:15.329Z
1319
1319
  library,read-pkg@3.0.0|parse-json@4.0.0,MIT,,Sindre Sorhus,parse-json,4.0.0,pkg:npm/parse-json@4.0.0,node_modules/read-pkg/node_modules/parse-json,Parse JSON with more helpful errors,git+https://github.com/sindresorhus/parse-json.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/parse-json#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/parse-json/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,68e228b3c6ee8c637ddfff0ec7f8cf2e1ed1c159cf132b329d5144f9f419ca0ea32842c41f0ce029d2d11475205c92fa9329628d54810b806f37d3a6b01e3c47,sindresorhus@gmail.com,active,Active in npm registry,2025-04-09T09:02:03.484Z
1320
1320
  library,read-pkg@3.0.0|pify@3.0.0,MIT,,Sindre Sorhus,pify,3.0.0,pkg:npm/pify@3.0.0,node_modules/read-pkg/node_modules/pify,Promisify a callback-style function,git+https://github.com/sindresorhus/pify.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/pify#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/pify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/pify/-/pify-3.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0b716c54d1f5b9d4845f8f20197d717efc1359fb185a3e54fbcfee2b5e411b3206acaa14a60857f21599c1afce1676a406289536606f7a64c947999ccbb88f72,sindresorhus@gmail.com,active,Active in npm registry,2023-06-17T00:08:09.166Z
@@ -1336,7 +1336,7 @@ library,lodash.ismatch@4.4.0,MIT,,John-David Dalton,lodash.ismatch,4.4.0,pkg:npm
1336
1336
  library,modify-values@1.0.1,MIT,,Sindre Sorhus,modify-values,1.0.1,pkg:npm/modify-values@1.0.1,node_modules/modify-values,Modify the values of an object,git+https://github.com/sindresorhus/modify-values.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/modify-values#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/modify-values/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c55d9bc5e37a17ba188d95937bf60f032e8c37633eb0be2efd1966d801c221519fa36a75c869811d0eaf1de865e1b453641747bb74d2916758824c296330064b,sindresorhus@gmail.com,active,Active in npm registry,2022-06-20T03:16:11.735Z
1337
1337
  library,is-text-path@1.0.1,MIT,,Sindre Sorhus,is-text-path,1.0.1,pkg:npm/is-text-path@1.0.1,node_modules/is-text-path,Check if a filepath is a text file,git+https://github.com/sindresorhus/is-text-path.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/is-text-path#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/is-text-path/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c45b89a677bda05cf9a836a87709a61b4f1edc26b01ffd9957c42acdad4aa3b4a4f0f3966e445dc08a0059586abead17794cc034484aa369f4217506066ec0ff,sindresorhus@gmail.com,active,Active in npm registry,2024-04-30T16:54:38.490Z
1338
1338
  library,text-extensions@1.9.0,MIT,,Sindre Sorhus,text-extensions,1.9.0,pkg:npm/text-extensions@1.9.0,node_modules/text-extensions,List of text file extensions,git+https://github.com/sindresorhus/text-extensions.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/text-extensions#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/text-extensions/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c2206bc02d448417a55b5d99cb6e8978e524439991bbee68f2ba6c264e7edadf98e6f13b7bce36aad6434368353695ffdbd1ddc85789e27488848e3b10d4b195,sindresorhus@gmail.com,active,Active in npm registry,2024-10-29T09:38:15.119Z
1339
- library,JSONStream@1.3.5,,,Dominic Tarr,JSONStream,1.3.5,pkg:npm/jsonstream@1.3.5,node_modules/JSONStream,rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects),git://github.com/dominictarr/JSONStream.git,"as detected from PackageJson property ""repository.url""",http://github.com/dominictarr/JSONStream,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/JSONStream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,13e8abb8d398f1557db382446ded5a3449ba322b333d1aff51f707333d13421d415d2c472be01257547a5b81e98c1852792fb9e0f22c00c0819b00f4e8b2eca9,dominic.tarr@gmail.com,active,Active in npm registry,2025-10-13T17:09:20.261Z
1339
+ library,JSONStream@1.3.5,,,Dominic Tarr,JSONStream,1.3.5,pkg:npm/jsonstream@1.3.5,node_modules/JSONStream,rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects),git://github.com/dominictarr/JSONStream.git,"as detected from PackageJson property ""repository.url""",http://github.com/dominictarr/JSONStream,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/JSONStream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,13e8abb8d398f1557db382446ded5a3449ba322b333d1aff51f707333d13421d415d2c472be01257547a5b81e98c1852792fb9e0f22c00c0819b00f4e8b2eca9,dominic.tarr@gmail.com,active,Active in npm registry,2025-11-07T16:39:41.125Z
1340
1340
  library,split2@3.2.2,ISC,,Matteo Collina,split2,3.2.2,pkg:npm/split2@3.2.2,node_modules/split2,split a Text Stream into a Line Stream~ using Stream 3,git+https://github.com/mcollina/split2.git,"as detected from PackageJson property ""repository.url""",https://github.com/mcollina/split2#readme,"as detected from PackageJson property ""homepage""",http://github.com/mcollina/split2/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/split2/-/split2-3.2.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f4d4e18e98199e27d3909a734d9ec4b9ef394b8f50c29361653aba19127039b6fa8e72c534607b426ef75791dec1344e3f2c43d02dbdc6a99a23af1b42d57e86,hello@matteocollina.com,active,Active in npm registry,2023-03-26T08:33:02.484Z
1341
1341
  library,dargs@7.0.0,MIT,,Sindre Sorhus,dargs,7.0.0,pkg:npm/dargs@7.0.0,node_modules/dargs,Reverse minimist. Convert an object of options into an array of command-line arguments.,git+https://github.com/sindresorhus/dargs.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/dargs#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/dargs/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,da2cb51242dd941cd01af6f0798445c6615ab61f3e2bbf80281d139611d690db87f939a8bda307fd6a7b57b478bbb7f84a75f73a02ec53db75348f62a039d4a6,sindresorhus@gmail.com,active,Active in npm registry,2023-03-08T01:53:56.339Z
1342
1342
  library,@types/minimist@1.2.5,MIT,@types,,minimist,1.2.5,pkg:npm/%40types/minimist@1.2.5#types/minimist,node_modules/@types/minimist,TypeScript definitions for minimist,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/minimist,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,868bfc6d4ba22e2c853c6c853c4d65c16866cd86e2ace5d034da38d3ecb7ce8c3c6855537b29f75562f454515f74d75d03c4b855fd13734eb6af3c8dafb3da6a,,active,Active in npm registry,2025-08-03T07:18:38.345Z
@@ -1487,7 +1487,7 @@ library,estraverse@5.3.0,BSD-2-Clause,,,estraverse,5.3.0,pkg:npm/estraverse@5.3.
1487
1487
  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
1488
1488
  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
1489
1489
  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
1490
- 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,2025-11-05T16:21:59.838Z
1490
+ 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,2025-11-07T16:20:49.492Z
1491
1491
  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
1492
1492
  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
1493
1493
  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
@@ -505,6 +505,7 @@ const setResponse = async (
505
505
  if (globalConfig.testsExecution) {
506
506
  assertionResults = await handleTests(convertedRequest, resp.requestSent, resp.syncResponse, resp.callback, variableData.environment, backgroundData, contextObj.requestVariables)
507
507
  }
508
+ traceId = resp.syncResponse?.body?.traceId || traceId
508
509
  request.appended = {
509
510
  status,
510
511
  assertionResults,