10867 lines
242 KiB
JSON
10867 lines
242 KiB
JSON
{
|
|
"name": "spacebar-server",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "spacebar-server",
|
|
"version": "1.0.0",
|
|
"hasInstallScript": true,
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.782.0",
|
|
"@sentry/node": "^8.55.0",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"amqplib": "^0.10.4",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.3",
|
|
"cheerio": "^1.0.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"dotenv": "^16.4.7",
|
|
"email-providers": "^2.10.0",
|
|
"exif-be-gone": "^1.5.1",
|
|
"fast-zlib": "^2.0.1",
|
|
"fido2-lib": "^3.5.3",
|
|
"file-type": "~16.5.4",
|
|
"form-data": "^4.0.2",
|
|
"i18next": "^23.16.8",
|
|
"i18next-fs-backend": "^2.6.0",
|
|
"i18next-http-middleware": "^3.7.2",
|
|
"image-size": "^1.2.1",
|
|
"json-bigint": "^1.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lambert-server": "^1.2.12",
|
|
"medooze-spacebar-wrtc": "^1.0.6",
|
|
"missing-native-js-functions": "^1.4.3",
|
|
"module-alias": "^2.2.3",
|
|
"morgan": "^1.10.0",
|
|
"ms": "^2.1.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"murmurhash-js": "^1.0.0",
|
|
"node-2fa": "^2.0.3",
|
|
"node-fetch-commonjs": "^3.3.2",
|
|
"node-os-utils": "^1.3.7",
|
|
"nodemailer": "^6.10.0",
|
|
"picocolors": "^1.1.1",
|
|
"probe-image-size": "^7.2.3",
|
|
"proxy-agent": "^6.5.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"typeorm": "^0.3.22",
|
|
"typescript-json-schema": "^0.50.1",
|
|
"wretch": "^2.11.0",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.14.0",
|
|
"@types/amqplib": "^0.10.5",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/cookie-parser": "^1.4.8",
|
|
"@types/express": "^4.17.21",
|
|
"@types/i18next-node-fs-backend": "^2.1.5",
|
|
"@types/json-bigint": "^1.0.4",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"@types/module-alias": "^2.0.4",
|
|
"@types/morgan": "^1.9.9",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/murmurhash-js": "^1.0.6",
|
|
"@types/node": "^22.14.0",
|
|
"@types/node-fetch": "^2.6.12",
|
|
"@types/node-os-utils": "^1.3.4",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/probe-image-size": "^7.2.5",
|
|
"@types/sharp": "^0.31.1",
|
|
"@types/ws": "^8.18.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
"@typescript-eslint/parser": "^8.29.1",
|
|
"eslint": "^9.24.0",
|
|
"express": "^4.21.2",
|
|
"globals": "^15.15.0",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.5.3",
|
|
"pretty-quick": "^4.1.1",
|
|
"spacebar-webrtc-types": "github:dank074/spacebar-webrtc-types",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@yukikaze-bot/erlpack": "^1.0.1",
|
|
"jimp": "^1.6.0",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer-mailgun-transport": "^2.1.5",
|
|
"nodemailer-mailjet-transport": "github:n0script22/nodemailer-mailjet-transport",
|
|
"nodemailer-sendgrid-transport": "github:Maria-Golomb/nodemailer-sendgrid-transport",
|
|
"pg": "^8.14.1",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
},
|
|
"node_modules/@acuminous/bitsyntax": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-more-ints": "~1.0.0",
|
|
"debug": "^4.3.4",
|
|
"safe-buffer": "~5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/crc32c": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/sha256-js": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "^3.222.0",
|
|
"@smithy/util-utf8": "^2.0.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
|
|
"version": "2.3.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/credential-provider-node": "3.787.0",
|
|
"@aws-sdk/middleware-bucket-endpoint": "3.775.0",
|
|
"@aws-sdk/middleware-expect-continue": "3.775.0",
|
|
"@aws-sdk/middleware-flexible-checksums": "3.787.0",
|
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
"@aws-sdk/middleware-location-constraint": "3.775.0",
|
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
"@aws-sdk/middleware-sdk-s3": "3.775.0",
|
|
"@aws-sdk/middleware-ssec": "3.775.0",
|
|
"@aws-sdk/middleware-user-agent": "3.787.0",
|
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
"@aws-sdk/signature-v4-multi-region": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
"@aws-sdk/util-user-agent-node": "3.787.0",
|
|
"@aws-sdk/xml-builder": "3.775.0",
|
|
"@smithy/config-resolver": "^4.1.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/eventstream-serde-browser": "^4.0.2",
|
|
"@smithy/eventstream-serde-config-resolver": "^4.1.0",
|
|
"@smithy/eventstream-serde-node": "^4.0.2",
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/hash-blob-browser": "^4.0.2",
|
|
"@smithy/hash-node": "^4.0.2",
|
|
"@smithy/hash-stream-node": "^4.0.2",
|
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
"@smithy/md5-js": "^4.0.2",
|
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-retry": "^4.1.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
"@smithy/util-endpoints": "^3.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-retry": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"@smithy/util-waiter": "^4.0.3",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
"@aws-sdk/middleware-user-agent": "3.787.0",
|
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
"@aws-sdk/util-user-agent-node": "3.787.0",
|
|
"@smithy/config-resolver": "^4.1.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/hash-node": "^4.0.2",
|
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-retry": "^4.1.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
"@smithy/util-endpoints": "^3.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-retry": "^4.0.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/signature-v4": "^5.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/credential-provider-env": "3.775.0",
|
|
"@aws-sdk/credential-provider-http": "3.775.0",
|
|
"@aws-sdk/credential-provider-process": "3.775.0",
|
|
"@aws-sdk/credential-provider-sso": "3.787.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.787.0",
|
|
"@aws-sdk/nested-clients": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/credential-provider-imds": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/credential-provider-env": "3.775.0",
|
|
"@aws-sdk/credential-provider-http": "3.775.0",
|
|
"@aws-sdk/credential-provider-ini": "3.787.0",
|
|
"@aws-sdk/credential-provider-process": "3.775.0",
|
|
"@aws-sdk/credential-provider-sso": "3.787.0",
|
|
"@aws-sdk/credential-provider-web-identity": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/credential-provider-imds": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sso": "3.787.0",
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/token-providers": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/nested-clients": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
"@aws-sdk/middleware-user-agent": "3.787.0",
|
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
"@aws-sdk/util-user-agent-node": "3.787.0",
|
|
"@smithy/config-resolver": "^4.1.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/hash-node": "^4.0.2",
|
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-retry": "^4.1.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
"@smithy/util-endpoints": "^3.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-retry": "^4.0.2",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/nested-clients": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-endpoints": "^3.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-user-agent": "3.787.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"aws-crt": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws-crt": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/core": {
|
|
"version": "3.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/service-error-classification": "^4.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-retry": "^4.0.2",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-body-length-node": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser": {
|
|
"version": "4.0.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"bowser": "^2.11.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node": {
|
|
"version": "4.0.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/config-resolver": "^4.1.0",
|
|
"@smithy/credential-provider-imds": "^4.0.2",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/service-error-classification": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-arn-parser": "3.723.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
"version": "3.787.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@aws-crypto/crc32c": "5.2.0",
|
|
"@aws-crypto/util": "5.2.0",
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/signature-v4": "^5.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core": {
|
|
"version": "3.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/core": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@aws-sdk/util-arn-parser": "3.723.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/signature-v4": "^5.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-config-provider": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@aws-sdk/core": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/signature-v4": "^5.0.2",
|
|
"@smithy/smithy-client": "^4.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"fast-xml-parser": "4.4.1",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/core": {
|
|
"version": "3.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/fetch-http-handler": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-endpoint": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-serde": "^4.0.3",
|
|
"@smithy/node-config-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/url-parser": "^4.0.2",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-serde": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/middleware-stack": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/node-config-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/property-provider": "^4.0.2",
|
|
"@smithy/shared-ini-file-loader": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/node-http-handler": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/querystring-builder": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/property-provider": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/shared-ini-file-loader": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/smithy-client": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/core": "^3.2.0",
|
|
"@smithy/middleware-endpoint": "^4.1.0",
|
|
"@smithy/middleware-stack": "^4.0.2",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-stream": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/url-parser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/querystring-parser": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-body-length-browser": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-middleware": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-stream": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
"@smithy/node-http-handler": "^4.0.4",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/middleware-sdk-s3": "3.775.0",
|
|
"@aws-sdk/types": "3.775.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/signature-v4": "^5.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@aws-sdk/types": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/protocol-http": {
|
|
"version": "5.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/signature-v4": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"@smithy/protocol-http": "^5.1.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"@smithy/util-middleware": "^4.0.2",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-middleware": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/types": {
|
|
"version": "3.679.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^3.5.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/types/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-arn-parser": {
|
|
"version": "3.723.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
"version": "3.679.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/xml-builder": {
|
|
"version": "3.775.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz",
|
|
"integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@cbor-extract/cbor-extract-linux-x64": {
|
|
"version": "2.2.0",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@dank074/medooze-media-server": {
|
|
"version": "1.156.4",
|
|
"resolved": "https://registry.npmjs.org/@dank074/medooze-media-server/-/medooze-media-server-1.156.4.tgz",
|
|
"integrity": "sha512-snn1LJkt2YJtUSYKhbOGidOoVKS5BawO6jRklRzE3Uy17N6jTMwqZXOq3oosm1JrGGaQGbOHRQudNHur2SrPEg==",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"lfsr": "0.0.3",
|
|
"medooze-event-emitter": "^1.2.0",
|
|
"nan": "^2.18.0",
|
|
"semantic-sdp": "^3.31.1",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"netlink": "^0"
|
|
},
|
|
"peerDependencies": {
|
|
"medooze-media-server-src": "^3.1.1"
|
|
}
|
|
},
|
|
"node_modules/@dank074/medooze-media-server/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
"version": "4.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/regexpp": {
|
|
"version": "4.12.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-array": {
|
|
"version": "0.20.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@eslint/object-schema": "^2.1.6",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@eslint/config-helpers": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/core": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.15"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^10.0.1",
|
|
"globals": "^14.0.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
"version": "14.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@eslint/js": {
|
|
"version": "9.24.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/object-schema": {
|
|
"version": "2.1.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/plugin-kit": {
|
|
"version": "0.2.8",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@eslint/core": "^0.13.0",
|
|
"levn": "^0.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
|
|
"version": "0.13.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.15"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
},
|
|
"node_modules/@gar/promisify": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@hexagon/base64": {
|
|
"version": "1.1.28",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@humanfs/core": {
|
|
"version": "0.19.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
},
|
|
"node_modules/@humanfs/node": {
|
|
"version": "0.16.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanfs/core": "^0.19.1",
|
|
"@humanwhocodes/retry": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
},
|
|
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/retry": {
|
|
"version": "0.4.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jimp/core": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/file-ops": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"await-to-js": "^3.0.0",
|
|
"exif-parser": "^0.1.12",
|
|
"file-type": "^16.0.0",
|
|
"mime": "3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/core/node_modules/mime": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jimp/diff": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"pixelmatch": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/file-ops": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/js-bmp": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"bmp-ts": "^1.0.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/js-gif": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"gifwrap": "^0.10.1",
|
|
"omggif": "^1.0.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/js-jpeg": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"jpeg-js": "^0.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/js-png": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"pngjs": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/js-tiff": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"utif2": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-blit": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-blur": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/utils": "1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-circle": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-color": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-contain": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/plugin-blit": "1.6.0",
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-cover": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/plugin-crop": "1.6.0",
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-crop": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-displace": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-dither": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-fisheye": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-flip": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-hash": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/js-bmp": "1.6.0",
|
|
"@jimp/js-jpeg": "1.6.0",
|
|
"@jimp/js-png": "1.6.0",
|
|
"@jimp/js-tiff": "1.6.0",
|
|
"@jimp/plugin-color": "1.6.0",
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"any-base": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-mask": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-print": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/js-jpeg": "1.6.0",
|
|
"@jimp/js-png": "1.6.0",
|
|
"@jimp/plugin-blit": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"parse-bmfont-ascii": "^1.0.6",
|
|
"parse-bmfont-binary": "^1.0.6",
|
|
"parse-bmfont-xml": "^1.1.6",
|
|
"simple-xml-to-json": "^1.2.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-quantize": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"image-q": "^4.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-resize": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-rotate": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/plugin-crop": "1.6.0",
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/plugin-threshold": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/plugin-color": "1.6.0",
|
|
"@jimp/plugin-hash": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/types": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jimp/utils": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/types": "1.6.0",
|
|
"tinycolor2": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp": {
|
|
"version": "1.0.11",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"node-pre-gyp": "bin/node-pre-gyp"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/fs": {
|
|
"version": "1.1.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.0.1",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/move-file": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/move-file/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/api": {
|
|
"version": "1.9.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.57.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/context-async-hooks": {
|
|
"version": "1.30.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/core": {
|
|
"version": "1.30.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.28.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation": {
|
|
"version": "0.57.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.57.2",
|
|
"@types/shimmer": "^1.2.0",
|
|
"import-in-the-middle": "^1.8.1",
|
|
"require-in-the-middle": "^7.1.1",
|
|
"semver": "^7.5.2",
|
|
"shimmer": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-amqplib": {
|
|
"version": "0.46.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.1",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-connect": {
|
|
"version": "0.43.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@types/connect": "3.4.36"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-connect/node_modules/@types/connect": {
|
|
"version": "3.4.36",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-dataloader": {
|
|
"version": "0.16.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-express": {
|
|
"version": "0.47.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-fastify": {
|
|
"version": "0.44.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-fs": {
|
|
"version": "0.19.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-generic-pool": {
|
|
"version": "0.43.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-graphql": {
|
|
"version": "0.47.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-hapi": {
|
|
"version": "0.45.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-http": {
|
|
"version": "0.57.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.30.1",
|
|
"@opentelemetry/instrumentation": "0.57.1",
|
|
"@opentelemetry/semantic-conventions": "1.28.0",
|
|
"forwarded-parse": "2.1.2",
|
|
"semver": "^7.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.57.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/instrumentation": {
|
|
"version": "0.57.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.57.1",
|
|
"@types/shimmer": "^1.2.0",
|
|
"import-in-the-middle": "^1.8.1",
|
|
"require-in-the-middle": "^7.1.1",
|
|
"semver": "^7.5.2",
|
|
"shimmer": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.28.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-ioredis": {
|
|
"version": "0.47.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/redis-common": "^0.36.2",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-kafkajs": {
|
|
"version": "0.7.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-knex": {
|
|
"version": "0.44.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-koa": {
|
|
"version": "0.47.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-lru-memoizer": {
|
|
"version": "0.44.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-mongodb": {
|
|
"version": "0.51.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-mongoose": {
|
|
"version": "0.46.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-mysql": {
|
|
"version": "0.45.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@types/mysql": "2.15.26"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-mysql2": {
|
|
"version": "0.45.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@opentelemetry/sql-common": "^0.40.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-nestjs-core": {
|
|
"version": "0.44.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-pg": {
|
|
"version": "0.50.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.26.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "1.27.0",
|
|
"@opentelemetry/sql-common": "^0.40.1",
|
|
"@types/pg": "8.6.1",
|
|
"@types/pg-pool": "2.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-pg/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.27.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-redis-4": {
|
|
"version": "0.46.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/redis-common": "^0.36.2",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-tedious": {
|
|
"version": "0.18.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/instrumentation": "^0.57.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@types/tedious": "^4.0.14"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/instrumentation-undici": {
|
|
"version": "0.10.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.7.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/redis-common": {
|
|
"version": "0.36.2",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/resources": {
|
|
"version": "1.30.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.30.1",
|
|
"@opentelemetry/semantic-conventions": "1.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/resources/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.28.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.30.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.30.1",
|
|
"@opentelemetry/resources": "1.30.1",
|
|
"@opentelemetry/semantic-conventions": "1.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.28.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.32.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@opentelemetry/sql-common": {
|
|
"version": "0.40.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@paralleldrive/cuid2": {
|
|
"version": "2.2.2",
|
|
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz",
|
|
"integrity": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.1.5"
|
|
}
|
|
},
|
|
"node_modules/@peculiar/asn1-schema": {
|
|
"version": "2.3.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asn1js": "^3.0.5",
|
|
"pvtsutils": "^1.3.5",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"node_modules/@peculiar/json-schema": {
|
|
"version": "1.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@peculiar/webcrypto": {
|
|
"version": "1.4.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@peculiar/asn1-schema": "^2.3.8",
|
|
"@peculiar/json-schema": "^1.1.12",
|
|
"pvtsutils": "^1.3.5",
|
|
"tslib": "^2.6.2",
|
|
"webcrypto-core": "^1.7.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@prisma/instrumentation": {
|
|
"version": "5.22.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.8",
|
|
"@opentelemetry/instrumentation": "^0.49 || ^0.50 || ^0.51 || ^0.52.0 || ^0.53.0",
|
|
"@opentelemetry/sdk-trace-base": "^1.22"
|
|
}
|
|
},
|
|
"node_modules/@prisma/instrumentation/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.53.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@prisma/instrumentation/node_modules/@opentelemetry/instrumentation": {
|
|
"version": "0.53.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.53.0",
|
|
"@types/shimmer": "^1.2.0",
|
|
"import-in-the-middle": "^1.8.1",
|
|
"require-in-the-middle": "^7.1.1",
|
|
"semver": "^7.5.2",
|
|
"shimmer": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@sendgrid/client": {
|
|
"version": "7.7.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@sendgrid/helpers": "^7.7.0",
|
|
"axios": "^0.26.0"
|
|
},
|
|
"engines": {
|
|
"node": "6.* || 8.* || >=10.*"
|
|
}
|
|
},
|
|
"node_modules/@sendgrid/client/node_modules/axios": {
|
|
"version": "0.26.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.8"
|
|
}
|
|
},
|
|
"node_modules/@sendgrid/helpers": {
|
|
"version": "7.7.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"deepmerge": "^4.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sendgrid/mail": {
|
|
"version": "7.7.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@sendgrid/client": "^7.7.0",
|
|
"@sendgrid/helpers": "^7.7.0"
|
|
},
|
|
"engines": {
|
|
"node": "6.* || 8.* || >=10.*"
|
|
}
|
|
},
|
|
"node_modules/@sentry/core": {
|
|
"version": "8.55.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
}
|
|
},
|
|
"node_modules/@sentry/node": {
|
|
"version": "8.55.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/context-async-hooks": "^1.30.1",
|
|
"@opentelemetry/core": "^1.30.1",
|
|
"@opentelemetry/instrumentation": "^0.57.1",
|
|
"@opentelemetry/instrumentation-amqplib": "^0.46.0",
|
|
"@opentelemetry/instrumentation-connect": "0.43.0",
|
|
"@opentelemetry/instrumentation-dataloader": "0.16.0",
|
|
"@opentelemetry/instrumentation-express": "0.47.0",
|
|
"@opentelemetry/instrumentation-fastify": "0.44.1",
|
|
"@opentelemetry/instrumentation-fs": "0.19.0",
|
|
"@opentelemetry/instrumentation-generic-pool": "0.43.0",
|
|
"@opentelemetry/instrumentation-graphql": "0.47.0",
|
|
"@opentelemetry/instrumentation-hapi": "0.45.1",
|
|
"@opentelemetry/instrumentation-http": "0.57.1",
|
|
"@opentelemetry/instrumentation-ioredis": "0.47.0",
|
|
"@opentelemetry/instrumentation-kafkajs": "0.7.0",
|
|
"@opentelemetry/instrumentation-knex": "0.44.0",
|
|
"@opentelemetry/instrumentation-koa": "0.47.0",
|
|
"@opentelemetry/instrumentation-lru-memoizer": "0.44.0",
|
|
"@opentelemetry/instrumentation-mongodb": "0.51.0",
|
|
"@opentelemetry/instrumentation-mongoose": "0.46.0",
|
|
"@opentelemetry/instrumentation-mysql": "0.45.0",
|
|
"@opentelemetry/instrumentation-mysql2": "0.45.0",
|
|
"@opentelemetry/instrumentation-nestjs-core": "0.44.0",
|
|
"@opentelemetry/instrumentation-pg": "0.50.0",
|
|
"@opentelemetry/instrumentation-redis-4": "0.46.0",
|
|
"@opentelemetry/instrumentation-tedious": "0.18.0",
|
|
"@opentelemetry/instrumentation-undici": "0.10.0",
|
|
"@opentelemetry/resources": "^1.30.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
|
"@opentelemetry/semantic-conventions": "^1.28.0",
|
|
"@prisma/instrumentation": "5.22.0",
|
|
"@sentry/core": "8.55.0",
|
|
"@sentry/opentelemetry": "8.55.0",
|
|
"import-in-the-middle": "^1.11.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
}
|
|
},
|
|
"node_modules/@sentry/opentelemetry": {
|
|
"version": "8.55.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sentry/core": "8.55.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/context-async-hooks": "^1.30.1",
|
|
"@opentelemetry/core": "^1.30.1",
|
|
"@opentelemetry/instrumentation": "^0.57.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
|
"@opentelemetry/semantic-conventions": "^1.28.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/abort-controller": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/abort-controller/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader-native": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-base64": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader-native/node_modules/@smithy/util-base64": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader-native/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/chunked-blob-reader-native/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "5.2.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-codec/node_modules/@smithy/util-hex-encoding": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-browser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-serde-universal": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-config-resolver": {
|
|
"version": "4.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-node": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-serde-universal": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/eventstream-codec": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-blob-browser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/chunked-blob-reader": "^5.0.0",
|
|
"@smithy/chunked-blob-reader-native": "^4.0.0",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/hash-stream-node/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/is-array-buffer": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-utf8": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js/node_modules/@smithy/util-buffer-from": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/md5-js/node_modules/@smithy/util-utf8": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/util-buffer-from": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-builder": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"@smithy/util-uri-escape": "^4.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-builder/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-parser": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/querystring-parser/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-config-provider": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-uri-escape": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-waiter": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/abort-controller": "^4.0.2",
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@smithy/util-waiter/node_modules/@smithy/types": {
|
|
"version": "4.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sqltools/formatter": {
|
|
"version": "1.2.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
|
"version": "0.23.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node10": {
|
|
"version": "1.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node12": {
|
|
"version": "1.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node14": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node16": {
|
|
"version": "1.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/amqplib": {
|
|
"version": "0.10.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/bcrypt": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/body-parser": {
|
|
"version": "1.19.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/connect": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/connect": {
|
|
"version": "3.4.38",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cookie-parser": {
|
|
"version": "1.4.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/express": {
|
|
"version": "4.17.21",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^4.17.33",
|
|
"@types/qs": "*",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/express-serve-static-core": {
|
|
"version": "4.19.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/http-errors": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/i18next-node-fs-backend": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"i18next": ">=17.0.11"
|
|
}
|
|
},
|
|
"node_modules/@types/json-bigint": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/jsonwebtoken": {
|
|
"version": "9.0.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mime": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/module-alias": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/morgan": {
|
|
"version": "1.9.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/multer": {
|
|
"version": "1.4.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/murmurhash-js": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mysql": {
|
|
"version": "2.15.26",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/needle": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node-fetch": {
|
|
"version": "2.6.12",
|
|
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz",
|
|
"integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"form-data": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node-os-utils": {
|
|
"version": "1.3.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/nodemailer": {
|
|
"version": "6.4.17",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/notp": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/pg": {
|
|
"version": "8.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"pg-protocol": "*",
|
|
"pg-types": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/@types/pg-pool": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/pg": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/probe-image-size": {
|
|
"version": "7.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/needle": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/qs": {
|
|
"version": "6.9.16",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/range-parser": {
|
|
"version": "1.2.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/send": {
|
|
"version": "0.17.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mime": "^1",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/serve-static": {
|
|
"version": "1.15.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-errors": "*",
|
|
"@types/node": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sharp": {
|
|
"version": "0.31.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/shimmer": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/tedious": {
|
|
"version": "4.0.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.18.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
"@typescript-eslint/scope-manager": "8.29.1",
|
|
"@typescript-eslint/type-utils": "8.29.1",
|
|
"@typescript-eslint/utils": "8.29.1",
|
|
"@typescript-eslint/visitor-keys": "8.29.1",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.3.1",
|
|
"natural-compare": "^1.4.0",
|
|
"ts-api-utils": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "8.29.1",
|
|
"@typescript-eslint/types": "8.29.1",
|
|
"@typescript-eslint/typescript-estree": "8.29.1",
|
|
"@typescript-eslint/visitor-keys": "8.29.1",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.29.1",
|
|
"@typescript-eslint/visitor-keys": "8.29.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "8.29.1",
|
|
"@typescript-eslint/utils": "8.29.1",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.29.1",
|
|
"@typescript-eslint/visitor-keys": "8.29.1",
|
|
"debug": "^4.3.4",
|
|
"fast-glob": "^3.3.2",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^9.0.4",
|
|
"semver": "^7.6.0",
|
|
"ts-api-utils": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "8.29.1",
|
|
"@typescript-eslint/types": "8.29.1",
|
|
"@typescript-eslint/typescript-estree": "8.29.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": ">=4.8.4 <5.9.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "8.29.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "8.29.1",
|
|
"eslint-visitor-keys": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@yukikaze-bot/erlpack": {
|
|
"version": "1.0.1",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.5",
|
|
"node-addon-api": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.14.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-import-attributes": {
|
|
"version": "1.9.5",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^8"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-walk": {
|
|
"version": "8.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/addressparser": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/agentkeepalive": {
|
|
"version": "4.5.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/amqplib": {
|
|
"version": "0.10.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@acuminous/bitsyntax": "^0.1.2",
|
|
"buffer-more-ints": "~1.0.0",
|
|
"readable-stream": "1.x >=1.1.9",
|
|
"url-parse": "~1.5.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/amqplib/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/amqplib/node_modules/readable-stream": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"isarray": "0.0.1",
|
|
"string_decoder": "~0.10.x"
|
|
}
|
|
},
|
|
"node_modules/amqplib/node_modules/string_decoder": {
|
|
"version": "0.10.31",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ansis": {
|
|
"version": "3.17.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/any-base": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/app-root-path": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/append-field": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/array-flatten": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/asn1js": {
|
|
"version": "3.0.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"pvtsutils": "^1.3.2",
|
|
"pvutils": "^1.1.3",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/ast-types": {
|
|
"version": "0.13.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.6",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/await-to-js": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.9.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
|
|
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.6",
|
|
"form-data": "^4.0.0",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base-64": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/basic-auth": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/basic-ftp": {
|
|
"version": "5.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcrypt": {
|
|
"version": "5.1.1",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.11",
|
|
"node-addon-api": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcrypt/node_modules/node-addon-api": {
|
|
"version": "5.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bignumber.js": {
|
|
"version": "9.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/bindings": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"file-uri-to-path": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.7.2",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/bmp-ts": {
|
|
"version": "1.0.9",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.13.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/bowser": {
|
|
"version": "2.11.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/buffer-equal-constant-time": {
|
|
"version": "1.0.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-more-ints": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/busboy": {
|
|
"version": "1.6.0",
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/bytestreamjs": {
|
|
"version": "2.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacache": {
|
|
"version": "15.3.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@npmcli/fs": "^1.0.0",
|
|
"@npmcli/move-file": "^1.0.1",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"glob": "^7.1.4",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.1",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.2",
|
|
"mkdirp": "^1.0.3",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.0.2",
|
|
"unique-filename": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.0",
|
|
"es-define-property": "^1.0.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"set-function-length": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/call-bind-apply-helpers": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cbor-extract": {
|
|
"version": "2.2.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"node-gyp-build-optional-packages": "5.1.1"
|
|
},
|
|
"bin": {
|
|
"download-cbor-prebuilds": "bin/download-prebuilds.js"
|
|
},
|
|
"optionalDependencies": {
|
|
"@cbor-extract/cbor-extract-darwin-arm64": "2.2.0",
|
|
"@cbor-extract/cbor-extract-darwin-x64": "2.2.0",
|
|
"@cbor-extract/cbor-extract-linux-arm": "2.2.0",
|
|
"@cbor-extract/cbor-extract-linux-arm64": "2.2.0",
|
|
"@cbor-extract/cbor-extract-linux-x64": "2.2.0",
|
|
"@cbor-extract/cbor-extract-win32-x64": "2.2.0"
|
|
}
|
|
},
|
|
"node_modules/cbor-x": {
|
|
"version": "1.5.9",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"cbor-extract": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cheerio": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio-select": "^2.1.0",
|
|
"dom-serializer": "^2.0.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.1.0",
|
|
"encoding-sniffer": "^0.2.0",
|
|
"htmlparser2": "^9.1.0",
|
|
"parse5": "^7.1.2",
|
|
"parse5-htmlparser2-tree-adapter": "^7.0.0",
|
|
"parse5-parser-stream": "^7.1.2",
|
|
"undici": "^6.19.5",
|
|
"whatwg-mimetype": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cheerio-select": {
|
|
"version": "2.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-select": "^5.1.0",
|
|
"css-what": "^6.1.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cjs-module-lexer": {
|
|
"version": "1.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/component-emitter": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-stream/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/concat-stream/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/consolidate": {
|
|
"version": "0.15.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bluebird": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.7.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-parser": {
|
|
"version": "1.4.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie": "0.7.2",
|
|
"cookie-signature": "1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookiejar": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-what": {
|
|
"version": "6.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/dayjs": {
|
|
"version": "1.11.13",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"mimic-response": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/degenerator": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-types": "^0.13.4",
|
|
"escodegen": "^2.1.0",
|
|
"esprima": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "2.0.3",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dezalgo": {
|
|
"version": "1.0.4",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "3.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "16.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/dunder-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ecdsa-sig-formatter": {
|
|
"version": "1.0.11",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/email-providers": {
|
|
"version": "2.10.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/encoding": {
|
|
"version": "0.1.13",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"node_modules/encoding-sniffer": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"whatwg-encoding": "^3.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/encoding-sniffer/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/encoding/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/equals-ignore-case": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/equals-ignore-case/-/equals-ignore-case-1.0.1.tgz",
|
|
"integrity": "sha512-krgK/Px09jhcc7wK5/lxApRv7XmIT/fSgrMwdaW/V1FmPJEIJMNGEMhe0U9tJ/97rPe75MHKPRqi7/8Tqz6NMA=="
|
|
},
|
|
"node_modules/err-code": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "9.24.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.12.1",
|
|
"@eslint/config-array": "^0.20.0",
|
|
"@eslint/config-helpers": "^0.2.0",
|
|
"@eslint/core": "^0.12.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "9.24.0",
|
|
"@eslint/plugin-kit": "^0.2.7",
|
|
"@humanfs/node": "^0.16.6",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@humanwhocodes/retry": "^0.4.2",
|
|
"@types/estree": "^1.0.6",
|
|
"@types/json-schema": "^7.0.15",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"debug": "^4.3.2",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^8.3.0",
|
|
"eslint-visitor-keys": "^4.2.0",
|
|
"espree": "^10.3.0",
|
|
"esquery": "^1.5.0",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^8.0.0",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://eslint.org/donate"
|
|
},
|
|
"peerDependencies": {
|
|
"jiti": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"jiti": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "8.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.14.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/exif-be-gone": {
|
|
"version": "1.5.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"exif-be-gone": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/exif-parser": {
|
|
"version": "0.1.12",
|
|
"optional": true
|
|
},
|
|
"node_modules/expand-template": {
|
|
"version": "2.0.3",
|
|
"license": "(MIT OR WTFPL)",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/express": {
|
|
"version": "4.21.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.8",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.20.3",
|
|
"content-disposition": "0.5.4",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.7.1",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.3.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"merge-descriptors": "1.0.3",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"path-to-regexp": "0.1.12",
|
|
"proxy-addr": "~2.0.7",
|
|
"qs": "6.13.0",
|
|
"range-parser": "~1.2.1",
|
|
"safe-buffer": "5.2.1",
|
|
"send": "0.19.0",
|
|
"serve-static": "1.16.2",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"type-is": "~1.6.18",
|
|
"utils-merge": "1.0.1",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/express-async-errors": {
|
|
"version": "3.1.1",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"express": "^4.16.2"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/cookie": {
|
|
"version": "0.7.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/fast-uri": {
|
|
"version": "3.0.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/fast-xml-parser": {
|
|
"version": "4.4.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/naturalintelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strnum": "^1.0.5"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/fast-zlib": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://patreon.com/timotejroiko"
|
|
}
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.19.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fido2-lib": {
|
|
"version": "3.5.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hexagon/base64": "~1.1.28",
|
|
"@peculiar/webcrypto": "~1.4.5",
|
|
"asn1js": "~3.0.2",
|
|
"cbor-x": "~1.5.8",
|
|
"jose": "^4.15.5",
|
|
"pkijs": "~3.0.15",
|
|
"punycode.js": "^2.3.1",
|
|
"tldts": "~6.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "16.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.0",
|
|
"strtok3": "^6.2.4",
|
|
"token-types": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/file-uri-to-path": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "2.0.1",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.9",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "3.3.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"es-set-tostringtag": "^2.1.0",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/formidable": {
|
|
"version": "2.1.5",
|
|
"resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.5.tgz",
|
|
"integrity": "sha512-Oz5Hwvwak/DCaXVVUtPn4oLMLLy1CdclLKO1LFgU7XzDpVMUU5UjlSLpGMocyQNNk8F6IJW9M/YdooSn2MRI+Q==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"dezalgo": "^1.0.4",
|
|
"once": "^1.4.0",
|
|
"qs": "^6.11.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://ko-fi.com/tunnckoCore/commissions"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/forwarded-parse": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fs-constants": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ftp": {
|
|
"version": "0.3.10",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"readable-stream": "1.1.x",
|
|
"xregexp": "2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ftp/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/ftp/node_modules/readable-stream": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"isarray": "0.0.1",
|
|
"string_decoder": "~0.10.x"
|
|
}
|
|
},
|
|
"node_modules/ftp/node_modules/string_decoder": {
|
|
"version": "0.10.31",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gauge": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"es-define-property": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"function-bind": "^1.1.2",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"hasown": "^2.0.2",
|
|
"math-intrinsics": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/get-uri": {
|
|
"version": "6.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^6.0.2",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/gifwrap": {
|
|
"version": "0.10.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"image-q": "^4.0.0",
|
|
"omggif": "^1.0.10"
|
|
}
|
|
},
|
|
"node_modules/github-from-package": {
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "15.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/graphemer": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/helmet": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2": {
|
|
"version": "9.1.0",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.1.0",
|
|
"entities": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "9.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"husky": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
},
|
|
"node_modules/i18next": {
|
|
"version": "23.16.8",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://locize.com"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://locize.com/i18next.html"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.2"
|
|
}
|
|
},
|
|
"node_modules/i18next-fs-backend": {
|
|
"version": "2.6.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/i18next-http-middleware": {
|
|
"version": "3.7.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ignore": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/image-q": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "16.9.1"
|
|
}
|
|
},
|
|
"node_modules/image-q/node_modules/@types/node": {
|
|
"version": "16.9.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/image-size": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue": "6.0.2"
|
|
},
|
|
"bin": {
|
|
"image-size": "bin/image-size.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-in-the-middle": {
|
|
"version": "1.11.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"acorn": "^8.8.2",
|
|
"acorn-import-attributes": "^1.9.5",
|
|
"cjs-module-lexer": "^1.2.2",
|
|
"module-details-from-path": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/infer-owner": {
|
|
"version": "1.0.4",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/ip": {
|
|
"version": "1.1.9",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/ip-address": {
|
|
"version": "9.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "1.1.0",
|
|
"sprintf-js": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.16.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-lambda": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/jackspeak": {
|
|
"version": "3.4.3",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/jimp": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@jimp/core": "1.6.0",
|
|
"@jimp/diff": "1.6.0",
|
|
"@jimp/js-bmp": "1.6.0",
|
|
"@jimp/js-gif": "1.6.0",
|
|
"@jimp/js-jpeg": "1.6.0",
|
|
"@jimp/js-png": "1.6.0",
|
|
"@jimp/js-tiff": "1.6.0",
|
|
"@jimp/plugin-blit": "1.6.0",
|
|
"@jimp/plugin-blur": "1.6.0",
|
|
"@jimp/plugin-circle": "1.6.0",
|
|
"@jimp/plugin-color": "1.6.0",
|
|
"@jimp/plugin-contain": "1.6.0",
|
|
"@jimp/plugin-cover": "1.6.0",
|
|
"@jimp/plugin-crop": "1.6.0",
|
|
"@jimp/plugin-displace": "1.6.0",
|
|
"@jimp/plugin-dither": "1.6.0",
|
|
"@jimp/plugin-fisheye": "1.6.0",
|
|
"@jimp/plugin-flip": "1.6.0",
|
|
"@jimp/plugin-hash": "1.6.0",
|
|
"@jimp/plugin-mask": "1.6.0",
|
|
"@jimp/plugin-print": "1.6.0",
|
|
"@jimp/plugin-quantize": "1.6.0",
|
|
"@jimp/plugin-resize": "1.6.0",
|
|
"@jimp/plugin-rotate": "1.6.0",
|
|
"@jimp/plugin-threshold": "1.6.0",
|
|
"@jimp/types": "1.6.0",
|
|
"@jimp/utils": "1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/jose": {
|
|
"version": "4.15.9",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/jpeg-js": {
|
|
"version": "0.4.4",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsbn": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-bigint": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"isarray": "^2.0.5",
|
|
"jsonify": "^0.0.1",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify/node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonify": {
|
|
"version": "0.0.1",
|
|
"license": "Public Domain",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken": {
|
|
"version": "9.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jws": "^3.2.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.1.1",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jwa": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jws": {
|
|
"version": "3.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jwa": "^1.4.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/lambert-server": {
|
|
"version": "1.2.12",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"chalk": "^4.1.1",
|
|
"express": "^4.17.1",
|
|
"express-async-errors": "^3.1.1",
|
|
"helmet": "^4.4.1",
|
|
"missing-native-js-functions": "^1.2.11"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/lfsr": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/lfsr/-/lfsr-0.0.3.tgz",
|
|
"integrity": "sha512-ULgtgP6beEo825H4BExHQgNeD3YuKK/roMnWKdDbWA/g1PzFPkAb2tF0yPdMCF4T4OJ6LhzhG3TRQu56usjFfA=="
|
|
},
|
|
"node_modules/libbase64": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/libmime": {
|
|
"version": "5.3.5",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"encoding-japanese": "2.1.0",
|
|
"iconv-lite": "0.6.3",
|
|
"libbase64": "1.3.0",
|
|
"libqp": "2.1.0"
|
|
}
|
|
},
|
|
"node_modules/libmime/node_modules/encoding-japanese": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/libmime/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/libmime/node_modules/libqp": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lodash.includes": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isboolean": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isinteger": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isnumber": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isplainobject": {
|
|
"version": "4.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isstring": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.once": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/mailgun.js": {
|
|
"version": "8.2.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"axios": "^1.3.3",
|
|
"base-64": "^1.0.0",
|
|
"url-join": "^4.0.1"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-dir/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/make-fetch-happen": {
|
|
"version": "9.1.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.1.3",
|
|
"cacache": "^15.2.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^1.3.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.2",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^6.0.0",
|
|
"ssri": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/socks-proxy-agent": {
|
|
"version": "6.2.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/math-intrinsics": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/medooze-event-emitter": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/medooze-event-emitter/-/medooze-event-emitter-1.2.1.tgz",
|
|
"integrity": "sha512-1gu3IGm+aj6xdjVKNdE8qABP6s4/m6qNUKxmEg5LOLxsNNd9AB+/h/K4iAN77338e/XxigTdfuzk0EZMyTw0Pw=="
|
|
},
|
|
"node_modules/medooze-media-server-src": {
|
|
"version": "3.1.8",
|
|
"resolved": "https://registry.npmjs.org/medooze-media-server-src/-/medooze-media-server-src-3.1.8.tgz",
|
|
"integrity": "sha512-DnruJ2K0u1CfGTQcfX+HXmOwxZJ2sLxp0jZKUEWUeEUNWIMNOfQKOozGzcYmNoEbvP7PqLivZygSnsHxnT60rg==",
|
|
"peer": true
|
|
},
|
|
"node_modules/medooze-spacebar-wrtc": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/medooze-spacebar-wrtc/-/medooze-spacebar-wrtc-1.0.6.tgz",
|
|
"integrity": "sha512-z+eSmyaX+XSp6awRObVpcrd2uC6aY+6puNYYULkhZQq6tc6Yf8RkneUPjTFKiGkmTKbqdKHv3bfucJirvV3oHg==",
|
|
"dependencies": {
|
|
"@dank074/medooze-media-server": "1.156.4",
|
|
"semantic-sdp": "^3.31.1"
|
|
},
|
|
"peerDependencies": {
|
|
"spacebar-webrtc-types": "github:dank074/spacebar-webrtc-types"
|
|
}
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "9.0.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-collect": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minipass-fetch": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.1.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.12"
|
|
}
|
|
},
|
|
"node_modules/minipass-flush": {
|
|
"version": "1.0.5",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-sized": {
|
|
"version": "1.0.3",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/missing-native-js-functions": {
|
|
"version": "1.4.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/module-alias": {
|
|
"version": "2.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/module-details-from-path": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/morgan": {
|
|
"version": "1.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-auth": "~2.0.1",
|
|
"debug": "2.6.9",
|
|
"depd": "~2.0.0",
|
|
"on-finished": "~2.3.0",
|
|
"on-headers": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/morgan/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/morgan/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/morgan/node_modules/on-finished": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/mri": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multer": {
|
|
"version": "1.4.5-lts.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"append-field": "^1.0.0",
|
|
"busboy": "^1.0.0",
|
|
"concat-stream": "^1.5.2",
|
|
"mkdirp": "^0.5.4",
|
|
"object-assign": "^4.1.1",
|
|
"type-is": "^1.6.4",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/murmurhash-js": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mysql": {
|
|
"version": "2.18.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bignumber.js": "9.0.0",
|
|
"readable-stream": "2.3.7",
|
|
"safe-buffer": "5.1.2",
|
|
"sqlstring": "2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mysql/node_modules/bignumber.js": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/mysql/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/mysql/node_modules/readable-stream": {
|
|
"version": "2.3.7",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/mysql/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.22.2",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz",
|
|
"integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ=="
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/needle": {
|
|
"version": "2.9.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.6",
|
|
"iconv-lite": "^0.4.4",
|
|
"sax": "^1.2.4"
|
|
},
|
|
"bin": {
|
|
"needle": "bin/needle"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.4.x"
|
|
}
|
|
},
|
|
"node_modules/needle/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/netlink": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/netlink/-/netlink-0.3.0.tgz",
|
|
"integrity": "sha512-rv4E4AAdtzhmltFKdzgOPSrFqM/D5YcJR+t99zwoQ997KMmx0W52AxyUkOILyk+zGZzr7U9M60BXoSTHfkmCPg==",
|
|
"hasInstallScript": true,
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "^12.0.0",
|
|
"node-addon-api": "*",
|
|
"node-gyp-build": "^4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlink/node_modules/@types/node": {
|
|
"version": "12.20.55",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
"optional": true
|
|
},
|
|
"node_modules/netmask": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/node-2fa": {
|
|
"version": "2.0.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/notp": "^2.0.0",
|
|
"notp": "^2.0.3",
|
|
"thirty-two": "1.0.2",
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/node-abi": {
|
|
"version": "3.71.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/node-addon-api": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/node-domexception": {
|
|
"version": "1.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-fetch-commonjs": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/node-gyp": {
|
|
"version": "8.4.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^9.1.0",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.12.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build": {
|
|
"version": "4.8.4",
|
|
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
|
|
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
|
"optional": true,
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build-optional-packages": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"node-gyp-build-optional-packages": "bin.js",
|
|
"node-gyp-build-optional-packages-optional": "optional.js",
|
|
"node-gyp-build-optional-packages-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/node-gyp/node_modules/are-we-there-yet": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp/node_modules/gauge": {
|
|
"version": "4.0.4",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.3",
|
|
"console-control-strings": "^1.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"signal-exit": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp/node_modules/npmlog": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-mailjet": {
|
|
"version": "3.4.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"json-bigint": "^1.0.0",
|
|
"qs": "^6.5.0",
|
|
"superagent": "^7.1.1",
|
|
"superagent-proxy": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-os-utils": {
|
|
"version": "1.3.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nodemailer": {
|
|
"version": "6.10.1",
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/nodemailer-build-attachment": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"libbase64": "^1.2.1",
|
|
"libmime": "^5.0.0",
|
|
"nodemailer-fetch": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/nodemailer-fetch": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/nodemailer-mailgun-transport": {
|
|
"version": "2.1.5",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"consolidate": "^0.15.1",
|
|
"form-data": "^4.0.0",
|
|
"mailgun.js": "^8.0.1"
|
|
}
|
|
},
|
|
"node_modules/nodemailer-mailjet-transport": {
|
|
"version": "1.0.4",
|
|
"resolved": "git+ssh://git@github.com/n0script22/nodemailer-mailjet-transport.git#201cba5534a2d1f4090e88065781c4075611a63d",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"addressparser": "^1.0.1",
|
|
"async": "^3.2.2",
|
|
"bluebird": "^3.7.2",
|
|
"dotenv": "^10.0.0",
|
|
"node-mailjet": "^3.3.5",
|
|
"nodemailer-build-attachment": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"nodemailer": ">=4.x"
|
|
}
|
|
},
|
|
"node_modules/nodemailer-mailjet-transport/node_modules/dotenv": {
|
|
"version": "10.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/nodemailer-sendgrid-transport": {
|
|
"version": "0.2.0",
|
|
"resolved": "git+ssh://git@github.com/Maria-Golomb/nodemailer-sendgrid-transport.git#a9cee4346d10aa02988948086f3a746f8e804bc3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.4.5"
|
|
}
|
|
},
|
|
"node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/notp": {
|
|
"version": "2.0.3",
|
|
"engines": {
|
|
"node": "> v0.6.0"
|
|
}
|
|
},
|
|
"node_modules/npmlog": {
|
|
"version": "5.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.13.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/omggif": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/on-headers": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"get-uri": "^6.0.1",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"pac-resolver": "^7.0.1",
|
|
"socks-proxy-agent": "^8.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-resolver": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"degenerator": "^5.0.0",
|
|
"netmask": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/package-json-from-dist": {
|
|
"version": "1.0.1",
|
|
"license": "BlueOak-1.0.0"
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "1.0.11",
|
|
"license": "(MIT AND Zlib)",
|
|
"optional": true
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-bmfont-ascii": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/parse-bmfont-binary": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/parse-bmfont-xml": {
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"xml-parse-from-string": "^1.0.0",
|
|
"xml2js": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^4.5.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domhandler": "^5.0.3",
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-parser-stream": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/path-key": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-scurry": {
|
|
"version": "1.11.1",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^10.2.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "10.4.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/path-scurry/node_modules/minipass": {
|
|
"version": "7.1.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "0.1.12",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/peek-readable": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/pg": {
|
|
"version": "8.14.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pg-connection-string": "^2.7.0",
|
|
"pg-pool": "^3.8.0",
|
|
"pg-protocol": "^1.8.0",
|
|
"pg-types": "^2.1.0",
|
|
"pgpass": "1.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"pg-cloudflare": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"pg-native": ">=3.0.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"pg-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/pg-cloudflare": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/pg-connection-string": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/pg-int8": {
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/pg-pool": {
|
|
"version": "3.8.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peerDependencies": {
|
|
"pg": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/pg-protocol": {
|
|
"version": "1.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pg-types": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pg-int8": "1.0.1",
|
|
"postgres-array": "~2.0.0",
|
|
"postgres-bytea": "~1.0.0",
|
|
"postgres-date": "~1.0.4",
|
|
"postgres-interval": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pgpass": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"split2": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pixelmatch": {
|
|
"version": "5.3.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pngjs": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"pixelmatch": "bin/pixelmatch"
|
|
}
|
|
},
|
|
"node_modules/pixelmatch/node_modules/pngjs": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"node_modules/pkijs": {
|
|
"version": "3.0.16",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"asn1js": "^3.0.5",
|
|
"bytestreamjs": "^2.0.0",
|
|
"pvtsutils": "^1.3.2",
|
|
"pvutils": "^1.1.3",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/pngjs": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14.19.0"
|
|
}
|
|
},
|
|
"node_modules/postgres-array": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postgres-bytea": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postgres-date": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postgres-interval": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/prebuild-install": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"expand-template": "^2.0.3",
|
|
"github-from-package": "0.0.0",
|
|
"minimist": "^1.2.3",
|
|
"mkdirp-classic": "^0.5.3",
|
|
"napi-build-utils": "^1.0.1",
|
|
"node-abi": "^3.3.0",
|
|
"pump": "^3.0.0",
|
|
"rc": "^1.2.7",
|
|
"simple-get": "^4.0.0",
|
|
"tar-fs": "^2.0.0",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"bin": {
|
|
"prebuild-install": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/prebuild-install/node_modules/napi-build-utils": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.5.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/pretty-quick": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^5.0.0",
|
|
"ignore": "^7.0.3",
|
|
"mri": "^1.2.0",
|
|
"picocolors": "^1.1.1",
|
|
"picomatch": "^4.0.2",
|
|
"tinyexec": "^0.3.2",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"bin": {
|
|
"pretty-quick": "lib/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/pretty-quick/node_modules/ignore": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/pretty-quick/node_modules/picomatch": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/probe-image-size": {
|
|
"version": "7.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.merge": "^4.6.2",
|
|
"needle": "^2.5.2",
|
|
"stream-parser": "~0.3.1"
|
|
}
|
|
},
|
|
"node_modules/process": {
|
|
"version": "0.11.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/promise-inflight": {
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/promise-retry": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent": {
|
|
"version": "6.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.1",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.1.0",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent/node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/punycode.js": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pvtsutils": {
|
|
"version": "1.3.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.8.1"
|
|
}
|
|
},
|
|
"node_modules/pvutils": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.13.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.3"
|
|
}
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
|
|
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/rc": {
|
|
"version": "1.2.8",
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
|
|
"version": "4.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/reflect-metadata": {
|
|
"version": "0.2.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-in-the-middle": {
|
|
"version": "7.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.5",
|
|
"module-details-from-path": "^1.0.3",
|
|
"resolve": "^1.22.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.4.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sdp-transform": {
|
|
"version": "2.15.0",
|
|
"resolved": "https://registry.npmjs.org/sdp-transform/-/sdp-transform-2.15.0.tgz",
|
|
"integrity": "sha512-KrOH82c/W+GYQ0LHqtr3caRpM3ITglq3ljGUIb8LTki7ByacJZ9z+piSGiwZDsRyhQbYBOBJgr2k6X4BZXi3Kw==",
|
|
"bin": {
|
|
"sdp-verify": "checker.js"
|
|
}
|
|
},
|
|
"node_modules/semantic-sdp": {
|
|
"version": "3.31.1",
|
|
"resolved": "https://registry.npmjs.org/semantic-sdp/-/semantic-sdp-3.31.1.tgz",
|
|
"integrity": "sha512-esBGP11uWeHyvGwqDT1sf1p45H+kb7m5D49TIBHwYXXepzDFD24ar91eIwBQ8kwWWO8MNZfizsZ7CvBgYV9GuA==",
|
|
"dependencies": {
|
|
"equals-ignore-case": "^1.0.0",
|
|
"randombytes": "^2.0.3",
|
|
"sdp-transform": "^2"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.6.3",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.19.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"mime": "1.6.0",
|
|
"ms": "2.1.3",
|
|
"on-finished": "2.4.1",
|
|
"range-parser": "~1.2.1",
|
|
"statuses": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "1.16.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/set-function-length": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sha.js": {
|
|
"version": "2.4.11",
|
|
"license": "(MIT AND BSD-3-Clause)",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"sha.js": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shimmer": {
|
|
"version": "1.2.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"object-inspect": "^1.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/simple-concat": {
|
|
"version": "1.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/simple-get": {
|
|
"version": "4.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"decompress-response": "^6.0.0",
|
|
"once": "^1.3.1",
|
|
"simple-concat": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/simple-xml-to-json": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=20.12.2"
|
|
}
|
|
},
|
|
"node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks": {
|
|
"version": "2.8.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-address": "^9.0.5",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent": {
|
|
"version": "8.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/spacebar-webrtc-types": {
|
|
"version": "1.0.1",
|
|
"resolved": "git+ssh://git@github.com/dank074/spacebar-webrtc-types.git#fcab265b1c2c4ea4426c8bf5832ce75edbf1741d",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "4.2.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 10.x"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.1.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/sql-highlight": {
|
|
"version": "6.0.0",
|
|
"funding": [
|
|
"https://github.com/scriptcoded/sql-highlight?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/scriptcoded"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/sqlite3": {
|
|
"version": "5.1.7",
|
|
"hasInstallScript": true,
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^7.0.0",
|
|
"prebuild-install": "^7.1.1",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-gyp": "8.x"
|
|
},
|
|
"peerDependencies": {
|
|
"node-gyp": "8.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-gyp": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/sqlite3/node_modules/node-addon-api": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/sqlstring": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/ssri": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/stream-parser": {
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2"
|
|
}
|
|
},
|
|
"node_modules/stream-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/stream-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/streamsearch": {
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs": {
|
|
"name": "string-width",
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strnum": {
|
|
"version": "1.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/superagent": {
|
|
"version": "7.1.6",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"component-emitter": "^1.3.0",
|
|
"cookiejar": "^2.1.3",
|
|
"debug": "^4.3.4",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"form-data": "^4.0.0",
|
|
"formidable": "^2.0.1",
|
|
"methods": "^1.1.2",
|
|
"mime": "2.6.0",
|
|
"qs": "^6.10.3",
|
|
"readable-stream": "^3.6.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.4.0 <13 || >=14"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^4.3.2",
|
|
"proxy-agent": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"superagent": ">= 0.15.4 || 1 || 2 || 3"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/data-uri-to-buffer": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/degenerator": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ast-types": "^0.13.2",
|
|
"escodegen": "^1.8.1",
|
|
"esprima": "^4.0.0",
|
|
"vm2": "^3.9.17"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/escodegen": {
|
|
"version": "1.14.3",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"esutils": "^2.0.2",
|
|
"optionator": "^0.8.1"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/file-uri-to-path": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/fs-extra": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6 <7 || >=8"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/get-uri": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"data-uri-to-buffer": "3",
|
|
"debug": "4",
|
|
"file-uri-to-path": "2",
|
|
"fs-extra": "^8.1.0",
|
|
"ftp": "^0.3.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/levn": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/optionator": {
|
|
"version": "0.8.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"deep-is": "~0.1.3",
|
|
"fast-levenshtein": "~2.0.6",
|
|
"levn": "~0.3.0",
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2",
|
|
"word-wrap": "~1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/pac-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4",
|
|
"get-uri": "3",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "5",
|
|
"pac-resolver": "^5.0.0",
|
|
"raw-body": "^2.2.0",
|
|
"socks-proxy-agent": "5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/pac-resolver": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"degenerator": "^3.0.2",
|
|
"ip": "^1.1.5",
|
|
"netmask": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/prelude-ls": {
|
|
"version": "1.1.2",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/proxy-agent": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"agent-base": "^6.0.0",
|
|
"debug": "4",
|
|
"http-proxy-agent": "^4.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"lru-cache": "^5.1.1",
|
|
"pac-proxy-agent": "^5.0.0",
|
|
"proxy-from-env": "^1.0.0",
|
|
"socks-proxy-agent": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/socks-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "4",
|
|
"socks": "^2.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/type-check": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/superagent-proxy/node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/superagent/node_modules/mime": {
|
|
"version": "2.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/tar": {
|
|
"version": "6.2.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz",
|
|
"integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/tar-fs/node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/minipass": {
|
|
"version": "5.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/thirty-two": {
|
|
"version": "1.0.2",
|
|
"engines": {
|
|
"node": ">=0.2.6"
|
|
}
|
|
},
|
|
"node_modules/tinycolor2": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/tinyexec": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tldts": {
|
|
"version": "6.1.57",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tldts-core": "^6.1.57"
|
|
},
|
|
"bin": {
|
|
"tldts": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tldts-core": {
|
|
"version": "6.1.86",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.8.4"
|
|
}
|
|
},
|
|
"node_modules/ts-node": {
|
|
"version": "10.9.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
"@tsconfig/node10": "^1.0.7",
|
|
"@tsconfig/node12": "^1.0.7",
|
|
"@tsconfig/node14": "^1.0.0",
|
|
"@tsconfig/node16": "^1.0.2",
|
|
"acorn": "^8.4.1",
|
|
"acorn-walk": "^8.1.1",
|
|
"arg": "^4.1.0",
|
|
"create-require": "^1.1.0",
|
|
"diff": "^4.0.1",
|
|
"make-error": "^1.1.1",
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
"yn": "3.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-node": "dist/bin.js",
|
|
"ts-node-cwd": "dist/bin-cwd.js",
|
|
"ts-node-esm": "dist/bin-esm.js",
|
|
"ts-node-script": "dist/bin-script.js",
|
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": ">=1.2.50",
|
|
"@swc/wasm": ">=1.2.50",
|
|
"@types/node": "*",
|
|
"typescript": ">=2.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"@swc/wasm": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typeorm": {
|
|
"version": "0.3.22",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sqltools/formatter": "^1.2.5",
|
|
"ansis": "^3.17.0",
|
|
"app-root-path": "^3.1.0",
|
|
"buffer": "^6.0.3",
|
|
"dayjs": "^1.11.13",
|
|
"debug": "^4.4.0",
|
|
"dotenv": "^16.4.7",
|
|
"glob": "^10.4.5",
|
|
"sha.js": "^2.4.11",
|
|
"sql-highlight": "^6.0.0",
|
|
"tslib": "^2.8.1",
|
|
"uuid": "^11.1.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"typeorm": "cli.js",
|
|
"typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
|
|
"typeorm-ts-node-esm": "cli-ts-node-esm.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/typeorm"
|
|
},
|
|
"peerDependencies": {
|
|
"@google-cloud/spanner": "^5.18.0 || ^6.0.0 || ^7.0.0",
|
|
"@sap/hana-client": "^2.12.25",
|
|
"better-sqlite3": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
|
|
"hdb-pool": "^0.1.6",
|
|
"ioredis": "^5.0.4",
|
|
"mongodb": "^5.8.0 || ^6.0.0",
|
|
"mssql": "^9.1.1 || ^10.0.1 || ^11.0.1",
|
|
"mysql2": "^2.2.5 || ^3.0.1",
|
|
"oracledb": "^6.3.0",
|
|
"pg": "^8.5.1",
|
|
"pg-native": "^3.0.0",
|
|
"pg-query-stream": "^4.0.0",
|
|
"redis": "^3.1.1 || ^4.0.0",
|
|
"reflect-metadata": "^0.1.14 || ^0.2.0",
|
|
"sql.js": "^1.4.0",
|
|
"sqlite3": "^5.0.3",
|
|
"ts-node": "^10.7.0",
|
|
"typeorm-aurora-data-api-driver": "^2.0.0 || ^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@google-cloud/spanner": {
|
|
"optional": true
|
|
},
|
|
"@sap/hana-client": {
|
|
"optional": true
|
|
},
|
|
"better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"hdb-pool": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"mongodb": {
|
|
"optional": true
|
|
},
|
|
"mssql": {
|
|
"optional": true
|
|
},
|
|
"mysql2": {
|
|
"optional": true
|
|
},
|
|
"oracledb": {
|
|
"optional": true
|
|
},
|
|
"pg": {
|
|
"optional": true
|
|
},
|
|
"pg-native": {
|
|
"optional": true
|
|
},
|
|
"pg-query-stream": {
|
|
"optional": true
|
|
},
|
|
"redis": {
|
|
"optional": true
|
|
},
|
|
"sql.js": {
|
|
"optional": true
|
|
},
|
|
"sqlite3": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
},
|
|
"typeorm-aurora-data-api-driver": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/glob": {
|
|
"version": "10.4.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^3.1.2",
|
|
"minimatch": "^9.0.4",
|
|
"minipass": "^7.1.2",
|
|
"package-json-from-dist": "^1.0.0",
|
|
"path-scurry": "^1.11.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/minipass": {
|
|
"version": "7.1.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/uuid": {
|
|
"version": "11.1.0",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/esm/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.3",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema": {
|
|
"version": "0.50.1",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.7",
|
|
"@types/node": "^14.14.33",
|
|
"glob": "^7.1.6",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "~4.2.3",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"bin": {
|
|
"typescript-json-schema": "bin/typescript-json-schema"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/@types/node": {
|
|
"version": "14.18.63",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/ts-node": {
|
|
"version": "9.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^4.1.0",
|
|
"create-require": "^1.1.0",
|
|
"diff": "^4.0.1",
|
|
"make-error": "^1.1.1",
|
|
"source-map-support": "^0.5.17",
|
|
"yn": "3.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-node": "dist/bin.js",
|
|
"ts-node-script": "dist/bin-script.js",
|
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=2.7"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/typescript": {
|
|
"version": "4.2.4",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/typescript-json-schema/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/undici": {
|
|
"version": "6.21.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unique-filename": {
|
|
"version": "1.1.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"unique-slug": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/unique-slug": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/url-join": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/utif2": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pako": "^1.0.11"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/vm2": {
|
|
"version": "3.9.19",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"acorn": "^8.7.0",
|
|
"acorn-walk": "^8.2.0"
|
|
},
|
|
"bin": {
|
|
"vm2": "bin/vm2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/web-streams-polyfill": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/webcrypto-core": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@peculiar/asn1-schema": "^2.3.13",
|
|
"@peculiar/json-schema": "^1.1.12",
|
|
"asn1js": "^3.0.5",
|
|
"pvtsutils": "^1.3.5",
|
|
"tslib": "^2.7.0"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/whatwg-encoding": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/wide-align": {
|
|
"version": "1.1.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.5",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/wretch": {
|
|
"version": "2.11.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.18.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/xml-parse-from-string": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/xml2js": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/xmlbuilder": {
|
|
"version": "11.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/xregexp": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yn": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.24.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|