diff --git a/.gitignore b/.gitignore index e1ea77cb..d0a698e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ node_modules dist/ yarn.lock swagger.json -static/licenses.html version-info.json ee-dist/ config/development.toml diff --git a/copy-static-files.sh b/copy-static-files.sh index cf47f8e1..8b6f6de8 100755 --- a/copy-static-files.sh +++ b/copy-static-files.sh @@ -25,8 +25,7 @@ cp node_modules/ace-builds/src-min/ext-searchbox.js static/js/ace/ext-searchbox. wget https://developers.google.com/static/search/apis/ipranges/special-crawlers.json -O data/google-crawlers.json node -e 'console.log("Google crawlers updated: "+require("./data/google-crawlers.json").creationTime);' -curl -Ls \ - -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${GITHUB_SBOM_TOKEN}" \ - -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/postalsys/emailengine/dependency-graph/sbom -o sbom.json \ No newline at end of file +# brew install gh +# gh auth login +# gh ext install advanced-security/gh-sbom +gh sbom -c -l > sbom.json \ No newline at end of file diff --git a/package.json b/package.json index 5ac16579..99702269 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "raw": "NODE_OPTIONS=--no-experimental-fetch EENGINE_LOG_RAW=true node server --dbs.redis='redis://127.0.0.1:6379/9' | eerawlog", "test": "grunt && node --test test/", "swagger": "./getswagger.sh", - "build-source": "rm -rf node_modules && npm install && npm run licenses && ./copy-static-files.sh && rm -rf node_modules && npm install --omit=dev && ./update-info.sh", + "build-source": "rm -rf node_modules && npm install && ./copy-static-files.sh && rm -rf node_modules && npm install --omit=dev && ./update-info.sh", "build-dist": "npx pkg --compress Brotli package.json && npm install && node winconf.js", "build-dist-fast": "npx pkg --debug package.json && npm install && node winconf.js", "licenses": "license-checker --excludePackages emailengine-app --json | node license-table.js > static/licenses.html", - "postinstall": "npm run licenses", "gettext": "find ./views -name \"*.hbs\" -print0 | xargs -0 xgettext-template -L Handlebars -o translations/messages.pot --force-po && jsxgettext lib/routes-ui.js workers/api.js -j -o translations/messages.pot", - "prepare-docker": "echo \"EE_DOCKER_LEGACY=$EE_DOCKER_LEGACY\" >> system.env && cat system.env" + "prepare-docker": "echo \"EE_DOCKER_LEGACY=$EE_DOCKER_LEGACY\" >> system.env && cat system.env", + "update": "rm -rf node_modules package-lock.json && ncu -u && npm install && ./copy-static-files.sh && npm run licenses" }, "keywords": [ "IMAP", diff --git a/sbom.json b/sbom.json index affd107d..46d0a852 100644 --- a/sbom.json +++ b/sbom.json @@ -1,2057 +1 @@ -{ - "sbom": { - "SPDXID": "SPDXRef-DOCUMENT", - "spdxVersion": "SPDX-2.3", - "creationInfo": { - "created": "2023-10-19T11:47:40Z", - "creators": [ - "Tool: GitHub.com-Dependency-Graph" - ] - }, - "name": "com.github.postalsys/emailengine", - "dataLicense": "CC0-1.0", - "documentDescribes": [ - "SPDXRef-com.github.postalsys-emailengine" - ], - "documentNamespace": "https://github.com/postalsys/emailengine/dependency_graph/sbom-a5860eb43ce30a2d", - "packages": [ - { - "SPDXID": "SPDXRef-com.github.postalsys-emailengine", - "name": "com.github.postalsys/emailengine", - "versionInfo": "", - "downloadLocation": "git+https://github.com/postalsys/emailengine", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:github/postalsys/emailengine" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-bugsnag-js-7.21.0", - "name": "npm:@bugsnag/js", - "versionInfo": "7.21.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40bugsnag/js@7.21.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-elastic-elasticsearch-8.10.0", - "name": "npm:@elastic/elasticsearch", - "versionInfo": "8.10.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "Apache-2.0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40elastic/elasticsearch@8.10.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-bell-13.0.1", - "name": "npm:@hapi/bell", - "versionInfo": "13.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/bell@13.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-boom-10.0.1", - "name": "npm:@hapi/boom", - "versionInfo": "10.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/boom@10.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-cookie-12.0.1", - "name": "npm:@hapi/cookie", - "versionInfo": "12.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/cookie@12.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-crumb-9.0.1", - "name": "npm:@hapi/crumb", - "versionInfo": "9.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/crumb@9.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-hapi-21.3.2", - "name": "npm:@hapi/hapi", - "versionInfo": "21.3.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/hapi@21.3.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-inert-7.1.0", - "name": "npm:@hapi/inert", - "versionInfo": "7.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/inert@7.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-vision-7.0.3", - "name": "npm:@hapi/vision", - "versionInfo": "7.0.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40hapi/vision@7.0.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-phc-pbkdf2-1.1.14", - "name": "npm:@phc/pbkdf2", - "versionInfo": "1.1.14", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40phc/pbkdf2@1.1.14", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-postalsys-certs-1.0.5", - "name": "npm:@postalsys/certs", - "versionInfo": "1.0.5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "ISC", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40postalsys/certs@1.0.5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-postalsys-email-ai-tools-1.6.2", - "name": "npm:@postalsys/email-ai-tools", - "versionInfo": "1.6.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40postalsys/email-ai-tools@1.6.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-postalsys-email-text-tools-2.1.1", - "name": "npm:@postalsys/email-text-tools", - "versionInfo": "2.1.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40postalsys/email-text-tools@2.1.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-postalsys-hecks-3.0.0-fork.3", - "name": "npm:@postalsys/hecks", - "versionInfo": "3.0.0-fork.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40postalsys/hecks@3.0.0-fork.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-postalsys-templates-1.0.5", - "name": "npm:@postalsys/templates", - "versionInfo": "1.0.5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "ISC", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/%40postalsys/templates@1.0.5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-ace-builds-1.30.0", - "name": "npm:ace-builds", - "versionInfo": "1.30.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/ace-builds@1.30.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-base32.js-0.1.0", - "name": "npm:base32.js", - "versionInfo": "0.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/base32.js@0.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-bull-arena-4.0.1", - "name": "npm:bull-arena", - "versionInfo": "4.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/bull-arena@4.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-bullmq-4.12.5", - "name": "npm:bullmq", - "versionInfo": "4.12.5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/bullmq@4.12.5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-chai-4.3.10", - "name": "npm:chai", - "versionInfo": "4.3.10", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/chai@4.3.10", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-compare-versions-6.1.0", - "name": "npm:compare-versions", - "versionInfo": "6.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/compare-versions@6.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-dotenv-16.3.1", - "name": "npm:dotenv", - "versionInfo": "16.3.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-2-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/dotenv@16.3.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-eerawlog-1.5.1", - "name": "npm:eerawlog", - "versionInfo": "1.5.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "ISC", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/eerawlog@1.5.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-encoding-japanese-2.0.0", - "name": "npm:encoding-japanese", - "versionInfo": "2.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/encoding-japanese@2.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-eslint-8.51.0", - "name": "npm:eslint", - "versionInfo": "8.51.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/eslint@8.51.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-eslint-config-nodemailer-1.2.0", - "name": "npm:eslint-config-nodemailer", - "versionInfo": "1.2.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/eslint-config-nodemailer@1.2.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-eslint-config-prettier-9.0.0", - "name": "npm:eslint-config-prettier", - "versionInfo": "9.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/eslint-config-prettier@9.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-exponential-backoff-3.1.1", - "name": "npm:exponential-backoff", - "versionInfo": "3.1.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "Apache-2.0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/exponential-backoff@3.1.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-express-4.18.2", - "name": "npm:express", - "versionInfo": "4.18.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/express@4.18.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-gettext-parser-7.0.1", - "name": "npm:gettext-parser", - "versionInfo": "7.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/gettext-parser@7.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-grunt-1.6.1", - "name": "npm:grunt", - "versionInfo": "1.6.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/grunt@1.6.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-grunt-cli-1.4.3", - "name": "npm:grunt-cli", - "versionInfo": "1.4.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/grunt-cli@1.4.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-grunt-eslint-24.3.0", - "name": "npm:grunt-eslint", - "versionInfo": "24.3.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/grunt-eslint@24.3.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-handlebars-4.7.8", - "name": "npm:handlebars", - "versionInfo": "4.7.8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/handlebars@4.7.8", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-auth-bearer-token-8.0.0", - "name": "npm:hapi-auth-bearer-token", - "versionInfo": "8.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/hapi-auth-bearer-token@8.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-pino-12.1.0", - "name": "npm:hapi-pino", - "versionInfo": "12.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/hapi-pino@12.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-hapi-swagger-17.1.0", - "name": "npm:hapi-swagger", - "versionInfo": "17.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/hapi-swagger@17.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-he-1.2.0", - "name": "npm:he", - "versionInfo": "1.2.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/he@1.2.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-html-to-text-9.0.5", - "name": "npm:html-to-text", - "versionInfo": "9.0.5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/html-to-text@9.0.5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-humanize-0.0.9", - "name": "npm:humanize", - "versionInfo": "0.0.9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/humanize@0.0.9", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-ical.js-1.5.0", - "name": "npm:ical.js", - "versionInfo": "1.5.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MPL-2.0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/ical.js@1.5.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-iconv-lite-0.6.3", - "name": "npm:iconv-lite", - "versionInfo": "0.6.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/iconv-lite@0.6.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-imapflow-1.0.144", - "name": "npm:imapflow", - "versionInfo": "1.0.144", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/imapflow@1.0.144", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-ioredfour-1.2.0-ioredis-07", - "name": "npm:ioredfour", - "versionInfo": "1.2.0-ioredis-07", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/ioredfour@1.2.0-ioredis-07", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-ioredis-5.3.2", - "name": "npm:ioredis", - "versionInfo": "5.3.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/ioredis@5.3.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-ipaddr.js-2.1.0", - "name": "npm:ipaddr.js", - "versionInfo": "2.1.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/ipaddr.js@2.1.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-joi-17.11.0", - "name": "npm:joi", - "versionInfo": "17.11.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/joi@17.11.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-jquery-3.7.1", - "name": "npm:jquery", - "versionInfo": "3.7.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/jquery@3.7.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-js-beautify-1.14.9", - "name": "npm:js-beautify", - "versionInfo": "1.14.9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/js-beautify@1.14.9", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-jsxgettext-0.11.0", - "name": "npm:jsxgettext", - "versionInfo": "0.11.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MPL-2.0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/jsxgettext@0.11.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-libbase64-1.2.1", - "name": "npm:libbase64", - "versionInfo": "1.2.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/libbase64@1.2.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-libmime-5.2.1", - "name": "npm:libmime", - "versionInfo": "5.2.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/libmime@5.2.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-libqp-2.0.1", - "name": "npm:libqp", - "versionInfo": "2.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/libqp@2.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-license-checker-25.0.1", - "name": "npm:license-checker", - "versionInfo": "25.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "BSD-3-Clause", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/license-checker@25.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-mailparser-3.6.5", - "name": "npm:mailparser", - "versionInfo": "3.6.5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/mailparser@3.6.5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-mailsplit-5.4.0", - "name": "npm:mailsplit", - "versionInfo": "5.4.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "EUPL-1.1+ OR MIT OR (EUPL-1.1+ AND MIT)", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/mailsplit@5.4.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-marked-9.1.2", - "name": "npm:marked", - "versionInfo": "9.1.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/marked@9.1.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-minimist-1.2.8", - "name": "npm:minimist", - "versionInfo": "1.2.8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/minimist@1.2.8", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-msgpack5-6.0.2", - "name": "npm:msgpack5", - "versionInfo": "6.0.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/msgpack5@6.0.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-murmurhash-2.0.1", - "name": "npm:murmurhash", - "versionInfo": "2.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/murmurhash@2.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-nanoid-3.3.4", - "name": "npm:nanoid", - "versionInfo": "3.3.4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/nanoid@3.3.4", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-node-gettext-3.0.0", - "name": "npm:node-gettext", - "versionInfo": "3.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/node-gettext@3.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-nodemailer-6.9.6", - "name": "npm:nodemailer", - "versionInfo": "6.9.6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT-0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/nodemailer@6.9.6", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-pino-8.16.0", - "name": "npm:pino", - "versionInfo": "8.16.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/pino@8.16.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-pino-pretty-10.2.3", - "name": "npm:pino-pretty", - "versionInfo": "10.2.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/pino-pretty@10.2.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-pkg-5.8.1", - "name": "npm:pkg", - "versionInfo": "5.8.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/pkg@5.8.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-prom-client-15.0.0", - "name": "npm:prom-client", - "versionInfo": "15.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "Apache-2.0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/prom-client@15.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-psl-1.9.0", - "name": "npm:psl", - "versionInfo": "1.9.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/psl@1.9.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-pubface-1.0.6", - "name": "npm:pubface", - "versionInfo": "1.0.6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT-0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/pubface@1.0.6", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-punycode-2.3.0", - "name": "npm:punycode", - "versionInfo": "2.3.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/punycode@2.3.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-qrcode-1.5.3", - "name": "npm:qrcode", - "versionInfo": "1.5.3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/qrcode@1.5.3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-resedit-2.0.0", - "name": "npm:resedit", - "versionInfo": "2.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/resedit@2.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-smtp-server-3.13.0", - "name": "npm:smtp-server", - "versionInfo": "3.13.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT-0", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/smtp-server@3.13.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-socks-2.7.1", - "name": "npm:socks", - "versionInfo": "2.7.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/socks@2.7.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-speakeasy-2.0.0", - "name": "npm:speakeasy", - "versionInfo": "2.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/speakeasy@2.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-startbootstrap-sb-admin-2-3.3.7", - "name": "npm:startbootstrap-sb-admin-2", - "versionInfo": "3.3.7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/startbootstrap-sb-admin-2@3.3.7", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-timezones-list-3.0.2", - "name": "npm:timezones-list", - "versionInfo": "3.0.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/timezones-list@3.0.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-undici-5.26.4", - "name": "npm:undici", - "versionInfo": "5.26.4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/undici@5.26.4", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-uuid-9.0.1", - "name": "npm:uuid", - "versionInfo": "9.0.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/uuid@9.0.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-wild-config-1.7.1", - "name": "npm:wild-config", - "versionInfo": "1.7.1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/wild-config@1.7.1", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-xgettext-template-5.0.0", - "name": "npm:xgettext-template", - "versionInfo": "5.0.0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/xgettext-template@5.0.0", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-npm-xml2js-0.6.2", - "name": "npm:xml2js", - "versionInfo": "0.6.2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "MIT", - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:npm/xml2js@0.6.2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-actions-checkout-3", - "name": "actions:actions/checkout", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/actions/checkout@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-shimataro-ssh-key-action-2", - "name": "actions:shimataro/ssh-key-action", - "versionInfo": "2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/shimataro/ssh-key-action@2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-build-push-action-4", - "name": "actions:docker/build-push-action", - "versionInfo": "4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/build-push-action@4", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-login-action-2", - "name": "actions:docker/login-action", - "versionInfo": "2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/login-action@2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-metadata-action-4", - "name": "actions:docker/metadata-action", - "versionInfo": "4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/metadata-action@4", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-setup-buildx-action-2", - "name": "actions:docker/setup-buildx-action", - "versionInfo": "2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/setup-buildx-action@2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-setup-qemu-action-2", - "name": "actions:docker/setup-qemu-action", - "versionInfo": "2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/setup-qemu-action@2", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-actions-checkout-4", - "name": "actions:actions/checkout", - "versionInfo": "4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/actions/checkout@4", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-actions-setup-node-3", - "name": "actions:actions/setup-node", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/actions/setup-node@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-build-push-action-5", - "name": "actions:docker/build-push-action", - "versionInfo": "5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/build-push-action@5", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-login-action-3", - "name": "actions:docker/login-action", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/login-action@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-setup-buildx-action-3", - "name": "actions:docker/setup-buildx-action", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/setup-buildx-action@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-docker-setup-qemu-action-3", - "name": "actions:docker/setup-qemu-action", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/docker/setup-qemu-action@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-google-github-actions-release-please-action-3", - "name": "actions:google-github-actions/release-please-action", - "versionInfo": "3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/google-github-actions/release-please-action@3", - "referenceType": "purl" - } - ] - }, - { - "SPDXID": "SPDXRef-actions-actions-setup-node-1", - "name": "actions:actions/setup-node", - "versionInfo": "1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "supplier": "NOASSERTION", - "externalRefs": [ - { - "referenceCategory": "PACKAGE-MANAGER", - "referenceLocator": "pkg:githubactions/actions/setup-node@1", - "referenceType": "purl" - } - ] - } - ], - "relationships": [ - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-bugsnag-js-7.21.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-elastic-elasticsearch-8.10.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-bell-13.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-boom-10.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-cookie-12.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-crumb-9.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-hapi-21.3.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-inert-7.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-vision-7.0.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-phc-pbkdf2-1.1.14" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-postalsys-certs-1.0.5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-postalsys-email-ai-tools-1.6.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-postalsys-email-text-tools-2.1.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-postalsys-hecks-3.0.0-fork.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-postalsys-templates-1.0.5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-ace-builds-1.30.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-base32.js-0.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-bull-arena-4.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-bullmq-4.12.5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-chai-4.3.10" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-compare-versions-6.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-dotenv-16.3.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-eerawlog-1.5.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-encoding-japanese-2.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-eslint-8.51.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-eslint-config-nodemailer-1.2.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-eslint-config-prettier-9.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-exponential-backoff-3.1.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-express-4.18.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-gettext-parser-7.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-grunt-1.6.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-grunt-cli-1.4.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-grunt-eslint-24.3.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-handlebars-4.7.8" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-auth-bearer-token-8.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-pino-12.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-hapi-swagger-17.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-he-1.2.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-html-to-text-9.0.5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-humanize-0.0.9" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-ical.js-1.5.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-iconv-lite-0.6.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-imapflow-1.0.144" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-ioredfour-1.2.0-ioredis-07" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-ioredis-5.3.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-ipaddr.js-2.1.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-joi-17.11.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-jquery-3.7.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-js-beautify-1.14.9" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-jsxgettext-0.11.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-libbase64-1.2.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-libmime-5.2.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-libqp-2.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-license-checker-25.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-mailparser-3.6.5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-mailsplit-5.4.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-marked-9.1.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-minimist-1.2.8" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-msgpack5-6.0.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-murmurhash-2.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-nanoid-3.3.4" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-node-gettext-3.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-nodemailer-6.9.6" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-pino-8.16.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-pino-pretty-10.2.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-pkg-5.8.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-prom-client-15.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-psl-1.9.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-pubface-1.0.6" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-punycode-2.3.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-qrcode-1.5.3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-resedit-2.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-smtp-server-3.13.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-socks-2.7.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-speakeasy-2.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-startbootstrap-sb-admin-2-3.3.7" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-timezones-list-3.0.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-undici-5.26.4" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-uuid-9.0.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-wild-config-1.7.1" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-xgettext-template-5.0.0" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-npm-xml2js-0.6.2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-actions-checkout-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-shimataro-ssh-key-action-2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-build-push-action-4" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-login-action-2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-metadata-action-4" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-setup-buildx-action-2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-setup-qemu-action-2" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-actions-checkout-4" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-actions-setup-node-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-build-push-action-5" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-login-action-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-setup-buildx-action-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-docker-setup-qemu-action-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-google-github-actions-release-please-action-3" - }, - { - "relationshipType": "DEPENDS_ON", - "spdxElementId": "SPDXRef-com.github.postalsys-emailengine", - "relatedSpdxElement": "SPDXRef-actions-actions-setup-node-1" - } - ] - } -} +{"bomFormat":"CycloneDX","specVersion":"1.4","version":1,"metadata":{"timestamp":"2023-10-20T07:15:28Z","tools":[{"vendor":"advanced-security","name":"gh-sbom","version":"0.0.9"}],"licenses":[{"expression":"CC0-1.0"}]},"components":[{"type":"library","group":"@phc","name":"pbkdf2","version":"1.1.14","purl":"pkg:npm/%40phc/pbkdf2@1.1.14","licenses":[{"expression":"MIT"}]},{"type":"library","name":"ace-builds","version":"1.30.0","purl":"pkg:npm/ace-builds@1.30.0"},{"type":"library","name":"compare-versions","version":"6.1.0","purl":"pkg:npm/compare-versions@6.1.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"eslint-config-nodemailer","version":"1.2.0","purl":"pkg:npm/eslint-config-nodemailer@1.2.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"grunt","version":"1.6.1","purl":"pkg:npm/grunt@1.6.1","licenses":[{"expression":"MIT"}]},{"type":"library","group":"@postalsys","name":"hecks","version":"3.0.0-fork.3","purl":"pkg:npm/%40postalsys/hecks@3.0.0-fork.3"},{"type":"library","name":"base32.js","version":"0.1.0","purl":"pkg:npm/base32.js@0.1.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"eslint","version":"8.51.0","purl":"pkg:npm/eslint@8.51.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"ioredis","version":"5.3.2","purl":"pkg:npm/ioredis@5.3.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"pino-pretty","version":"10.2.3","purl":"pkg:npm/pino-pretty@10.2.3","licenses":[{"expression":"MIT"}]},{"type":"library","name":"pubface","version":"1.0.6","purl":"pkg:npm/pubface@1.0.6"},{"type":"library","group":"@hapi","name":"inert","version":"7.1.0","purl":"pkg:npm/%40hapi/inert@7.1.0"},{"type":"library","group":"@hapi","name":"vision","version":"7.0.3","purl":"pkg:npm/%40hapi/vision@7.0.3"},{"type":"library","name":"eerawlog","version":"1.5.1","purl":"pkg:npm/eerawlog@1.5.1"},{"type":"library","name":"grunt-eslint","version":"24.3.0","purl":"pkg:npm/grunt-eslint@24.3.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"jsxgettext","version":"0.11.0","purl":"pkg:npm/jsxgettext@0.11.0"},{"type":"library","group":"@postalsys","name":"certs","version":"1.0.5","purl":"pkg:npm/%40postalsys/certs@1.0.5"},{"type":"library","name":"handlebars","version":"4.7.8","purl":"pkg:npm/handlebars@4.7.8","licenses":[{"expression":"MIT"}]},{"type":"library","name":"mailparser","version":"3.6.5","purl":"pkg:npm/mailparser@3.6.5","licenses":[{"expression":"MIT"}]},{"type":"library","name":"psl","version":"1.9.0","purl":"pkg:npm/psl@1.9.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"he","version":"1.2.0","purl":"pkg:npm/he@1.2.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"ical.js","version":"1.5.0","purl":"pkg:npm/ical.js@1.5.0","licenses":[{"expression":"MPL-2.0"}]},{"type":"library","group":"@hapi","name":"cookie","version":"12.0.1","purl":"pkg:npm/%40hapi/cookie@12.0.1"},{"type":"library","name":"bull-arena","version":"4.0.1","purl":"pkg:npm/bull-arena@4.0.1"},{"type":"library","name":"bullmq","version":"4.12.5","purl":"pkg:npm/bullmq@4.12.5"},{"type":"library","name":"eslint-config-prettier","version":"9.0.0","purl":"pkg:npm/eslint-config-prettier@9.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"express","version":"4.18.2","purl":"pkg:npm/express@4.18.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"hapi-pino","version":"12.1.0","purl":"pkg:npm/hapi-pino@12.1.0"},{"type":"library","name":"nanoid","version":"3.3.4","purl":"pkg:npm/nanoid@3.3.4","licenses":[{"expression":"MIT"}]},{"type":"library","name":"node-gettext","version":"3.0.0","purl":"pkg:npm/node-gettext@3.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"wild-config","version":"1.7.1","purl":"pkg:npm/wild-config@1.7.1"},{"type":"library","group":"@postalsys","name":"email-ai-tools","version":"1.6.2","purl":"pkg:npm/%40postalsys/email-ai-tools@1.6.2"},{"type":"library","name":"html-to-text","version":"9.0.5","purl":"pkg:npm/html-to-text@9.0.5","licenses":[{"expression":"MIT"}]},{"type":"library","name":"imapflow","version":"1.0.144","purl":"pkg:npm/imapflow@1.0.144","licenses":[{"expression":"MIT"}]},{"type":"library","name":"pino","version":"8.16.0","purl":"pkg:npm/pino@8.16.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"startbootstrap-sb-admin-2","version":"3.3.7","purl":"pkg:npm/startbootstrap-sb-admin-2@3.3.7","licenses":[{"expression":"MIT"}]},{"type":"library","name":"xgettext-template","version":"5.0.0","purl":"pkg:npm/xgettext-template@5.0.0"},{"type":"library","group":"@elastic","name":"elasticsearch","version":"8.10.0","purl":"pkg:npm/%40elastic/elasticsearch@8.10.0"},{"type":"library","name":"gettext-parser","version":"7.0.1","purl":"pkg:npm/gettext-parser@7.0.1"},{"type":"library","name":"libbase64","version":"1.2.1","purl":"pkg:npm/libbase64@1.2.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"resedit","version":"2.0.0","purl":"pkg:npm/resedit@2.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"xml2js","version":"0.6.2","purl":"pkg:npm/xml2js@0.6.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"exponential-backoff","version":"3.1.1","purl":"pkg:npm/exponential-backoff@3.1.1","licenses":[{"expression":"Apache-2.0"}]},{"type":"library","name":"libmime","version":"5.2.1","purl":"pkg:npm/libmime@5.2.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"undici","version":"5.26.4","purl":"pkg:npm/undici@5.26.4"},{"type":"library","name":"humanize","version":"0.0.9","purl":"pkg:npm/humanize@0.0.9","licenses":[{"expression":"MIT"}]},{"type":"library","name":"mailsplit","version":"5.4.0","purl":"pkg:npm/mailsplit@5.4.0","licenses":[{"expression":"EUPL-1.1+ OR MIT OR (EUPL-1.1+ AND MIT)"}]},{"type":"library","name":"punycode","version":"2.3.0","purl":"pkg:npm/punycode@2.3.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"uuid","version":"9.0.1","purl":"pkg:npm/uuid@9.0.1","licenses":[{"expression":"MIT"}]},{"type":"library","group":"@hapi","name":"boom","version":"10.0.1","purl":"pkg:npm/%40hapi/boom@10.0.1","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","name":"encoding-japanese","version":"2.0.0","purl":"pkg:npm/encoding-japanese@2.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"ipaddr.js","version":"2.1.0","purl":"pkg:npm/ipaddr.js@2.1.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"nodemailer","version":"6.9.6","purl":"pkg:npm/nodemailer@6.9.6","licenses":[{"expression":"MIT-0"}]},{"type":"library","name":"timezones-list","version":"3.0.2","purl":"pkg:npm/timezones-list@3.0.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"smtp-server","version":"3.13.0","purl":"pkg:npm/smtp-server@3.13.0"},{"type":"library","group":"@hapi","name":"bell","version":"13.0.1","purl":"pkg:npm/%40hapi/bell@13.0.1","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","group":"@postalsys","name":"email-text-tools","version":"2.1.1","purl":"pkg:npm/%40postalsys/email-text-tools@2.1.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"hapi-auth-bearer-token","version":"8.0.0","purl":"pkg:npm/hapi-auth-bearer-token@8.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","name":"jquery","version":"3.7.1","purl":"pkg:npm/jquery@3.7.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"marked","version":"9.1.2","purl":"pkg:npm/marked@9.1.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"msgpack5","version":"6.0.2","purl":"pkg:npm/msgpack5@6.0.2","licenses":[{"expression":"MIT"}]},{"type":"library","name":"chai","version":"4.3.10","purl":"pkg:npm/chai@4.3.10","licenses":[{"expression":"MIT"}]},{"type":"library","name":"js-beautify","version":"1.14.9","purl":"pkg:npm/js-beautify@1.14.9","licenses":[{"expression":"MIT"}]},{"type":"library","name":"license-checker","version":"25.0.1","purl":"pkg:npm/license-checker@25.0.1","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","name":"minimist","version":"1.2.8","purl":"pkg:npm/minimist@1.2.8","licenses":[{"expression":"MIT"}]},{"type":"library","name":"joi","version":"17.11.0","purl":"pkg:npm/joi@17.11.0","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","name":"libqp","version":"2.0.1","purl":"pkg:npm/libqp@2.0.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"prom-client","version":"15.0.0","purl":"pkg:npm/prom-client@15.0.0"},{"type":"library","group":"@postalsys","name":"templates","version":"1.0.5","purl":"pkg:npm/%40postalsys/templates@1.0.5"},{"type":"library","name":"pkg","version":"5.8.1","purl":"pkg:npm/pkg@5.8.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"speakeasy","version":"2.0.0","purl":"pkg:npm/speakeasy@2.0.0","licenses":[{"expression":"MIT"}]},{"type":"library","group":"@bugsnag","name":"js","version":"7.21.0","purl":"pkg:npm/%40bugsnag/js@7.21.0"},{"type":"library","group":"@hapi","name":"crumb","version":"9.0.1","purl":"pkg:npm/%40hapi/crumb@9.0.1","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","name":"grunt-cli","version":"1.4.3","purl":"pkg:npm/grunt-cli@1.4.3","licenses":[{"expression":"MIT"}]},{"type":"library","name":"ioredfour","version":"1.2.0-ioredis-07","purl":"pkg:npm/ioredfour@1.2.0-ioredis-07","licenses":[{"expression":"MIT"}]},{"type":"library","name":"murmurhash","version":"2.0.1","purl":"pkg:npm/murmurhash@2.0.1","licenses":[{"expression":"MIT"}]},{"type":"library","name":"qrcode","version":"1.5.3","purl":"pkg:npm/qrcode@1.5.3","licenses":[{"expression":"MIT"}]},{"type":"library","group":"@hapi","name":"hapi","version":"21.3.2","purl":"pkg:npm/%40hapi/hapi@21.3.2","licenses":[{"expression":"BSD-3-Clause"}]},{"type":"library","name":"dotenv","version":"16.3.1","purl":"pkg:npm/dotenv@16.3.1","licenses":[{"expression":"BSD-2-Clause"}]},{"type":"library","name":"hapi-swagger","version":"17.1.0","purl":"pkg:npm/hapi-swagger@17.1.0"},{"type":"library","name":"iconv-lite","version":"0.6.3","purl":"pkg:npm/iconv-lite@0.6.3","licenses":[{"expression":"MIT"}]},{"type":"library","name":"socks","version":"2.7.1","purl":"pkg:npm/socks@2.7.1","licenses":[{"expression":"MIT"}]},{"type":"library","group":"google-github-actions","name":"release-please-action","version":"3","purl":"pkg:github/google-github-actions/release-please-action@3"},{"type":"library","group":"actions","name":"checkout","version":"3","purl":"pkg:github/actions/checkout@3"},{"type":"library","group":"actions","name":"checkout","version":"4","purl":"pkg:github/actions/checkout@4"},{"type":"library","group":"shimataro","name":"ssh-key-action","version":"2","purl":"pkg:github/shimataro/ssh-key-action@2"},{"type":"library","group":"docker","name":"metadata-action","version":"4","purl":"pkg:github/docker/metadata-action@4"},{"type":"library","group":"docker","name":"setup-qemu-action","version":"3","purl":"pkg:github/docker/setup-qemu-action@3"},{"type":"library","group":"docker","name":"setup-qemu-action","version":"2","purl":"pkg:github/docker/setup-qemu-action@2"},{"type":"library","group":"actions","name":"setup-node","version":"3","purl":"pkg:github/actions/setup-node@3"},{"type":"library","group":"actions","name":"setup-node","version":"1","purl":"pkg:github/actions/setup-node@1"},{"type":"library","group":"docker","name":"build-push-action","version":"4","purl":"pkg:github/docker/build-push-action@4"},{"type":"library","group":"docker","name":"build-push-action","version":"5","purl":"pkg:github/docker/build-push-action@5"},{"type":"library","group":"docker","name":"login-action","version":"2","purl":"pkg:github/docker/login-action@2"},{"type":"library","group":"docker","name":"login-action","version":"3","purl":"pkg:github/docker/login-action@3"},{"type":"library","group":"docker","name":"setup-buildx-action","version":"2","purl":"pkg:github/docker/setup-buildx-action@2"},{"type":"library","group":"docker","name":"setup-buildx-action","version":"3","purl":"pkg:github/docker/setup-buildx-action@3"}]} diff --git a/static/licenses.html b/static/licenses.html new file mode 100644 index 00000000..23bf82fa --- /dev/null +++ b/static/licenses.html @@ -0,0 +1,7904 @@ +
EmailEngine includes code from the following software packages:
+Package | Version | License | Publisher | Publisher's Email | Package URL | +
---|---|---|---|---|---|
@aashutoshrathi/word-wrap | +1.2.6 | +MIT | +Jon Schlinkert | ++ | +github.com/aashutoshrathi/word-wrap + | +
@apidevtools/json-schema-ref-parser | +10.1.0 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/json-schema-ref-parser + | +
@apidevtools/json-schema-ref-parser | +9.1.2 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/json-schema-ref-parser + | +
@apidevtools/openapi-schemas | +2.1.0 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/openapi-schemas + | +
@apidevtools/swagger-methods | +3.0.2 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/swagger-methods + | +
@apidevtools/swagger-parser | +10.0.3 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/swagger-parser + | +
@babel/generator | +7.18.2 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@babel/helper-string-parser | +7.22.5 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@babel/helper-validator-identifier | +7.22.20 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@babel/parser | +7.18.4 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@babel/runtime | +7.23.2 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@babel/types | +7.19.0 | +MIT | +The Babel Team | ++ | +github.com/babel/babel + | +
@bugsnag/browser | +7.21.0 | +MIT | +Bugsnag | ++ | +github.com/bugsnag/bugsnag-js + | +
@bugsnag/core | +7.19.0 | +MIT | +Bugsnag | ++ | +github.com/bugsnag/bugsnag-js + | +
@bugsnag/cuid | +3.0.2 | +MIT | +Bugsnag | ++ | +github.com/bugsnag/cuid + | +
@bugsnag/js | +7.21.0 | +MIT | +Bugsnag | ++ | +github.com/bugsnag/bugsnag-js + | +
@bugsnag/node | +7.19.0 | +MIT | +Bugsnag | ++ | +github.com/bugsnag/bugsnag-js + | +
@bugsnag/safe-json-stringify | +6.0.0 | +MIT | +Debitoor | ++ | +github.com/bugsnag/safe-json-stringify + | +
@elastic/elasticsearch | +8.10.0 | +Apache-2.0 | ++ | + | +github.com/elastic/elasticsearch-js + | +
@elastic/transport | +8.3.4 | +Apache-2.0 | +Elastic Client Library Maintainers | ++ | +github.com/elastic/elastic-transport-js + | +
@eslint-community/eslint-utils | +4.4.0 | +MIT | +Toru Nagashima | ++ | +github.com/eslint-community/eslint-utils + | +
@eslint-community/regexpp | +4.9.1 | +MIT | +Toru Nagashima | ++ | +github.com/eslint-community/regexpp + | +
@eslint/eslintrc | +2.1.2 | +MIT | +Nicholas C. Zakas | ++ | +github.com/eslint/eslintrc + | +
@eslint/js | +8.51.0 | +MIT | ++ | + | +github.com/eslint/eslint + | +
@fastify/busboy | +2.0.0 | +MIT | +Brian White | +mscdex@mscdex.net | ++github.com/fastify/busboy + | +
@hapi/accept | +6.0.3 | +BSD-3-Clause | ++ | + | +github.com/hapijs/accept + | +
@hapi/ammo | +6.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/ammo + | +
@hapi/b64 | +6.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/b64 + | +
@hapi/bell | +13.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/bell + | +
@hapi/boom | +10.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/boom + | +
@hapi/boom | +9.1.4 | +BSD-3-Clause | ++ | + | +github.com/hapijs/boom + | +
@hapi/bounce | +2.0.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/bounce + | +
@hapi/bounce | +3.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/bounce + | +
@hapi/bourne | +3.0.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/bourne + | +
@hapi/call | +9.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/call + | +
@hapi/catbox-memory | +6.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/catbox-memory + | +
@hapi/catbox | +12.1.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/catbox + | +
@hapi/content | +6.0.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/content + | +
@hapi/cookie | +12.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/cookie + | +
@hapi/crumb | +9.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/crumb + | +
@hapi/cryptiles | +6.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/cryptiles + | +
@hapi/file | +3.0.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/file + | +
@hapi/hapi | +21.3.2 | +BSD-3-Clause | ++ | + | +github.com/hapijs/hapi + | +
@hapi/heavy | +8.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/heavy + | +
@hapi/hoek | +11.0.2 | +BSD-3-Clause | ++ | + | +github.com/hapijs/hoek + | +
@hapi/hoek | +9.3.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/hoek + | +
@hapi/inert | +7.1.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/inert + | +
@hapi/iron | +7.0.1 | +BSD-3-Clause | ++ | + | +github.com/hueniverse/iron + | +
@hapi/mimos | +7.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/mimos + | +
@hapi/nigel | +5.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/nigel + | +
@hapi/pez | +6.1.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/pez + | +
@hapi/podium | +5.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/podium + | +
@hapi/shot | +6.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/shot + | +
@hapi/somever | +4.1.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/somever + | +
@hapi/statehood | +8.1.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/statehood + | +
@hapi/subtext | +8.1.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/subtext + | +
@hapi/teamwork | +6.0.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/teamwork + | +
@hapi/topo | +5.1.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/topo + | +
@hapi/topo | +6.0.2 | +BSD-3-Clause | ++ | + | +github.com/hapijs/topo + | +
@hapi/validate | +2.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/validate + | +
@hapi/vise | +5.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/vise + | +
@hapi/vision | +7.0.3 | +BSD-3-Clause | ++ | + | +github.com/hapijs/vision + | +
@hapi/wreck | +18.0.1 | +BSD-3-Clause | ++ | + | +github.com/hapijs/wreck + | +
@humanwhocodes/config-array | +0.11.12 | +Apache-2.0 | +Nicholas C. Zakas | ++ | +github.com/humanwhocodes/config-array + | +
@humanwhocodes/module-importer | +1.0.1 | +Apache-2.0 | +Nicholas C. Zaks | ++ | +github.com/humanwhocodes/module-importer + | +
@humanwhocodes/object-schema | +2.0.0 | +BSD-3-Clause | +Nicholas C. Zakas | ++ | +github.com/humanwhocodes/object-schema + | +
@ioredis/commands | +1.2.0 | +MIT | +Zihua Li | +i@zihua.li | ++github.com/ioredis/commands + | +
@jridgewell/gen-mapping | +0.3.3 | +MIT | +Justin Ridgewell | +justin@ridgewell.name | ++github.com/jridgewell/gen-mapping + | +
@jridgewell/resolve-uri | +3.1.1 | +MIT | +Justin Ridgewell | +justin@ridgewell.name | ++github.com/jridgewell/resolve-uri + | +
@jridgewell/set-array | +1.1.2 | +MIT | +Justin Ridgewell | +justin@ridgewell.name | ++github.com/jridgewell/set-array + | +
@jridgewell/sourcemap-codec | +1.4.15 | +MIT | +Rich Harris | ++ | +github.com/jridgewell/sourcemap-codec + | +
@jridgewell/trace-mapping | +0.3.20 | +MIT | +Justin Ridgewell | +justin@ridgewell.name | ++github.com/jridgewell/trace-mapping + | +
@jsdevtools/ono | +7.1.3 | +MIT | +James Messinger | ++ | +github.com/JS-DevTools/ono + | +
@kdf/salt | +1.0.1 | +MIT | +Simone Primarosa | +simonepri@outlook.com | ++github.com/simonepri/kdf-salt + | +
@msgpackr-extract/msgpackr-extract-darwin-arm64 | +3.0.2 | +MIT | +Kris Zyp | ++ | +github.com/kriszyp/msgpackr-extract + | +
@nodelib/fs.scandir | +2.1.5 | +MIT | ++ | + | +github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir + | +
@nodelib/fs.stat | +2.0.5 | +MIT | ++ | + | +github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat + | +
@nodelib/fs.walk | +1.2.8 | +MIT | ++ | + | +github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk + | +
@one-ini/wasm | +0.1.1 | +MIT | ++ | + | +github.com/one-ini/core + | +
@opentelemetry/api | +1.6.0 | +Apache-2.0 | +OpenTelemetry Authors | ++ | +github.com/open-telemetry/opentelemetry-js + | +
@phc/format | +0.5.0 | +MIT | +Simone Primarosa | +simonepri@outlook.com | ++github.com/simonepri/phc-format + | +
@phc/pbkdf2 | +1.1.14 | +MIT | +Simone Primarosa | +simonepri@outlook.com | ++github.com/simonepri/phc-pbkdf2 + | +
@postalsys/certs | +1.0.5 | +ISC | +Postal Systems OÜ | +acme@postalsys.com | ++ | +
@postalsys/email-ai-tools | +1.6.2 | +MIT | +Postal Systems OÜ | ++ | +github.com/postalsys/email-ai-tools + | +
@postalsys/email-text-tools | +2.1.1 | +MIT | +Postal Systems OÜ | ++ | +github.com/postalsys/email-text-tools + | +
@postalsys/hecks | +3.0.0-fork.3 | +MIT | +Devin Ivy | +devin@bigroomstudios.com | ++github.com/hapipal/hecks + | +
@postalsys/templates | +1.0.5 | +ISC | +Postal Systems OÜ | ++ | + | +
@postalsys/toys | +3.1.0-fork.1 | +MIT | +Devin Ivy | +devin@bigroomstudios.com | ++github.com/hapipal/toys + | +
@root/acme | +3.1.0 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/acme.js + | +
@root/asn1 | +1.0.0 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/asn1.js + | +
@root/csr | +0.8.1 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/csr.js + | +
@root/encoding | +1.0.1 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/encoding.js + | +
@root/keypairs | +0.10.3 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++github.com/therootcompany/keypairs.js + | +
@root/pem | +1.0.4 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/pem.js + | +
@root/request | +1.9.2 | +(MIT OR Apache-2.0) | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/request.js + | +
@root/x509 | +0.7.2 | +MPL-2.0 | +AJ ONeal | +coolaj86@gmail.com | ++git.rootprojects.org/root/x509.js + | +
@selderee/plugin-htmlparser2 | +0.11.0 | +MIT | +KillyMXI | ++ | +github.com/mxxii/selderee + | +
@sideway/address | +4.1.4 | +BSD-3-Clause | ++ | + | +github.com/sideway/address + | +
@sideway/formula | +3.0.1 | +BSD-3-Clause | ++ | + | +github.com/sideway/formula + | +
@sideway/pinpoint | +2.0.0 | +BSD-3-Clause | ++ | + | +github.com/sideway/pinpoint + | +
@tootallnate/once | +2.0.0 | +MIT | +Nathan Rajlich | +nathan@tootallnate.net | ++github.com/TooTallNate/once + | +
@types/json-schema | +7.0.14 | +MIT | ++ | + | +github.com/DefinitelyTyped/DefinitelyTyped + | +
@types/lodash.clonedeep | +4.5.8 | +MIT | ++ | + | +github.com/DefinitelyTyped/DefinitelyTyped + | +
@types/lodash | +4.14.200 | +MIT | ++ | + | +github.com/DefinitelyTyped/DefinitelyTyped + | +
abab | +2.0.6 | +BSD-3-Clause | +Jeff Carpenter | +gcarpenterv@gmail.com | ++github.com/jsdom/abab + | +
abbrev | +1.1.1 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/abbrev-js + | +
abort-controller | +3.0.0 | +MIT | +Toru Nagashima | ++ | +github.com/mysticatea/abort-controller + | +
abstract-logging | +2.0.1 | +MIT | +James Sumners | +james.sumners@gmail.com | ++github.com/jsumners/abstract-logging + | +
accepts | +1.3.8 | +MIT | ++ | + | +github.com/jshttp/accepts + | +
ace-builds | +1.30.0 | +BSD-3-Clause | ++ | + | +github.com/ajaxorg/ace-builds + | +
acorn-jsx | +4.1.1 | +MIT | ++ | + | +github.com/RReverser/acorn-jsx + | +
acorn-jsx | +5.3.2 | +MIT | ++ | + | +github.com/acornjs/acorn-jsx + | +
acorn | +4.0.13 | +MIT | ++ | + | +github.com/ternjs/acorn + | +
acorn | +5.7.4 | +MIT | ++ | + | +github.com/acornjs/acorn + | +
acorn | +8.10.0 | +MIT | ++ | + | +github.com/acornjs/acorn + | +
agent-base | +6.0.2 | +MIT | +Nathan Rajlich | +nathan@tootallnate.net | ++github.com/TooTallNate/node-agent-base + | +
ajv | +6.12.6 | +MIT | +Evgeny Poberezkin | ++ | +github.com/ajv-validator/ajv + | +
ansi-colors | +4.1.3 | +MIT | +Brian Woodward | ++ | +github.com/doowb/ansi-colors + | +
ansi-regex | +5.0.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/ansi-regex + | +
ansi-styles | +3.2.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/ansi-styles + | +
ansi-styles | +4.3.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/ansi-styles + | +
anymatch | +3.1.3 | +ISC | +Elan Shanker | ++ | +github.com/micromatch/anymatch + | +
argparse | +1.0.10 | +MIT | ++ | + | +github.com/nodeca/argparse + | +
argparse | +2.0.1 | +Python-2.0 | ++ | + | +github.com/nodeca/argparse + | +
array-each | +1.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/array-each + | +
array-find-index | +1.0.2 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/array-find-index + | +
array-flatten | +1.1.1 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/array-flatten + | +
array-keyed-map | +2.1.3 | +ISC | +Antti Korpi | ++ | +github.com/anko/array-keyed-map + | +
array-slice | +1.1.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/array-slice + | +
array-union | +2.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/array-union + | +
asap | +2.0.6 | +MIT | ++ | + | +github.com/kriskowal/asap + | +
asn1.js | +5.4.1 | +MIT | +Fedor Indutny | ++ | +github.com/indutny/asn1.js + | +
assertion-error | +1.1.0 | +MIT | +Jake Luer | +jake@qualiancy.com | ++github.com/chaijs/assertion-error + | +
async | +3.2.4 | +MIT | +Caolan McMahon | ++ | +github.com/caolan/async + | +
asynckit | +0.4.0 | +MIT | +Alex Indigo | +iam@alexindigo.com | ++github.com/alexindigo/asynckit + | +
at-least-node | +1.0.0 | +ISC | +Ryan Zimmerman | +opensrc@ryanzim.com | ++github.com/RyanZim/at-least-node + | +
atomic-sleep | +1.0.0 | +MIT | +David Mark Clements | ++ | +github.com/davidmarkclements/atomic-sleep + | +
balanced-match | +1.0.2 | +MIT | +Julian Gruber | +mail@juliangruber.com | ++github.com/juliangruber/balanced-match + | +
base32.js | +0.0.1 | +MIT | +Michael Phan-Ba | +michael@mikepb.com | ++github.com/mikepb/base32.js + | +
base32.js | +0.1.0 | +MIT | +Michael Phan-Ba | +michael@mikepb.com | ++github.com/mikepb/base32.js + | +
base64-js | +1.5.1 | +MIT | +T. Jameson Little | +t.jameson.little@gmail.com | ++github.com/beatgammit/base64-js + | +
binary-extensions | +2.2.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/binary-extensions + | +
bintrees | +1.0.2 | +MIT | +Vadim Graboys | +dimva13@gmail.com | ++github.com/vadimg/js_bintrees + | +
bl | +4.1.0 | +MIT | ++ | + | +github.com/rvagg/bl + | +
bl | +5.1.0 | +MIT | ++ | + | +github.com/rvagg/bl + | +
bn.js | +4.12.0 | +MIT | +Fedor Indutny | +fedor@indutny.com | ++github.com/indutny/bn.js + | +
body-parser | +1.20.1 | +MIT | ++ | + | +github.com/expressjs/body-parser + | +
body-parser | +1.20.2 | +MIT | ++ | + | +github.com/expressjs/body-parser + | +
boolbase | +1.0.0 | +ISC | +Felix Boehm | +me@feedic.com | ++github.com/fb55/boolbase + | +
brace-expansion | +1.1.11 | +MIT | +Julian Gruber | +mail@juliangruber.com | ++github.com/juliangruber/brace-expansion + | +
brace-expansion | +2.0.1 | +MIT | +Julian Gruber | +mail@juliangruber.com | ++github.com/juliangruber/brace-expansion + | +
braces | +3.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/micromatch/braces + | +
buffer | +5.7.1 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/buffer + | +
buffer | +6.0.3 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/buffer + | +
bull-arena | +4.0.1 | +MIT | +Mixmax | +hello@mixmax.com | ++github.com/bee-queue/arena + | +
bullmq | +4.12.5 | +MIT | +Taskforce.sh Inc. | ++ | +github.com/taskforcesh/bullmq + | +
byline | +5.0.0 | +MIT | +John Hewson | ++ | +github.com/jahewson/node-byline + | +
bytes | +3.1.2 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/visionmedia/bytes.js + | +
call-bind | +1.0.5 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/call-bind + | +
call-me-maybe | +1.0.2 | +MIT | +Eric McCarthy | +eric@limulus.net | ++github.com/limulus/call-me-maybe + | +
callsites | +3.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/callsites + | +
camel-case | +3.0.0 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/camel-case + | +
camelcase | +5.3.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/camelcase + | +
chai | +4.3.10 | +MIT | +Jake Luer | +jake@alogicalparadox.com | ++github.com/chaijs/chai + | +
chalk | +2.4.2 | +MIT | ++ | + | +github.com/chalk/chalk + | +
chalk | +4.1.2 | +MIT | ++ | + | +github.com/chalk/chalk + | +
character-parser | +2.2.0 | +MIT | +ForbesLindesay | ++ | +github.com/ForbesLindesay/character-parser + | +
check-error | +1.0.3 | +MIT | +Jake Luer | +jake@alogicalparadox.com | ++github.com/chaijs/check-error + | +
cheerio-select | +2.1.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/cheeriojs/cheerio-select + | +
cheerio | +1.0.0-rc.12 | +MIT | +Matt Mueller | +mattmuelle@gmail.com | ++github.com/cheeriojs/cheerio + | +
chokidar | +3.5.3 | +MIT | +Paul Miller | ++ | +github.com/paulmillr/chokidar + | +
chownr | +1.1.4 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/chownr + | +
clean-css | +4.2.4 | +MIT | +Jakub Pawlowicz | +contact@jakubpawlowicz.com | ++github.com/jakubpawlowicz/clean-css + | +
cli-color | +2.0.3 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/cli-color + | +
cliui | +6.0.0 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/cliui + | +
cliui | +7.0.4 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/cliui + | +
cliui | +8.0.1 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/cliui + | +
cluster-key-slot | +1.1.2 | +Apache-2.0 | +Mike Diarmid | +mike.diarmid@gmail.com | ++github.com/Salakar/cluster-key-slot + | +
color-convert | +1.9.3 | +MIT | +Heather Arthur | +fayearthur@gmail.com | ++github.com/Qix-/color-convert + | +
color-convert | +2.0.1 | +MIT | +Heather Arthur | +fayearthur@gmail.com | ++github.com/Qix-/color-convert + | +
color-name | +1.1.3 | +MIT | +DY | +dfcreative@gmail.com | ++github.com/dfcreative/color-name + | +
color-name | +1.1.4 | +MIT | +DY | +dfcreative@gmail.com | ++github.com/colorjs/color-name + | +
colorette | +2.0.20 | +MIT | +Jorge Bucaran | ++ | +github.com/jorgebucaran/colorette + | +
colors | +1.1.2 | +MIT | +Marak Squires | ++ | +github.com/Marak/colors.js + | +
combined-stream | +1.0.8 | +MIT | +Felix Geisendörfer | +felix@debuggable.com | ++github.com/felixge/node-combined-stream + | +
commander | +10.0.1 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/tj/commander.js + | +
commander | +2.20.3 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/tj/commander.js + | +
commander | +6.2.1 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/tj/commander.js + | +
commander | +9.5.0 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/tj/commander.js + | +
compare-versions | +6.1.0 | +MIT | +Ole Michelsen | ++ | +github.com/omichelsen/compare-versions + | +
concat-map | +0.0.1 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/node-concat-map + | +
config-chain | +1.1.13 | +MIT | +Dominic Tarr | +dominic.tarr@gmail.com | ++github.com/dominictarr/config-chain + | +
content-disposition | +0.5.4 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/jshttp/content-disposition + | +
content-type | +1.0.5 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/jshttp/content-type + | +
cookie-signature | +1.0.6 | +MIT | +TJ Holowaychuk | +tj@learnboost.com | ++github.com/visionmedia/node-cookie-signature + | +
cookie | +0.5.0 | +MIT | +Roman Shtylman | +shtylman@gmail.com | ++github.com/jshttp/cookie + | +
core-util-is | +1.0.3 | +MIT | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/core-util-is + | +
cron-parser | +4.9.0 | +MIT | +Harri Siirak | ++ | +github.com/harrisiirak/cron-parser + | +
cross-spawn | +7.0.3 | +MIT | +André Cruz | +andre@moxy.studio | ++github.com/moxystudio/node-cross-spawn + | +
css-select | +5.1.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/css-select + | +
css-what | +6.1.0 | +BSD-2-Clause | +Felix Böhm | +me@feedic.com | ++github.com/fb55/css-what + | +
cssstyle | +3.0.0 | +MIT | ++ | + | +github.com/jsdom/cssstyle + | +
d | +1.0.1 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/d + | +
data-urls | +4.0.0 | +MIT | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/data-urls + | +
dateformat | +4.6.3 | +MIT | +Steven Levithan | ++ | +github.com/felixge/node-dateformat + | +
debug | +2.6.9 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/visionmedia/debug + | +
debug | +3.2.7 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/visionmedia/debug + | +
debug | +4.3.4 | +MIT | +Josh Junon | +josh.junon@protonmail.com | ++github.com/debug-js/debug + | +
debuglog | +1.0.1 | +MIT | +Sam Roberts | +sam@strongloop.com | ++github.com/sam-github/node-debuglog + | +
decamelize | +1.2.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/decamelize + | +
decimal.js | +10.4.3 | +MIT | +Michael Mclaughlin | +M8ch88l@gmail.com | ++github.com/MikeMcl/decimal.js + | +
decompress-response | +6.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/decompress-response + | +
deep-eql | +4.1.3 | +MIT | +Jake Luer | +jake@alogicalparadox.com | ++github.com/chaijs/deep-eql + | +
deep-extend | +0.6.0 | +MIT | +Viacheslav Lotsmanov | +lotsmanov89@gmail.com | ++github.com/unclechu/node-deep-extend + | +
deep-is | +0.1.4 | +MIT | +Thorsten Lorenz | +thlorenz@gmx.de | ++github.com/thlorenz/deep-is + | +
deepmerge | +4.3.1 | +MIT | ++ | + | +github.com/TehShrike/deepmerge + | +
define-data-property | +1.1.1 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/define-data-property + | +
delayed-stream | +1.0.0 | +MIT | +Felix Geisendörfer | +felix@debuggable.com | ++github.com/felixge/node-delayed-stream + | +
denque | +2.1.0 | +Apache-2.0 | +Invertase | +oss@invertase.io | ++github.com/invertase/denque + | +
depd | +2.0.0 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/dougwilson/nodejs-depd + | +
destroy | +1.2.0 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/stream-utils/destroy + | +
detect-file | +1.0.0 | +MIT | +Brian Woodward | ++ | +github.com/doowb/detect-file + | +
detect-libc | +2.0.2 | +Apache-2.0 | +Lovell Fuller | +npm@lovell.info | ++github.com/lovell/detect-libc + | +
detect-node | +2.0.4 | +ISC | +Ilya Kantor | ++ | +github.com/iliakan/detect-node + | +
detect-node | +2.1.0 | +MIT | +Ilya Kantor | ++ | +github.com/iliakan/detect-node + | +
dezalgo | +1.0.4 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/dezalgo + | +
dijkstrajs | +1.0.3 | +MIT | ++ | + | +github.com/tcort/dijkstrajs + | +
dir-glob | +3.0.1 | +MIT | +Kevin Mårtensson | +kevinmartensson@gmail.com | ++github.com/kevva/dir-glob + | +
doctrine | +3.0.0 | +Apache-2.0 | ++ | + | +github.com/eslint/doctrine + | +
dom-serializer | +1.4.1 | +MIT | +Felix Boehm | +me@feedic.com | ++github.com/cheeriojs/dom-renderer + | +
dom-serializer | +2.0.0 | +MIT | +Felix Boehm | +me@feedic.com | ++github.com/cheeriojs/dom-serializer + | +
domelementtype | +2.3.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domelementtype + | +
domexception | +4.0.0 | +MIT | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/domexception + | +
domhandler | +3.3.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domhandler + | +
domhandler | +4.3.1 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domhandler + | +
domhandler | +5.0.3 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domhandler + | +
dompurify | +3.0.5 | +(MPL-2.0 OR Apache-2.0) | +Dr.-Ing. Mario Heiderich, Cure53 | +mario@cure53.de | ++github.com/cure53/DOMPurify + | +
domutils | +2.8.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domutils + | +
domutils | +3.1.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/domutils + | +
dotenv | +16.3.1 | +BSD-2-Clause | ++ | + | +github.com/motdotla/dotenv + | +
editorconfig | +1.0.4 | +MIT | +EditorConfig Team | ++ | +github.com/editorconfig/editorconfig-core-js + | +
ee-first | +1.1.1 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/jonathanong/ee-first + | +
eerawlog | +1.5.1 | +ISC | +Andris Reinman | ++ | + | +
emoji-regex | +8.0.0 | +MIT | +Mathias Bynens | ++ | +github.com/mathiasbynens/emoji-regex + | +
encode-utf8 | +1.0.3 | +MIT | ++ | + | +github.com/LinusU/encode-utf8 + | +
encodeurl | +1.0.2 | +MIT | ++ | + | +github.com/pillarjs/encodeurl + | +
encoding-japanese | +2.0.0 | +MIT | +polygonplanet | +polygon.planet.aqua@gmail.com | ++github.com/polygonplanet/encoding.js + | +
encoding | +0.1.13 | +MIT | +Andris Reinman | ++ | +github.com/andris9/encoding + | +
end-of-stream | +1.4.4 | +MIT | +Mathias Buus | +mathiasbuus@gmail.com | ++github.com/mafintosh/end-of-stream + | +
entities | +2.2.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/entities + | +
entities | +4.5.0 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/entities + | +
error-stack-parser | +2.1.4 | +MIT | ++ | + | +github.com/stacktracejs/error-stack-parser + | +
es5-ext | +0.10.62 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/es5-ext + | +
es6-iterator | +2.0.3 | +MIT | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/es6-iterator + | +
es6-symbol | +3.1.3 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/es6-symbol + | +
es6-weak-map | +2.0.3 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/es6-weak-map + | +
escalade | +3.1.1 | +MIT | +Luke Edwards | +luke.edwards05@gmail.com | ++github.com/lukeed/escalade + | +
escape-goat | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/escape-goat + | +
escape-html | +1.0.3 | +MIT | ++ | + | +github.com/component/escape-html + | +
escape-string-regexp | +1.0.5 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/escape-string-regexp + | +
escape-string-regexp | +4.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/escape-string-regexp + | +
eslint-config-nodemailer | +1.2.0 | +MIT | +Andris Reinman | ++ | +github.com/andris9/eslint-config-nodemailer + | +
eslint-config-prettier | +9.0.0 | +MIT | +Simon Lydell | ++ | +github.com/prettier/eslint-config-prettier + | +
eslint-scope | +7.2.2 | +BSD-2-Clause | ++ | + | +github.com/eslint/eslint-scope + | +
eslint-visitor-keys | +3.4.3 | +Apache-2.0 | +Toru Nagashima | ++ | +github.com/eslint/eslint-visitor-keys + | +
eslint | +8.51.0 | +MIT | +Nicholas C. Zakas | +nicholas+npm@nczconsulting.com | ++github.com/eslint/eslint + | +
espree | +9.6.1 | +BSD-2-Clause | +Nicholas C. Zakas | +nicholas+npm@nczconsulting.com | ++github.com/eslint/espree + | +
esprima | +4.0.1 | +BSD-2-Clause | +Ariya Hidayat | +ariya.hidayat@gmail.com | ++github.com/jquery/esprima + | +
esquery | +1.5.0 | +BSD-3-Clause | +Joel Feenstra | +jrfeenst+esquery@gmail.com | ++github.com/estools/esquery + | +
esrecurse | +4.3.0 | +BSD-2-Clause | ++ | + | +github.com/estools/esrecurse + | +
estraverse | +5.3.0 | +BSD-2-Clause | ++ | + | +github.com/estools/estraverse + | +
esutils | +2.0.3 | +BSD-2-Clause | ++ | + | +github.com/estools/esutils + | +
etag | +1.8.1 | +MIT | ++ | + | +github.com/jshttp/etag + | +
event-emitter | +0.3.5 | +MIT | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/event-emitter + | +
event-target-shim | +5.0.1 | +MIT | +Toru Nagashima | ++ | +github.com/mysticatea/event-target-shim + | +
eventemitter2 | +0.4.14 | +MIT | +hij1nx | +paolo@async.ly | ++github.com/hij1nx/EventEmitter2 + | +
events | +3.3.0 | +MIT | +Irakli Gozalishvili | +rfobic@gmail.com | ++github.com/Gozala/events + | +
exit | +0.1.2 | +MIT | +"Cowboy" Ben Alman | ++ | +github.com/cowboy/node-exit + | +
expand-template | +2.0.3 | +(MIT OR WTFPL) | +LM | +ralphtheninja@riseup.net | ++github.com/ralphtheninja/expand-template + | +
expand-tilde | +2.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/expand-tilde + | +
exponential-backoff | +3.1.1 | +Apache-2.0 | +Sami Sayegh | ++ | +github.com/coveo/exponential-backoff + | +
express-handlebars | +5.3.5 | +BSD-3-Clause | +Eric Ferraiuolo | +eferraiuolo@gmail.com | ++github.com/express-handlebars/express-handlebars + | +
express | +4.18.2 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/expressjs/express + | +
ext | +1.7.0 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/es5-ext.git#ext + | +
extend | +3.0.2 | +MIT | +Stefan Thomas | +justmoon@members.fsf.org | ++github.com/justmoon/node-extend + | +
fast-copy | +3.0.1 | +MIT | +tony_quetano@planttheidea.com | ++ | +github.com/planttheidea/fast-copy + | +
fast-deep-equal | +3.1.3 | +MIT | +Evgeny Poberezkin | ++ | +github.com/epoberezkin/fast-deep-equal + | +
fast-glob | +3.3.1 | +MIT | +Denis Malinochkin | ++ | +github.com/mrmlnc/fast-glob + | +
fast-json-stable-stringify | +2.1.0 | +MIT | +James Halliday | +mail@substack.net | ++github.com/epoberezkin/fast-json-stable-stringify + | +
fast-levenshtein | +2.0.6 | +MIT | +Ramesh Nair | +ram@hiddentao.com | ++github.com/hiddentao/fast-levenshtein + | +
fast-redact | +3.3.0 | +MIT | +David Mark Clements | +david.clements@nearform.com | ++github.com/davidmarkclements/fast-redact + | +
fast-safe-stringify | +2.1.1 | +MIT | +David Mark Clements | ++ | +github.com/davidmarkclements/fast-safe-stringify + | +
fastq | +1.15.0 | +ISC | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/fastq + | +
file-entry-cache | +6.0.1 | +MIT | +Roy Riojas | ++ | +github.com/royriojas/file-entry-cache + | +
fill-range | +7.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/fill-range + | +
finalhandler | +1.2.0 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/pillarjs/finalhandler + | +
find-up | +4.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/find-up + | +
find-up | +5.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/find-up + | +
findup-sync | +4.0.0 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/findup-sync + | +
findup-sync | +5.0.0 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/findup-sync + | +
fined | +1.2.0 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/fined + | +
flagged-respawn | +1.0.1 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/flagged-respawn + | +
flat-cache | +3.1.1 | +MIT | +Jared Wray | ++ | +github.com/jaredwray/flat-cache + | +
flatted | +3.2.9 | +ISC | +Andrea Giammarchi | ++ | +github.com/WebReflection/flatted + | +
for-in | +1.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/for-in + | +
for-own | +1.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/for-own + | +
form-data | +4.0.0 | +MIT | +Felix Geisendörfer | +felix@debuggable.com | ++github.com/form-data/form-data + | +
forwarded | +0.2.0 | +MIT | ++ | + | +github.com/jshttp/forwarded + | +
fresh | +0.5.2 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/jshttp/fresh + | +
from2 | +2.3.0 | +MIT | +Hugh Kennedy | +hughskennedy@gmail.com | ++github.com/hughsk/from2 + | +
fs-constants | +1.0.0 | +MIT | +Mathias Buus | ++ | +github.com/mafintosh/fs-constants + | +
fs-extra | +9.1.0 | +MIT | +JP Richardson | +jprichardson@gmail.com | ++github.com/jprichardson/node-fs-extra + | +
fs.realpath | +1.0.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/fs.realpath + | +
fsevents | +2.3.3 | +MIT | ++ | + | +github.com/fsevents/fsevents + | +
function-bind | +1.1.2 | +MIT | +Raynos | +raynos2@gmail.com | ++github.com/Raynos/function-bind + | +
get-caller-file | +2.0.5 | +ISC | +Stefan Penner | ++ | +github.com/stefanpenner/get-caller-file + | +
get-func-name | +2.0.2 | +MIT | +Jake Luer | +jake@alogicalparadox.com | ++github.com/chaijs/get-func-name + | +
get-intrinsic | +1.2.1 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/get-intrinsic + | +
getobject | +1.0.2 | +MIT | +"Cowboy" Ben Alman | ++ | +github.com/cowboy/node-getobject + | +
gettext-ejs | +0.1.1 | +MIT | +Maciej Pekala | ++ | +github.com/pekala/gettext-ejs + | +
gettext-handlebars | +1.1.1 | +MIT | +Sam Hauglustaine | ++ | +github.com/smhg/gettext-handlebars + | +
gettext-parser | +2.1.0 | +MIT | +Andris Reinman | ++ | +github.com/smhg/gettext-parser + | +
gettext-parser | +7.0.1 | +MIT | +Andris Reinman | ++ | +github.com/smhg/gettext-parser + | +
gettext-swig | +0.3.0 | +MIT | +Sam Hauglustaine | ++ | +github.com/smhg/gettext-swig + | +
gettext-volt | +0.2.5 | +MIT | +David Schissler | ++ | +github.com/perchlabs/gettext-volt + | +
github-from-package | +0.0.0 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/github-from-package + | +
glob-parent | +5.1.2 | +ISC | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/glob-parent + | +
glob-parent | +6.0.2 | +ISC | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/glob-parent + | +
glob | +7.1.7 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-glob + | +
glob | +7.2.3 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-glob + | +
glob | +8.0.3 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-glob + | +
glob | +8.1.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-glob + | +
global-modules | +1.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/global-modules + | +
global-prefix | +1.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/global-prefix + | +
globals | +13.23.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/globals + | +
globby | +11.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/globby + | +
gopd | +1.0.1 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/gopd + | +
gpt3-tokenizer | +1.1.5 | +MIT | +Simon Liang | +simon@x-tech.io | ++github.com/xanthous-tech/gpt3-tokenizer + | +
graceful-fs | +4.2.11 | +ISC | ++ | + | +github.com/isaacs/node-graceful-fs + | +
graphemer | +1.4.0 | +MIT | +Matt Davies | +matt@filament.so | ++github.com/flmnt/graphemer + | +
grunt-cli | +1.4.3 | +MIT | +Grunt Development Team | ++ | +github.com/gruntjs/grunt-cli + | +
grunt-eslint | +24.3.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/grunt-eslint + | +
grunt-known-options | +2.0.0 | +MIT | +Grunt Development Team | ++ | +github.com/gruntjs/grunt-known-options + | +
grunt-legacy-log-utils | +2.1.0 | +MIT | +"Cowboy" Ben Alman | ++ | +github.com/gruntjs/grunt-legacy-log-utils + | +
grunt-legacy-log | +3.0.0 | +MIT | +"Cowboy" Ben Alman | ++ | +github.com/gruntjs/grunt-legacy-log + | +
grunt-legacy-util | +2.0.1 | +MIT | +Grunt Development Team | ++ | +github.com/gruntjs/grunt-legacy-util + | +
grunt | +1.6.1 | +MIT | +Grunt Development Team | ++ | +github.com/gruntjs/grunt + | +
handlebars | +4.7.8 | +MIT | +Yehuda Katz | ++ | +github.com/handlebars-lang/handlebars.js + | +
hapi-auth-bearer-token | +8.0.0 | +MIT | +John Brett | +johnbrett7@gmail.com | ++github.com/johnbrett/hapi-auth-bearer-token + | +
hapi-pino | +12.1.0 | +MIT | +David Mark Clements | ++ | +github.com/pinojs/hapi-pino + | +
hapi-swagger | +17.1.0 | +MIT | +Glenn Jones | ++ | +github.com/hapi-swagger/hapi-swagger + | +
has-flag | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/has-flag + | +
has-flag | +4.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/has-flag + | +
has-property-descriptors | +1.0.0 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/has-property-descriptors + | +
has-proto | +1.0.1 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/has-proto + | +
has-symbols | +1.0.3 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/has-symbols + | +
has-tostringtag | +1.0.0 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/has-tostringtag + | +
has | +1.0.4 | +MIT | +Thiago de Arruda | +tpadilha84@gmail.com | ++github.com/tarruda/has + | +
he | +1.2.0 | +MIT | +Mathias Bynens | ++ | +github.com/mathiasbynens/he + | +
help-me | +4.2.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/help-me + | +
homedir-polyfill | +1.0.3 | +MIT | +Brian Woodward | ++ | +github.com/doowb/homedir-polyfill + | +
hooker | +0.2.3 | +MIT | +"Cowboy" Ben Alman | ++ | +github.com/cowboy/javascript-hooker + | +
hosted-git-info | +2.8.9 | +ISC | +Rebecca Turner | +me@re-becca.org | ++github.com/npm/hosted-git-info + | +
hpagent | +1.2.0 | +MIT | +Tomas Della Vedova | ++ | +github.com/delvedor/hpagent + | +
html-encoding-sniffer | +3.0.0 | +MIT | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/html-encoding-sniffer + | +
html-minifier | +4.0.0 | +MIT | +Juriy "kangax" Zaytsev | ++ | +github.com/kangax/html-minifier + | +
html-to-text | +9.0.5 | +MIT | +Malte Legenhausen | +legenhausen@werk85.de | ++github.com/html-to-text/node-html-to-text + | +
htmlparser2 | +5.0.1 | +MIT | +Felix Boehm | +me@feedic.com | ++github.com/fb55/htmlparser2 + | +
htmlparser2 | +8.0.2 | +MIT | +Felix Boehm | +me@feedic.com | ++github.com/fb55/htmlparser2 + | +
http-errors | +2.0.0 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/jshttp/http-errors + | +
http-proxy-agent | +5.0.0 | +MIT | +Nathan Rajlich | +nathan@tootallnate.net | ++github.com/TooTallNate/node-http-proxy-agent + | +
http-status | +1.7.3 | +BSD-3-Clause | +David Worms | +david@adaltas.com | ++github.com/adaltas/node-http-status + | +
https-proxy-agent | +5.0.1 | +MIT | +Nathan Rajlich | +nathan@tootallnate.net | ++github.com/TooTallNate/node-https-proxy-agent + | +
humanize | +0.0.9 | +MIT* | +Tai-Jin Lee | +taijin@gmail.com | ++github.com/taijinlee/humanize + | +
ical.js | +1.5.0 | +MPL-2.0 | +Philipp Kewisch | ++ | +github.com/mozilla-comm/ical.js + | +
iconv-lite | +0.4.24 | +MIT | +Alexander Shtuchkin | +ashtuchkin@gmail.com | ++github.com/ashtuchkin/iconv-lite + | +
iconv-lite | +0.6.3 | +MIT | +Alexander Shtuchkin | +ashtuchkin@gmail.com | ++github.com/ashtuchkin/iconv-lite + | +
ieee754 | +1.2.1 | +BSD-3-Clause | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/ieee754 + | +
ignore | +5.2.4 | +MIT | +kael | ++ | +github.com/kaelzhang/node-ignore + | +
imapflow | +1.0.144 | +MIT | +Postal Systems OÜ | ++ | +github.com/postalsys/imapflow + | +
import-fresh | +3.3.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/import-fresh + | +
imurmurhash | +0.1.4 | +MIT | +Jens Taylor | +jensyt@gmail.com | ++github.com/jensyt/imurmurhash-js + | +
inflight | +1.0.6 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/inflight + | +
inherits | +2.0.4 | +ISC | ++ | + | +github.com/isaacs/inherits + | +
ini | +1.3.8 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/ini + | +
interpret | +1.1.0 | +MIT | +Tyler Kellen | ++ | +github.com/tkellen/node-interpret + | +
into-stream | +6.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/into-stream + | +
ioredfour | +1.2.0-ioredis-07 | +MIT | +Mixmax | +hello@mixmax.com | ++github.com/nodemailer/ioredfour + | +
ioredis | +5.3.1 | +MIT | +Zihua Li | +i@zihua.li | ++github.com/luin/ioredis + | +
ioredis | +5.3.2 | +MIT | +Zihua Li | +i@zihua.li | ++github.com/luin/ioredis + | +
ip | +2.0.0 | +MIT | +Fedor Indutny | +fedor@indutny.com | ++github.com/indutny/node-ip + | +
ipaddr.js | +1.9.1 | +MIT | +whitequark | +whitequark@whitequark.org | ++github.com/whitequark/ipaddr.js + | +
ipaddr.js | +2.1.0 | +MIT | +whitequark | +whitequark@whitequark.org | ++github.com/whitequark/ipaddr.js + | +
ipv6-normalize | +1.0.1 | +MIT | +Po-Ying Chen | +poying.me@gmail.com | ++github.com/poying/ipv6-normalize + | +
is-absolute | +1.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-absolute + | +
is-binary-path | +2.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/is-binary-path + | +
is-core-module | +2.13.0 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/is-core-module + | +
is-core-module | +2.9.0 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/is-core-module + | +
is-expression | +3.0.0 | +MIT | +Timothy Gu | +timothygu99@gmail.com | ++github.com/pugjs/is-expression + | +
is-extglob | +2.1.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-extglob + | +
is-fullwidth-code-point | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/is-fullwidth-code-point + | +
is-glob | +4.0.3 | +MIT | +Jon Schlinkert | ++ | +github.com/micromatch/is-glob + | +
is-number | +7.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-number + | +
is-path-inside | +3.0.3 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/is-path-inside + | +
is-plain-object | +2.0.4 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-plain-object + | +
is-potential-custom-element-name | +1.0.1 | +MIT | +Mathias Bynens | ++ | +github.com/mathiasbynens/is-potential-custom-element-name + | +
is-promise | +2.2.2 | +MIT | +ForbesLindesay | ++ | +github.com/then/is-promise + | +
is-regex | +1.1.4 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/is-regex + | +
is-relative | +1.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-relative + | +
is-unc-path | +1.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-unc-path + | +
is-windows | +1.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/is-windows + | +
isarray | +1.0.0 | +MIT | +Julian Gruber | +mail@juliangruber.com | ++github.com/juliangruber/isarray + | +
iserror | +0.0.2 | +MIT | +Anton Yefremov | +anton.yefremov@gmail.com | ++github.com/yefremov/iserror + | +
isexe | +2.0.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/isexe + | +
isobject | +3.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/isobject + | +
joi | +17.10.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/joi + | +
joi | +17.11.0 | +BSD-3-Clause | ++ | + | +github.com/hapijs/joi + | +
joycon | +3.1.1 | +MIT | +egoist | +0x142857@gmail.com | ++github.com/egoist/joycon + | +
jquery | +3.7.1 | +MIT | +OpenJS Foundation and other contributors | ++ | +github.com/jquery/jquery + | +
js-beautify | +1.14.9 | +MIT | +Einar Lielmanis | +einar@beautifier.io | ++github.com/beautify-web/js-beautify + | +
js-yaml | +3.14.1 | +MIT | +Vladimir Zapparov | +dervus.grim@gmail.com | ++github.com/nodeca/js-yaml + | +
js-yaml | +4.1.0 | +MIT | +Vladimir Zapparov | +dervus.grim@gmail.com | ++github.com/nodeca/js-yaml + | +
jsdom | +22.1.0 | +MIT | ++ | + | +github.com/jsdom/jsdom + | +
jsesc | +2.5.2 | +MIT | +Mathias Bynens | ++ | +github.com/mathiasbynens/jsesc + | +
json-buffer | +3.0.1 | +MIT | +Dominic Tarr | +dominic.tarr@gmail.com | ++github.com/dominictarr/json-buffer + | +
json-parse-even-better-errors | +2.3.1 | +MIT | +Kat Marchán | +kzm@zkat.tech | ++github.com/npm/json-parse-even-better-errors + | +
json-schema-traverse | +0.4.1 | +MIT | +Evgeny Poberezkin | ++ | +github.com/epoberezkin/json-schema-traverse + | +
json-stable-stringify-without-jsonify | +1.0.1 | +MIT | +James Halliday | +mail@substack.net | ++github.com/samn/json-stable-stringify + | +
jsonfile | +6.1.0 | +MIT | +JP Richardson | +jprichardson@gmail.com | ++github.com/jprichardson/node-jsonfile + | +
jsxgettext | +0.11.0 | +MPL-2.0 | +Zach Carter | +zcarter@mozilla.com | ++github.com/zaach/jsxgettext + | +
juice | +9.1.0 | +MIT | ++ | + | +github.com/Automattic/juice + | +
keyv | +4.5.4 | +MIT | +Jared Wray | +me@jaredwray.com | ++github.com/jaredwray/keyv + | +
kind-of | +6.0.3 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/kind-of + | +
leac | +0.6.0 | +MIT | +KillyMXI | ++ | +github.com/mxxii/leac + | +
levn | +0.4.1 | +MIT | +George Zahariev | +z@georgezahariev.com | ++github.com/gkz/levn + | +
libbase64 | +1.2.1 | +MIT | +Andris Reinman | ++ | +github.com/nodemailer/libbase64 + | +
libmime | +5.2.0 | +MIT | +Andris Reinman | +andris@kreata.ee | ++github.com/andris9/libmime + | +
libmime | +5.2.1 | +MIT | +Andris Reinman | +andris@kreata.ee | ++github.com/andris9/libmime + | +
libqp | +2.0.1 | +MIT | +Andris Reinman | ++ | +github.com/andris9/libqp + | +
license-checker | +25.0.1 | +BSD-3-Clause | +Dav Glass | +davglass@gmail.com | ++github.com/davglass/license-checker + | +
liftup | +3.0.1 | +MIT | +Grunt Development Team | ++ | +github.com/gruntjs/js-liftup + | +
linkify-it | +4.0.1 | +MIT | ++ | + | +github.com/markdown-it/linkify-it + | +
locate-path | +5.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/locate-path + | +
locate-path | +6.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/locate-path + | +
lodash.clonedeep | +4.5.0 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash.defaults | +4.2.0 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash.get | +4.4.2 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash.isarguments | +3.1.0 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash.isequal | +4.5.0 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash.merge | +4.6.2 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
lodash | +4.17.21 | +MIT | +John-David Dalton | +john.david.dalton@gmail.com | ++github.com/lodash/lodash + | +
loupe | +2.3.7 | +MIT | +Veselin Todorov | +hi@vesln.com | ++github.com/chaijs/loupe + | +
lower-case | +1.1.4 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/lower-case + | +
lru-cache | +6.0.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-lru-cache + | +
lru-cache | +7.18.3 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-lru-cache + | +
lru-queue | +0.1.0 | +MIT | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/lru-queue + | +
luxon | +3.4.3 | +MIT | +Isaac Cambron | ++ | +github.com/moment/luxon + | +
mailparser | +3.6.5 | +MIT | +Andris Reinman | ++ | +github.com/nodemailer/mailparser + | +
mailsplit | +5.4.0 | +(MIT OR EUPL-1.1+) | +Andris Reinman | ++ | +github.com/andris9/mailsplit + | +
make-iterator | +1.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/make-iterator + | +
map-cache | +0.2.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/map-cache + | +
marked | +7.0.5 | +MIT | +Christopher Jeffrey | ++ | +github.com/markedjs/marked + | +
marked | +9.1.2 | +MIT | +Christopher Jeffrey | ++ | +github.com/markedjs/marked + | +
media-typer | +0.3.0 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/jshttp/media-typer + | +
memoizee | +0.4.15 | +ISC | +Mariusz Nowak | +medikoo@medikoo.com | ++github.com/medikoo/memoizee + | +
mensch | +0.3.4 | +MIT | +Brett Stimmerman | +brettstimmerman@gmail.com | ++github.com/brettstimmerman/mensch + | +
merge-descriptors | +1.0.1 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/component/merge-descriptors + | +
merge2 | +1.4.1 | +MIT | ++ | + | +github.com/teambition/merge2 + | +
methods | +1.1.2 | +MIT | ++ | + | +github.com/jshttp/methods + | +
micromatch | +4.0.5 | +MIT | +Jon Schlinkert | ++ | +github.com/micromatch/micromatch + | +
mime-db | +1.52.0 | +MIT | ++ | + | +github.com/jshttp/mime-db + | +
mime-types | +2.1.35 | +MIT | ++ | + | +github.com/jshttp/mime-types + | +
mime | +1.6.0 | +MIT | +Robert Kieffer | +robert@broofa.com | ++github.com/broofa/node-mime + | +
mime | +2.6.0 | +MIT | +Robert Kieffer | +robert@broofa.com | ++github.com/broofa/mime + | +
mimic-response | +3.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/mimic-response + | +
minimalistic-assert | +1.0.1 | +ISC | ++ | + | +github.com/calvinmetcalf/minimalistic-assert + | +
minimatch | +3.0.8 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/minimatch + | +
minimatch | +3.1.2 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/minimatch + | +
minimatch | +5.1.6 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/minimatch + | +
minimatch | +9.0.1 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/minimatch + | +
minimist | +1.2.6 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/minimist + | +
minimist | +1.2.8 | +MIT | +James Halliday | +mail@substack.net | ++github.com/minimistjs/minimist + | +
mjml-accordion | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-body | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-button | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-carousel | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-cli | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-column | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-core | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-divider | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-group | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-attributes | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-breakpoint | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-font | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-html-attributes | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-preview | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-style | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head-title | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-head | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-hero | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-image | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-migrate | +4.14.1 | +MIT | +Nicolas Garnier | ++ | +github.com/mjmlio/mjml + | +
mjml-navbar | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-parser-xml | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-preset-core | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-raw | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-section | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-social | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-spacer | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-table | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-text | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-validator | +4.13.0 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml-wrapper | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mjml | +4.14.1 | +MIT | ++ | + | +github.com/mjmlio/mjml + | +
mkdirp-classic | +0.5.3 | +MIT | +Mathias Buus | ++ | +github.com/mafintosh/mkdirp-classic + | +
mkdirp | +0.5.6 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/node-mkdirp + | +
moment-timezone | +0.5.43 | +MIT | +Tim Wood | +washwithcare@gmail.com | ++github.com/moment/moment-timezone + | +
moment | +2.29.4 | +MIT | +Iskren Ivov Chernev | +iskren.chernev@gmail.com | ++github.com/moment/moment + | +
ms | +2.0.0 | +MIT | ++ | + | +github.com/zeit/ms + | +
ms | +2.1.2 | +MIT | ++ | + | +github.com/zeit/ms + | +
ms | +2.1.3 | +MIT | ++ | + | +github.com/vercel/ms + | +
msgpack5 | +6.0.2 | +MIT | +Matteo collina | +hello@matteocollina.com | ++github.com/mcollina/msgpack5 + | +
msgpackr-extract | +3.0.2 | +MIT | +Kris Zyp | ++ | +github.com/kriszyp/msgpackr-extract + | +
msgpackr | +1.9.9 | +MIT | +Kris Zyp | ++ | +github.com/kriszyp/msgpackr + | +
multistream | +4.1.0 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/multistream + | +
murmurhash | +2.0.1 | +MIT | ++ | + | +github.com/perezd/node-murmurhash + | +
nanoid | +3.3.4 | +MIT | +Andrey Sitnik | +andrey@sitnik.ru | ++github.com/ai/nanoid + | +
napi-build-utils | +1.0.2 | +MIT | +Jim Schlight | ++ | +github.com/inspiredware/napi-build-utils + | +
natural-compare | +1.4.0 | +MIT | +Lauri Rooden | ++ | +github.com/litejs/natural-compare-lite + | +
negotiator | +0.6.3 | +MIT | ++ | + | +github.com/jshttp/negotiator + | +
neo-async | +2.6.2 | +MIT | ++ | + | +github.com/suguru03/neo-async + | +
next-tick | +1.1.0 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/next-tick + | +
no-case | +2.3.2 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/no-case + | +
node-abi | +3.51.0 | +MIT | +Lukas Geiger | ++ | +github.com/electron/node-abi + | +
node-abort-controller | +3.1.1 | +MIT | +Steve Faulkner | +southpolesteve@gmail.com | ++github.com/southpolesteve/node-abort-controller + | +
node-fetch | +2.7.0 | +MIT | +David Frank | ++ | +github.com/bitinn/node-fetch + | +
node-gettext | +3.0.0 | +MIT | +Andris Reinman | ++ | +github.com/alexanderwallin/node-gettext + | +
node-gyp-build-optional-packages | +5.0.7 | +MIT | +Mathias Buus | ++ | +github.com/prebuild/node-gyp-build + | +
node-html-parser | +6.1.6 | +MIT | +Xiaoyi Shi | +ashi009@gmail.com | ++github.com/taoqf/node-fast-html-parser + | +
nodemailer | +6.9.3 | +MIT-0 | +Andris Reinman | ++ | +github.com/nodemailer/nodemailer + | +
nodemailer | +6.9.4 | +MIT-0 | +Andris Reinman | ++ | +github.com/nodemailer/nodemailer + | +
nodemailer | +6.9.5 | +MIT-0 | +Andris Reinman | ++ | +github.com/nodemailer/nodemailer + | +
nodemailer | +6.9.6 | +MIT-0 | +Andris Reinman | ++ | +github.com/nodemailer/nodemailer + | +
nopt | +3.0.6 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/nopt + | +
nopt | +4.0.3 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/nopt + | +
nopt | +6.0.0 | +ISC | +GitHub Inc. | ++ | +github.com/npm/nopt + | +
normalize-package-data | +2.5.0 | +BSD-2-Clause | +Meryn Stol | +merynstol@gmail.com | ++github.com/npm/normalize-package-data + | +
normalize-path | +3.0.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/normalize-path + | +
npm-normalize-package-bin | +1.0.1 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/npm-normalize-package-bin + | +
nth-check | +2.1.1 | +BSD-2-Clause | +Felix Boehm | +me@feedic.com | ++github.com/fb55/nth-check + | +
nwsapi | +2.2.7 | +MIT | +Diego Perini | +diego.perini@gmail.com | ++github.com/dperini/nwsapi + | +
object-assign | +4.1.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/object-assign + | +
object-inspect | +1.13.1 | +MIT | +James Halliday | +mail@substack.net | ++github.com/inspect-js/object-inspect + | +
object.defaults | +1.1.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/object.defaults + | +
object.map | +1.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/object.map + | +
object.pick | +1.3.0 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/object.pick + | +
on-exit-leak-free | +2.1.2 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/on-exit-or-gc + | +
on-finished | +2.4.1 | +MIT | ++ | + | +github.com/jshttp/on-finished + | +
once | +1.4.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/once + | +
openapi-types | +12.1.3 | +MIT | +Joseph Spencer | ++ | +github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types + | +
optionator | +0.9.3 | +MIT | +George Zahariev | +z@georgezahariev.com | ++github.com/gkz/optionator + | +
os-homedir | +1.0.2 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/os-homedir + | +
os-tmpdir | +1.0.2 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/os-tmpdir + | +
osenv | +0.1.5 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/osenv + | +
p-is-promise | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-is-promise + | +
p-limit | +2.3.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-limit + | +
p-limit | +3.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-limit + | +
p-locate | +4.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-locate + | +
p-locate | +5.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-locate + | +
p-try | +2.2.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/p-try + | +
param-case | +2.1.1 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/param-case + | +
parent-module | +1.0.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/parent-module + | +
parse-filepath | +1.0.2 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/parse-filepath + | +
parse-passwd | +1.0.0 | +MIT | +Brian Woodward | ++ | +github.com/doowb/parse-passwd + | +
parse5-htmlparser2-tree-adapter | +7.0.0 | +MIT | +Ivan Nikulin | +ifaaan@gmail.com | ++github.com/inikulin/parse5 + | +
parse5 | +7.1.2 | +MIT | +Ivan Nikulin | +ifaaan@gmail.com | ++github.com/inikulin/parse5 + | +
parseley | +0.12.1 | +MIT | +KillyMXI | ++ | +github.com/mxxii/parseley + | +
parseurl | +1.3.3 | +MIT | ++ | + | +github.com/pillarjs/parseurl + | +
path-exists | +4.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/path-exists + | +
path-is-absolute | +1.0.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/path-is-absolute + | +
path-key | +3.1.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/path-key + | +
path-parse | +1.0.7 | +MIT | +Javier Blanco | +http://jbgutierrez.info | ++github.com/jbgutierrez/path-parse + | +
path-root-regex | +0.1.2 | +MIT | +Jon Schlinkert | ++ | +github.com/regexhq/path-root-regex + | +
path-root | +0.1.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/path-root + | +
path-to-regexp | +0.1.7 | +MIT | ++ | + | +github.com/component/path-to-regexp + | +
path-type | +4.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/path-type + | +
pathval | +1.1.1 | +MIT | +Veselin Todorov | +hi@vesln.com | ++github.com/chaijs/pathval + | +
pe-library | +1.0.0 | +MIT | +jet | ++ | +github.com/jet2jet/pe-library-js + | +
peberminta | +0.9.0 | +MIT | +KillyMXI | ++ | +github.com/mxxii/peberminta + | +
pem-jwk | +2.0.0 | +MPL-2.0 | ++ | + | +github.com/dannycoates/pem-jwk + | +
picomatch | +2.3.1 | +MIT | +Jon Schlinkert | ++ | +github.com/micromatch/picomatch + | +
pino-abstract-transport | +1.0.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/pino-abstract-transport + | +
pino-abstract-transport | +1.1.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/pino-abstract-transport + | +
pino-pretty | +10.2.3 | +MIT | +James Sumners | +james.sumners@gmail.com | ++github.com/pinojs/pino-pretty + | +
pino-std-serializers | +6.2.2 | +MIT | +James Sumners | +james.sumners@gmail.com | ++github.com/pinojs/pino-std-serializers + | +
pino | +8.15.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/pino + | +
pino | +8.15.1 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/pino + | +
pino | +8.16.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/pino + | +
pkg-fetch | +3.4.2 | +MIT | ++ | + | +github.com/vercel/pkg-fetch + | +
pkg | +5.8.1 | +MIT | ++ | + | +github.com/vercel/pkg + | +
pngjs | +5.0.0 | +MIT | ++ | + | +github.com/lukeapage/pngjs + | +
prebuild-install | +7.1.1 | +MIT | +Mathias Buus | ++ | +github.com/prebuild/prebuild-install + | +
prelude-ls | +1.2.1 | +MIT | +George Zahariev | +z@georgezahariev.com | ++github.com/gkz/prelude-ls + | +
process-nextick-args | +2.0.1 | +MIT | ++ | + | +github.com/calvinmetcalf/process-nextick-args + | +
process-warning | +2.2.0 | +MIT | +Tomas Della Vedova | ++ | +github.com/fastify/process-warning + | +
process | +0.11.10 | +MIT | +Roman Shtylman | +shtylman@gmail.com | ++github.com/shtylman/node-process + | +
progress | +2.0.3 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/visionmedia/node-progress + | +
prom-client | +15.0.0 | +Apache-2.0 | +Simon Nyberg | ++ | +github.com/siimon/prom-client + | +
proto-list | +1.2.4 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/proto-list + | +
proxy-addr | +2.0.7 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/jshttp/proxy-addr + | +
psl | +1.9.0 | +MIT | +Lupo Montero | +lupomontero@gmail.com | ++github.com/lupomontero/psl + | +
pubface | +1.0.6 | +MIT-0 | +Postal Systems OÜ | ++ | +github.com/postalsys/pubface + | +
pug-error | +1.3.3 | +MIT | +Forbes Lindesay | ++ | +github.com/pugjs/pug/tree/master/packages/pug-error + | +
pug-lexer | +4.1.0 | +MIT | +ForbesLindesay | ++ | +github.com/pugjs/pug/tree/master/packages/pug-lexer + | +
pug-parser | +5.0.1 | +MIT | +ForbesLindesay | ++ | +github.com/pugjs/pug/tree/master/packages/pug-parser + | +
pump | +3.0.0 | +MIT | +Mathias Buus Madsen | +mathiasbuus@gmail.com | ++github.com/mafintosh/pump + | +
punycode | +2.3.0 | +MIT | +Mathias Bynens | ++ | +github.com/mathiasbynens/punycode.js + | +
qrcode | +1.5.3 | +MIT | +Ryan Day | +soldair@gmail.com | ++github.com/soldair/node-qrcode + | +
qs | +6.11.0 | +BSD-3-Clause | ++ | + | +github.com/ljharb/qs + | +
querystringify | +2.2.0 | +MIT | +Arnout Kazemier | ++ | +github.com/unshiftio/querystringify + | +
queue-microtask | +1.2.3 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/queue-microtask + | +
quick-format-unescaped | +4.0.4 | +MIT | +David Mark Clements | ++ | +github.com/davidmarkclements/quick-format + | +
range-parser | +1.2.1 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/jshttp/range-parser + | +
raw-body | +2.5.1 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/stream-utils/raw-body + | +
raw-body | +2.5.2 | +MIT | +Jonathan Ong | +me@jongleberry.com | ++github.com/stream-utils/raw-body + | +
rc | +1.2.8 | +(BSD-2-Clause OR MIT OR Apache-2.0) | +Dominic Tarr | +dominic.tarr@gmail.com | ++github.com/dominictarr/rc + | +
read-installed | +4.0.3 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/read-installed + | +
read-package-json | +2.1.2 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/read-package-json + | +
readable-stream | +2.3.8 | +MIT | ++ | + | +github.com/nodejs/readable-stream + | +
readable-stream | +3.6.2 | +MIT | ++ | + | +github.com/nodejs/readable-stream + | +
readable-stream | +4.4.2 | +MIT | ++ | + | +github.com/nodejs/readable-stream + | +
readdir-scoped-modules | +1.1.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/readdir-scoped-modules + | +
readdirp | +3.6.0 | +MIT | +Thorsten Lorenz | +thlorenz@gmx.de | ++github.com/paulmillr/readdirp + | +
real-require | +0.2.0 | +MIT | +Paolo Insogna | +shogun@cowtech.it | ++github.com/pinojs/real-require + | +
rechoir | +0.7.1 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/rechoir + | +
redis-errors | +1.2.0 | +MIT | +Ruben Bridgewater | ++ | +github.com/NodeRedis/redis-errors + | +
redis-parser | +3.0.0 | +MIT | +Ruben Bridgewater | ++ | +github.com/NodeRedis/node-redis-parser + | +
regenerator-runtime | +0.14.0 | +MIT | +Ben Newman | +bn@cs.stanford.edu | ++github.com/facebook/regenerator/tree/main/packages/runtime + | +
relateurl | +0.2.7 | +MIT | +Steven Vachon | +contact@svachon.com | ++github.com/stevenvachon/relateurl + | +
require-directory | +2.1.1 | +MIT | +Troy Goode | +troygoode@gmail.com | ++github.com/troygoode/node-require-directory + | +
require-main-filename | +2.0.0 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/require-main-filename + | +
requires-port | +1.0.0 | +MIT | +Arnout Kazemier | ++ | +github.com/unshiftio/requires-port + | +
resedit | +2.0.0 | +MIT | +jet | ++ | +github.com/jet2jet/resedit-js + | +
resolve-dir | +1.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/jonschlinkert/resolve-dir + | +
resolve-from | +4.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/resolve-from + | +
resolve | +1.22.8 | +MIT | +James Halliday | +mail@substack.net | ++github.com/browserify/resolve + | +
reusify | +1.0.4 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/reusify + | +
rimraf | +3.0.2 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/rimraf + | +
rrweb-cssom | +0.6.0 | +MIT | +Nikita Vasilyev | +me@elv1s.ru | ++github.com/rrweb-io/CSSOM + | +
run-parallel | +1.2.0 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/run-parallel + | +
safe-buffer | +5.1.2 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/safe-buffer + | +
safe-buffer | +5.2.1 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/safe-buffer + | +
safe-stable-stringify | +2.4.3 | +MIT | +Ruben Bridgewater | ++ | +github.com/BridgeAR/safe-stable-stringify + | +
safer-buffer | +2.1.2 | +MIT | +Nikita Skovoroda | +chalkerx@gmail.com | ++github.com/ChALkeR/safer-buffer + | +
sax | +1.3.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/sax-js + | +
saxes | +6.0.0 | +ISC | +Louis-Dominique Dubeau | +ldd@lddubeau.com | ++github.com/lddubeau/saxes + | +
secure-json-parse | +2.7.0 | +BSD-3-Clause | ++ | + | +github.com/fastify/secure-json-parse + | +
selderee | +0.11.0 | +MIT | +KillyMXI | ++ | +github.com/mxxii/selderee + | +
semver | +5.7.2 | +ISC | +GitHub Inc. | ++ | +github.com/npm/node-semver + | +
semver | +7.5.4 | +ISC | +GitHub Inc. | ++ | +github.com/npm/node-semver + | +
send | +0.18.0 | +MIT | +TJ Holowaychuk | +tj@vision-media.ca | ++github.com/pillarjs/send + | +
serve-static | +1.15.0 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/expressjs/serve-static + | +
set-blocking | +2.0.0 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/set-blocking + | +
set-function-length | +1.1.1 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/set-function-length + | +
setprototypeof | +1.2.0 | +ISC | +Wes Todd | ++ | +github.com/wesleytodd/setprototypeof + | +
shebang-command | +2.0.0 | +MIT | +Kevin Mårtensson | +kevinmartensson@gmail.com | ++github.com/kevva/shebang-command + | +
shebang-regex | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/shebang-regex + | +
side-channel | +1.0.4 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/ljharb/side-channel + | +
simple-concat | +1.0.1 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/simple-concat + | +
simple-get | +4.0.1 | +MIT | +Feross Aboukhadijeh | +feross@feross.org | ++github.com/feross/simple-get + | +
slash | +3.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/slash + | +
slick | +1.12.2 | +MIT* | +Valerio Proietti | +@kamicane | ++github.com/kamicane/slick + | +
slide | +1.1.6 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/slide-flow-control + | +
smart-buffer | +4.2.0 | +MIT | +Josh Glazebrook | ++ | +github.com/JoshGlazebrook/smart-buffer + | +
smtp-server | +3.13.0 | +MIT-0 | +Andris Reinman | ++ | +github.com/andris9/smtp-server + | +
socks | +2.7.1 | +MIT | +Josh Glazebrook | ++ | +github.com/JoshGlazebrook/socks + | +
sonic-boom | +3.7.0 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/pinojs/sonic-boom + | +
source-map | +0.6.1 | +BSD-3-Clause | +Nick Fitzgerald | +nfitzgerald@mozilla.com | ++github.com/mozilla/source-map + | +
spdx-compare | +1.0.0 | +MIT | +Kyle E. Mitchell | +kyle@kemitchell.com | ++github.com/kemitchell/spdx-compare.js + | +
spdx-correct | +3.2.0 | +Apache-2.0 | ++ | + | +github.com/jslicense/spdx-correct.js + | +
spdx-exceptions | +2.3.0 | +CC-BY-3.0 | +The Linux Foundation | ++ | +github.com/kemitchell/spdx-exceptions.json + | +
spdx-expression-parse | +3.0.1 | +MIT | +Kyle E. Mitchell | +kyle@kemitchell.com | ++github.com/jslicense/spdx-expression-parse.js + | +
spdx-license-ids | +3.0.16 | +CC0-1.0 | +Shinnosuke Watanabe | ++ | +github.com/jslicense/spdx-license-ids + | +
spdx-ranges | +2.1.1 | +(MIT AND CC-BY-3.0) | +The Linux Foundation | ++ | +github.com/kemitchell/spdx-ranges.js + | +
spdx-satisfies | +4.0.1 | +MIT | +Kyle E. Mitchell | +kyle@kemitchell.com | ++github.com/kemitchell/spdx-satisfies.js + | +
speakeasy | +2.0.0 | +MIT | +Mark Bao & Speakeasy Contributors | +mark@markbao.com | ++github.com/speakeasyjs/speakeasy + | +
split2 | +4.2.0 | +ISC | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/split2 + | +
sprintf-js | +1.0.3 | +BSD-3-Clause | +Alexandru Marasteanu | +hello@alexei.ro | ++github.com/alexei/sprintf.js + | +
sprintf-js | +1.1.3 | +BSD-3-Clause | +Alexandru Mărășteanu | +hello@alexei.ro | ++github.com/alexei/sprintf.js + | +
stack-generator | +2.0.10 | +MIT | ++ | + | +github.com/stacktracejs/stack-generator + | +
stackframe | +1.3.4 | +MIT | ++ | + | +github.com/stacktracejs/stackframe + | +
standard-as-callback | +2.1.0 | +MIT | +luin | +i@zihua.li | ++github.com/luin/asCallback + | +
startbootstrap-sb-admin-2 | +3.3.7 | +MIT | +Start Bootstrap | ++ | +github.com/BlackrockDigital/startbootstrap-sb-admin-2 + | +
statuses | +2.0.1 | +MIT | ++ | + | +github.com/jshttp/statuses + | +
stream-meter | +1.0.4 | +MIT | +Bryce B. Baril | ++ | +github.com/brycebaril/node-stream-meter + | +
string-width | +4.2.3 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/string-width + | +
string_decoder | +1.1.1 | +MIT | ++ | + | +github.com/nodejs/string_decoder + | +
string_decoder | +1.3.0 | +MIT | ++ | + | +github.com/nodejs/string_decoder + | +
strip-ansi | +6.0.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/strip-ansi + | +
strip-json-comments | +2.0.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/strip-json-comments + | +
strip-json-comments | +3.1.1 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/strip-json-comments + | +
supports-color | +5.5.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/supports-color + | +
supports-color | +7.2.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/supports-color + | +
supports-preserve-symlinks-flag | +1.0.0 | +MIT | +Jordan Harband | +ljharb@gmail.com | ++github.com/inspect-js/node-supports-preserve-symlinks-flag + | +
swagger-parser | +10.0.3 | +MIT | +James Messinger | ++ | +github.com/APIDevTools/swagger-parser + | +
swagger-ui-dist | +5.9.0 | +Apache-2.0 | ++ | + | +github.com/swagger-api/swagger-ui + | +
symbol-tree | +3.2.4 | +MIT | +Joris van der Wel | +joris@jorisvanderwel.com | ++github.com/jsdom/js-symbol-tree + | +
tablesort | +5.3.0 | +MIT | +tristen | ++ | +github.com/tristen/tablesort + | +
tar-fs | +2.1.1 | +MIT | +Mathias Buus | ++ | +github.com/mafintosh/tar-fs + | +
tar-stream | +2.2.0 | +MIT | +Mathias Buus | +mathiasbuus@gmail.com | ++github.com/mafintosh/tar-stream + | +
tdigest | +0.1.2 | +MIT | +Will Welch | +welch@quietplease.com | ++github.com/welch/tdigest + | +
text-table | +0.2.0 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/text-table + | +
thread-stream | +2.4.1 | +MIT | +Matteo Collina | +hello@matteocollina.com | ++github.com/mcollina/thread-stream + | +
timers-ext | +0.1.7 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/timers-ext + | +
timezones-list | +3.0.2 | +MIT | +Om Srivastava | ++ | +github.com/omsrivastava/timezones + | +
tlds | +1.240.0 | +MIT | +Stephen Mathieson | +me@stephenmathieson.com | ++github.com/stephenmathieson/node-tlds + | +
tlds | +1.242.0 | +MIT | +Stephen Mathieson | ++ | +github.com/stephenmathieson/node-tlds + | +
to-fast-properties | +2.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/to-fast-properties + | +
to-regex-range | +5.0.1 | +MIT | +Jon Schlinkert | ++ | +github.com/micromatch/to-regex-range + | +
toidentifier | +1.0.1 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/component/toidentifier + | +
token-stream | +0.0.1 | +MIT | +ForbesLindesay | ++ | +github.com/jadejs/token-stream + | +
toml | +3.0.0 | +MIT | +Michelle Tilley | +michelle@michelletilley.net | ++github.com/BinaryMuse/toml-node + | +
tough-cookie | +4.1.3 | +BSD-3-Clause | +Jeremy Stashewsky | +jstash@gmail.com | ++github.com/salesforce/tough-cookie + | +
tr46 | +0.0.3 | +MIT | +Sebastian Mayr | +npm@smayr.name | ++github.com/Sebmaster/tr46.js + | +
tr46 | +4.1.1 | +MIT | +Sebastian Mayr | +npm@smayr.name | ++github.com/jsdom/tr46 + | +
treeify | +1.1.0 | +MIT | +Luke Plaster | +notatestuser@gmail.com | ++github.com/notatestuser/treeify + | +
tslib | +2.6.2 | +0BSD | +Microsoft Corp. | ++ | +github.com/Microsoft/tslib + | +
tsse | +1.1.6 | +MIT | +Simone Primarosa | +simonepri@outlook.com | ++github.com/simonepri/tsse + | +
tunnel-agent | +0.6.0 | +Apache-2.0 | +Mikeal Rogers | +mikeal.rogers@gmail.com | ++github.com/mikeal/tunnel-agent + | +
type-check | +0.4.0 | +MIT | +George Zahariev | +z@georgezahariev.com | ++github.com/gkz/type-check + | +
type-detect | +4.0.8 | +MIT | +Jake Luer | +jake@alogicalparadox.com | ++github.com/chaijs/type-detect + | +
type-fest | +0.20.2 | +(MIT OR CC0-1.0) | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/type-fest + | +
type-is | +1.6.18 | +MIT | ++ | + | +github.com/jshttp/type-is + | +
type | +1.2.0 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/type + | +
type | +2.7.2 | +ISC | +Mariusz Nowak | +medyk@medikoo.com | ++github.com/medikoo/type + | +
uc.micro | +1.0.6 | +MIT | ++ | + | +github.com/markdown-it/uc.micro + | +
uglify-js | +3.17.4 | +BSD-2-Clause | +Mihai Bazon | +mihai.bazon@gmail.com | ++github.com/mishoo/UglifyJS + | +
unc-path-regex | +0.1.2 | +MIT | +Jon Schlinkert | ++ | +github.com/regexhq/unc-path-regex + | +
underscore.string | +3.3.6 | +MIT | ++ | + | +github.com/epeli/underscore.string + | +
undici | +5.25.3 | +MIT | ++ | + | +github.com/nodejs/undici + | +
undici | +5.26.4 | +MIT | ++ | + | +github.com/nodejs/undici + | +
universalify | +0.2.0 | +MIT | +Ryan Zimmerman | +opensrc@ryanzim.com | ++github.com/RyanZim/universalify + | +
universalify | +2.0.0 | +MIT | +Ryan Zimmerman | +opensrc@ryanzim.com | ++github.com/RyanZim/universalify + | +
unpipe | +1.0.0 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/stream-utils/unpipe + | +
upper-case | +1.1.3 | +MIT | +Blake Embrey | +hello@blakeembrey.com | ++github.com/blakeembrey/upper-case + | +
uri-js | +4.4.1 | +BSD-2-Clause | +Gary Court | +gary.court@gmail.com | ++github.com/garycourt/uri-js + | +
url-parse | +1.5.10 | +MIT | +Arnout Kazemier | ++ | +github.com/unshiftio/url-parse + | +
util-deprecate | +1.0.2 | +MIT | +Nathan Rajlich | +nathan@tootallnate.net | ++github.com/TooTallNate/util-deprecate + | +
util-extend | +1.0.3 | +MIT | ++ | + | +github.com/isaacs/util-extend + | +
utils-merge | +1.0.1 | +MIT | +Jared Hanson | +jaredhanson@gmail.com | ++github.com/jaredhanson/utils-merge + | +
uuid | +9.0.0 | +MIT | ++ | + | +github.com/uuidjs/uuid + | +
uuid | +9.0.1 | +MIT | ++ | + | +github.com/uuidjs/uuid + | +
v8flags | +3.2.0 | +MIT | +Gulp Team | +team@gulpjs.com | ++github.com/gulpjs/v8flags + | +
valid-data-url | +3.0.1 | +MIT | +Alexey Kucherenko | ++ | +github.com/killmenot/valid-data-url + | +
validate-npm-package-license | +3.0.4 | +Apache-2.0 | +Kyle E. Mitchell | +kyle@kemitchell.com | ++github.com/kemitchell/validate-npm-package-license.js + | +
validator | +13.11.0 | +MIT | +Chris O'Hara | +cohara87@gmail.com | ++github.com/validatorjs/validator.js + | +
vary | +1.1.2 | +MIT | +Douglas Christopher Wilson | +doug@somethingdoug.com | ++github.com/jshttp/vary + | +
w3c-xmlserializer | +4.0.0 | +MIT | ++ | + | +github.com/jsdom/w3c-xmlserializer + | +
web-resource-inliner | +6.0.1 | +MIT | +Jarrett Widman | ++ | +github.com/jrit/web-resource-inliner + | +
webidl-conversions | +3.0.1 | +BSD-2-Clause | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/webidl-conversions + | +
webidl-conversions | +7.0.0 | +BSD-2-Clause | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/webidl-conversions + | +
whatwg-encoding | +2.0.0 | +MIT | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/whatwg-encoding + | +
whatwg-mimetype | +3.0.0 | +MIT | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/whatwg-mimetype + | +
whatwg-url | +12.0.1 | +MIT | +Sebastian Mayr | +github@smayr.name | ++github.com/jsdom/whatwg-url + | +
whatwg-url | +5.0.0 | +MIT | +Sebastian Mayr | +github@smayr.name | ++github.com/jsdom/whatwg-url + | +
which-module | +2.0.1 | +ISC | +nexdrew | ++ | +github.com/nexdrew/which-module + | +
which | +1.3.1 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-which + | +
which | +2.0.2 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/node-which + | +
wild-config | +1.7.1 | +MIT | +Andris Reinman | ++ | +github.com/nodemailer/wild-config + | +
wordwrap | +1.0.0 | +MIT | +James Halliday | +mail@substack.net | ++github.com/substack/node-wordwrap + | +
wrap-ansi | +6.2.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/wrap-ansi + | +
wrap-ansi | +7.0.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/chalk/wrap-ansi + | +
wrappy | +1.0.2 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/npm/wrappy + | +
ws | +8.14.2 | +MIT | +Einar Otto Stangvik | +einaros@gmail.com | ++github.com/websockets/ws + | +
xgettext-template | +5.0.0 | +MIT | +Guillaume Marty | ++ | +github.com/gmarty/xgettext + | +
xml-name-validator | +4.0.0 | +Apache-2.0 | +Domenic Denicola | +d@domenic.me | ++github.com/jsdom/xml-name-validator + | +
xml2js | +0.6.2 | +MIT | +Marek Kubica | +marek@xivilization.net | ++github.com/Leonidas-from-XIV/node-xml2js + | +
xmlbuilder | +11.0.1 | +MIT | +Ozgur Ozcitak | +oozcitak@gmail.com | ++github.com/oozcitak/xmlbuilder-js + | +
xmlchars | +2.2.0 | +MIT | +Louis-Dominique Dubeau | +ldd@lddubeau.com | ++github.com/lddubeau/xmlchars + | +
y18n | +4.0.3 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/y18n + | +
y18n | +5.0.8 | +ISC | +Ben Coe | +bencoe@gmail.com | ++github.com/yargs/y18n + | +
yallist | +4.0.0 | +ISC | +Isaac Z. Schlueter | +i@izs.me | ++github.com/isaacs/yallist + | +
yargs-parser | +18.1.3 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/yargs-parser + | +
yargs-parser | +20.2.9 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/yargs-parser + | +
yargs-parser | +21.1.1 | +ISC | +Ben Coe | +ben@npmjs.com | ++github.com/yargs/yargs-parser + | +
yargs | +15.4.1 | +MIT | ++ | + | +github.com/yargs/yargs + | +
yargs | +16.2.0 | +MIT | ++ | + | +github.com/yargs/yargs + | +
yargs | +17.7.2 | +MIT | ++ | + | +github.com/yargs/yargs + | +
yocto-queue | +0.1.0 | +MIT | +Sindre Sorhus | +sindresorhus@gmail.com | ++github.com/sindresorhus/yocto-queue + | +
z-schema | +5.0.5 | +MIT | ++ | + | +github.com/zaggino/z-schema + | +