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 Licenses +
+

EmailEngine v2.37.6

EmailEngine includes code from the following software packages:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageVersionLicensePublisherPublisher's EmailPackage URL
@aashutoshrathi/word-wrap1.2.6MITJon Schlinkert +github.com/aashutoshrathi/word-wrap +
@apidevtools/json-schema-ref-parser10.1.0MITJames Messinger +github.com/APIDevTools/json-schema-ref-parser +
@apidevtools/json-schema-ref-parser9.1.2MITJames Messinger +github.com/APIDevTools/json-schema-ref-parser +
@apidevtools/openapi-schemas2.1.0MITJames Messinger +github.com/APIDevTools/openapi-schemas +
@apidevtools/swagger-methods3.0.2MITJames Messinger +github.com/APIDevTools/swagger-methods +
@apidevtools/swagger-parser10.0.3MITJames Messinger +github.com/APIDevTools/swagger-parser +
@babel/generator7.18.2MITThe Babel Team +github.com/babel/babel +
@babel/helper-string-parser7.22.5MITThe Babel Team +github.com/babel/babel +
@babel/helper-validator-identifier7.22.20MITThe Babel Team +github.com/babel/babel +
@babel/parser7.18.4MITThe Babel Team +github.com/babel/babel +
@babel/runtime7.23.2MITThe Babel Team +github.com/babel/babel +
@babel/types7.19.0MITThe Babel Team +github.com/babel/babel +
@bugsnag/browser7.21.0MITBugsnag +github.com/bugsnag/bugsnag-js +
@bugsnag/core7.19.0MITBugsnag +github.com/bugsnag/bugsnag-js +
@bugsnag/cuid3.0.2MITBugsnag +github.com/bugsnag/cuid +
@bugsnag/js7.21.0MITBugsnag +github.com/bugsnag/bugsnag-js +
@bugsnag/node7.19.0MITBugsnag +github.com/bugsnag/bugsnag-js +
@bugsnag/safe-json-stringify6.0.0MITDebitoor +github.com/bugsnag/safe-json-stringify +
@elastic/elasticsearch8.10.0Apache-2.0 +github.com/elastic/elasticsearch-js +
@elastic/transport8.3.4Apache-2.0Elastic Client Library Maintainers +github.com/elastic/elastic-transport-js +
@eslint-community/eslint-utils4.4.0MITToru Nagashima +github.com/eslint-community/eslint-utils +
@eslint-community/regexpp4.9.1MITToru Nagashima +github.com/eslint-community/regexpp +
@eslint/eslintrc2.1.2MITNicholas C. Zakas +github.com/eslint/eslintrc +
@eslint/js8.51.0MIT +github.com/eslint/eslint +
@fastify/busboy2.0.0MITBrian Whitemscdex@mscdex.net +github.com/fastify/busboy +
@hapi/accept6.0.3BSD-3-Clause +github.com/hapijs/accept +
@hapi/ammo6.0.1BSD-3-Clause +github.com/hapijs/ammo +
@hapi/b646.0.1BSD-3-Clause +github.com/hapijs/b64 +
@hapi/bell13.0.1BSD-3-Clause +github.com/hapijs/bell +
@hapi/boom10.0.1BSD-3-Clause +github.com/hapijs/boom +
@hapi/boom9.1.4BSD-3-Clause +github.com/hapijs/boom +
@hapi/bounce2.0.0BSD-3-Clause +github.com/hapijs/bounce +
@hapi/bounce3.0.1BSD-3-Clause +github.com/hapijs/bounce +
@hapi/bourne3.0.0BSD-3-Clause +github.com/hapijs/bourne +
@hapi/call9.0.1BSD-3-Clause +github.com/hapijs/call +
@hapi/catbox-memory6.0.1BSD-3-Clause +github.com/hapijs/catbox-memory +
@hapi/catbox12.1.1BSD-3-Clause +github.com/hapijs/catbox +
@hapi/content6.0.0BSD-3-Clause +github.com/hapijs/content +
@hapi/cookie12.0.1BSD-3-Clause +github.com/hapijs/cookie +
@hapi/crumb9.0.1BSD-3-Clause +github.com/hapijs/crumb +
@hapi/cryptiles6.0.1BSD-3-Clause +github.com/hapijs/cryptiles +
@hapi/file3.0.0BSD-3-Clause +github.com/hapijs/file +
@hapi/hapi21.3.2BSD-3-Clause +github.com/hapijs/hapi +
@hapi/heavy8.0.1BSD-3-Clause +github.com/hapijs/heavy +
@hapi/hoek11.0.2BSD-3-Clause +github.com/hapijs/hoek +
@hapi/hoek9.3.0BSD-3-Clause +github.com/hapijs/hoek +
@hapi/inert7.1.0BSD-3-Clause +github.com/hapijs/inert +
@hapi/iron7.0.1BSD-3-Clause +github.com/hueniverse/iron +
@hapi/mimos7.0.1BSD-3-Clause +github.com/hapijs/mimos +
@hapi/nigel5.0.1BSD-3-Clause +github.com/hapijs/nigel +
@hapi/pez6.1.0BSD-3-Clause +github.com/hapijs/pez +
@hapi/podium5.0.1BSD-3-Clause +github.com/hapijs/podium +
@hapi/shot6.0.1BSD-3-Clause +github.com/hapijs/shot +
@hapi/somever4.1.1BSD-3-Clause +github.com/hapijs/somever +
@hapi/statehood8.1.1BSD-3-Clause +github.com/hapijs/statehood +
@hapi/subtext8.1.0BSD-3-Clause +github.com/hapijs/subtext +
@hapi/teamwork6.0.0BSD-3-Clause +github.com/hapijs/teamwork +
@hapi/topo5.1.0BSD-3-Clause +github.com/hapijs/topo +
@hapi/topo6.0.2BSD-3-Clause +github.com/hapijs/topo +
@hapi/validate2.0.1BSD-3-Clause +github.com/hapijs/validate +
@hapi/vise5.0.1BSD-3-Clause +github.com/hapijs/vise +
@hapi/vision7.0.3BSD-3-Clause +github.com/hapijs/vision +
@hapi/wreck18.0.1BSD-3-Clause +github.com/hapijs/wreck +
@humanwhocodes/config-array0.11.12Apache-2.0Nicholas C. Zakas +github.com/humanwhocodes/config-array +
@humanwhocodes/module-importer1.0.1Apache-2.0Nicholas C. Zaks +github.com/humanwhocodes/module-importer +
@humanwhocodes/object-schema2.0.0BSD-3-ClauseNicholas C. Zakas +github.com/humanwhocodes/object-schema +
@ioredis/commands1.2.0MITZihua Lii@zihua.li +github.com/ioredis/commands +
@jridgewell/gen-mapping0.3.3MITJustin Ridgewelljustin@ridgewell.name +github.com/jridgewell/gen-mapping +
@jridgewell/resolve-uri3.1.1MITJustin Ridgewelljustin@ridgewell.name +github.com/jridgewell/resolve-uri +
@jridgewell/set-array1.1.2MITJustin Ridgewelljustin@ridgewell.name +github.com/jridgewell/set-array +
@jridgewell/sourcemap-codec1.4.15MITRich Harris +github.com/jridgewell/sourcemap-codec +
@jridgewell/trace-mapping0.3.20MITJustin Ridgewelljustin@ridgewell.name +github.com/jridgewell/trace-mapping +
@jsdevtools/ono7.1.3MITJames Messinger +github.com/JS-DevTools/ono +
@kdf/salt1.0.1MITSimone Primarosasimonepri@outlook.com +github.com/simonepri/kdf-salt +
@msgpackr-extract/msgpackr-extract-darwin-arm643.0.2MITKris Zyp +github.com/kriszyp/msgpackr-extract +
@nodelib/fs.scandir2.1.5MIT +github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir +
@nodelib/fs.stat2.0.5MIT +github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat +
@nodelib/fs.walk1.2.8MIT +github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk +
@one-ini/wasm0.1.1MIT +github.com/one-ini/core +
@opentelemetry/api1.6.0Apache-2.0OpenTelemetry Authors +github.com/open-telemetry/opentelemetry-js +
@phc/format0.5.0MITSimone Primarosasimonepri@outlook.com +github.com/simonepri/phc-format +
@phc/pbkdf21.1.14MITSimone Primarosasimonepri@outlook.com +github.com/simonepri/phc-pbkdf2 +
@postalsys/certs1.0.5ISCPostal Systems OÜacme@postalsys.com +
@postalsys/email-ai-tools1.6.2MITPostal Systems OÜ +github.com/postalsys/email-ai-tools +
@postalsys/email-text-tools2.1.1MITPostal Systems OÜ +github.com/postalsys/email-text-tools +
@postalsys/hecks3.0.0-fork.3MITDevin Ivydevin@bigroomstudios.com +github.com/hapipal/hecks +
@postalsys/templates1.0.5ISCPostal Systems OÜ +
@postalsys/toys3.1.0-fork.1MITDevin Ivydevin@bigroomstudios.com +github.com/hapipal/toys +
@root/acme3.1.0MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/acme.js +
@root/asn11.0.0MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/asn1.js +
@root/csr0.8.1MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/csr.js +
@root/encoding1.0.1MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/encoding.js +
@root/keypairs0.10.3MPL-2.0AJ ONealcoolaj86@gmail.com +github.com/therootcompany/keypairs.js +
@root/pem1.0.4MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/pem.js +
@root/request1.9.2(MIT OR Apache-2.0)AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/request.js +
@root/x5090.7.2MPL-2.0AJ ONealcoolaj86@gmail.com +git.rootprojects.org/root/x509.js +
@selderee/plugin-htmlparser20.11.0MITKillyMXI +github.com/mxxii/selderee +
@sideway/address4.1.4BSD-3-Clause +github.com/sideway/address +
@sideway/formula3.0.1BSD-3-Clause +github.com/sideway/formula +
@sideway/pinpoint2.0.0BSD-3-Clause +github.com/sideway/pinpoint +
@tootallnate/once2.0.0MITNathan Rajlichnathan@tootallnate.net +github.com/TooTallNate/once +
@types/json-schema7.0.14MIT +github.com/DefinitelyTyped/DefinitelyTyped +
@types/lodash.clonedeep4.5.8MIT +github.com/DefinitelyTyped/DefinitelyTyped +
@types/lodash4.14.200MIT +github.com/DefinitelyTyped/DefinitelyTyped +
abab2.0.6BSD-3-ClauseJeff Carpentergcarpenterv@gmail.com +github.com/jsdom/abab +
abbrev1.1.1ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/abbrev-js +
abort-controller3.0.0MITToru Nagashima +github.com/mysticatea/abort-controller +
abstract-logging2.0.1MITJames Sumnersjames.sumners@gmail.com +github.com/jsumners/abstract-logging +
accepts1.3.8MIT +github.com/jshttp/accepts +
ace-builds1.30.0BSD-3-Clause +github.com/ajaxorg/ace-builds +
acorn-jsx4.1.1MIT +github.com/RReverser/acorn-jsx +
acorn-jsx5.3.2MIT +github.com/acornjs/acorn-jsx +
acorn4.0.13MIT +github.com/ternjs/acorn +
acorn5.7.4MIT +github.com/acornjs/acorn +
acorn8.10.0MIT +github.com/acornjs/acorn +
agent-base6.0.2MITNathan Rajlichnathan@tootallnate.net +github.com/TooTallNate/node-agent-base +
ajv6.12.6MITEvgeny Poberezkin +github.com/ajv-validator/ajv +
ansi-colors4.1.3MITBrian Woodward +github.com/doowb/ansi-colors +
ansi-regex5.0.1MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/ansi-regex +
ansi-styles3.2.1MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/ansi-styles +
ansi-styles4.3.0MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/ansi-styles +
anymatch3.1.3ISCElan Shanker +github.com/micromatch/anymatch +
argparse1.0.10MIT +github.com/nodeca/argparse +
argparse2.0.1Python-2.0 +github.com/nodeca/argparse +
array-each1.0.1MITJon Schlinkert +github.com/jonschlinkert/array-each +
array-find-index1.0.2MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/array-find-index +
array-flatten1.1.1MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/array-flatten +
array-keyed-map2.1.3ISCAntti Korpi +github.com/anko/array-keyed-map +
array-slice1.1.0MITJon Schlinkert +github.com/jonschlinkert/array-slice +
array-union2.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/array-union +
asap2.0.6MIT +github.com/kriskowal/asap +
asn1.js5.4.1MITFedor Indutny +github.com/indutny/asn1.js +
assertion-error1.1.0MITJake Luerjake@qualiancy.com +github.com/chaijs/assertion-error +
async3.2.4MITCaolan McMahon +github.com/caolan/async +
asynckit0.4.0MITAlex Indigoiam@alexindigo.com +github.com/alexindigo/asynckit +
at-least-node1.0.0ISCRyan Zimmermanopensrc@ryanzim.com +github.com/RyanZim/at-least-node +
atomic-sleep1.0.0MITDavid Mark Clements +github.com/davidmarkclements/atomic-sleep +
balanced-match1.0.2MITJulian Grubermail@juliangruber.com +github.com/juliangruber/balanced-match +
base32.js0.0.1MITMichael Phan-Bamichael@mikepb.com +github.com/mikepb/base32.js +
base32.js0.1.0MITMichael Phan-Bamichael@mikepb.com +github.com/mikepb/base32.js +
base64-js1.5.1MITT. Jameson Littlet.jameson.little@gmail.com +github.com/beatgammit/base64-js +
binary-extensions2.2.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/binary-extensions +
bintrees1.0.2MITVadim Graboysdimva13@gmail.com +github.com/vadimg/js_bintrees +
bl4.1.0MIT +github.com/rvagg/bl +
bl5.1.0MIT +github.com/rvagg/bl +
bn.js4.12.0MITFedor Indutnyfedor@indutny.com +github.com/indutny/bn.js +
body-parser1.20.1MIT +github.com/expressjs/body-parser +
body-parser1.20.2MIT +github.com/expressjs/body-parser +
boolbase1.0.0ISCFelix Boehmme@feedic.com +github.com/fb55/boolbase +
brace-expansion1.1.11MITJulian Grubermail@juliangruber.com +github.com/juliangruber/brace-expansion +
brace-expansion2.0.1MITJulian Grubermail@juliangruber.com +github.com/juliangruber/brace-expansion +
braces3.0.2MITJon Schlinkert +github.com/micromatch/braces +
buffer5.7.1MITFeross Aboukhadijehfeross@feross.org +github.com/feross/buffer +
buffer6.0.3MITFeross Aboukhadijehfeross@feross.org +github.com/feross/buffer +
bull-arena4.0.1MITMixmaxhello@mixmax.com +github.com/bee-queue/arena +
bullmq4.12.5MITTaskforce.sh Inc. +github.com/taskforcesh/bullmq +
byline5.0.0MITJohn Hewson +github.com/jahewson/node-byline +
bytes3.1.2MITTJ Holowaychuktj@vision-media.ca +github.com/visionmedia/bytes.js +
call-bind1.0.5MITJordan Harbandljharb@gmail.com +github.com/ljharb/call-bind +
call-me-maybe1.0.2MITEric McCarthyeric@limulus.net +github.com/limulus/call-me-maybe +
callsites3.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/callsites +
camel-case3.0.0MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/camel-case +
camelcase5.3.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/camelcase +
chai4.3.10MITJake Luerjake@alogicalparadox.com +github.com/chaijs/chai +
chalk2.4.2MIT +github.com/chalk/chalk +
chalk4.1.2MIT +github.com/chalk/chalk +
character-parser2.2.0MITForbesLindesay +github.com/ForbesLindesay/character-parser +
check-error1.0.3MITJake Luerjake@alogicalparadox.com +github.com/chaijs/check-error +
cheerio-select2.1.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/cheeriojs/cheerio-select +
cheerio1.0.0-rc.12MITMatt Muellermattmuelle@gmail.com +github.com/cheeriojs/cheerio +
chokidar3.5.3MITPaul Miller +github.com/paulmillr/chokidar +
chownr1.1.4ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/chownr +
clean-css4.2.4MITJakub Pawlowiczcontact@jakubpawlowicz.com +github.com/jakubpawlowicz/clean-css +
cli-color2.0.3ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/cli-color +
cliui6.0.0ISCBen Coeben@npmjs.com +github.com/yargs/cliui +
cliui7.0.4ISCBen Coeben@npmjs.com +github.com/yargs/cliui +
cliui8.0.1ISCBen Coeben@npmjs.com +github.com/yargs/cliui +
cluster-key-slot1.1.2Apache-2.0Mike Diarmidmike.diarmid@gmail.com +github.com/Salakar/cluster-key-slot +
color-convert1.9.3MITHeather Arthurfayearthur@gmail.com +github.com/Qix-/color-convert +
color-convert2.0.1MITHeather Arthurfayearthur@gmail.com +github.com/Qix-/color-convert +
color-name1.1.3MITDYdfcreative@gmail.com +github.com/dfcreative/color-name +
color-name1.1.4MITDYdfcreative@gmail.com +github.com/colorjs/color-name +
colorette2.0.20MITJorge Bucaran +github.com/jorgebucaran/colorette +
colors1.1.2MITMarak Squires +github.com/Marak/colors.js +
combined-stream1.0.8MITFelix Geisendörferfelix@debuggable.com +github.com/felixge/node-combined-stream +
commander10.0.1MITTJ Holowaychuktj@vision-media.ca +github.com/tj/commander.js +
commander2.20.3MITTJ Holowaychuktj@vision-media.ca +github.com/tj/commander.js +
commander6.2.1MITTJ Holowaychuktj@vision-media.ca +github.com/tj/commander.js +
commander9.5.0MITTJ Holowaychuktj@vision-media.ca +github.com/tj/commander.js +
compare-versions6.1.0MITOle Michelsen +github.com/omichelsen/compare-versions +
concat-map0.0.1MITJames Hallidaymail@substack.net +github.com/substack/node-concat-map +
config-chain1.1.13MITDominic Tarrdominic.tarr@gmail.com +github.com/dominictarr/config-chain +
content-disposition0.5.4MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/jshttp/content-disposition +
content-type1.0.5MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/jshttp/content-type +
cookie-signature1.0.6MITTJ Holowaychuktj@learnboost.com +github.com/visionmedia/node-cookie-signature +
cookie0.5.0MITRoman Shtylmanshtylman@gmail.com +github.com/jshttp/cookie +
core-util-is1.0.3MITIsaac Z. Schlueteri@izs.me +github.com/isaacs/core-util-is +
cron-parser4.9.0MITHarri Siirak +github.com/harrisiirak/cron-parser +
cross-spawn7.0.3MITAndré Cruzandre@moxy.studio +github.com/moxystudio/node-cross-spawn +
css-select5.1.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/css-select +
css-what6.1.0BSD-2-ClauseFelix Böhmme@feedic.com +github.com/fb55/css-what +
cssstyle3.0.0MIT +github.com/jsdom/cssstyle +
d1.0.1ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/d +
data-urls4.0.0MITDomenic Denicolad@domenic.me +github.com/jsdom/data-urls +
dateformat4.6.3MITSteven Levithan +github.com/felixge/node-dateformat +
debug2.6.9MITTJ Holowaychuktj@vision-media.ca +github.com/visionmedia/debug +
debug3.2.7MITTJ Holowaychuktj@vision-media.ca +github.com/visionmedia/debug +
debug4.3.4MITJosh Junonjosh.junon@protonmail.com +github.com/debug-js/debug +
debuglog1.0.1MITSam Robertssam@strongloop.com +github.com/sam-github/node-debuglog +
decamelize1.2.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/decamelize +
decimal.js10.4.3MITMichael MclaughlinM8ch88l@gmail.com +github.com/MikeMcl/decimal.js +
decompress-response6.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/decompress-response +
deep-eql4.1.3MITJake Luerjake@alogicalparadox.com +github.com/chaijs/deep-eql +
deep-extend0.6.0MITViacheslav Lotsmanovlotsmanov89@gmail.com +github.com/unclechu/node-deep-extend +
deep-is0.1.4MITThorsten Lorenzthlorenz@gmx.de +github.com/thlorenz/deep-is +
deepmerge4.3.1MIT +github.com/TehShrike/deepmerge +
define-data-property1.1.1MITJordan Harbandljharb@gmail.com +github.com/ljharb/define-data-property +
delayed-stream1.0.0MITFelix Geisendörferfelix@debuggable.com +github.com/felixge/node-delayed-stream +
denque2.1.0Apache-2.0Invertaseoss@invertase.io +github.com/invertase/denque +
depd2.0.0MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/dougwilson/nodejs-depd +
destroy1.2.0MITJonathan Ongme@jongleberry.com +github.com/stream-utils/destroy +
detect-file1.0.0MITBrian Woodward +github.com/doowb/detect-file +
detect-libc2.0.2Apache-2.0Lovell Fullernpm@lovell.info +github.com/lovell/detect-libc +
detect-node2.0.4ISCIlya Kantor +github.com/iliakan/detect-node +
detect-node2.1.0MITIlya Kantor +github.com/iliakan/detect-node +
dezalgo1.0.4ISCIsaac Z. Schlueteri@izs.me +github.com/npm/dezalgo +
dijkstrajs1.0.3MIT +github.com/tcort/dijkstrajs +
dir-glob3.0.1MITKevin Mårtenssonkevinmartensson@gmail.com +github.com/kevva/dir-glob +
doctrine3.0.0Apache-2.0 +github.com/eslint/doctrine +
dom-serializer1.4.1MITFelix Boehmme@feedic.com +github.com/cheeriojs/dom-renderer +
dom-serializer2.0.0MITFelix Boehmme@feedic.com +github.com/cheeriojs/dom-serializer +
domelementtype2.3.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domelementtype +
domexception4.0.0MITDomenic Denicolad@domenic.me +github.com/jsdom/domexception +
domhandler3.3.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domhandler +
domhandler4.3.1BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domhandler +
domhandler5.0.3BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domhandler +
dompurify3.0.5(MPL-2.0 OR Apache-2.0)Dr.-Ing. Mario Heiderich, Cure53mario@cure53.de +github.com/cure53/DOMPurify +
domutils2.8.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domutils +
domutils3.1.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/domutils +
dotenv16.3.1BSD-2-Clause +github.com/motdotla/dotenv +
editorconfig1.0.4MITEditorConfig Team +github.com/editorconfig/editorconfig-core-js +
ee-first1.1.1MITJonathan Ongme@jongleberry.com +github.com/jonathanong/ee-first +
eerawlog1.5.1ISCAndris Reinman +
emoji-regex8.0.0MITMathias Bynens +github.com/mathiasbynens/emoji-regex +
encode-utf81.0.3MIT +github.com/LinusU/encode-utf8 +
encodeurl1.0.2MIT +github.com/pillarjs/encodeurl +
encoding-japanese2.0.0MITpolygonplanetpolygon.planet.aqua@gmail.com +github.com/polygonplanet/encoding.js +
encoding0.1.13MITAndris Reinman +github.com/andris9/encoding +
end-of-stream1.4.4MITMathias Buusmathiasbuus@gmail.com +github.com/mafintosh/end-of-stream +
entities2.2.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/entities +
entities4.5.0BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/entities +
error-stack-parser2.1.4MIT +github.com/stacktracejs/error-stack-parser +
es5-ext0.10.62ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/es5-ext +
es6-iterator2.0.3MITMariusz Nowakmedyk@medikoo.com +github.com/medikoo/es6-iterator +
es6-symbol3.1.3ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/es6-symbol +
es6-weak-map2.0.3ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/es6-weak-map +
escalade3.1.1MITLuke Edwardsluke.edwards05@gmail.com +github.com/lukeed/escalade +
escape-goat3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/escape-goat +
escape-html1.0.3MIT +github.com/component/escape-html +
escape-string-regexp1.0.5MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/escape-string-regexp +
escape-string-regexp4.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/escape-string-regexp +
eslint-config-nodemailer1.2.0MITAndris Reinman +github.com/andris9/eslint-config-nodemailer +
eslint-config-prettier9.0.0MITSimon Lydell +github.com/prettier/eslint-config-prettier +
eslint-scope7.2.2BSD-2-Clause +github.com/eslint/eslint-scope +
eslint-visitor-keys3.4.3Apache-2.0Toru Nagashima +github.com/eslint/eslint-visitor-keys +
eslint8.51.0MITNicholas C. Zakasnicholas+npm@nczconsulting.com +github.com/eslint/eslint +
espree9.6.1BSD-2-ClauseNicholas C. Zakasnicholas+npm@nczconsulting.com +github.com/eslint/espree +
esprima4.0.1BSD-2-ClauseAriya Hidayatariya.hidayat@gmail.com +github.com/jquery/esprima +
esquery1.5.0BSD-3-ClauseJoel Feenstrajrfeenst+esquery@gmail.com +github.com/estools/esquery +
esrecurse4.3.0BSD-2-Clause +github.com/estools/esrecurse +
estraverse5.3.0BSD-2-Clause +github.com/estools/estraverse +
esutils2.0.3BSD-2-Clause +github.com/estools/esutils +
etag1.8.1MIT +github.com/jshttp/etag +
event-emitter0.3.5MITMariusz Nowakmedyk@medikoo.com +github.com/medikoo/event-emitter +
event-target-shim5.0.1MITToru Nagashima +github.com/mysticatea/event-target-shim +
eventemitter20.4.14MIThij1nxpaolo@async.ly +github.com/hij1nx/EventEmitter2 +
events3.3.0MITIrakli Gozalishvilirfobic@gmail.com +github.com/Gozala/events +
exit0.1.2MIT"Cowboy" Ben Alman +github.com/cowboy/node-exit +
expand-template2.0.3(MIT OR WTFPL)LMralphtheninja@riseup.net +github.com/ralphtheninja/expand-template +
expand-tilde2.0.2MITJon Schlinkert +github.com/jonschlinkert/expand-tilde +
exponential-backoff3.1.1Apache-2.0Sami Sayegh +github.com/coveo/exponential-backoff +
express-handlebars5.3.5BSD-3-ClauseEric Ferraiuoloeferraiuolo@gmail.com +github.com/express-handlebars/express-handlebars +
express4.18.2MITTJ Holowaychuktj@vision-media.ca +github.com/expressjs/express +
ext1.7.0ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/es5-ext.git#ext +
extend3.0.2MITStefan Thomasjustmoon@members.fsf.org +github.com/justmoon/node-extend +
fast-copy3.0.1MITtony_quetano@planttheidea.com +github.com/planttheidea/fast-copy +
fast-deep-equal3.1.3MITEvgeny Poberezkin +github.com/epoberezkin/fast-deep-equal +
fast-glob3.3.1MITDenis Malinochkin +github.com/mrmlnc/fast-glob +
fast-json-stable-stringify2.1.0MITJames Hallidaymail@substack.net +github.com/epoberezkin/fast-json-stable-stringify +
fast-levenshtein2.0.6MITRamesh Nairram@hiddentao.com +github.com/hiddentao/fast-levenshtein +
fast-redact3.3.0MITDavid Mark Clementsdavid.clements@nearform.com +github.com/davidmarkclements/fast-redact +
fast-safe-stringify2.1.1MITDavid Mark Clements +github.com/davidmarkclements/fast-safe-stringify +
fastq1.15.0ISCMatteo Collinahello@matteocollina.com +github.com/mcollina/fastq +
file-entry-cache6.0.1MITRoy Riojas +github.com/royriojas/file-entry-cache +
fill-range7.0.1MITJon Schlinkert +github.com/jonschlinkert/fill-range +
finalhandler1.2.0MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/pillarjs/finalhandler +
find-up4.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/find-up +
find-up5.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/find-up +
findup-sync4.0.0MITGulp Teamteam@gulpjs.com +github.com/gulpjs/findup-sync +
findup-sync5.0.0MITGulp Teamteam@gulpjs.com +github.com/gulpjs/findup-sync +
fined1.2.0MITGulp Teamteam@gulpjs.com +github.com/gulpjs/fined +
flagged-respawn1.0.1MITGulp Teamteam@gulpjs.com +github.com/gulpjs/flagged-respawn +
flat-cache3.1.1MITJared Wray +github.com/jaredwray/flat-cache +
flatted3.2.9ISCAndrea Giammarchi +github.com/WebReflection/flatted +
for-in1.0.2MITJon Schlinkert +github.com/jonschlinkert/for-in +
for-own1.0.0MITJon Schlinkert +github.com/jonschlinkert/for-own +
form-data4.0.0MITFelix Geisendörferfelix@debuggable.com +github.com/form-data/form-data +
forwarded0.2.0MIT +github.com/jshttp/forwarded +
fresh0.5.2MITTJ Holowaychuktj@vision-media.ca +github.com/jshttp/fresh +
from22.3.0MITHugh Kennedyhughskennedy@gmail.com +github.com/hughsk/from2 +
fs-constants1.0.0MITMathias Buus +github.com/mafintosh/fs-constants +
fs-extra9.1.0MITJP Richardsonjprichardson@gmail.com +github.com/jprichardson/node-fs-extra +
fs.realpath1.0.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/fs.realpath +
fsevents2.3.3MIT +github.com/fsevents/fsevents +
function-bind1.1.2MITRaynosraynos2@gmail.com +github.com/Raynos/function-bind +
get-caller-file2.0.5ISCStefan Penner +github.com/stefanpenner/get-caller-file +
get-func-name2.0.2MITJake Luerjake@alogicalparadox.com +github.com/chaijs/get-func-name +
get-intrinsic1.2.1MITJordan Harbandljharb@gmail.com +github.com/ljharb/get-intrinsic +
getobject1.0.2MIT"Cowboy" Ben Alman +github.com/cowboy/node-getobject +
gettext-ejs0.1.1MITMaciej Pekala +github.com/pekala/gettext-ejs +
gettext-handlebars1.1.1MITSam Hauglustaine +github.com/smhg/gettext-handlebars +
gettext-parser2.1.0MITAndris Reinman +github.com/smhg/gettext-parser +
gettext-parser7.0.1MITAndris Reinman +github.com/smhg/gettext-parser +
gettext-swig0.3.0MITSam Hauglustaine +github.com/smhg/gettext-swig +
gettext-volt0.2.5MITDavid Schissler +github.com/perchlabs/gettext-volt +
github-from-package0.0.0MITJames Hallidaymail@substack.net +github.com/substack/github-from-package +
glob-parent5.1.2ISCGulp Teamteam@gulpjs.com +github.com/gulpjs/glob-parent +
glob-parent6.0.2ISCGulp Teamteam@gulpjs.com +github.com/gulpjs/glob-parent +
glob7.1.7ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-glob +
glob7.2.3ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-glob +
glob8.0.3ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-glob +
glob8.1.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-glob +
global-modules1.0.0MITJon Schlinkert +github.com/jonschlinkert/global-modules +
global-prefix1.0.2MITJon Schlinkert +github.com/jonschlinkert/global-prefix +
globals13.23.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/globals +
globby11.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/globby +
gopd1.0.1MITJordan Harbandljharb@gmail.com +github.com/ljharb/gopd +
gpt3-tokenizer1.1.5MITSimon Liangsimon@x-tech.io +github.com/xanthous-tech/gpt3-tokenizer +
graceful-fs4.2.11ISC +github.com/isaacs/node-graceful-fs +
graphemer1.4.0MITMatt Daviesmatt@filament.so +github.com/flmnt/graphemer +
grunt-cli1.4.3MITGrunt Development Team +github.com/gruntjs/grunt-cli +
grunt-eslint24.3.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/grunt-eslint +
grunt-known-options2.0.0MITGrunt Development Team +github.com/gruntjs/grunt-known-options +
grunt-legacy-log-utils2.1.0MIT"Cowboy" Ben Alman +github.com/gruntjs/grunt-legacy-log-utils +
grunt-legacy-log3.0.0MIT"Cowboy" Ben Alman +github.com/gruntjs/grunt-legacy-log +
grunt-legacy-util2.0.1MITGrunt Development Team +github.com/gruntjs/grunt-legacy-util +
grunt1.6.1MITGrunt Development Team +github.com/gruntjs/grunt +
handlebars4.7.8MITYehuda Katz +github.com/handlebars-lang/handlebars.js +
hapi-auth-bearer-token8.0.0MITJohn Brettjohnbrett7@gmail.com +github.com/johnbrett/hapi-auth-bearer-token +
hapi-pino12.1.0MITDavid Mark Clements +github.com/pinojs/hapi-pino +
hapi-swagger17.1.0MITGlenn Jones +github.com/hapi-swagger/hapi-swagger +
has-flag3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/has-flag +
has-flag4.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/has-flag +
has-property-descriptors1.0.0MITJordan Harbandljharb@gmail.com +github.com/inspect-js/has-property-descriptors +
has-proto1.0.1MITJordan Harbandljharb@gmail.com +github.com/inspect-js/has-proto +
has-symbols1.0.3MITJordan Harbandljharb@gmail.com +github.com/inspect-js/has-symbols +
has-tostringtag1.0.0MITJordan Harbandljharb@gmail.com +github.com/inspect-js/has-tostringtag +
has1.0.4MITThiago de Arrudatpadilha84@gmail.com +github.com/tarruda/has +
he1.2.0MITMathias Bynens +github.com/mathiasbynens/he +
help-me4.2.0MITMatteo Collinahello@matteocollina.com +github.com/mcollina/help-me +
homedir-polyfill1.0.3MITBrian Woodward +github.com/doowb/homedir-polyfill +
hooker0.2.3MIT"Cowboy" Ben Alman +github.com/cowboy/javascript-hooker +
hosted-git-info2.8.9ISCRebecca Turnerme@re-becca.org +github.com/npm/hosted-git-info +
hpagent1.2.0MITTomas Della Vedova +github.com/delvedor/hpagent +
html-encoding-sniffer3.0.0MITDomenic Denicolad@domenic.me +github.com/jsdom/html-encoding-sniffer +
html-minifier4.0.0MITJuriy "kangax" Zaytsev +github.com/kangax/html-minifier +
html-to-text9.0.5MITMalte Legenhausenlegenhausen@werk85.de +github.com/html-to-text/node-html-to-text +
htmlparser25.0.1MITFelix Boehmme@feedic.com +github.com/fb55/htmlparser2 +
htmlparser28.0.2MITFelix Boehmme@feedic.com +github.com/fb55/htmlparser2 +
http-errors2.0.0MITJonathan Ongme@jongleberry.com +github.com/jshttp/http-errors +
http-proxy-agent5.0.0MITNathan Rajlichnathan@tootallnate.net +github.com/TooTallNate/node-http-proxy-agent +
http-status1.7.3BSD-3-ClauseDavid Wormsdavid@adaltas.com +github.com/adaltas/node-http-status +
https-proxy-agent5.0.1MITNathan Rajlichnathan@tootallnate.net +github.com/TooTallNate/node-https-proxy-agent +
humanize0.0.9MIT*Tai-Jin Leetaijin@gmail.com +github.com/taijinlee/humanize +
ical.js1.5.0MPL-2.0Philipp Kewisch +github.com/mozilla-comm/ical.js +
iconv-lite0.4.24MITAlexander Shtuchkinashtuchkin@gmail.com +github.com/ashtuchkin/iconv-lite +
iconv-lite0.6.3MITAlexander Shtuchkinashtuchkin@gmail.com +github.com/ashtuchkin/iconv-lite +
ieee7541.2.1BSD-3-ClauseFeross Aboukhadijehfeross@feross.org +github.com/feross/ieee754 +
ignore5.2.4MITkael +github.com/kaelzhang/node-ignore +
imapflow1.0.144MITPostal Systems OÜ +github.com/postalsys/imapflow +
import-fresh3.3.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/import-fresh +
imurmurhash0.1.4MITJens Taylorjensyt@gmail.com +github.com/jensyt/imurmurhash-js +
inflight1.0.6ISCIsaac Z. Schlueteri@izs.me +github.com/npm/inflight +
inherits2.0.4ISC +github.com/isaacs/inherits +
ini1.3.8ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/ini +
interpret1.1.0MITTyler Kellen +github.com/tkellen/node-interpret +
into-stream6.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/into-stream +
ioredfour1.2.0-ioredis-07MITMixmaxhello@mixmax.com +github.com/nodemailer/ioredfour +
ioredis5.3.1MITZihua Lii@zihua.li +github.com/luin/ioredis +
ioredis5.3.2MITZihua Lii@zihua.li +github.com/luin/ioredis +
ip2.0.0MITFedor Indutnyfedor@indutny.com +github.com/indutny/node-ip +
ipaddr.js1.9.1MITwhitequarkwhitequark@whitequark.org +github.com/whitequark/ipaddr.js +
ipaddr.js2.1.0MITwhitequarkwhitequark@whitequark.org +github.com/whitequark/ipaddr.js +
ipv6-normalize1.0.1MITPo-Ying Chenpoying.me@gmail.com +github.com/poying/ipv6-normalize +
is-absolute1.0.0MITJon Schlinkert +github.com/jonschlinkert/is-absolute +
is-binary-path2.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/is-binary-path +
is-core-module2.13.0MITJordan Harbandljharb@gmail.com +github.com/inspect-js/is-core-module +
is-core-module2.9.0MITJordan Harbandljharb@gmail.com +github.com/inspect-js/is-core-module +
is-expression3.0.0MITTimothy Gutimothygu99@gmail.com +github.com/pugjs/is-expression +
is-extglob2.1.1MITJon Schlinkert +github.com/jonschlinkert/is-extglob +
is-fullwidth-code-point3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/is-fullwidth-code-point +
is-glob4.0.3MITJon Schlinkert +github.com/micromatch/is-glob +
is-number7.0.0MITJon Schlinkert +github.com/jonschlinkert/is-number +
is-path-inside3.0.3MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/is-path-inside +
is-plain-object2.0.4MITJon Schlinkert +github.com/jonschlinkert/is-plain-object +
is-potential-custom-element-name1.0.1MITMathias Bynens +github.com/mathiasbynens/is-potential-custom-element-name +
is-promise2.2.2MITForbesLindesay +github.com/then/is-promise +
is-regex1.1.4MITJordan Harbandljharb@gmail.com +github.com/inspect-js/is-regex +
is-relative1.0.0MITJon Schlinkert +github.com/jonschlinkert/is-relative +
is-unc-path1.0.0MITJon Schlinkert +github.com/jonschlinkert/is-unc-path +
is-windows1.0.2MITJon Schlinkert +github.com/jonschlinkert/is-windows +
isarray1.0.0MITJulian Grubermail@juliangruber.com +github.com/juliangruber/isarray +
iserror0.0.2MITAnton Yefremovanton.yefremov@gmail.com +github.com/yefremov/iserror +
isexe2.0.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/isexe +
isobject3.0.1MITJon Schlinkert +github.com/jonschlinkert/isobject +
joi17.10.0BSD-3-Clause +github.com/hapijs/joi +
joi17.11.0BSD-3-Clause +github.com/hapijs/joi +
joycon3.1.1MITegoist0x142857@gmail.com +github.com/egoist/joycon +
jquery3.7.1MITOpenJS Foundation and other contributors +github.com/jquery/jquery +
js-beautify1.14.9MITEinar Lielmaniseinar@beautifier.io +github.com/beautify-web/js-beautify +
js-yaml3.14.1MITVladimir Zapparovdervus.grim@gmail.com +github.com/nodeca/js-yaml +
js-yaml4.1.0MITVladimir Zapparovdervus.grim@gmail.com +github.com/nodeca/js-yaml +
jsdom22.1.0MIT +github.com/jsdom/jsdom +
jsesc2.5.2MITMathias Bynens +github.com/mathiasbynens/jsesc +
json-buffer3.0.1MITDominic Tarrdominic.tarr@gmail.com +github.com/dominictarr/json-buffer +
json-parse-even-better-errors2.3.1MITKat Marchánkzm@zkat.tech +github.com/npm/json-parse-even-better-errors +
json-schema-traverse0.4.1MITEvgeny Poberezkin +github.com/epoberezkin/json-schema-traverse +
json-stable-stringify-without-jsonify1.0.1MITJames Hallidaymail@substack.net +github.com/samn/json-stable-stringify +
jsonfile6.1.0MITJP Richardsonjprichardson@gmail.com +github.com/jprichardson/node-jsonfile +
jsxgettext0.11.0MPL-2.0Zach Carterzcarter@mozilla.com +github.com/zaach/jsxgettext +
juice9.1.0MIT +github.com/Automattic/juice +
keyv4.5.4MITJared Wrayme@jaredwray.com +github.com/jaredwray/keyv +
kind-of6.0.3MITJon Schlinkert +github.com/jonschlinkert/kind-of +
leac0.6.0MITKillyMXI +github.com/mxxii/leac +
levn0.4.1MITGeorge Zaharievz@georgezahariev.com +github.com/gkz/levn +
libbase641.2.1MITAndris Reinman +github.com/nodemailer/libbase64 +
libmime5.2.0MITAndris Reinmanandris@kreata.ee +github.com/andris9/libmime +
libmime5.2.1MITAndris Reinmanandris@kreata.ee +github.com/andris9/libmime +
libqp2.0.1MITAndris Reinman +github.com/andris9/libqp +
license-checker25.0.1BSD-3-ClauseDav Glassdavglass@gmail.com +github.com/davglass/license-checker +
liftup3.0.1MITGrunt Development Team +github.com/gruntjs/js-liftup +
linkify-it4.0.1MIT +github.com/markdown-it/linkify-it +
locate-path5.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/locate-path +
locate-path6.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/locate-path +
lodash.clonedeep4.5.0MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash.defaults4.2.0MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash.get4.4.2MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash.isarguments3.1.0MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash.isequal4.5.0MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash.merge4.6.2MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
lodash4.17.21MITJohn-David Daltonjohn.david.dalton@gmail.com +github.com/lodash/lodash +
loupe2.3.7MITVeselin Todorovhi@vesln.com +github.com/chaijs/loupe +
lower-case1.1.4MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/lower-case +
lru-cache6.0.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-lru-cache +
lru-cache7.18.3ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-lru-cache +
lru-queue0.1.0MITMariusz Nowakmedyk@medikoo.com +github.com/medikoo/lru-queue +
luxon3.4.3MITIsaac Cambron +github.com/moment/luxon +
mailparser3.6.5MITAndris Reinman +github.com/nodemailer/mailparser +
mailsplit5.4.0(MIT OR EUPL-1.1+)Andris Reinman +github.com/andris9/mailsplit +
make-iterator1.0.1MITJon Schlinkert +github.com/jonschlinkert/make-iterator +
map-cache0.2.2MITJon Schlinkert +github.com/jonschlinkert/map-cache +
marked7.0.5MITChristopher Jeffrey +github.com/markedjs/marked +
marked9.1.2MITChristopher Jeffrey +github.com/markedjs/marked +
media-typer0.3.0MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/jshttp/media-typer +
memoizee0.4.15ISCMariusz Nowakmedikoo@medikoo.com +github.com/medikoo/memoizee +
mensch0.3.4MITBrett Stimmermanbrettstimmerman@gmail.com +github.com/brettstimmerman/mensch +
merge-descriptors1.0.1MITJonathan Ongme@jongleberry.com +github.com/component/merge-descriptors +
merge21.4.1MIT +github.com/teambition/merge2 +
methods1.1.2MIT +github.com/jshttp/methods +
micromatch4.0.5MITJon Schlinkert +github.com/micromatch/micromatch +
mime-db1.52.0MIT +github.com/jshttp/mime-db +
mime-types2.1.35MIT +github.com/jshttp/mime-types +
mime1.6.0MITRobert Kiefferrobert@broofa.com +github.com/broofa/node-mime +
mime2.6.0MITRobert Kiefferrobert@broofa.com +github.com/broofa/mime +
mimic-response3.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/mimic-response +
minimalistic-assert1.0.1ISC +github.com/calvinmetcalf/minimalistic-assert +
minimatch3.0.8ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/minimatch +
minimatch3.1.2ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/minimatch +
minimatch5.1.6ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/minimatch +
minimatch9.0.1ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/minimatch +
minimist1.2.6MITJames Hallidaymail@substack.net +github.com/substack/minimist +
minimist1.2.8MITJames Hallidaymail@substack.net +github.com/minimistjs/minimist +
mjml-accordion4.14.1MIT +github.com/mjmlio/mjml +
mjml-body4.14.1MIT +github.com/mjmlio/mjml +
mjml-button4.14.1MIT +github.com/mjmlio/mjml +
mjml-carousel4.14.1MIT +github.com/mjmlio/mjml +
mjml-cli4.14.1MIT +github.com/mjmlio/mjml +
mjml-column4.14.1MIT +github.com/mjmlio/mjml +
mjml-core4.14.1MIT +github.com/mjmlio/mjml +
mjml-divider4.14.1MIT +github.com/mjmlio/mjml +
mjml-group4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-attributes4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-breakpoint4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-font4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-html-attributes4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-preview4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-style4.14.1MIT +github.com/mjmlio/mjml +
mjml-head-title4.14.1MIT +github.com/mjmlio/mjml +
mjml-head4.14.1MIT +github.com/mjmlio/mjml +
mjml-hero4.14.1MIT +github.com/mjmlio/mjml +
mjml-image4.14.1MIT +github.com/mjmlio/mjml +
mjml-migrate4.14.1MITNicolas Garnier +github.com/mjmlio/mjml +
mjml-navbar4.14.1MIT +github.com/mjmlio/mjml +
mjml-parser-xml4.14.1MIT +github.com/mjmlio/mjml +
mjml-preset-core4.14.1MIT +github.com/mjmlio/mjml +
mjml-raw4.14.1MIT +github.com/mjmlio/mjml +
mjml-section4.14.1MIT +github.com/mjmlio/mjml +
mjml-social4.14.1MIT +github.com/mjmlio/mjml +
mjml-spacer4.14.1MIT +github.com/mjmlio/mjml +
mjml-table4.14.1MIT +github.com/mjmlio/mjml +
mjml-text4.14.1MIT +github.com/mjmlio/mjml +
mjml-validator4.13.0MIT +github.com/mjmlio/mjml +
mjml-wrapper4.14.1MIT +github.com/mjmlio/mjml +
mjml4.14.1MIT +github.com/mjmlio/mjml +
mkdirp-classic0.5.3MITMathias Buus +github.com/mafintosh/mkdirp-classic +
mkdirp0.5.6MITJames Hallidaymail@substack.net +github.com/substack/node-mkdirp +
moment-timezone0.5.43MITTim Woodwashwithcare@gmail.com +github.com/moment/moment-timezone +
moment2.29.4MITIskren Ivov Cherneviskren.chernev@gmail.com +github.com/moment/moment +
ms2.0.0MIT +github.com/zeit/ms +
ms2.1.2MIT +github.com/zeit/ms +
ms2.1.3MIT +github.com/vercel/ms +
msgpack56.0.2MITMatteo collinahello@matteocollina.com +github.com/mcollina/msgpack5 +
msgpackr-extract3.0.2MITKris Zyp +github.com/kriszyp/msgpackr-extract +
msgpackr1.9.9MITKris Zyp +github.com/kriszyp/msgpackr +
multistream4.1.0MITFeross Aboukhadijehfeross@feross.org +github.com/feross/multistream +
murmurhash2.0.1MIT +github.com/perezd/node-murmurhash +
nanoid3.3.4MITAndrey Sitnikandrey@sitnik.ru +github.com/ai/nanoid +
napi-build-utils1.0.2MITJim Schlight +github.com/inspiredware/napi-build-utils +
natural-compare1.4.0MITLauri Rooden +github.com/litejs/natural-compare-lite +
negotiator0.6.3MIT +github.com/jshttp/negotiator +
neo-async2.6.2MIT +github.com/suguru03/neo-async +
next-tick1.1.0ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/next-tick +
no-case2.3.2MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/no-case +
node-abi3.51.0MITLukas Geiger +github.com/electron/node-abi +
node-abort-controller3.1.1MITSteve Faulknersouthpolesteve@gmail.com +github.com/southpolesteve/node-abort-controller +
node-fetch2.7.0MITDavid Frank +github.com/bitinn/node-fetch +
node-gettext3.0.0MITAndris Reinman +github.com/alexanderwallin/node-gettext +
node-gyp-build-optional-packages5.0.7MITMathias Buus +github.com/prebuild/node-gyp-build +
node-html-parser6.1.6MITXiaoyi Shiashi009@gmail.com +github.com/taoqf/node-fast-html-parser +
nodemailer6.9.3MIT-0Andris Reinman +github.com/nodemailer/nodemailer +
nodemailer6.9.4MIT-0Andris Reinman +github.com/nodemailer/nodemailer +
nodemailer6.9.5MIT-0Andris Reinman +github.com/nodemailer/nodemailer +
nodemailer6.9.6MIT-0Andris Reinman +github.com/nodemailer/nodemailer +
nopt3.0.6ISCIsaac Z. Schlueteri@izs.me +github.com/npm/nopt +
nopt4.0.3ISCIsaac Z. Schlueteri@izs.me +github.com/npm/nopt +
nopt6.0.0ISCGitHub Inc. +github.com/npm/nopt +
normalize-package-data2.5.0BSD-2-ClauseMeryn Stolmerynstol@gmail.com +github.com/npm/normalize-package-data +
normalize-path3.0.0MITJon Schlinkert +github.com/jonschlinkert/normalize-path +
npm-normalize-package-bin1.0.1ISCIsaac Z. Schlueteri@izs.me +github.com/npm/npm-normalize-package-bin +
nth-check2.1.1BSD-2-ClauseFelix Boehmme@feedic.com +github.com/fb55/nth-check +
nwsapi2.2.7MITDiego Perinidiego.perini@gmail.com +github.com/dperini/nwsapi +
object-assign4.1.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/object-assign +
object-inspect1.13.1MITJames Hallidaymail@substack.net +github.com/inspect-js/object-inspect +
object.defaults1.1.0MITJon Schlinkert +github.com/jonschlinkert/object.defaults +
object.map1.0.1MITJon Schlinkert +github.com/jonschlinkert/object.map +
object.pick1.3.0MITJon Schlinkert +github.com/jonschlinkert/object.pick +
on-exit-leak-free2.1.2MITMatteo Collinahello@matteocollina.com +github.com/mcollina/on-exit-or-gc +
on-finished2.4.1MIT +github.com/jshttp/on-finished +
once1.4.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/once +
openapi-types12.1.3MITJoseph Spencer +github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types +
optionator0.9.3MITGeorge Zaharievz@georgezahariev.com +github.com/gkz/optionator +
os-homedir1.0.2MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/os-homedir +
os-tmpdir1.0.2MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/os-tmpdir +
osenv0.1.5ISCIsaac Z. Schlueteri@izs.me +github.com/npm/osenv +
p-is-promise3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-is-promise +
p-limit2.3.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-limit +
p-limit3.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-limit +
p-locate4.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-locate +
p-locate5.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-locate +
p-try2.2.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/p-try +
param-case2.1.1MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/param-case +
parent-module1.0.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/parent-module +
parse-filepath1.0.2MITJon Schlinkert +github.com/jonschlinkert/parse-filepath +
parse-passwd1.0.0MITBrian Woodward +github.com/doowb/parse-passwd +
parse5-htmlparser2-tree-adapter7.0.0MITIvan Nikulinifaaan@gmail.com +github.com/inikulin/parse5 +
parse57.1.2MITIvan Nikulinifaaan@gmail.com +github.com/inikulin/parse5 +
parseley0.12.1MITKillyMXI +github.com/mxxii/parseley +
parseurl1.3.3MIT +github.com/pillarjs/parseurl +
path-exists4.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/path-exists +
path-is-absolute1.0.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/path-is-absolute +
path-key3.1.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/path-key +
path-parse1.0.7MITJavier Blancohttp://jbgutierrez.info +github.com/jbgutierrez/path-parse +
path-root-regex0.1.2MITJon Schlinkert +github.com/regexhq/path-root-regex +
path-root0.1.1MITJon Schlinkert +github.com/jonschlinkert/path-root +
path-to-regexp0.1.7MIT +github.com/component/path-to-regexp +
path-type4.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/path-type +
pathval1.1.1MITVeselin Todorovhi@vesln.com +github.com/chaijs/pathval +
pe-library1.0.0MITjet +github.com/jet2jet/pe-library-js +
peberminta0.9.0MITKillyMXI +github.com/mxxii/peberminta +
pem-jwk2.0.0MPL-2.0 +github.com/dannycoates/pem-jwk +
picomatch2.3.1MITJon Schlinkert +github.com/micromatch/picomatch +
pino-abstract-transport1.0.0MITMatteo Collinahello@matteocollina.com +github.com/pinojs/pino-abstract-transport +
pino-abstract-transport1.1.0MITMatteo Collinahello@matteocollina.com +github.com/pinojs/pino-abstract-transport +
pino-pretty10.2.3MITJames Sumnersjames.sumners@gmail.com +github.com/pinojs/pino-pretty +
pino-std-serializers6.2.2MITJames Sumnersjames.sumners@gmail.com +github.com/pinojs/pino-std-serializers +
pino8.15.0MITMatteo Collinahello@matteocollina.com +github.com/pinojs/pino +
pino8.15.1MITMatteo Collinahello@matteocollina.com +github.com/pinojs/pino +
pino8.16.0MITMatteo Collinahello@matteocollina.com +github.com/pinojs/pino +
pkg-fetch3.4.2MIT +github.com/vercel/pkg-fetch +
pkg5.8.1MIT +github.com/vercel/pkg +
pngjs5.0.0MIT +github.com/lukeapage/pngjs +
prebuild-install7.1.1MITMathias Buus +github.com/prebuild/prebuild-install +
prelude-ls1.2.1MITGeorge Zaharievz@georgezahariev.com +github.com/gkz/prelude-ls +
process-nextick-args2.0.1MIT +github.com/calvinmetcalf/process-nextick-args +
process-warning2.2.0MITTomas Della Vedova +github.com/fastify/process-warning +
process0.11.10MITRoman Shtylmanshtylman@gmail.com +github.com/shtylman/node-process +
progress2.0.3MITTJ Holowaychuktj@vision-media.ca +github.com/visionmedia/node-progress +
prom-client15.0.0Apache-2.0Simon Nyberg +github.com/siimon/prom-client +
proto-list1.2.4ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/proto-list +
proxy-addr2.0.7MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/jshttp/proxy-addr +
psl1.9.0MITLupo Monterolupomontero@gmail.com +github.com/lupomontero/psl +
pubface1.0.6MIT-0Postal Systems OÜ +github.com/postalsys/pubface +
pug-error1.3.3MITForbes Lindesay +github.com/pugjs/pug/tree/master/packages/pug-error +
pug-lexer4.1.0MITForbesLindesay +github.com/pugjs/pug/tree/master/packages/pug-lexer +
pug-parser5.0.1MITForbesLindesay +github.com/pugjs/pug/tree/master/packages/pug-parser +
pump3.0.0MITMathias Buus Madsenmathiasbuus@gmail.com +github.com/mafintosh/pump +
punycode2.3.0MITMathias Bynens +github.com/mathiasbynens/punycode.js +
qrcode1.5.3MITRyan Daysoldair@gmail.com +github.com/soldair/node-qrcode +
qs6.11.0BSD-3-Clause +github.com/ljharb/qs +
querystringify2.2.0MITArnout Kazemier +github.com/unshiftio/querystringify +
queue-microtask1.2.3MITFeross Aboukhadijehfeross@feross.org +github.com/feross/queue-microtask +
quick-format-unescaped4.0.4MITDavid Mark Clements +github.com/davidmarkclements/quick-format +
range-parser1.2.1MITTJ Holowaychuktj@vision-media.ca +github.com/jshttp/range-parser +
raw-body2.5.1MITJonathan Ongme@jongleberry.com +github.com/stream-utils/raw-body +
raw-body2.5.2MITJonathan Ongme@jongleberry.com +github.com/stream-utils/raw-body +
rc1.2.8(BSD-2-Clause OR MIT OR Apache-2.0)Dominic Tarrdominic.tarr@gmail.com +github.com/dominictarr/rc +
read-installed4.0.3ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/read-installed +
read-package-json2.1.2ISCIsaac Z. Schlueteri@izs.me +github.com/npm/read-package-json +
readable-stream2.3.8MIT +github.com/nodejs/readable-stream +
readable-stream3.6.2MIT +github.com/nodejs/readable-stream +
readable-stream4.4.2MIT +github.com/nodejs/readable-stream +
readdir-scoped-modules1.1.0ISCIsaac Z. Schlueteri@izs.me +github.com/npm/readdir-scoped-modules +
readdirp3.6.0MITThorsten Lorenzthlorenz@gmx.de +github.com/paulmillr/readdirp +
real-require0.2.0MITPaolo Insognashogun@cowtech.it +github.com/pinojs/real-require +
rechoir0.7.1MITGulp Teamteam@gulpjs.com +github.com/gulpjs/rechoir +
redis-errors1.2.0MITRuben Bridgewater +github.com/NodeRedis/redis-errors +
redis-parser3.0.0MITRuben Bridgewater +github.com/NodeRedis/node-redis-parser +
regenerator-runtime0.14.0MITBen Newmanbn@cs.stanford.edu +github.com/facebook/regenerator/tree/main/packages/runtime +
relateurl0.2.7MITSteven Vachoncontact@svachon.com +github.com/stevenvachon/relateurl +
require-directory2.1.1MITTroy Goodetroygoode@gmail.com +github.com/troygoode/node-require-directory +
require-main-filename2.0.0ISCBen Coeben@npmjs.com +github.com/yargs/require-main-filename +
requires-port1.0.0MITArnout Kazemier +github.com/unshiftio/requires-port +
resedit2.0.0MITjet +github.com/jet2jet/resedit-js +
resolve-dir1.0.1MITJon Schlinkert +github.com/jonschlinkert/resolve-dir +
resolve-from4.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/resolve-from +
resolve1.22.8MITJames Hallidaymail@substack.net +github.com/browserify/resolve +
reusify1.0.4MITMatteo Collinahello@matteocollina.com +github.com/mcollina/reusify +
rimraf3.0.2ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/rimraf +
rrweb-cssom0.6.0MITNikita Vasilyevme@elv1s.ru +github.com/rrweb-io/CSSOM +
run-parallel1.2.0MITFeross Aboukhadijehfeross@feross.org +github.com/feross/run-parallel +
safe-buffer5.1.2MITFeross Aboukhadijehfeross@feross.org +github.com/feross/safe-buffer +
safe-buffer5.2.1MITFeross Aboukhadijehfeross@feross.org +github.com/feross/safe-buffer +
safe-stable-stringify2.4.3MITRuben Bridgewater +github.com/BridgeAR/safe-stable-stringify +
safer-buffer2.1.2MITNikita Skovorodachalkerx@gmail.com +github.com/ChALkeR/safer-buffer +
sax1.3.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/sax-js +
saxes6.0.0ISCLouis-Dominique Dubeauldd@lddubeau.com +github.com/lddubeau/saxes +
secure-json-parse2.7.0BSD-3-Clause +github.com/fastify/secure-json-parse +
selderee0.11.0MITKillyMXI +github.com/mxxii/selderee +
semver5.7.2ISCGitHub Inc. +github.com/npm/node-semver +
semver7.5.4ISCGitHub Inc. +github.com/npm/node-semver +
send0.18.0MITTJ Holowaychuktj@vision-media.ca +github.com/pillarjs/send +
serve-static1.15.0MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/expressjs/serve-static +
set-blocking2.0.0ISCBen Coeben@npmjs.com +github.com/yargs/set-blocking +
set-function-length1.1.1MITJordan Harbandljharb@gmail.com +github.com/ljharb/set-function-length +
setprototypeof1.2.0ISCWes Todd +github.com/wesleytodd/setprototypeof +
shebang-command2.0.0MITKevin Mårtenssonkevinmartensson@gmail.com +github.com/kevva/shebang-command +
shebang-regex3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/shebang-regex +
side-channel1.0.4MITJordan Harbandljharb@gmail.com +github.com/ljharb/side-channel +
simple-concat1.0.1MITFeross Aboukhadijehfeross@feross.org +github.com/feross/simple-concat +
simple-get4.0.1MITFeross Aboukhadijehfeross@feross.org +github.com/feross/simple-get +
slash3.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/slash +
slick1.12.2MIT*Valerio Proietti@kamicane +github.com/kamicane/slick +
slide1.1.6ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/slide-flow-control +
smart-buffer4.2.0MITJosh Glazebrook +github.com/JoshGlazebrook/smart-buffer +
smtp-server3.13.0MIT-0Andris Reinman +github.com/andris9/smtp-server +
socks2.7.1MITJosh Glazebrook +github.com/JoshGlazebrook/socks +
sonic-boom3.7.0MITMatteo Collinahello@matteocollina.com +github.com/pinojs/sonic-boom +
source-map0.6.1BSD-3-ClauseNick Fitzgeraldnfitzgerald@mozilla.com +github.com/mozilla/source-map +
spdx-compare1.0.0MITKyle E. Mitchellkyle@kemitchell.com +github.com/kemitchell/spdx-compare.js +
spdx-correct3.2.0Apache-2.0 +github.com/jslicense/spdx-correct.js +
spdx-exceptions2.3.0CC-BY-3.0The Linux Foundation +github.com/kemitchell/spdx-exceptions.json +
spdx-expression-parse3.0.1MITKyle E. Mitchellkyle@kemitchell.com +github.com/jslicense/spdx-expression-parse.js +
spdx-license-ids3.0.16CC0-1.0Shinnosuke Watanabe +github.com/jslicense/spdx-license-ids +
spdx-ranges2.1.1(MIT AND CC-BY-3.0)The Linux Foundation +github.com/kemitchell/spdx-ranges.js +
spdx-satisfies4.0.1MITKyle E. Mitchellkyle@kemitchell.com +github.com/kemitchell/spdx-satisfies.js +
speakeasy2.0.0MITMark Bao & Speakeasy Contributorsmark@markbao.com +github.com/speakeasyjs/speakeasy +
split24.2.0ISCMatteo Collinahello@matteocollina.com +github.com/mcollina/split2 +
sprintf-js1.0.3BSD-3-ClauseAlexandru Marasteanuhello@alexei.ro +github.com/alexei/sprintf.js +
sprintf-js1.1.3BSD-3-ClauseAlexandru Mărășteanuhello@alexei.ro +github.com/alexei/sprintf.js +
stack-generator2.0.10MIT +github.com/stacktracejs/stack-generator +
stackframe1.3.4MIT +github.com/stacktracejs/stackframe +
standard-as-callback2.1.0MITluini@zihua.li +github.com/luin/asCallback +
startbootstrap-sb-admin-23.3.7MITStart Bootstrap +github.com/BlackrockDigital/startbootstrap-sb-admin-2 +
statuses2.0.1MIT +github.com/jshttp/statuses +
stream-meter1.0.4MITBryce B. Baril +github.com/brycebaril/node-stream-meter +
string-width4.2.3MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/string-width +
string_decoder1.1.1MIT +github.com/nodejs/string_decoder +
string_decoder1.3.0MIT +github.com/nodejs/string_decoder +
strip-ansi6.0.1MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/strip-ansi +
strip-json-comments2.0.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/strip-json-comments +
strip-json-comments3.1.1MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/strip-json-comments +
supports-color5.5.0MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/supports-color +
supports-color7.2.0MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/supports-color +
supports-preserve-symlinks-flag1.0.0MITJordan Harbandljharb@gmail.com +github.com/inspect-js/node-supports-preserve-symlinks-flag +
swagger-parser10.0.3MITJames Messinger +github.com/APIDevTools/swagger-parser +
swagger-ui-dist5.9.0Apache-2.0 +github.com/swagger-api/swagger-ui +
symbol-tree3.2.4MITJoris van der Weljoris@jorisvanderwel.com +github.com/jsdom/js-symbol-tree +
tablesort5.3.0MITtristen +github.com/tristen/tablesort +
tar-fs2.1.1MITMathias Buus +github.com/mafintosh/tar-fs +
tar-stream2.2.0MITMathias Buusmathiasbuus@gmail.com +github.com/mafintosh/tar-stream +
tdigest0.1.2MITWill Welchwelch@quietplease.com +github.com/welch/tdigest +
text-table0.2.0MITJames Hallidaymail@substack.net +github.com/substack/text-table +
thread-stream2.4.1MITMatteo Collinahello@matteocollina.com +github.com/mcollina/thread-stream +
timers-ext0.1.7ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/timers-ext +
timezones-list3.0.2MITOm Srivastava +github.com/omsrivastava/timezones +
tlds1.240.0MITStephen Mathiesonme@stephenmathieson.com +github.com/stephenmathieson/node-tlds +
tlds1.242.0MITStephen Mathieson +github.com/stephenmathieson/node-tlds +
to-fast-properties2.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/to-fast-properties +
to-regex-range5.0.1MITJon Schlinkert +github.com/micromatch/to-regex-range +
toidentifier1.0.1MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/component/toidentifier +
token-stream0.0.1MITForbesLindesay +github.com/jadejs/token-stream +
toml3.0.0MITMichelle Tilleymichelle@michelletilley.net +github.com/BinaryMuse/toml-node +
tough-cookie4.1.3BSD-3-ClauseJeremy Stashewskyjstash@gmail.com +github.com/salesforce/tough-cookie +
tr460.0.3MITSebastian Mayrnpm@smayr.name +github.com/Sebmaster/tr46.js +
tr464.1.1MITSebastian Mayrnpm@smayr.name +github.com/jsdom/tr46 +
treeify1.1.0MITLuke Plasternotatestuser@gmail.com +github.com/notatestuser/treeify +
tslib2.6.20BSDMicrosoft Corp. +github.com/Microsoft/tslib +
tsse1.1.6MITSimone Primarosasimonepri@outlook.com +github.com/simonepri/tsse +
tunnel-agent0.6.0Apache-2.0Mikeal Rogersmikeal.rogers@gmail.com +github.com/mikeal/tunnel-agent +
type-check0.4.0MITGeorge Zaharievz@georgezahariev.com +github.com/gkz/type-check +
type-detect4.0.8MITJake Luerjake@alogicalparadox.com +github.com/chaijs/type-detect +
type-fest0.20.2(MIT OR CC0-1.0)Sindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/type-fest +
type-is1.6.18MIT +github.com/jshttp/type-is +
type1.2.0ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/type +
type2.7.2ISCMariusz Nowakmedyk@medikoo.com +github.com/medikoo/type +
uc.micro1.0.6MIT +github.com/markdown-it/uc.micro +
uglify-js3.17.4BSD-2-ClauseMihai Bazonmihai.bazon@gmail.com +github.com/mishoo/UglifyJS +
unc-path-regex0.1.2MITJon Schlinkert +github.com/regexhq/unc-path-regex +
underscore.string3.3.6MIT +github.com/epeli/underscore.string +
undici5.25.3MIT +github.com/nodejs/undici +
undici5.26.4MIT +github.com/nodejs/undici +
universalify0.2.0MITRyan Zimmermanopensrc@ryanzim.com +github.com/RyanZim/universalify +
universalify2.0.0MITRyan Zimmermanopensrc@ryanzim.com +github.com/RyanZim/universalify +
unpipe1.0.0MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/stream-utils/unpipe +
upper-case1.1.3MITBlake Embreyhello@blakeembrey.com +github.com/blakeembrey/upper-case +
uri-js4.4.1BSD-2-ClauseGary Courtgary.court@gmail.com +github.com/garycourt/uri-js +
url-parse1.5.10MITArnout Kazemier +github.com/unshiftio/url-parse +
util-deprecate1.0.2MITNathan Rajlichnathan@tootallnate.net +github.com/TooTallNate/util-deprecate +
util-extend1.0.3MIT +github.com/isaacs/util-extend +
utils-merge1.0.1MITJared Hansonjaredhanson@gmail.com +github.com/jaredhanson/utils-merge +
uuid9.0.0MIT +github.com/uuidjs/uuid +
uuid9.0.1MIT +github.com/uuidjs/uuid +
v8flags3.2.0MITGulp Teamteam@gulpjs.com +github.com/gulpjs/v8flags +
valid-data-url3.0.1MITAlexey Kucherenko +github.com/killmenot/valid-data-url +
validate-npm-package-license3.0.4Apache-2.0Kyle E. Mitchellkyle@kemitchell.com +github.com/kemitchell/validate-npm-package-license.js +
validator13.11.0MITChris O'Haracohara87@gmail.com +github.com/validatorjs/validator.js +
vary1.1.2MITDouglas Christopher Wilsondoug@somethingdoug.com +github.com/jshttp/vary +
w3c-xmlserializer4.0.0MIT +github.com/jsdom/w3c-xmlserializer +
web-resource-inliner6.0.1MITJarrett Widman +github.com/jrit/web-resource-inliner +
webidl-conversions3.0.1BSD-2-ClauseDomenic Denicolad@domenic.me +github.com/jsdom/webidl-conversions +
webidl-conversions7.0.0BSD-2-ClauseDomenic Denicolad@domenic.me +github.com/jsdom/webidl-conversions +
whatwg-encoding2.0.0MITDomenic Denicolad@domenic.me +github.com/jsdom/whatwg-encoding +
whatwg-mimetype3.0.0MITDomenic Denicolad@domenic.me +github.com/jsdom/whatwg-mimetype +
whatwg-url12.0.1MITSebastian Mayrgithub@smayr.name +github.com/jsdom/whatwg-url +
whatwg-url5.0.0MITSebastian Mayrgithub@smayr.name +github.com/jsdom/whatwg-url +
which-module2.0.1ISCnexdrew +github.com/nexdrew/which-module +
which1.3.1ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-which +
which2.0.2ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/node-which +
wild-config1.7.1MITAndris Reinman +github.com/nodemailer/wild-config +
wordwrap1.0.0MITJames Hallidaymail@substack.net +github.com/substack/node-wordwrap +
wrap-ansi6.2.0MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/wrap-ansi +
wrap-ansi7.0.0MITSindre Sorhussindresorhus@gmail.com +github.com/chalk/wrap-ansi +
wrappy1.0.2ISCIsaac Z. Schlueteri@izs.me +github.com/npm/wrappy +
ws8.14.2MITEinar Otto Stangvikeinaros@gmail.com +github.com/websockets/ws +
xgettext-template5.0.0MITGuillaume Marty +github.com/gmarty/xgettext +
xml-name-validator4.0.0Apache-2.0Domenic Denicolad@domenic.me +github.com/jsdom/xml-name-validator +
xml2js0.6.2MITMarek Kubicamarek@xivilization.net +github.com/Leonidas-from-XIV/node-xml2js +
xmlbuilder11.0.1MITOzgur Ozcitakoozcitak@gmail.com +github.com/oozcitak/xmlbuilder-js +
xmlchars2.2.0MITLouis-Dominique Dubeauldd@lddubeau.com +github.com/lddubeau/xmlchars +
y18n4.0.3ISCBen Coeben@npmjs.com +github.com/yargs/y18n +
y18n5.0.8ISCBen Coebencoe@gmail.com +github.com/yargs/y18n +
yallist4.0.0ISCIsaac Z. Schlueteri@izs.me +github.com/isaacs/yallist +
yargs-parser18.1.3ISCBen Coeben@npmjs.com +github.com/yargs/yargs-parser +
yargs-parser20.2.9ISCBen Coeben@npmjs.com +github.com/yargs/yargs-parser +
yargs-parser21.1.1ISCBen Coeben@npmjs.com +github.com/yargs/yargs-parser +
yargs15.4.1MIT +github.com/yargs/yargs +
yargs16.2.0MIT +github.com/yargs/yargs +
yargs17.7.2MIT +github.com/yargs/yargs +
yocto-queue0.1.0MITSindre Sorhussindresorhus@gmail.com +github.com/sindresorhus/yocto-queue +
z-schema5.0.5MIT +github.com/zaggino/z-schema +